Re: Select performance vs. mssql

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Select performance vs. mssql
Дата
Msg-id 20050524172713.GC8129@wolff.to
обсуждение исходный текст
Ответ на Re: Select performance vs. mssql  (mark durrant <markd89@yahoo.com>)
Ответы Re: Select performance vs. mssql
Re: Select performance vs. mssql
Список pgsql-performance
On Tue, May 24, 2005 at 08:36:36 -0700,
  mark durrant <markd89@yahoo.com> wrote:
>
> --MSSQL's ability to hit the index only and not having
> to go to the table itself results in a _big_
> performance/efficiency gain. If someone who's in
> development wants to pass this along, it would be a
> nice addition to PostgreSQL sometime in the future.
> I'd suspect that as well as making one query faster,
> it would make everything else faster/more scalable as
> the server load is so much less.

This gets brought up a lot. The problem is that the index doesn't include
information about whether the current transaction can see the referenced
row. Putting this information in the index will add significant overhead
to every update and the opinion of the developers is that this would be
a net loss overall.

В списке pgsql-performance по дате отправления:

Предыдущее
От: Amit V Shah
Дата:
Сообщение: Re: Need help to decide Mysql vs Postgres
Следующее
От: "Joel Fradkin"
Дата:
Сообщение: Re: Need help to decide Mysql vs Postgres