|
|
|
|
|
by radarsat1
883 days ago
|
|
I find it really odd that the decision was made to store ints and floats as text in JSONB. It seems to defeat a lot of use cases for it as far as I can tell. There are few solutions for storing and retrieving/querying unstructured numerical data. |
|
Does json (yaml/others) have well defined handling of ints/floats? Especially ints with more than 52bits set?