Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
The constructor
public RowMutation(String table, ByteBuffer key)
was generation tons of empty HashMaps that were unused, on the order of 160,000 of them in about a minute.
delay creating the map until you need it.