Skip to content

RS: Added key/value size limits for flash storage #1644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/operate/rs/databases/auto-tiering/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,16 @@ On-premises environments support more deployment options than other environments

{{<warning>}} Auto Tiering is not supported running on network attached storage (NAS), storage area network (SAN), or with local HDD drives. {{</warning>}}

## Size limits for keys and values

Auto Tiering databases cannot store keys or values larger than 4GB in flash storage.

Keys or values larger than 4GB will be stored in RAM only, and warnings will appear in the Redis logs similar to:

```sh
# WARNING: key too big for disk driver, size: 4703717276, key: subactinfo:htable
```

## Next steps

- [Auto Tiering metrics]({{< relref "/operate/rs/references/metrics/auto-tiering" >}})
Expand Down