Why is a single INSERT very slow in Hive?

2017-09-11 Thread Jinhui Qin
Hi, I am new to Hive. I just created a simple table in hive and inserted two records, the first insertion took 16.4 sec, while the second took 14.3 sec. Why is that very slow? is this the normal performance you get in Hive using INSERT ? Is there a way to improve the performance of a single "inser

Re: Why is a single INSERT very slow in Hive?

2017-09-12 Thread Jinhui Qin
try to combine and > bulk-load them. > > On 11. Sep 2017, at 21:01, Jinhui Qin wrote: > > > > Hi, > > I am new to Hive. I just created a simple table in hive and inserted two > records, the first insertion took 16.4 sec, while the second took 14.3 sec. > Why is that very