-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide on data type for tags: hstore, json, jsonb #13
Comments
We chose JSON because it seems to be the best option for our use case and offers great support. I already updated the data package files. |
That doesn't really solve my question between see: http://www.silota.com/docs/recipes/sql-postgres-json-data-types.html
|
I see one typo: (the whitespace and the order of the keys are preserved in the JSOB column.) Should read (the whitespace and the order of the keys are preserved in the JSON column.). JSONB does not retain whitespace and order of keys as it stored parsed json. |
Thanks for the info @Ludee! |
hstore vs. json vs. jsonb
I'm currently looking for an improvement for variable data structures (key-value-pairs).
Research:
Criterial:
Examples:
OSM uses hstore.
I use this issue as documentation. Feel free to comment and improve!
The text was updated successfully, but these errors were encountered: