Created 08-08-2016 06:53 AM
Created 08-08-2016 03:13 PM
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?
Created 08-08-2016 03:13 PM
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?