Does RocksDB support the storage of JSON, XML, and graph data?

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: RocksDB支持json、xml和图数据的存储吗?

| username: alfred

[TiDB Usage Environment] Production Environment / Testing / PoC
[TiDB Version]
[Encountered Issues]
[Reproduction Path] What operations were performed that led to the issue
[Issue Phenomenon and Impact]

[Attachments]

Please provide the version information of each component, such as cdc/tikv, which can be obtained by executing cdc version/tikv-server --version.

| username: ddhe9527 | Original post link

Not supported

| username: alfred | Original post link

TiDB supports all MySQL data types except for spatial types (SPATIAL), including numeric types, string types, date and time types, and JSON types.

The JSON support here is not related to whether RocksDB supports JSON, right?

| username: yilong | Original post link

It can’t be said that it is completely unrelated, it also needs to be able to store. For example, refer to the document