dolthub / dolt

Dolt – Git for Data
Apache License 2.0
17.58k stars 498 forks source link

stats refresh warning a little too zealous #8123

Closed timsehn closed 1 month ago

timsehn commented 1 month ago
$ dolt gc
stats bootstrap aborted because media_wiki exceeds the default row limit; manually run "ANALYZE <table>" or "call dolt_stats_restart()" to collect statistics

I think that warning should only be printed when a person run dolt sql-server or maybe dolt sql as well.