Igor Korot wrote:
> After those triggers had been created the application start-up time
> significantly increased.
>
> On start-up it opens connection to the database and queries the table
> that is not part of the trigger.
>
> Any idea what to look for?

Are you creating one connection, or do you open it multiple times?

Run your application under a profiler.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to