عجفت الغور

postgres

Tags: Databases, Computers

Resources

Postgres Issues

Performance

TOAST Tables

  • https://hakibenita.com/sql-medium-text-performance TOAST tables slice up medium/large size text data using a separate TOAST partition
  • Indexes are fast in this, but you need to have large size text data
  • Medium sized text data will usually kill your performance

Scalablity

Queues

JSON Types

https://www.postgresql.org/docs/9.4/datatype-json.html

  • Can build an index with GIN
  • can use allballs to mean 0

Postgres GIST indicies

Multiranges

Links to this note