Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wtt40122 opened this issue Jul 17, 2024 · 0 comments

Comments

@wtt40122
Copy link
Contributor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant