Homec4science
Diffusion YCSB ddde8e3c7abf

[accumulo] A general "refresh" to the Accumulo binding (#947)

Authored by Josh Elser <josh.elser@gmail.com> on Apr 6 2017, 23:46.

Description

[accumulo] A general "refresh" to the Accumulo binding (#947)

  • Expand on the README, covering table creation and best-practices for table config
  • Avoid unnecessary Text object creations (in loops and instead of byte[] usage)
  • Use a ConcurrentHashMap to better match the DB API
  • Fix error messages and always call printStackTrace() on exceptions
  • Use BATCHED_OK instead of OK in insert() (more correct)

Details

Committed
Kevin Risden <risdenk@users.noreply.github.com>Apr 6 2017, 23:46
Pushed
iorgulescuOct 2 2018, 18:02
Parents
R7507:78c3cfaedb51: [cloudspanner] Add binding for Google's Cloud Spanner. (#939)
Branches
Unknown
Tags
Unknown

Event Timeline

Kevin Risden <risdenk@users.noreply.github.com> committed R7507:ddde8e3c7abf: [accumulo] A general "refresh" to the Accumulo binding (#947) (authored by Josh Elser <josh.elser@gmail.com>).Apr 6 2017, 23:46