Re: Search from newer tuples first, vs older tuples first?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Search from newer tuples first, vs older tuples first?
Дата
Msg-id 7141.1020348023@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Search from newer tuples first, vs older tuples first?  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Ответы Re: Search from newer tuples first, vs older tuples first?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Lincoln Yeoh <lyeoh@pop.jaring.my> writes:
> OK I'm starting to get it :). Will the index behaviour be changed soon?

When someone steps up and does it.  I've learned not to predict
schedules for this project.

> Hmm, then what are the row tuple forward links for? Why forward?

Updates in READ COMMITTED mode have to be able to find the newest
version of a tuple they've already found.
        regards, tom lane


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Schemas: status report, call for developers
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Using views and MS access via odbc