On Wed, May 4, 2016 at 1:13 PM, Rob Willett <rob.sqlite at robertwillett.com> wrote: > Thanks for the reply, > > Yes Example 2 in https://www.sqlite.org/backup.html is what we are talking > about. It was very slow to run for us.
Then maybe https://www.sqlite.org/rbu.html is your last change. Although I don't see how it could be faster than the Backup API. I think you should share more details of how you use the Backup API, so experts can provide advice on what to try to make it scale better. --DD