|
|
|
|
|
by timsehn
2250 days ago
|
|
Tim , CEO of Liquidata, the company that built Dolt and DoltHub here. This is how we store the version controlled rows so that we get structural sharing across versions (ie. 50M + one row chgange becomes 50M+1 entries in the database not 100M with no need to replay logs): https://www.dolthub.com/blog/2020-04-01-how-dolt-stores-tabl... |
|
Wouldn't discovering what those changes are still entail heavy database queries? Unless Dolt has a hook into most SQL databases' internal data structures? Or WALs?