aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/arangodb
diff options
context:
space:
mode:
authorelee <eddy@gfxlabs.io>2022-03-18 00:33:08 -0500
committerelee <eddy@gfxlabs.io>2022-03-18 00:33:08 -0500
commit25be96832a910394a89e3c70f87edc4a34379a3e (patch)
tree032e5d59ee5c24fd4af506dc62fd41179c86a645 /weed/filer/arangodb
parent06f23aa6759155a6d5b713d8704a90e2e2d246d8 (diff)
downloadseaweedfs-25be96832a910394a89e3c70f87edc4a34379a3e.tar.xz
seaweedfs-25be96832a910394a89e3c70f87edc4a34379a3e.zip
update readme with index info
Diffstat (limited to 'weed/filer/arangodb')
-rw-r--r--weed/filer/arangodb/readme.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/weed/filer/arangodb/readme.md b/weed/filer/arangodb/readme.md
index eaa8bd7a7..966fec041 100644
--- a/weed/filer/arangodb/readme.md
+++ b/weed/filer/arangodb/readme.md
@@ -41,12 +41,10 @@ should there be one collection per bucket? would make deleting a bucket instant
## comparison
-arangodb uses rocksdb in the background, so i am assuming things run in log time
-
-i am not sure how the prefix query scales compared to the recursive calls that some other stores do for folder deletion
-might need to change that.
-
-
ok, so if https://www.arangodb.com/docs/stable/indexing-index-basics.html#persistent-index is correct
+
it should be log time to the number of files in the directory
+
and constant time if you have full directory + file
+
+deleting a folder should be log time to number of folders + files that need to be deleted