| Computers Forum Index » Computer - Databases - Ingres » [Info-Ingres] opf_hash_join set on by default at... |
|
Page 1 of 1 |
|
| Author |
Message |
| Robert Allely... |
Posted: Fri Nov 06, 2009 6:15 am |
|
|
|
Guest
|
Ingres 9.2 with a new install sets opf_hash_join ON but if you upgrade the installation from Ingres 2.6 this setting is left off.
Presumable to avoid problems with some existing queries.
I assume that set on is going to help efficiency sometimes - does anyone know about this?
Interesting that if I hadn't
used a fresh install on one of the installations I would not have known to change it to on.
Robert Allely
Ports of Auckland NZ
Confidentiality/Privilege Notice:
This communication is confidential and may be legally privileged. If you are not the intended recipient please delete the message and notify the sender at Ports of Auckland Limited. Any use, disclosure, copying, distribution or retention of this communication is strictly prohibited. |
|
|
| Back to top |
|
|
|
| Roy Hann... |
Posted: Fri Nov 06, 2009 1:16 pm |
|
|
|
Guest
|
Robert Allely wrote:
Quote: Ingres 9.2 with a new install sets opf_hash_join ON but if you upgrade the installation from Ingres 2.6 this setting is left off.
Presumable to avoid problems with some existing queries.
I assume that set on is going to help efficiency sometimes - does anyone know about this?
Interesting that if I hadn't
used a fresh install on one of the installations I would not have known to change it to on.
Unless you have a good reason to turn it off in 9.2 you should turn it
on. Hash joins have been working reliably for quite a while.
Another similar gotcha to look out for is the introduction of new
parameters that don't get added during the upgrade, so you get whatever
the default behaviour is but you don't know you have an option.
--
Roy
UK Ingres User Association Conference 2010 will be on Tuesday June 8 2010
Go to http://www.iua.org.uk/join to get on the mailing list. |
|
|
| Back to top |
|
|
|
|