We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reading thousands of CloudTrail logs can be very slow. There must be a better way to read everything in batches, using their cursor functionality.
The text was updated successfully, but these errors were encountered:
speed up reading of cloudtrail logs by increasing batch size. #21
959afde
I'll also try to read from S3 in batches or multithreaded. This is where the bottleneck is now.
Sorry, something went wrong.
No branches or pull requests
Reading thousands of CloudTrail logs can be very slow. There must be a better way to read everything in batches, using their cursor functionality.
The text was updated successfully, but these errors were encountered: