Small. Fast. Reliable.
Choose any three.

Search results 71..75 of 75 for: thread

Recent SQLite News
(news.html)
 ... See the associated forum threads for details. Other trifling fixes are also included in the patch. 2024-01-30 - Version 3.45.1 Version 3.45.1 is a patch against SQLite version 3.45.0. The main focus of ... 
12. Subquery Co-routines  ... A co-routine is like a subroutine in that it runs in the same thread as the caller and eventually returns control back to the caller. The difference is that a co-routine also has the ability to return before ... 
7.4. The "merge=X,Y" command  ... To avoid spiky INSERT performance, an application can run the "merge=X,Y" command periodically, possibly in an idle thread or idle process, to ensure that the FTS table never accumulates too many b-tree segments at the same level ... 
 ... If it is invoked while any other thread is inside any other sessions method then the results are undefined. Furthermore, if it is invoked after any sessions related objects have been created, the results are also undefined. The first argument ... 
 ... This is done to make sure the database schema hasn't been changed by another thread, in which case it has to be reread. The second Transaction instruction begins a transaction and starts a rollback journal for database 1, the ... 

12345678

Page generated by FTS5 in about 76.04 ms.