oshdb icon indicating copy to clipboard operation
oshdb copied to clipboard

store bytearray instead of object(grid) into key/value database

Open rtroilo opened this issue 6 years ago • 1 comments

Storing serialized objects prevents us to do changes afterwards without rebuilding the entire database. see also this comment: https://github.com/GIScience/oshdb/pull/131#issuecomment-472456015 I would like therefor store a generic byte array instead.

rtroilo avatar Mar 14 '19 08:03 rtroilo

so data serialization instead of class serialization? like proposed in #131 and #135 ?

SlowMo24 avatar Mar 19 '19 09:03 SlowMo24