[GENERAL] xml performance

2012-08-19 Thread Raju Angani
Hi, I have been looking into Postgres for last 1 month. I was wondering if there is a easy wy to store xml data in Postgres and not have any performance impact. Few properties of the XML doc that are stored in the table 1) Each doc could be 1mb in size. 2) Need to update few attributes with the

Re: [GENERAL] XML performance tuning

2010-03-06 Thread Bruce Momjian
Chris Roffler wrote: > Are there any guidelines for XML performance tuning ? Uh, no, I have never seen any. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com PG East: http://www.enterprisedb.com/community/nav-pg-east-2010.do --

[GENERAL] XML performance tuning

2010-03-05 Thread Chris Roffler
Are there any guidelines for XML performance tuning ? Thanks Chris