Re: Learning PostgreSQL

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Learning PostgreSQL
Дата
Msg-id 1065390769.471.8.camel@tokyo
обсуждение исходный текст
Ответ на Re: Learning PostgreSQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Learning PostgreSQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Sun, 2003-10-05 at 17:45, Bruce Momjian wrote:
> Neil Conway wrote:
> > Depending on what part of the source you're interested in, a book on
> > DBMS implementation might also be useful, such as

> Wow, $100.

Well, it's a CS textbook -- I have several textbooks this semester that
are > $100.

>   Does it cover internals?

Yeah, although it's more of a broad survey of DB-related topics, so the
internals coverage isn't that in-depth. It talks about storage/indexing
(the heap, ISAM/B+-tree indexes, hash indexes, etc.), query evaluation,
query optimization, transaction management & concurrency control.

That book just happens to be the one on my desk, but there are plenty of
alternatives that cover the same subject matter.

Perhaps you could add this to the developer's FAQ?

-Neil




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Day of week question
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Learning PostgreSQL