PostgreSQL pain points
PostgreSQL pain points
Posted Mar 27, 2014 6:22 UTC (Thu) by amacater (subscriber, #790)In reply to: PostgreSQL pain points by zblaxell
Parent article: PostgreSQL pain points
In a slightly different context - IBM Clearcase did/does something similar.
Softtware snapshotting and versioning by intercepting file system calls and writing to a custom intermediate file system level.
Result: everyone's worst nightmare if a large disk fails - IBM _might_ be able to recover your life's work if you can send them the entire filesystem.
And yes, dirty pages and flushing are fun :(
Posted Mar 27, 2014 8:00 UTC (Thu)
by marcH (subscriber, #57642)
[Link]
About ClearCase: anyone who has used it (and used other things) knows it was one of the worst pieces of engineering ever. So, if you want to be convincing I suggest not using it as an example in any point you are trying to make.
PostgreSQL pain points