Re: [PERFORM] Hashaggregate estimates

2010-01-13 Thread Tom Lane
"Jorge Montero" writes: > The killer seems to be the row aggregation. There are about 95K > different values of sku_id in the sales table, and even the best > seller items are a very small percentage of all rows, so expecting the > aggregation to consolidate the rows 50:1 like it does in one of th

[PERFORM] Hashaggregate estimates

2010-01-13 Thread Jorge Montero
I'm having some performance problems in a few sales reports running on postgres 8.3, running on Redhat 4.1.2. The hardware is a bit old, but it performs well enough. The reports are the typical sales reporting fare: Gather the sales of a time period based some criteria, aggregate them by product