LookupVindex

Create, backfill, and externalize Lookup Vindexes

LookupVindex is a command used to create and backfill a Lookup Vindex automatically for a table that already exists, and may have a significant amount of data in it already.

Internally, the LookupVindex create command uses VReplication for the backfill process, until the lookup Vindex is "in sync". Then the normal process for adding/deleting/updating rows in the lookup Vindex via the usual transactional flow when updating the "owner" table for the Vindex takes over.

Command #

Please see the LookupVindex command reference for a full list of sub-commands and their flags.

Additional Information #

Please see the user guide for examples of Creating a Lookup Vindex for more information on how to use this command.