You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flume.apache.org by Shangan Chen <ch...@gmail.com> on 2014/04/24 08:36:28 UTC

It's quite inefficient taking event from memory channel one by one

I record the overall time in different stages in HDFSEventSink#process() ,
take events from channel always cost the most time dealing with a batch of
events. And I found it take one event from channel each time, so I wonder
whether it will be much faster if we take a batch of events from channel
each time ?

-- 
have a good day!
chenshang'an