Re: [gnome-db] execute raw sqlite statements
Massimo Cora' <[email protected]>
| Newsgroups | gmane.comp.gnome.db |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 06/01/2010 07:46 PM, Vivien Malerba wrote: > > For your information, I've just checked in a modification which, if > the GDA_CONNECTION_OPTIONS_THREAD_SAFE flags is specified, will not > automatically execute a sub thread (if the "normal" connection already > supports multi thread access). > > As SQLite is normally already thread safe, you will have performances > increases if you use the GDA_CONNECTION_OPTIONS_THREAD_SAFE flag. > yeah, you're right. My transaction now drops from 2.99 to 1.8, gaining 1 second! thanks a lot. I think now I'm satisfied with the performance. regards, Massimo