MapCampaigner icon indicating copy to clipboard operation
MapCampaigner copied to clipboard

Reduce the number number of S3 PutRequests and size of uploads

Open dakotabenjamin opened this issue 4 years ago • 0 comments

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?)

dakotabenjamin avatar Jul 21 '20 18:07 dakotabenjamin