Re: Select performance vs. mssql

Поиск
Список
Период
Сортировка
От Enrico Weigelt
Тема Re: Select performance vs. mssql
Дата
Msg-id 20050708140024.GB6368@nibiru.borg.metux.de
обсуждение исходный текст
Ответ на Re: Select performance vs. mssql  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-performance
* Bruno Wolff III <bruno@wolff.to> wrote:

<snip>

> 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.

wouldn't it work well to make this feature optionally for each
index ? There could be some flag on the index (ie set at create
time) which tells postgres whether to store mvcc information.


cu
--
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service
  phone:     +49 36207 519931         www:       http://www.metux.de/
  fax:       +49 36207 519932         email:     contact@metux.de
---------------------------------------------------------------------
  Realtime Forex/Stock Exchange trading powered by postgresSQL :))
                                            http://www.fxignal.net/
---------------------------------------------------------------------

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

Предыдущее
От: Enrico Weigelt
Дата:
Сообщение: Re: plain inserts and deletes very slow
Следующее
От: Enrico Weigelt
Дата:
Сообщение: Re: Need help to decide Mysql vs Postgres