Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
JSON Type
On this page
The JSON data type stores any valid JavaScript Object Notation data values, including objects, maps, arrays, and nested types.
Although the JSON type can be declared with a maximum length of up to 4GB, the size of any single JSON value you insert or assign is limited by max_.max_ is 100 MB and can be increased to up to 1 GB.
|
Data Type |
Size |
Size (Not Null) |
|---|---|---|
|
JSON |
20 bytes + data size |
16 bytes + data size |
Valid JSON Values
SingleStore accepts any value that conforms to the JSON standard (RFC 8259) as a valid JSON value.
|
JSON Value Type |
Example |
|---|---|
|
Object |
|
|
Array |
|
|
String |
|
|
Number |
|
|
Boolean |
|
|
Null |
|
Last modified: