Re: pg12 - migrate tables to partitions structure - Mailing list pgsql-performance

From Mariel Cherkassky
Subject Re: pg12 - migrate tables to partitions structure
Date
Msg-id CA+t6e1m2MUyVc1iJqnP2=Hfk1EkXwEuYLGAznmortd31KMEitQ@mail.gmail.com
Whole thread Raw
In response to Re: pg12 - migrate tables to partitions structure  (Michael Lewis <mlewis@entrata.com>)
Responses Re: pg12 - migrate tables to partitions structure  (Michael Lewis <mlewis@entrata.com>)
List pgsql-performance
Well, if u have 10M rows, and all your queries use the same column in the query and the data can split pretty even between the partitions, any specific reason not to use is ? An index will help u reach a complexity of (logn) while partition + index can be in complexity of (logm) when m = rows in partition , n=total rows

pgsql-performance by date:

Previous
From: Michael Lewis
Date:
Subject: Re: pg12 - migrate tables to partitions structure
Next
From: Tom Lane
Date:
Subject: Re: Question regarding fast-hashing in PGSQL