Your browser doesn't support HTML5 audio
| Definition | : | JSON Binary |
| Category | : | Computing » Databases |
| Country/ Region |
: | Worldwide
|
| Popularity | : |
|
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.
The full form of JSONB is JSON Binary