Updated S3 API FAQ (markdown)

Chris Lu 2021-11-05 17:22:32 -07:00
parent 0827aee64d
commit 3d3c6c4008

@ -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.