Files
dolt/go
cmasone-attic 46cf38eaae Simplify Pull() (#3490)
In an NBS world, bulk 'has' checks are waaaay cheaper than they used
to be. In light of this, we can toss out the complex logic we were
using in Pull() -- which basically existed for no reason other than to
avoid doing 'has' checks. Now, the code basically just descends down a
tree of chunks breadth-first, using HasMany() at each level to figure
out which chunks are not yet in the sink all at once, and GetMany() to
pull them from the source in bulk.

Fixes #3182, Towards #3384
2017-05-22 15:50:12 -07:00
..
2017-05-22 15:50:12 -07:00
2017-05-22 15:50:12 -07:00
2017-05-22 15:50:12 -07:00
2017-05-07 11:56:16 -07:00
2017-05-22 15:50:12 -07:00
2017-04-06 17:43:49 -07:00
2017-04-26 13:35:54 -07:00
2017-04-26 13:35:54 -07:00