logoalt Hacker News

clncyyesterday at 11:56 PM1 replyview on HN

While I love postgres, I take issue with coupling too much application logic to the DB. It’s much easier to update/rollback stateless containers/cloud functions/VMs than to recover a DB.


Replies

groundzeros2015today at 12:01 AM

Why is it easier?

You don’t need to operate on the entire database. You can backup or roll back individual tables and schemas.