Re: [GENERAL] Joins and links

Поиск
Список
Период
Сортировка
От David Warnock
Тема Re: [GENERAL] Joins and links
Дата
Msg-id 3780B9B9.33A48132@sundayta.co.uk
обсуждение исходный текст
Ответ на Joins and links  (Leon <leon@udmnet.ru>)
Ответы Re: [GENERAL] Joins and links  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-general
Leon,

I have a few questions abo8ut what you are proposing.

My background was in non SQL dbms (DataFlex) which supported recnums
which as you pointed out had a number of advantages. However, recnums
also have a significant number of problems. Some features like
replication have significant dificulties. Others such as exporting and
re-loading your data also need special work-arounds.

A solution I have seen in some sql dbms (eg MS SQL Server) is to be able
to choose one index and have the database table sorted by this index.
Then you don't need a separate index for that sort-order. It means that
almost any index can work like a recnum and avoid looking in both the
index and the data. I am trying to remember the name of this feature but
cannot at the moment.

Regards

Dave

--
David Warnock
Sundayta Ltd

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

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: Re: [GENERAL] Joins and links
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: [GENERAL] GROUP BY problem with 6.5