Create Partitions ! - Mailing list pgsql-admin

From rocky user
Subject Create Partitions !
Date
Msg-id CAAqVVrNH_EDMPrvqVEcHWEXcxyNWVM=jz8nRDGEwYmqFGyYYEw@mail.gmail.com
Whole thread Raw
Responses Re: Create Partitions !
List pgsql-admin
I have a table which has around 300 millions of records and this table, Every minute there would be a lot of huge writes and reads on this data. So, I don't see there were any partitions created on this table. So, is it a possible case that I can create partitions on the already existing table which has millions of records based on certain column which has some list of values under it and those list of that column is being used in my WHERE clause in the SELECT statement.
Values are Varchar for that column. They are  list distinct  10 values that can repeat.

pgsql-admin by date:

Previous
From: Scott Ribe
Date:
Subject: Re: Better way to find long-running queries?
Next
From: Kashif Zeeshan
Date:
Subject: Re: Create Partitions !