Summary
JSONB supports indexing, which can be a significant advantage.
1
2
3
It stores an exact copy of the input text, preserving semantically-insignificant white space between tokens and the order of keys within JSON objects.
1
2
3
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
JSON stands for JavaScript Object Notation. It is an open standard format which organizes data into key/value pairs and arrays detailed in RFC 7159 . JSON is the most common format used by web services to exchange data, store documents, unstructured data, etc.
JSONB PostgreSQL: How To Store & Index JSON Data
scalegrid.io
Summary
jsonb also supports indexing, which can be a significant advantage.
Because the json type stores an exact copy of the input text, it will preserve semantically-insignificant white space between tokens, as well as the order of keys within JSON objects.
PostgreSQL: Documentation: 9.4: JSON Types
postgresql.org
Unable to generate a short snippet for this page, sorry about that.
bitnine.net
Summary
jsonb also supports indexing, which can be a significant advantage.
Because the json type stores an exact copy of the input text, it will preserve semantically-insignificant white space between tokens, as well as the order of keys within JSON objects.
PostgreSQL: Documentation: 15: 8.14. JSON Types
postgresql.org