View Single Post

   
  #4 (permalink)  
Old 04-11-2008, 04:09 AM
Tom Lane
 
Posts: n/a
Default Re: Physical Tlist optimization still possible?

Simon Riggs <simon@2ndquadrant.com> writes:
> Where I'm leading to is this: If the physical tlist optimization is a
> considerable gain, and it required OIDs, then changing the system
> default to WITHOUT OIDS will cause us to lose the optimization. Yes?


It doesn't require OIDs, though. What it requires is that the source
and destination tables have the same OIDs-ness. So changing the default
shouldn't make a difference.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote