I've got a couple of general questions about the session extension, 
specifically about applying changesets/patchsets:

- Assuming little to no conflicts, what's the performance of applying a 
changeset to a database; let's say for 10000 (or multiples thereof) changes 
across multiple tables. Would it be significantly faster than a best-case 
INSERT/UPDATES of the same amount of changes?
- While a changeset is being applied, is the whole database locked? Only some 
tables?
- Does applying a changeset trigger any triggers a table might have, and if so 
when does that happen (during/after)?

I've got a specific use case in mind, so I can provide more details if there's 
a need for clarification about these questions.
Thanks,Sebastien
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to