| От | Jonah H. Harris |
|---|---|
| Тема | Re: MVCC and index-only read |
| Дата | |
| Msg-id | 36e682920811181115pb3d3560y18f175d9e3e408db@mail.gmail.com обсуждение |
| Ответ на | Re: MVCC and index-only read (Scara Maccai <m_lists@yahoo.it>) |
| Ответы |
Re: MVCC and index-only read
|
| Список | pgsql-general |
On Tue, Nov 18, 2008 at 2:02 PM, Scara Maccai <m_lists@yahoo.it> wrote: > SELECT A FROM myTAB where A <10000 > > only uses the index (if there's an index defined for A) in Oracle. Well, not exactly. That's called a "covered" index because the query could be satisfied directly from the index (the attribute is covered by the index). Oracle sometimes satisfies it with an index fast full scan, but not always; it depends on the cost of other access methods and/or what Oracle believes is currently in cache. -- Jonah H. Harris, Senior DBA myYearbook.com
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера