Skip to content

Commit bbf39c0

Browse files
authored
DOC-835 RS: Added key/value size limits for flash storage (#1644)
1 parent e2142e5 commit bbf39c0

File tree

1 file changed

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

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ On-premises environments support more deployment options than other environments
109109

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

112+
## Size limits for keys and values
113+
114+
Auto Tiering databases cannot store keys or values larger than 4GB in flash storage.
115+
116+
Keys or values larger than 4GB will be stored in RAM only, and warnings will appear in the Redis logs similar to:
117+
118+
```sh
119+
# WARNING: key too big for disk driver, size: 4703717276, key: subactinfo:htable
120+
```
121+
112122
## Next steps
113123

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

0 commit comments

Comments
 (0)