Direct access from rocksdb API #2859
Replies: 1 comment
-
My mistake |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is anyone working directly with the RocksDB database? When I try to read key/value pairs in bulk through the kvrocks API, it takes literally hours (using Redis SCAN). However, iterating through key/value pairs directly in RocksDB takes only minutes.
For example, I just need to export all the data to Parquet.
Beta Was this translation helpful? Give feedback.
All reactions