mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-17 18:50:25 -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