We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3fe5c commit 46ee9baCopy full SHA for 46ee9ba
docs/production/storage-aws.md
@@ -18,10 +18,9 @@ if you use MFA), or use a short-term token solution such as
18
19
## Should I use S3 or DynamoDB ?
20
21
-Note that the choices for the chunks stoage backend are: "chunks" of
+Note that the choices for the chunks storage backend are: "chunks" of
22
timeseries data in S3 and index in DynamoDB, or everything in DynamoDB.
23
-Using just S3 is not an option, unless you use the experimental "blocks"
24
-storage engine.
+Using just S3 is not an option, unless you use the [blocks storage](../../blocks-storage/) engine.
25
26
Broadly S3 is much more expensive to read and write, while DynamoDB is
27
much more expensive to store over months. S3 charges differently, so
0 commit comments