Re: [PERFORM] GEQO Benchmark

2008-05-28 Thread Tarcizio Bini
cizio Bini 2008/5/28 Simon Riggs <[EMAIL PROTECTED]>: > > On Wed, 2008-05-28 at 13:13 -0300, Tarcizio Bini wrote: > > > Of course, the geqo_threshold can be changed so that the geqo be > > performed in queries that have less than 12 tables. However, we aim to > > test

Re: [PERFORM] GEQO Benchmark

2008-05-28 Thread Tarcizio Bini
Hi, Of course, the geqo_threshold can be changed so that the geqo be performed in queries that have less than 12 tables. However, we aim to test the GEQO algorithm in conditions where the standard algorithm (dynamic programming) has a high cost to calculate the query plan. -- Tarcizio Bini

[PERFORM] Query Optimization with Kruskal’s Algorithm

2008-05-07 Thread Tarcizio Bini
t method to conduct the tests? I take into consideration the average of 10 executions or just the first one? Do you think I must clean the cache after each query? (because the other (9) executions may have information in memory). regards, Tarcizio Bini.