Re: Select performance vs. mssql

From: Jochem van Dieten <jochemd(at)oli(dot)tudelft(dot)nl>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Select performance vs. mssql
Date: 2005-07-08 21:47:27
Message-ID: 42CEF46F.4060308@oli.tudelft.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Enrico Weigelt wrote:
> Bruno Wolff III wrote:
>>
>> 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.

There is no reason to assume it can't work.

There is little reason to assume that it will be the best
solution in many circumstances.

There is a big reason why people are sceptical: there is no patch.

The issue has been debated and beaten to death. People have
formed their opinions and are unlikely to change their position.
If you want to convince people, your best bet is to submit a
patch and have OSDL measure the performance improvement.

Jochem

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Bailey, Larry 2005-07-08 23:56:53 How to revoke a password
Previous Message Merlin Moncure 2005-07-08 19:21:21 Re: Mount database on RAM disk?