Hi, I see that the inserting into hbase is not very efficient for large data. For event logging i see the solution explained in http://www.mail-archive.com/[email protected]/msg06010.html
If my understanding is correct this is applicable if key is timestamp. Is there a solution to achieve the following --> we get stream of events and we want to insert into a table but our key will be something different from timestamp. Is there any way to achieve this efficiently apart from inserting every event using hbase api's. thanks Kg
