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

Reduce the number number of S3 PutRequests and size of uploads #860

Open
dakotabenjamin opened this issue Jul 21, 2020 · 0 comments
Open

Comments

@dakotabenjamin
Copy link
Member

MapCampaigner doesn't scale too well with numerous large campaigns. It makes a ton of regular PutRequest s3 API calls which can add up over time.

Some initial thoughts to improving this problem:

  • smart updating based on user interaction
  • regularly update partial data with manual option for full updates
  • limit AOIs, campaign lengths, zoom levels, etc.
  • rather than delete all date and reupload, intelligently update (sync?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant