Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePieWw committed Aug 12, 2024
1 parent c2580e4 commit 787fdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rfcs/2024-08-06-json-datatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SELECT json_get_by_paths(b, 'attributes', 'event_attributes') + 1 FROM test;

## Storage and Querying

Data of JSON type is stored as JSONB format in the database. For storage layer, data is represented as a binary and can be queried through pre-defined JSON functions. For clients, data is shown as strings and can be deserialized to other types if needed.
Data of JSON type is stored as JSONB format in the database. For storage layer, data is represented as a binary array and can be queried through pre-defined JSON functions. For clients, data is shown as strings and can be deserialized to other types if needed.

Insertions of JSON data goes through following steps:

Expand Down

0 comments on commit 787fdf5

Please sign in to comment.