Currently, as part of refactoring the maps infrastructure, we are considering moving away from Cassandra to store tiles and use Redis as a cache for tegola.
In order to check our current available resources and potentially scale them down it is useful to compare the size needed for storage between Cassandra and Redis.
Open Questions
- Is Swift a good candidate for tile storage?
Acceptance Criteria
- Benchmark Cassandra as a baseline
- Benchmark Redis for tile storage
- Evaluate whether Swift can be used and benchmark if possible