GitHub user PragmaTwice added a comment to the discussion: TimeSeries Proposal
Yeah, for optimizing the write performance, we should limit IO as less as we can. So it will be a huge speedup if we don't modify the metadata in every chunk write. `first_metadata` and `last_metadata` is easy to get via a one-step prefix iteration in subkey CF. GitHub link: https://github.com/apache/kvrocks/discussions/3044#discussioncomment-13726976 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
