Skip to content

YCSB 0.7.0

Compare
Choose a tag to compare
@risdenk risdenk released this 25 Feb 16:13
· 549 commits to master since this release

Incompatible changes

  • #620 GemFire binding replaced with Apache Geode (incubating) binding (gemfire -> geode)

Known issues

  • ❗ The Cassandra CQL clients do not use prepared statements (#458).
  • 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)

Changes

Tested Databases

Tested support

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

Supported

Untested