Skip to content

Commit 171b141

Browse files
authored
DEV: add db analysis caveat (#917)
1 parent 27640b2 commit 171b141

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/develop/tools/insight/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ Workbench also includes:
113113

114114
Use the database analysis tool to optimize the performance and memory usage of your Redis database. Check data type distribution and memory allocation and review the summary of key expiration time and memory to be freed over time. Inspect the top keys and namespaces sorted by consumed memory or key length and count of keys, respectively. Capture and track the changes in your database by viewing historical analysis reports. Next figure shows a sample database analysis report.
115115

116+
{{< note >}}
117+
The database analysis tool will only analyze up to 10,000 keys. If more than 10,000 keys are present, the tool will attempt to use extrapolation in its analysis.
118+
{{< /note >}}
119+
116120
<img src="images/database_analysis.png">
117121

118122
### Redis Streams support

0 commit comments

Comments
 (0)