This commit is contained in:
elee
2022-03-17 22:35:30 -05:00
parent 2f0cdcdceb
commit 171c27ddf1
2 changed files with 17 additions and 2 deletions

View File

@@ -43,6 +43,5 @@ should there be one collection per bucket? would make deleting a bucket instant
arangodb uses rocksdb in the background, so i am assuming things run in log time
single document retreval might run in constant 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