> Hi,how to efficient insert into an orc bucket  table,I found it too
>slow.thanks you

Assuming you have partitions & slow inserts, you need to enable the flag
from HIVE-6455

set hive.optimize.sort.dynamic.partition=true;

Cheers,
Gopal


Reply via email to