JSONB
| Definition | : | JSON Binary |
| Category | : | Computing ยป Databases |
| Country/Region | : | Worldwide |
| Popularity | : |
|
What does JSONB mean?
JSON Binary (JSONB) is a data type introduced in PostgreSQL specifically for storing JavaScript Object Notation (JSON) data in a binary format.
Unlike the regular JSON data type, which stores JSON data as text, JSONB stores data in a more efficient binary representation, thus offering improved storage and retrieval performance.
Frequently Asked Questions
What is the full form of JSONB?
The full form of JSONB is JSON Binary