ozhera
ozhera copied to clipboard
[Enhancement] Introduce Caching Mechanism for Log Queries Across All Spaces
Description: In the current system, when a user queries all spaces, if the data volume is large, it will result in a long query time, affecting the user experience. To improve query efficiency and response speed, it is recommended to add a caching mechanism.
Specific Requirements:
- Add a caching mechanism in the interface for querying all spaces, caching the query results.
- The cache should have an expiration time to ensure the real-time nature of the data.
Expected Outcome:
- Reduce the response time for querying all spaces.
- Improve the overall system performance and user experience.