Re: Learning PostgreSQL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Gevik Babakhani <gevik(at)xs4all(dot)nl>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Learning PostgreSQL
Date: 2003-10-05 22:23:34
Message-ID: 200310052223.h95MNYJ12047@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neil Conway wrote:
> 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?

Yes, is this the book we should recommend? I know we have Gray's
transaction book on there already.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Manfred Koizar 2003-10-05 22:29:13 Cannot dump/restore text value \N
Previous Message Alvaro Herrera 2003-10-05 21:59:51 Re: Learning PostgreSQL