On 08/18/12 1:05 AM, Bartel Viljoen wrote:

Dear mailing list.

My current application make use of partitioning by creating a new child table which holds transaction records for every month. I’ve notice that after a couple of months depending on the hardware at some of our clients the inserts become very slow. The reason memory. I don’t want to delete old child tables even though they may be queried seldom and we can’t upgrade memory since most clients are far and remote.

I’m in the design faze of a new GUI and DB layout, what are my options.

Create a DB for each month.

Create a Schema for each month. Example



you should figure out why its slowing down, as it really shouldn't with partitioned data. your schema idea is horrible, the seperate database idea even worse.






--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast




--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to