Postgres Gotcha

general: https://rbranson.medium.com/10-things-i-hate-about-postgresql-20dbab8c2791

  1. Transaction ID wrap around:
  1. Concurrent Indexes
  1. Replication is async and data loss is possible on fail over:
  1. Write amplification on TOAST, large indexes, large columns bad. https://ottertune.com/blog/the-part-of-postgresql-we-hate-the-most