MCLD / greatreadingadventure

:books: The Great Reading Adventure is an open-source tool for managing dynamic library reading programs
http://www.greatreadingadventure.com/
MIT License
15 stars 20 forks source link

Investigate a better storage technique for reports #248

Open mcldbot opened 6 years ago

mcldbot commented 6 years ago

Issue by haraldnagel Tuesday Jun 20, 2017 at 22:47 GMT Originally opened as https://github.com/MCLD/gra4/issues/413


Right now reports are stored as text (JSON). Would it be more efficient to store them as Protocol Buffers or some other type of binary encoding?

mcldbot commented 6 years ago

Comment by haraldnagel Thursday Jul 06, 2017 at 15:18 GMT


Or even just GZip the JSON and store that binary in the database.