Files
dolt/go/types
cmasone-attic 22d8e175f7 Modify httpBatchStore so that writing values maintains some locality (#2983)
NBS benefits from related chunks being near one another. Initially,
let's use write-order as a proxy for "related".

This patch contains a pretty heinous hack to allow sync to continue
putting chunks into httpBatchStore top-down without breaking
server-side validation. Work to fix this is tracked in #2982

This patch fixes #2968, at least for now

* Introduces PullWithFlush() to allow noms sync to explicitly
pull chunks over and flush directly after. This allows UpdateRoot
to behave as before.

Also clears out all the legacy batch-put machinery. Now, Flush()
just directly calls sendWriteRequests().
2016-12-23 11:48:42 -08:00
..
2016-12-02 12:11:00 -08:00
2016-09-20 16:04:28 -07:00
2016-09-20 16:04:28 -07:00
2016-11-21 15:18:02 -08:00
2016-11-21 15:18:02 -08:00
2016-12-09 18:51:49 -08:00