Re: Question on PostgreSQL Table Partitioning – Performance of Queries That Do Not Use the Partition Key

2025-11-26 Thread atma ram
? Thanks, Atma On Wed, Nov 26, 2025 at 9:05 PM Laurenz Albe wrote: > On Wed, 2025-11-26 at 18:50 +0530, atma ram wrote: > > We have a table that is approximately 1.6 GB in size. Query performance > has started to degrade. > > Although we have multiple indexes, the large t

Question on PostgreSQL Table Partitioning – Performance of Queries That Do Not Use the Partition Key

2025-11-26 Thread atma ram
Hi, Question on PostgreSQL Table Partitioning – Performance of Queries That Do Not Use the Partition Key We have a table that is approximately 1.6 GB in size. Query performance has started to degrade. Although we have multiple indexes, the large table size is still causing performance issues. We