Created on 08-08-2016 06:53 AM - edited 09-16-2022 03:33 AM
Created 08-08-2016 03:13 PM
Hi @Mayank Pandey
If you have existing tables (not in ORC format), I'd recommend creating the ORC tables. Then run:
insert into yourorctable select * from yourexistingtable;
Is this how you are currently inserting data?
View solution in original post