This is a discussion on Questions about planner methods within the Pgsql Performance forums, part of the PostgreSQL category; --> Hi List(s); I'm wanting to find more details per the following methods, can someone explain to me exactly what ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi List(s); I'm wanting to find more details per the following methods, can someone explain to me exactly what each of these methods is, how its implemented in postgres or point me to some docs or README's that explain these methods? Some of 'em are obviously no-brainers but I'm writing a postgres book and want to make sure I convey the concepts properly and technically correct. - Bitmap Scans - Hash Aggregation - Hash Joins - Index Scans - Merge Joins - Nested Loop Joins - TID Scans Thanks in advance for your help... ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| On Sun, Dec 24, 2006 at 12:15:18PM -0700, Kevin Kempter wrote: > Hi List(s); > > I'm wanting to find more details per the following methods, can someone > explain to me exactly what each of these methods is, how its implemented in > postgres or point me to some docs or README's that explain these methods? There's plenty of the comments in the files that implement them (the executor directory. Have you checked them? Have a nice day, -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > From each according to his ability. To each according to his ability to litigate. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFFjufPIB7bNG8LQkwRAgRAAJ44CodPosa2PNWVmwKmj4 7a7SjX7ACeNdy7 xYIvMwOtckviaaJ4zzEOMq0= =tRZK -----END PGP SIGNATURE----- |