Re: [PERFORM] Overriding the optimizer

2005-12-16 Thread Tomasz Rybak
d_rewrite. In your version don't call this function, but provide PostgreSQL with your own plan (not-optimised according to PostrgeSQL, but meeting your criteria). -- Tomasz Rybak <[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [PERFORM] Need help in setting optimal configuration for a huge

2005-10-23 Thread Tomasz Rybak
limit 1; select min(mycolumn) from mytable; -- Tomasz Rybak <[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster