Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Improve range end generation for YCSB #262

Open
jfunston opened this issue Jan 30, 2022 · 0 comments
Open

Improve range end generation for YCSB #262

jfunston opened this issue Jan 30, 2022 · 0 comments

Comments

@jfunston
Copy link
Contributor

Range end generation for YCSB stalls the reactor for several seconds or more for large keysets, because it generates all of the keys upfront and sorts them. Testing shows that sorting does change the order of the keys (maybe a bug in the idToKey function?). We want to be able to directly generate the range end keys.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant