hi,
   i am trying to insert few million documents to hbase with mapreduce. To 
enable quick search of docs i want to have some indexes, so i tried to use the 
coprocessors, but they are slowing down my inserts. Arent the coprocessors not 
supposed to increase the latency? 
my settings:
    3 region servers
   60 maps
each map inserts to doc table.(checkAndPut)
regionobserver coprocessor does a postCheckAndPut and inserts some rows to a 
index table.


Sincerely,
Prakash

Reply via email to