|
|
|
|
|
by Dave3of5
954 days ago
|
|
> No, you get a DBMS and only change the storage underneath I think what you mean is what we have implemented a side channel DBMS which holds a copy which you use for the transactionality. It's a terrible approach I would not do this at all you don't get any benefit from using s3 here. This is not to say you can't use s3 to pull large blob storage off the DB and reference it in the DB I'm talking about the entire DB as s3. |
|
Yes, it can be done, except for WAL append & COLD GET. You "just" have to re-architect everything in the storage layer.
Do you have anything specific in mind besides the 2 things I mentioned?