Skip to content

Commit 17f8942

Browse files
Update _index.md (#1153)
* Update _index.md * Update content/operate/rs/databases/auto-tiering/_index.md --------- Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
1 parent e87a280 commit 17f8942

File tree

1 file changed

+1
-1
lines changed
  • content/operate/rs/databases/auto-tiering

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The RAM limit cannot be smaller than 10% of the total memory. We recommend you k
6969

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

72-
- Flash memory must be locally attached (as opposed to network attached storage (NAS) and storage area networks (SAN)).
72+
- 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.
7373
- Flash memory must be dedicated to Auto Tiering and not shared with other parts of the database, such as durability, binaries, or persistence.
7474
- For the best performance, the SSDs should be NVMe based, but SATA can also be used.
7575
- 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).

0 commit comments

Comments
 (0)