Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
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: