| От | Thomas Kellerer |
|---|---|
| Тема | Re: index organized tables use case |
| Дата | |
| Msg-id | fjp05u$lgs$1@ger.gmane.org обсуждение |
| Ответ на | Re: index organized tables use case (Richard Huxton <dev@archonet.com>) |
| Ответы |
Re: index organized tables use case
|
| Список | pgsql-general |
Richard Huxton, 12.12.2007 16:12: > Hmm - I'm not sure it does benefit that much. I mean, if you're going to > be accessing XXXA, then XXXB, XXXC etc. in order then it clearly helps > to have the table with the same order as your primary key. Otherwise, > I'd be doubtful you'd see that much benefit. > At least for Oracle it's not mainly the order that improves the performance, but the fact that all the data is kept in the index, so Oracle does not need to go back to the table data after looking up the index entry. There is no "table data" for an index-organized table in Oracle, so only a single lookup is needed. Thomas
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера