GitHub user PragmaTwice edited a comment on the discussion: TopK proposal
Hi, thank you for your proposal. Several questions after a glance: - how about the encoding of keys? It seems that all of these are prefixed by `key =>`, but the question is, what's `key`? how to distinguish between different subkeys? - for `char* item` and `item | 8 bytes` (also `Bucket *bucket`, `HeapBucket *heap`..), what's inside the 8 bytes? a pointer? note that kvrocks is a on-disk database, not a in-memory one. GitHub link: https://github.com/apache/kvrocks/discussions/3259#discussioncomment-14956473 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
