Copy data and overwrite identity column
Hi, I exported a table with identity column. When I restore it, how can I load values of identity column from backup file. Thanks Mike
0
The Vertica Forum is moving to a new OpenText Analytics Database (Vertica) Community.
Join us there to post discussion topics, learn about
product releases, share tips, access the blog, and much more.
Comments
As followup to you post if i use EXPORT to VERTICA its able to copy sequence from source to target server.
However if i dont have direction connection and have to create a dump of data using vsql its a challenge to insert into tables ignoring identity column since the sequence get reset. if EXPORT To VERTICA is able to do this is there any setting which enables copy/insert to vertica tables and then start the sequence from the last sequence.
hi mike. can you provide steps /ini file used to copy table data between two vertica server. What all files need to be copied to target .
Can we do incremental for a table ?