A tangential question: Everyone speaks about InnoDB and how performant and reliable it is... and multiple firms even use it as a KV-store (Uber/Pinterest/AWS) bypassing MySQL entirely. I have never heard much about storage engines in Postgres, why could this be so? Wikipedia has a (stub) article on InnoDB, but nothing on Postgres' storage engines... just wondering why that is.
What? Everyone speaks about how unreliable it is and how many major data corruption problems it has.
>I have never heard much about storage engines in Postgres, why could this be so?
Because they didn't take the approach of having multiple storage engines, they just made one that works and is not easily removed from the database.