jsonb
- jsonb
jsonb
stores data in a decomposed binary form, not as an ASCII/UTF-8 string, but as binary code. That makes it slightly slower to input due to added conversion overhead, but significantly faster to process, since no reparsing is needed.
This information applies to Netezza Performance Server for Cloud Pak for Data System 2.0.X.
See also Netezza Performance Server for Cloud Pak for Data System 1.0.X, Netezza Performance Server for Cloud Pak for Data, and Netezza Performance Server for Cloud Pak for Data as a Service.
jsonb
stores data in a decomposed binary form, not as an ASCII/UTF-8 string,
but as binary code. That makes it slightly slower to input due to added conversion overhead, but
significantly faster to process, since no reparsing is needed.