Related Experiment Video
Updated: Feb 28, 2026

09:43
Databases to Efficiently Manage Medium Sized, Low Velocity, Multidimensional Data in Tissue Engineering
Published on: November 22, 2019
6.8K
Efficient Management of High-Frequency Sensor Data Streams Using a Read-Optimized Learned Index
Hu Luo1, Jiabao Wen1, Desheng Chen1
1School of Electrical Automation and Information Engineering, Tianjin University, Tianjin 300072, China.
Sensors (Basel, Switzerland)
|February 27, 2026
Summary
DyGLIN optimizes spatial indexing for IoT sensor data, significantly reducing query latency and improving update throughput. This dynamic, learned index enhances performance in high-frequency data streams.
Area of Science:
- Computer Science
- Data Management
- Database Systems
Background:
- The Internet of Things (IoT) and Digital Twins generate vast amounts of sensor data, demanding efficient spatial indexing.
- Traditional spatial indexes (e.g., R-trees) have high storage overhead.
- Learned indexes like GLIN face a 'Refinement Bottleneck' due to coarse Minimum Bounding Rectangle (MBR) filtering and struggle with dynamic workloads.
Purpose of the Study:
- To develop a dynamic, read-optimized learned spatial index for high-frequency sensor streams.
- To address the limitations of existing spatial indexes in handling concurrent reads and writes in dynamic IoT environments.
- To improve both query accuracy and update throughput.
Main Methods:
- Proposed DyGLIN (Dynamic Generate Learning-Based Index) with a decoupled leaf architecture for separate query processing and data maintenance.
- Implemented a hierarchical filtering pipeline using hierarchical MBRs (HMBR) and Cuckoo Filters for aggressive false positive pruning.
- Utilized a Delta Buffer mechanism for amortizing update costs and logical deletion for high throughput.
Main Results:
- DyGLIN reduced query latency by 26.4% compared to GLIN.
- Achieved 30.0% higher insertion throughput than existing methods.
- Demonstrated superior deletion performance with only an 18.5% increase in memory overhead.
Conclusions:
- DyGLIN offers a significant performance improvement for spatial indexing in dynamic IoT environments.
- The proposed architecture and filtering mechanisms effectively overcome the limitations of previous learned indexes.
- DyGLIN provides a robust solution for high-frequency sensor data streams, balancing query performance and update efficiency.
Related Concept Videos
Upsampling
670
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
670
Column Efficiency: Rate Theory
1.1K
The rate theory of chromatography provides quantitative insight into the shapes and widths of elution bands. These bands are based on the random-walk mechanism governing molecular migration within a column. The Gaussian profile of chromatographic bands arises from the cumulative effect of random molecular motions as they progress through the column.
During elution, a solute molecule experiences numerous transitions between stationary and mobile phases, exhibiting irregular residence times in...
During elution, a solute molecule experiences numerous transitions between stationary and mobile phases, exhibiting irregular residence times in...
1.1K
Fast Fourier Transform
1.0K
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
The computational efficiency of the FFT becomes...
1.0K
Aliasing
717
Accurate signal sampling and reconstruction are crucial in various signal-processing applications. A time-domain signal's spectrum can be revealed using its Fourier transform. When this signal is sampled at a specific frequency, it results in multiple scaled replicas of the original spectrum in the frequency domain. The spacing of these replicas is determined by the sampling frequency.
If the sampling frequency is below the Nyquist rate, these replicas overlap, preventing the original...
If the sampling frequency is below the Nyquist rate, these replicas overlap, preventing the original...
717

