20. Migrating from Vector to VectorH
 
Share this page                  
Migrating from Vector to VectorH
 
Considerations for Migrating from Vector to VectorH
How to Migrate a Database from Vector to VectorH
Migrate a Database from Vector to VectorH
Considerations for Migrating from Vector to VectorH
When migrating your database from Vector to VectorH, you need to consider the following:
Whether the tables will be partitioned and how. For details, see VectorH Partitioning Guidelines and Partitioned Tables in the SQL Language Guide.
Whether to load the data using use SQL COPY statements (automatically generated by the copydb command) or the vwload utility.
COPY is typically easier. Vwload is faster, however, so for larger datasets we recommend vwload.