Re: planner/optimizer question

From: "Gary Doades" <gpd(at)gpdnet(dot)co(dot)uk>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: planner/optimizer question
Date: 2004-04-29 23:01:10
Message-ID: 40919746.25550.1555A9CC@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

>
> Having picked out an index scan as being the highest time user I
> concentrated on that in this case and compared the same index scan on
> MSSQL. At least MSSQL reported it as an index scan on the same index
> for the same number of rows.
>

I should have also pointed out that MSSQL reported that same index scan as taking 65% of the overall query time.
It was just "faster". The overall query took 103ms in MSSQL.

Gary.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Joseph Shraibman 2004-04-29 23:08:23 Insert only tables and vacuum performance
Previous Message Gary Doades 2004-04-29 22:31:00 Re: planner/optimizer question