12-25-2023, 11:41 PM
I think the bottleneck to performance and smooth operation in the driver is the sqlite3 update.
If an update has not completed before another update is submitted sqlite3 throws a "busy" error and it appears that the incoming update gets dropped.
Maybe there is a way to do some queuing or something like that.
If an update has not completed before another update is submitted sqlite3 throws a "busy" error and it appears that the incoming update gets dropped.
Maybe there is a way to do some queuing or something like that.