# Dynamic trajectory index method based on large-scale real-time trajectory data

**Authors:** Huawei Zhai, Licheng Cui, Kemal Polat, Fayadh Alenezi

PMC · DOI: 10.7717/peerj-cs.2785 · 2025-04-07

## TL;DR

This paper introduces a new indexing method for handling large-scale real-time trajectory data to improve data processing and retrieval efficiency.

## Contribution

The novel contribution is a dynamic indexing method that optimizes HBase storage and improves query performance for trajectory data.

## Key findings

- The proposed index method outperforms existing methods in range and trajectory retrievals.
- It achieves faster response times due to optimized row key design and dynamic indexing.
- The method effectively handles challenges like spatiotemporal locality and data imbalance.

## Abstract

Constructing a trajectory index can efficiently improve the performances of trajectory data processing, provide basic supports for trajectory data mining. With the constantly growing of trajectory data scale and increasing demands for trajectory retrieval efficiency and accuracy, the indexing methods have become more and more crucial. The indexing method faces significant challenges in terms of spatiotemporal trajectory locality, imbalanced trajectory distribution and low trajectory data value density. To address these, we proposed an indexing method based on large-scale real-time trajectory data, it extends the vertical storage mode of HBase, designs the core index, and optimizes the design of the row key, refines the data retrieval process and provides specific mappings for each independent part of the dataset. Besides, it designs the primary index, implements a dynamic indexing mechanism, dynamically load relevant index based on query strategies to flexibly meet the complex query requirements. Comparative experiments demonstrate that the proposed index method is superior in range retrievals and trajectory retrievals, the responding speed is faster.

## Figures

29 figures with captions in the complete paper: https://tomesphere.com/paper/PMC12190244/full.md

---
Source: https://tomesphere.com/paper/PMC12190244