You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: