Re: How to see memory usage using explain analyze ?

From: hyelluas <helen_yelluas(at)mcafee(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: How to see memory usage using explain analyze ?
Date: 2011-08-17 18:51:59
Message-ID: 1313607119621-4709415.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Igor,

Thank you for the hint, I read about the planner, added "vacuum analyze " to
my procedures.

There is no join in my query but GROUP BY that is taking all the time and I
don't know how to tune it.
It gets executed by the procedure, the execution time requirement is < 4
sec,
but it takes 8-11 sec against 3 partitions , 9 mln rec each, it goes to 22
sec for 5 partitions.

I've been testing PostgreSQL performance for the last 2 months, comparing it
whith MySQL,
PostgreSQL performance with 5+ mln records on the table with 14 columns is
worse.
Is 14 columns is a big table for Postgres or 5mln rec is a big table?

The whole picture is that there are 2 databases : OLTP & "OLAP" that use to
be on different machines and on different databases.
The new project requires to put it on one database & machine.

I preferred Postgres ( poorly designed oltp would not suffer even more on
mysql) and now I'm trying to tune OLAP db.

thank you.

Helen

--
View this message in context: http://postgresql.1045698.n5.nabble.com/How-to-see-memory-usage-using-explain-analyze-tp4694962p4709415.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Ogden 2011-08-17 18:55:17 Re: Raid 5 vs Raid 10 Benchmarks Using bonnie++
Previous Message Andy Colson 2011-08-17 18:48:59 Re: Raid 5 vs Raid 10 Benchmarks Using bonnie++