mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:37:26 +08:00
Data Explorer result cache keys expired with a TTL, but their per-query index entries could continue counting toward the cache limit. This PR prunes expired index entries before checking the limit, so new parameter combinations can be cached as older results age out. |
||
|---|---|---|
| .. | ||
| admin/assets/javascripts/admin | ||
| app | ||
| assets | ||
| config | ||
| db/migrate | ||
| lib | ||
| spec | ||
| test/javascripts | ||
| package.json | ||
| plugin.rb | ||
| README.md | ||
| tsconfig.json | ||
Data Explorer Plugin
This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.
For more information, please see: https://meta.discourse.org/t/data-explorer-plugin/32566