Open ehmcruz opened 8 years ago
correcting: uploading speed is fine. But listing directory entries take about 10 seconds. Ued to be very fast.
Try creating the SQL index as has been detailed in other posts. This made listings much faster for me.
sqlite3 /path/to/your/nodes.db 'CREATE INDEX ix_parentage_child ON parentage(child);ANALYZE;'
On Fri, Oct 28, 2016 at 4:14 PM ehmcruz notifications@github.com wrote:
correcting: uploading speed is fine. But listing directory entries take about 10 seconds. Ued to be very fast.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yadayada/acd_cli/issues/462#issuecomment-256947827, or mute the thread https://github.com/notifications/unsubscribe-auth/AQTBhCRPj0Px2Wl4esm24DDpuBfvrI5pks5q4hFCgaJpZM4Kji4C .
didn't solve the problem it is still very slow to list directory entries
for uploading, takes a lot of time to start the upload, but once it starts, the transfer speed is good
I've been running acdcli in my banana pi for some months, and in the last weeks it became incredible slow, not only to upload, but even for listing directory entries. Updating acdcli didn't solve the problem.