Skip to content

YCSB 0.8.0

Compare
Choose a tag to compare
@cmatser cmatser released this 13 Apr 08:02
· 464 commits to master since this release

Incompatible changes

  • ❗ Elasticsearch config parameter changes. See elasticsearch/README.md for full list (#684).

Known issues

  • ❗ The Cassandra CQL clients do not use prepared statements (#458).
  • ❗ Updated datastax drivers to support Cassandra 3.
  • Building Cassandra CQL with JDK 8 issues a org.hyperic.sigar.SigarException: no libsigar-amd64-linux.so in java.library.path. JDK 7 builds OK.
  • The mongodb binding does not honor the maxPoolSize=XX parameter and instead opens a connection per client thread. (see #317)
  • ‼️ Running directly from a source checkout on Windows is not supported. (see #335)
  • Several unsupported datastore bindings are still listed in CLI help. (see #328)
  • The HBase binding does not report a clear error message on encountering version incompatibility. (see #343)
  • Datastore drivers that lack timeouts may result in YCSB failing to honor the maxexecutiontime parameter. (See #618)

Changes

Tested Databases

Tested support

The following datastore bindings have been verified as working as of this release:

Supported

Untested