Updated Cloud Tier (markdown)

Chris Lu 2020-08-30 21:12:50 -07:00
parent e3a724823c
commit ff33948362

@ -26,7 +26,7 @@ Compared to direct S3 storage, this is both faster and cheaper!
* Compression
* Faster!
* Local access for recent data, skipping one internet trip.
* Only one internet http call to read old data.
* Access old data from S3 with O(1) http call.
## Usage
1. Use `weed scaffold -conf=master` to generate `master.toml`, tweak it, and start master server with the `master.toml`.