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

MongoDB LUT - Cache Performance issues #21272

Open
rich-graylog opened this issue Jan 6, 2025 · 0 comments
Open

MongoDB LUT - Cache Performance issues #21272

rich-graylog opened this issue Jan 6, 2025 · 0 comments

Comments

@rich-graylog
Copy link

Summary from a customer call:

MongoDB Lookup Table Download and Cache - Like with CSV files, pull the mongodb lookup table on an interval (like every hour) and cache it for in-memory lookups. They had a CIDR table that was 1916 rows and even with a long running cache it saturated a 10GbE link because CIDR queries are filtered at Graylog and not MongoDB so it had to pull the full table each time there was a cache miss.

If possible, we should look at ways of optimizing performance when the cache is not updated and we need to retrieve from Mongo again.

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

1 participant