Subject Re: [firebird-support] Many triggers causes slow connection
Author Ivan Prenosil
> I've noticed that having many triggers in my database slows down the
> connection considerably. A local connection takes several seconds.

You are probably preparing all commands referencing all those tables
immediately after connect, not when they are actually needed.

Ivan