Skip to content

Instantly share code, notes, and snippets.

@dasl-
Created September 25, 2019 22:00
Show Gist options
  • Save dasl-/70ec10487028c474b694962d92d3b7e1 to your computer and use it in GitHub Desktop.
Save dasl-/70ec10487028c474b694962d92d3b7e1 to your computer and use it in GitHub Desktop.
Length: 1
"insert into shops_index(shop_id, shop_shard) values (:vtg1, :vtg2)"
{
"PlanID": "INSERT_PK",
"Reason": "DEFAULT",
"Table": {
"Name": "shops_index",
"Columns": [
{
"Name": "shop_id",
"Type": 778,
"IsAuto": false,
"Default": null
},
{
"Name": "shop_shard",
"Type": 263,
"IsAuto": false,
"Default": null
},
{
"Name": "name",
"Type": 6165,
"IsAuto": false,
"Default": null
}
],
"Indexes": [
{
"Name": "PRIMARY",
"Unique": true,
"Columns": [
"shop_id"
],
"Cardinality": [
1
]
}
],
"PKColumns": [
0
],
"Type": 0,
"SequenceInfo": null,
"MessageInfo": null,
"TopicInfo": null,
"TableRows": {},
"DataLength": {},
"IndexLength": {},
"DataFree": {},
"MaxDataLength": {}
},
"NewName": "",
"Permissions": [
{
"TableName": "shops_index",
"Role": 1
}
],
"FieldQuery": null,
"FullQuery": "insert into shops_index(shop_id, shop_shard) values (:vtg1, :vtg2)",
"OuterQuery": "insert into shops_index(shop_id, shop_shard) values (:vtg1, :vtg2)",
"Subquery": null,
"UpsertQuery": null,
"ColumnNumbers": null,
"PKValues": [
[
":vtg1"
]
],
"SecondaryPKValues": null,
"WhereClause": null,
"SubqueryPKColumns": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment