|
|
|
|
|
by AdamProut
1265 days ago
|
|
There are hybrid designs for separation of storage and compute that are aimed at mixed workloads[1]. They avoid writes to remote storage on transaction commit (i.e., act like a shared nothing databases for commits, but still push data asynchronously to a shared remote disk that can be used for scale up/point in time restores/branching). [1] https://www.singlestore.com/blog/separating-storage-and-comp... (disclosure: SingleStoreDB CTO) |
|