PostgreSQL - JSON and JSONB
Which of the following is a key difference between
json and jsonb data types in PostgreSQL?json and jsonb data types in PostgreSQL?json and jsonbjson stores data as plain text, preserving formatting and whitespace. jsonb stores data in a decomposed binary format optimized for processing.jsonb supports indexing and is generally faster for querying, unlike json.jsonb stores data in a binary format, while json stores it as plain text. -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions