PostgreSQL for Everything
raphaelbauer.com
PostgreSQL for Everything
1–10 of 286 posts
Re: PostgreSQL for Everything
#2This is a not great start. I assume it refers to MyISAM which has not been relevant for over a decade at this point. InnoDB made different design than PG decisions and was (and perhaps still is) faster at point lookups.
Re: PostgreSQL for Everything
#3Re: PostgreSQL for Everything
#4Re: PostgreSQL for Everything
#5Re: PostgreSQL for Everything
#6"MySQL was also potentially faster as it did not implement all features of the SQL standard. " This is a not great start. I assume it refers to MyISAM which has not been relevant for over a decade at this point. InnoDB made different design than PG decisions and was (and perhaps still is) faster at point lookups.
Re: PostgreSQL for Everything
#7Re: PostgreSQL for Everything
#8NVMe drives + Litestream + object storage(S3/R2..). sqlite simplifies things for the entire long tail of apps/services that aren't the Ubers and AirBNBs of the world.
Re: PostgreSQL for Everything
#9MySQL was generally faster, and while MyISAM was a bit limited Innodb was pretty powerful, and you had the choice. It was also simpler (imo) and avoided a lot of the xid/vacuum issues.
That said, still love Postgres. But at the time it started eclipsing MySQL, MySQL felt better positioned.