dolthub / dolt

Dolt – Git for Data
Apache License 2.0
17.82k stars 504 forks source link

Automatically GC during SQL server execution #1987

Open zachmu opened 3 years ago

zachmu commented 3 years ago

Automatic GC is only done for CSV import, and is slow

timsehn commented 1 year ago

Taylor is beginning work on this now.

timsehn commented 1 year ago

This is the final stage of a project that @reltuk is doing this month and maybe next.

timsehn commented 1 year ago

You can't automatically GC yet but call dolt_gc() works and is minimally invasive.