Skip to content

Commit

Permalink
Update _index.md (#1153)
Browse files Browse the repository at this point in the history
* Update _index.md

* Update content/operate/rs/databases/auto-tiering/_index.md

---------

Co-authored-by: Rachel Elledge <[email protected]>
  • Loading branch information
AlonMagrafta and rrelledge authored Feb 12, 2025
1 parent e87a280 commit 17f8942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/operate/rs/databases/auto-tiering/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The RAM limit cannot be smaller than 10% of the total memory. We recommend you k

Implementing Auto Tiering requires pre planning around memory and sizing. Considerations and requirements for Auto Tiering include:

- Flash memory must be locally attached (as opposed to network attached storage (NAS) and storage area networks (SAN)).
- Flash memory must be locally attached. Using network-attached storage (NAS), storage area networks (SAN), or solutions such as AWS Elastic Block Storage (EBS) is not supported.
- Flash memory must be dedicated to Auto Tiering and not shared with other parts of the database, such as durability, binaries, or persistence.
- For the best performance, the SSDs should be NVMe based, but SATA can also be used.
- The available flash space must be greater than or equal to the total database size (RAM+Flash). The extra space accounts for write buffers and [write amplification](https://en.wikipedia.org/wiki/Write_amplification).
Expand Down

0 comments on commit 17f8942

Please sign in to comment.