-
Notifications
You must be signed in to change notification settings - Fork 2
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
Wishlist #18
Comments
Besides |
@andypbarrett @betolink @asteiker Are reviewing this Issue to determine what else is needed to provide robust recommendations for ATL03 reformatting. Should we break out the relevant tasks into separate Issues? Other notes:
|
In SlideRule performance testing I've seen a 25% performance difference between hitting an object for the first time in S3 and then subsequent reads of the same object. I've also seen a 10% to 20% performance swing based on the time of day we are hitting S3. So, for our performance testing, we try to run the tests at the same time (early morning seems to be more stable), and we run the tests multiple times until the timing numbers come down and stabilize. Doing that doesn't capture the performance most people experience (because they will typically hit our system in the middle of the day to late afternoon, and because the resulting data pull by SlideRule is usually reading the data after the S3 caches have cooled), but it does allow us to compare apples to apples when we make changes in the code and want to know how the changes affected performance. |
The text was updated successfully, but these errors were encountered: