osmlab / osm-wayback

Embedding OSM object histories from planet-history into GeoJSON objects for historical OSM-QA-Tiles with libosmium and RocksDB
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Better encoding / serialization for rocksdb #2

Open jenningsanderson opened 6 years ago

jenningsanderson commented 6 years ago

Currently just writing JSON values to rocksdb; could improve performance (and shrink size) by using a different encoding; consider geobuf or pbf.

jenningsanderson commented 6 years ago