mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-10 03:09:35 -06:00
* Fixes a long standing bug in which the RemoteBatchStore is accidentally caching all chunks * ValueStore's value cache now stores `Promise<?Value>` so that concurrent `readValues` of the same value can share a single decoding * Removes the debug-only chunk hash check which keeps tripping up perf investigations