Обсуждение: Design Documentation Help !!

Поиск
Список
Период
Сортировка

Design Documentation Help !!

От
"Ramanujam H S Iyengar"
Дата:
Hello ,
Can i get any design documentation apart from the readme files and the 
comments those are available with the source code .

In particular any document explaining the data structures related to 
optimizer and executor parts of the system

Thansk in adv,

-regards
Ramu

_________________________________________________________________
Easiest Money Transfer to India. Send Money To 6000 Indian Towns. 
http://go.msnserver.com/IN/42198.asp Easiest Way To Send Money Home!



Re: Design Documentation Help !!

От
Neil Conway
Дата:
"Ramanujam H S Iyengar" <hals_ramu@hotmail.com> writes:
> Can i get any design documentation apart from the readme files and the
> comments those are available with the source code .

Not really. There's some information in the "Internals" section of the
main docs:

http://www.postgresql.org/docs/7.4/static/internals.html

But that could probably do with a lot of improvement.

If you're new to DBMS internals, I'd also suggest picking up a
textbook on the subject. I've personally used "Database Management
Systems" by Ramakrishnan and Gehkre -- it's quite good.

-Neil