we need to make hlog flush faster, it currently does only 700 ops/sec when we flush every entry.
it'd be nice if we could do something clever, such as: - use multiple logs - detect multiple waiting clients and better batch their commits - group commits for bulk import anything else?
