On Sat, May 29, 2010 at 10:53 AM, Stack <st...@duboce.net> wrote: > On Fri, May 28, 2010 at 4:11 PM, Jacob Isaac <ja...@ebrary.com> wrote: >> Here is the summary of the runs >> >> puts (~4-5k per row) >> regionsize #rows Total time (ms) >> 1G 82282053*2 301943742 >> 512M 82287593*2 313119378 >> 256M 82246314*2 433200105 >> > > So about 0.3ms per 5k write (presuming 100M writes?)? >
I just tried loading 100M 1k rows into a 4 regionserver cluster where each node had two clients writing at any one time and it took just over an hour. If you tell me more about your loading job and if reading is happening concurrently, I can try and mock it here so we can compare (no lzo and all defaults on my cluster). St.Ack