EDBT 2026 Demo / reviewers in the wild / expert
Hyunsik Yoon
dblp:281/6055
· DBLP profile ↗
4ranked-venue papers in the field
0as first author
4since 2021 · last 2023
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 4
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2023 | Demonstrating Waffle: A Self-driving Grid IndexabstractThis paper demonstrates Waffle, a self-driving grid indexing system for moving objects. We introduce system architecture, system workflow, and user scenarios. Waffle enables the management of moving objects with less human effort while automatically improving performance. Dalsu Choi, Hyunsik Yoon, Hyubjin Lee, Yon Dohn Chung |
Proc. VLDB Endow. | 2 |
| 2022 | ReSKY: Efficient Subarray Skyline Computation in Array Databases
Dalsu Choi, Hyunsik Yoon, Yon Dohn Chung |
Distributed Parallel Databases | 2 |
| 2022 | Waffle: In-memory Grid Index for Moving Objects with Reinforcement Learning-based Configuration Tuning SystemabstractLocation-based services for moving objects are close to our lives. For example, ride-sharing services, micro-mobility services, navigation and traffic management, delivery services, and autonomous driving are all based on moving objects. The efficient management of such moving objects is therefore getting more and more important. The main challenge is the handling of a large number of location-update queries with scan queries. To address this challenge, we propose a novel in-memory grid indexing system, Waffle, for moving objects. Waffle divides a geographical space into fixed-sized cells. For efficient query processing, Waffle forms chunks, each of which consists of neighboring cells. Such a Waffle index is defined by several configuration knobs. A knob configuration has a significant impact on the performance of Waffle, and an appropriate configuration may change as objects continuously move. Therefore, we propose an online configuration tuning system, WaffleMaker, that automatically determines not only knob values but also when to change knob values, as a part of Waffle. Using a configuration determined by WaffleMaker, Waffle rebuilds the current index without blocking user queries based on a concurrency control scheme. Through extensive experiments, we show that Waffle performed better than the existing methods, and WaffleMaker automatically tuned configuration knob values. Dalsu Choi, Hyunsik Yoon, Hyubjin Lee, Yon Dohn Chung |
Proc. VLDB Endow. | 2 |
| 2021 | Subarray Skyline Query Processing in Array DatabasesabstractWith the generation of large-scale spatial data in various fields, array databases that represent space as an array have become one of the means of managing spatial data. Each cell in an array tends to interact with one another; therefore, instead of considering a single cell, considering a concept of subarray is required in some applications. In addition, each cell has several attribute values to indicate its features. Based on the two observations, we propose a new type of query, subarray skyline, that provides a way to find meaningful subarrays or filter less meaningful subarrays considering attributes. We also introduce an efficient query processing method, ReSKY, in centralized and distributed settings. Through extensive experiments using an array database and real datasets, we show that ReSKY has better performance than the existing techniques. Dalsu Choi, Hyunsik Yoon, Yon Dohn Chung |
SSDBM | 2 |