Re: PG index architecture

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: PG index architecture
Дата
Msg-id 53C5A50E.50508@hogranch.com
обсуждение исходный текст
Ответ на Re: PG index architecture  (Andy Colson <andy@squeakycode.net>)
Список pgsql-general
On 7/15/2014 2:54 PM, Andy Colson wrote:
>
> Ah, yea, sorry, I don't really mean record #1, I mean hard drive seek
> to address 1.  (where address came from the index lookup)

of course, its a file+offset, so there's at least 1-2 more levels of
indirection before you get to physical addresses on the hard disk.

--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: PG index architecture
Следующее
От: John McKown
Дата:
Сообщение: Re: Design ? table vs. view?