GitHub user yezhizi added a comment to the discussion: TimeSeries Proposal

Thank you for your suggestions and feedback.

1. Actually, in our current proposal design, we organize timestamp and value 
data into chunks("2. Primary Data Storage (Time Chunks)"), which are then 
persisted as key-value pairs in RocksDB.
2. Thanks for your suggestion! Our proposal will use `chunk_id` as part of the 
RocksDB key for indexing. Each `chunk_id` represents a specific time window 
(e.g., 1 minute for `chunk_size=60000ms`), with all timestamps falling within 
that window stored in the corresponding chunk. This enables us to use the 
`Seek` function to locate time-series data within specific ranges(since most 
time-series operations involve range time queries).

GitHub link: 
https://github.com/apache/kvrocks/discussions/3044#discussioncomment-13672232

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to