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: docs/source/routing/performance/caching/in-memory.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ With router v1.61.0+ and v2.x+, if you have enabled exposing query plans via `-
91
91
- `true`: Returns a human-readable string and JSON blob of the query plan while still executing the query to fetch data.
92
92
- `dry-run`: Generates the query plan and aborts without executing the query.
93
93
94
-
After using `dry-run`, query plans are saved to your configured cache locations, making it useful for pre-warming internal or external caches. Using real, mirrored, or similar to production operations is a great way to warmup the caches before transitioning traffic to new router instances.
94
+
After using `dry-run`, query plans are saved to your configured cache locations. Using real, mirrored, or similar to production operations is a great way to warmup the caches before transitioning traffic to new router instances.
0 commit comments