Skip to content

db: Batch queries to rocksdb for performance

Dagur Valberg Johannsson requested to merge dagurval/rostrum:multi-fetch into master

Use the "multi_" calls of rocksdb to look up multiple values in batches. We do this by chunking up the streams for transaction history, spend history etc.

Merge request reports