From 3d3c6c4008c65c90dbd9ddbbfd52bb4fb3da1b51 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 5 Nov 2021 17:22:32 -0700 Subject: [PATCH] Updated S3 API FAQ (markdown) --- S3-API-FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/S3-API-FAQ.md b/S3-API-FAQ.md index 3fde1ce..7838b40 100644 --- a/S3-API-FAQ.md +++ b/S3-API-FAQ.md @@ -36,3 +36,5 @@ When you need to create large buckets and delete them often, you may choose `lev `leveldb3` can automatically create a separate LevelDB instance for each bucket. So bucket deletion is as simple as deleting the LevelDB instance files and the collection of volume files. +Having separate LevelDB instance, or separate SQL tables, will help to isolate the storage and improve performance also. +