New posts in postgresql-performance

Postgres query optimization (forcing an index scan)

Finding similar strings with PostgreSQL quickly

Configuration parameter work_mem in PostgreSQL on Linux

How do I speed up counting rows in a PostgreSQL table?

How does PostgreSQL perform ORDER BY with a b-tree index on the field?

Function executes faster without STRICT modifier?

Multicolumn index on 3 fields with heterogenous data types

Optimize Postgres query on timestamp range

Best way to delete millions of rows by ID

Best indexing alternative to speed up querying my millions of data in PostgreSQL

Way to try multiple SELECTs till a result is available?

Running PostgreSQL in memory only

Keep PostgreSQL from sometimes choosing a bad query plan

Any downsides of using data type "text" for storing strings?

Intersection of SQL statements efficiently

Optimize GROUP BY query to retrieve latest row per user