Re: I am confused after reading codes of PostgreSQL three week - Mailing list pgsql-hackers

From Brendan Jurd
Subject Re: I am confused after reading codes of PostgreSQL three week
Date
Msg-id AANLkTi=nnv97AzffLEpM7tx+E4uPWxD8j-fXjJKKztpd@mail.gmail.com
Whole thread Raw
In response to I am confused after reading codes of PostgreSQL three week  (hom <obsidianhom@gmail.com>)
Responses Re: I am confused after reading codes of PostgreSQL three week
Re: I am confused after reading codes of PostgreSQL three week
List pgsql-hackers
On 18 March 2011 01:57, hom <obsidianhom@gmail.com> wrote:
>  I try to known how a database is implemented

This objective is so vast and so vague that it's difficult to give
meaningful help.

I'd emphasise Kevin Grittner's very worthwhile advice.  Try to break
your question down into smaller, more specific ones.  With a question
like "how does postgres work" you're likely to flounder.  But with a
more targeted question, e.g., "what format does postgres use to save
data to disk" or "how does postgres implement ORDER BY", you can make
easier progress, and perhaps you could get more useful pointers from
the people on this list.

Have you read through the "Overview of System Internals" chapter in
the documentation [1]?  Perhaps it will help you identify the areas
you wish to explore further, and form more specific questions.

[1] http://www.postgresql.org/docs/current/static/overview.html

Cheers,
BJ


pgsql-hackers by date:

Previous
From: Markus Wanner
Date:
Subject: Re: I am confused after reading codes of PostgreSQL three week
Next
From: Vaibhav Kaushal
Date:
Subject: Re: I am confused after reading codes of PostgreSQL three week