mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-08 18:58:47 -06:00
The more code can use GetMany(), the better performance gets on top of NBS. To this end, add a call to ValueStore that allows code to read many values concurrently. This can be used e.g. by read-ahead code that's navigating prolly trees to increase performance. Fixes #3019