Re: [GENERAL] PostgreSQL Internals

2006-08-05 Thread Tom Lane
"=?ISO-8859-1?Q?Germ=E1n_H=FCttemann_Arza?=" <[EMAIL PROTECTED]> writes: > I'm a student of computer science from Asunci=F3n, Paraguay and I need to d= > o > an investigation about file layout, file organization, organization of > records in files, storage access, access methods, indexing and hashi

[GENERAL] PostgreSQL Internals

2006-08-05 Thread Germán Hüttemann Arza
Hi,I'm a student of computer science from Asunción, Paraguay and I need to do an investigation about file layout, file organization, organization of records in files, storage access, access methods, indexing and hashing of PostgreSQL database. I searched widely in the Internet but I didn't find muc

Re: [GENERAL] PostgreSQL internals. Help needed

2006-05-21 Thread Luckys
It'd be great if on completion, you can publish the furnished ERD of the catalog structure, and other representation of the planner, optimizer etc.   Luckys.  On 5/22/06, Bruce Momjian wrote: Please read the developer's FAQ on our web site.  In fact the entiredevelopers se

Re: [GENERAL] PostgreSQL internals. Help needed

2006-05-21 Thread Bruce Momjian
Please read the developer's FAQ on our web site. In fact the entire developers section will help you. --- Federico Petronio wrote: > Hello all, > > as part of an University assignment, a group friends and I have to > resea

[GENERAL] PostgreSQL internals. Help needed

2006-05-21 Thread Federico Petronio
Hello all, as part of an University assignment, a group friends and I have to research in PostgreSQL internals (i.e. parsing, optimizing, execution planning, etc) and compare it with other DBMS (an educational oriented one called MiniBase). I would like to know is you can point us to a place where