top | item 36188291

(no title)

ohlookabird | 2 years ago

I do the same and transactions work well most of the time. I use ZFS as filesystem for my DBMS (Postgres), which allows me to do consistent snapshots. Being able to rollback has been helpful for testing complex or large queries as well.

discuss

order

westonOG|2 years ago

How does this work when you need to test your script against multiple databases and multiple schemas? Is this for an enterprise size application?

quickthrower2|2 years ago

I am interested in your use case where you have a situation with multiple databases, possible with different schemas, where you want to run the same sql on all of them. Maybe some kind of data lake? I have not come across this. But admittedly I have not worked in enterprise (I take to mean thousands of employees)