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

     1  {
     2    "sharded": true,
     3    "vindexes": {
     4      "hash": {
     5        "type": "hash"
     6      },
     7      "t1_id2_vdx": {
     8        "type": "consistent_lookup_unique",
     9        "params": {
    10          "table": "t1_id2_idx",
    11          "from": "id2",
    12          "to": "keyspace_id"
    13        },
    14        "owner": "t1"
    15      },
    16      "t2_id4_idx": {
    17        "type": "lookup_hash",
    18        "params": {
    19          "table": "t2_id4_idx",
    20          "from": "id4",
    21          "to": "id3",
    22          "autocommit": "true"
    23        },
    24        "owner": "t2"
    25      }
    26    },
    27    "tables": {
    28      "t1": {
    29        "column_vindexes": [
    30          {
    31            "column": "id1",
    32            "name": "hash"
    33          },
    34          {
    35            "column": "id2",
    36            "name": "t1_id2_vdx"
    37          }
    38        ]
    39      },
    40      "t1_id2_idx": {
    41        "column_vindexes": [
    42          {
    43            "column": "id2",
    44            "name": "hash"
    45          }
    46        ]
    47      },
    48      "t2": {
    49        "column_vindexes": [
    50          {
    51            "column": "id3",
    52            "name": "hash"
    53          },
    54          {
    55            "column": "id4",
    56            "name": "t2_id4_idx"
    57          }
    58        ]
    59      },
    60      "t2_id4_idx": {
    61        "column_vindexes": [
    62          {
    63            "column": "id4",
    64            "name": "hash"
    65          }
    66        ]
    67      }
    68    }
    69  }