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

Monolith OSS - Performance problems on ingest beyond 72 hours #25590

Open
MaduMitha-Ravi opened this issue Nov 26, 2024 · 0 comments
Open

Monolith OSS - Performance problems on ingest beyond 72 hours #25590

MaduMitha-Ravi opened this issue Nov 26, 2024 · 0 comments

Comments

@MaduMitha-Ravi
Copy link

Problem 1 - High Mean CPU usage on Query load (small and large)

  • Continuous Ingestion of data on OSS on the software without the limit of 72h
  • Query load simulated after 72h of Ingest is observed to have high CPU usage compared to the same query load before the 72h (around 26h)
    • Mean CPU jumps from 46% to 84%
    • Max CPU (on before 72h) is known from LIMIT query
image

Problem 2 - Increase in Latency for 5m look back

  • Continuous Ingestion of data on OSS on the software without the limit of 72h
  • Query load simulated after 72h of Ingest is observed to have higher query latency compared to the same query load before the 72h (around 26h) even for a small query look such as 5m
    • Mean Query latency (p95) goes from 32ms to 111ms for 5m query look back, about 3X times
image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants