You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/databases/auto-tiering/_index.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,16 @@ On-premises environments support more deployment options than other environments
109
109
110
110
{{<warning>}} Auto Tiering is not supported running on network attached storage (NAS), storage area network (SAN), or with local HDD drives. {{</warning>}}
111
111
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
0 commit comments