Re: [GENERAL] Tablespace on Postgrsql

2013-07-25 Thread devonline
Thanks for the in formation. Can you please tell me what would be a scalable architecture? (using pg_default) or separate custom tablespaces -- View this message in context: http://postgresql.1045698.n5.nabble.com/Tablespace-on-Postgrsql-tp5765056p5765219.html Sent from the PostgreSQL - ge

Re: [GENERAL] Tablespace on Postgrsql

2013-07-24 Thread devonline
Our current database size is 1 Terabyte Thanks -- View this message in context: http://postgresql.1045698.n5.nabble.com/Tablespace-on-Postgrsql-tp5765056p5765082.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Sent via pgsql-general mailing list (pgsql-genera

Re: [GENERAL] Tablespace on Postgrsql

2013-07-24 Thread devonline
We do have large Database with RAID 10. we do have Replication(Hot backup) . we would like to have the same on PostgreSQL when we migrate to PostgreSQL . Should we create separate tablespaces for Database and its objects or pg_default is fine as you have mentioned earlier Thanks a lot Dev Onli

[GENERAL] Tablespace on Postgrsql

2013-07-24 Thread devonline
I am new to PostgreSQL. I would like to know whether to use /pg_default/ Table space to create Database and its objetcs or to create custom Table space? I could not find what is recommended . Thanks Dev Online -- View this message in context: http://postgresql.1045698.n5.nabble.com/