sqlite query priority

11OLSEN's icon

i created a big sound database with the sqlite implementation. i understand that it takes some time the get the result on expensive querys but this freezes the gui for a short time. is it possible to get around this problem? i reckon it's not possible by design to have this search in a seperate thread?
while the js function is started in the main thread, the query seems to be high priority when sqlite does it's thing. O.