Search code examples
Does the order of columns in a Postgres table impact performance?...


postgresqlperformancedatabase-designstoragepostgresql-performance

Read More
Optimize performance for queries on recent rows of a large table...


sqlperformancepostgresqlindexingpostgresql-performance

Read More
Optimize slow query when multiple JOIN LATERAL are present...


sqlpostgresqlpostgresql-performancelateral-join

Read More
Keep PostgreSQL from sometimes choosing a bad query plan...


databaseperformancepostgresqlsql-execution-planpostgresql-performance

Read More
Query on json / jsonb column super slow. Can I use an index?...


jsonpostgresqljsonbpostgresql-performance

Read More
Optimize GROUP BY query to retrieve latest row per user...


sqlpostgresqlindexinggreatest-n-per-grouppostgresql-performance

Read More
Ensuring unique elements in array created from merging 2 bigint arrays...


arrayspostgresqlduplicatesbigintpostgresql-performance

Read More
Improve performance on SQL query with Nested Loop - PostgreSQL...


sqlpostgresqlpostgresql-performance

Read More
How to force PostgreSQL to use my index?...


postgresqlindexingpostgresql-performance

Read More
How to use date_trunc() with timestamptz in an index to support a join?...


postgresqlindexingpostgresql-performancevolatility

Read More
Index is not used when querying JSON array...


postgresqlindexingquery-optimizationpostgresql-performance

Read More
Improving query speed: simple SELECT in big postgres table...


sqlperformancepostgresqlpostgresql-performance

Read More
How do I improve date-based query performance on a large table?...


postgresqlpostgresql-10postgresql-performance

Read More
How to make Postgres use an index for a set of values?...


postgresqlindexingsql-execution-planpostgresql-performancepostgresql-12

Read More
How to fetch parent data and all it's children, then aggregate to array?...


sqlpostgresqlgreatest-n-per-grouppsqlpostgresql-performance

Read More
How to LIMIT the number of parent values, but return all children for each?...


sqlpostgresqlgreatest-n-per-grouppostgresql-performance

Read More
Filter out rows in 1:N LEFT JOIN where any row in child table fails condition...


sqlpostgresqlpostgresql-performance

Read More
Running PostgreSQL in memory only...


postgresqlunit-testingpostgresql-performance

Read More
How to force evaluation of subquery before joining / pushing down to foreign server...


sqlpostgresqlsql-execution-planpostgresql-performanceforeign-data-wrapper

Read More
How to improve or speed up Postgres query with pg_trgm?...


postgresqlpostgresql-performancepg-trgm

Read More
How to search for the acronym of a string column in an indexable way...


sqlpostgresqlindexingpattern-matchingpostgresql-performance

Read More
Select count query very slow on cold cache...


postgresqlpostgresql-performance

Read More
Efficient self-join on column value being the prefix of join column...


sqlpostgresqlpattern-matchinglookup-tablespostgresql-performance

Read More
Performance loss introducing lateral join in Postgres query...


sqlpostgresqlfunctionpostgresql-performancelateral-join

Read More
PostgreSQL autovacuum causing significant performance degradation...


postgresqlgoogle-cloud-sqlpostgresql-performanceautovacuum

Read More
Optimize query on partitioned table without partitioning key in the WHERE clause...


postgresqlindexingpartitioningpostgresql-performancepostgresql-14

Read More
How to make a query with ILIKE filters on multiple columns in two tables?...


sqlpostgresqlsearchpostgresql-performance

Read More
Better way than multiple SELECT statements?...


sqlpostgresqlselectcommon-table-expressionpostgresql-performance

Read More
Partition pruning based on check constraint not working as expected...


sqlpostgresqlpostgresql-9.3database-partitioningpostgresql-performance

Read More
Add datetime constraint to a PostgreSQL multi-column partial index...


postgresqlindexingtimestamppostgresql-performance

Read More
BackNext