Re: [GENERAL] About the limit of storage

2010-05-02 Thread Cédric Villemain
2010/5/2 Sean : > I need to have a PostgreSQL server with 10TB disk. I created a DB which > contains three tables. > > I understand that PostgreSQL has the following hard limit: > size per table: 32TB > size per DB: none > I wonder what I should do if the sum of my data exceed 10TB. It does not > e

[GENERAL] About the limit of storage

2010-05-02 Thread Sean
I need to have a PostgreSQL server with 10TB disk. I created a DB which contains three tables. I understand that PostgreSQL has the following hard limit: size per table: 32TBsize per DB: none I wonder what I should do if the sum of my data exceed 10TB. It does not exceed any limit that PostgreS