OTS

1.数据模型

Wide column模型

模型构成

OTS

 

OTS

 

 

Wide column模型与关系模型

OTS

 

 

 

 

 

{
        "primaryKeys": [
                {
                        "name": "id",
                        "type": "INTEGER",
                        "value": "1"
                }
        ],
        "columns": {
                "shouji": [
                        {
                                "name": "shouji",
                                "type": "STRING",
                                "value": "13477745587",
                                "timestamp": 1576738923518
                        }
                ],
                "dizzhi": [
                        {
                                "name": "dizzhi",
                                "type": "STRING",
                                "value": "家里蹲",
                                "timestamp": 1576738923518
                        }
                ],
                "name": [
                        {
                                "name": "name",
                                "type": "STRING",
                                "value": "张三",
                                "timestamp": 1576738923518
                        }
                ]
        }
}

  

相关文章:

  • 2021-04-18
  • 2021-06-06
  • 2021-12-14
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
猜你喜欢
  • 2022-02-05
  • 2022-01-08
  • 2021-06-07
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
  • 2021-11-12
相关资源
相似解决方案