Re: [GENERAL] Tunning PostgreSQL performance for views on Windows

2007-07-27 Thread Merlin Moncure
On 7/26/07, Ranieri Mazili <[EMAIL PROTECTED]> wrote: > Hello, > > I'm developing a BI and as database it's using postgresql 8.2, how data > are very detailed, I'm creating a view to consolidate the most important > data, but the performance of view is very poor, 1 minute to perform more > or less

Re: [GENERAL] Tunning PostgreSQL performance for views on Windows

2007-07-26 Thread Harald Armin Massa
in addition to the good advise of "materialzing the view" as in "create table as select * from " once a day, and to provide more information, PLEASE take notice that Good places to start with tuning: http://www.powerpostgresql.com/PerfList http://www.varlena.com/GeneralBits/Tidbits/perf.html

Re: [GENERAL] Tunning PostgreSQL performance for views on Windows

2007-07-26 Thread Bill Moran
In response to Ranieri Mazili <[EMAIL PROTECTED]>: > > I'm developing a BI and as database it's using postgresql 8.2, how data > are very detailed, I'm creating a view to consolidate the most important > data, but the performance of view is very poor, 1 minute to perform more > or less without whe

[GENERAL] Tunning PostgreSQL performance for views on Windows

2007-07-26 Thread Ranieri Mazili
Hello, I'm developing a BI and as database it's using postgresql 8.2, how data are very detailed, I'm creating a view to consolidate the most important data, but the performance of view is very poor, 1 minute to perform more or less without where clause. I need to know how I can increase the perf