vitess.io/vitess@v0.16.2/go/test/endtoend/vtgate/queries/foundrows/vschema.json (about)

     1  {
     2    "sharded": true,
     3    "vindexes": {
     4      "hash": {
     5        "type": "hash"
     6      },
     7      "t2_id4_idx": {
     8        "type": "lookup_hash",
     9        "params": {
    10          "table": "t2_id4_idx",
    11          "from": "id4",
    12          "to": "id3",
    13          "autocommit": "true"
    14        },
    15        "owner": "t2"
    16      }
    17    },
    18    "tables": {
    19      "t2": {
    20        "column_vindexes": [
    21          {
    22            "column": "id3",
    23            "name": "hash"
    24          },
    25          {
    26            "column": "id4",
    27            "name": "t2_id4_idx"
    28          }
    29        ]
    30      },
    31      "t2_id4_idx": {
    32        "column_vindexes": [
    33          {
    34            "column": "id4",
    35            "name": "hash"
    36          }
    37        ]
    38      }
    39    }
    40  }