|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Mon Mar 27, 2006 12:46 am
Performance Tweaks |
Is it better (i.e. faster, more efficient) to have one complicated trigger; or several simple triggers?
Similarly is it better have a few large zones, or many smaller zones? |
|
_________________ Asati di tempari! |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Mar 27, 2006 4:22 am |
depends on what it does. If it's doing a cascade of half a dozen %replace() functions, then having several simple triggers will be far faster (%replace() seems to be a rather slow function in and of itself.) If all it's doing is setting some variable to a simple literal value, then it probably won't matter until you are up to a ridiculous amount of combinations.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|