|
|
|
|
|
by wenc
2250 days ago
|
|
Ah now I understand! So for most analytic workloads, typically a columnstore db is used due to the need for performance and advanced SQL features (windowing functions) for complex analytic queries -- which I don't expect Dolt to replace. Which means if we wanted to use Dolt's features, we would have to continuously ETL the data into Dolt, which would entail mirroring the entire database (or at least the parts we want to version control). Dolt essentially becomes a derived database specifically used for versioning. I see how this might work for some use cases. |
|