2015-09-11, 05:26 PM
fluffykeith Wrote:Yep, this was on a wireless client - I will try wired later today. The server takes a couple of seconds to do the same.SQLite isn't a network database server, it just works on reading files, so the client does the query itself by reading the file. How much it has to read depends on how efficient the indexes are etc.
The database is 12MB. Does the client load the whole file each time or just transfer query and result. The server takes 3 or 4 seconds to delete a recording not that that's a problem but might help.