mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 04:28:53 -05:00
e7a96c3748
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