Re: Should Oracle outperform PostgreSQL on a complex

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Simon Riggs wrote:
On Sun, 2005-12-18 at 17:07 +1300, Mark Kirkwood wrote:

Tom Lane wrote:


2. transform joins into subselects, then return subselect rows via an
index bitmap. Joins are performed via a bitmap addition process.

Looks like 8.1 pretty much does this right now:


Good analysis.

8.1 doesn't do:
- the transforms sufficiently well (you just performed them manually)

Absolutely - I was intending to note that very point, but it got lost somewhere between brain and fingers :-)

- doesn't AND together multiple bitmaps to assist with N-way joins


Ah yes - I had overlooked that, good point!

Cheers

Mark




[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux