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

Try optimizing select by not parsing into objects #44

Open
flosell opened this issue May 1, 2018 · 0 comments
Open

Try optimizing select by not parsing into objects #44

flosell opened this issue May 1, 2018 · 0 comments
Labels
enhancement performance select-feature Issues regarding the selection of relevant events

Comments

@flosell
Copy link
Owner

flosell commented May 1, 2018

In select, we only do a bit of filtering on top of CloudTrail records. But we parse them into an object structure first, then filter on that, then marshalling back into JSON. This could very likely be optimized.

Other optimization ideas:

  • Can we stream print and read JSON instead of waiting for everything to be rendered, then everything to be parsed?
@flosell flosell added performance select-feature Issues regarding the selection of relevant events labels Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement performance select-feature Issues regarding the selection of relevant events
Projects
None yet
Development

No branches or pull requests

1 participant