yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

very slow in banana pi #462

Open ehmcruz opened 8 years ago

ehmcruz commented 8 years ago

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.

ehmcruz commented 8 years ago

correcting: uploading speed is fine. But listing directory entries take about 10 seconds. Ued to be very fast.

tintop2k commented 8 years ago

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 .

ehmcruz commented 8 years ago

didn't solve the problem it is still very slow to list directory entries

ehmcruz commented 8 years ago

for uploading, takes a lot of time to start the upload, but once it starts, the transfer speed is good