WellDone / strato-old

Strato web portal - device management, configuration, and data visualization for MoMo mobile monitors
MIT License
2 stars 2 forks source link

Explore using jsonb for indexible, binary json storage in Postgres 9.4 #54

Open amcgee opened 10 years ago

amcgee commented 10 years ago

9.4 hasn't been released yet, but it would probably be a huge performance and functionality enhancement to use jsonb instead of postgres' current json format which just stores text.

reference

amcgee commented 10 years ago

This is an alternative to issue #28