mapbox / cardboard

tile indexed geo database interface.
ISC License
52 stars 10 forks source link

More data in Dynamo, less on S3 #118

Closed rclark closed 8 years ago

rclark commented 9 years ago

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:

cc @mick @willwhite

rclark commented 9 years ago

Next steps:

rclark commented 9 years ago

This is already halfway done: MAX_GEOMETRY_SIZE can be set via client config. The other half is #151.