Hi, Gurkan,
[EMAIL PROTECTED] wrote:
> If I run the query below with informix, it gives cost=107.
> with postgres with additional indexes it gives cost=407, before the additional
> indexes it was even much slower
What are your real timing measurements, in a produciton-like setup in a
production-
[EMAIL PROTECTED] writes:
> I need to increase performance on postgres,
Well, for starters, have you ANALYZEd your tables? That EXPLAIN output
looks suspiciously like default estimates. Then post EXPLAIN ANALYZE
(not just EXPLAIN) results for your problem query.
> If I run the query below with