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: redisinsight/ui/src/constants/dbAnalysisRecommendations.json
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -467,5 +467,41 @@
467
467
}
468
468
],
469
469
"badges": ["configuration_changes"]
470
+
},
471
+
"RTS": {
472
+
"id": "RTS",
473
+
"title":"Optimize the use of time series",
474
+
"redisStack": true,
475
+
"content": [
476
+
{
477
+
"id": "1",
478
+
"type": "paragraph",
479
+
"value": "If you are using sorted sets to work with time series data, consider using RedisTimeSeries to optimize the memory usage while having extraordinary query performance and small overhead during ingestion."
0 commit comments