sql row constructor...works!

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема sql row constructor...works!
Дата
Msg-id b42b73150602070931o73486e27v2244a91a193bd6e5@mail.gmail.com
обсуждение исходный текст
Ответы Re: sql row constructor...works!  (Josh Berkus <josh@agliodbs.com>)
Re: sql row constructor...works!  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Thanks for bringing the SQL 92 row constructor into spec for
operations involving > and <.  This is just fantastic. I just
benchmarked ISAM style access to tables on multi-part keys and the
speedup is tremendous vs. the non row-constructor approach to the
problem which is tedius to write and only selective to the first part
of the key.  We are talking speedups proportional to the inselectivity
of the ordering key.  While this feature is relatively esoteric, it is
powerful and belongs in every dba's bag of tricks.

I was not expecting full indexabilty on the operation but this too
works properly and efficiently.  Great work!  IMO, most people are not
aware of a properly working row constructor because it is either not
implemented or improperly implemented.  Once again, the team has shown
that it can meet or defeat the big name databases on the feature
level.

Merlin


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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: streamlined standby procedure
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: sql row constructor...works!