PostgreSQL Internals:
PostgreSQL is a SQL database with a structured schema of tables with rrows and columns.
PostgreSQL support advanced datatypes like JSON ,XML and JSONB.
Key Differences between JSON and JSONB
Storage Format:
JSON: Stores data as plain text.
JSONB: ...
nithinmanupuri.hashnode.dev3 min read