LindaSummer commented on issue #2421: URL: https://github.com/apache/kvrocks/issues/2421#issuecomment-2235933146
Hi @Beihao-Zhou , I have read your proposal and have one concern on `Secondary Keys & Values > Label Index`. The key in proposal is in `[label_key]|[label_value]|[key]` format. It may need an full iteration scan when purging a key. Making key as the first prefix part like `[key][label_key]|[label_value]` may reduce the complexity on cleanup. I'm very interested in time series topic and willing to make some contribution in this feature. 😄 Best Regards, Edward -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
