Replies: 1 comment 2 replies
-
Cursor iteration (range search) performance is excellent provided you use cursors with KVS storing multi-segment keys and with a filter whose length is equal to or greater than the key prefix length. You can find detailed documentation with multiple examples in the project documentation. See the sections Develop HSE Apps -> Concepts and Develop HSE Apps -> Best Practices. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed keys in CN tree were spilled in different child nodes by hash function, right? If so, how's the range search performance? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions