Hacker News new | ask | show | jobs
by macdice 1239 days ago
One technical problem is the WAL records changes to "shared" relations (stuff like the catalogues of databases and users that are global to the whole "cluster", not just one database), and those are mixed up with changes to per-database objects (ie most WAL activity).
1 comments

Other database engines solve this using phase commits.