Very slow folder browsing during restore

I agree with the statements that restoring (and particularly the browsing of data) should be smooth. The slowdown is not easy to fix, as it is caused by a large table of paths needing to be filtered.

I am not aware of an efficient way to write this in SQLite, but anyone who does can look at the query here:

My long-term fix is to rewrite the way the paths are stored in the database, which will make this query really fast.

1 Like