Search Postgresql Archives

Re: Partitioning large table (140GB)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>In our production, we use postgres 9.5 with streaming replication 
>using repmgr, there is a large table of 140GB size which receives
>lots of inserts,
>Is it possible to partition this table in this version of postgres? 
>and if so, please, can someone let me know the best way to accomplish 
>this and the best practices around it?

In this version only inheritance is possible.  From my experience avoid using
triggers for insert and let the application (if possible) directly write to the 
right table.
 
 






[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux