ozhera icon indicating copy to clipboard operation
ozhera copied to clipboard

[Enhancement] Introduce Caching Mechanism for Log Queries Across All Spaces

Open wtt40122 opened this issue 7 months ago • 0 comments

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:

  1. Add a caching mechanism in the interface for querying all spaces, caching the query results.
  2. 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.

wtt40122 avatar Jul 17 '24 08:07 wtt40122