Increase the amount of geobuf data that can be stored in individual Dynamo records from 10KB maybe-up-to 350KB. Also don't store geobufs on S3 unless it doesn't fit into the record.
Advantages:
Making fewer S3 requests will improve read speed for most datasets
Disadvantages:
This will significantly impact read capacity requirements on dataset listing functions and calculating dataset metdata
Paginated .list() requests could return as few as 2 records per page.
Increase the amount of geobuf data that can be stored in individual Dynamo records from 10KB maybe-up-to 350KB. Also don't store geobufs on S3 unless it doesn't fit into the record.
Advantages:
Disadvantages:
.list()
requests could return as few as 2 records per page.cc @mick @willwhite