Slow IO: Switch from SQLite to something faster?
Benchmarks show that BOX drive is 50% to 90% slower than direct filesystem
Boxdrive stores the files in the cache as-is so there is no cpu overhead in encryption or packing, IO should be as fast as native filesystem.
Perhapse the SQLite database layer is slowing things down?
If that's the case, replace Drive backend with something faster, like this one:
https://www.iboxdb.com/
See, it already has Box in the name :-D
2
votes
Anonymous
shared this idea