Closed
Description
- update for move to groupId
site.ycsb
❗️ in prep for publishing to maven central (Publish YCSB on Maven Central #1340) - HBase bindings changed API for table checks ([hbase10] Use Admin.tableExists instead of Table.getTableDescriptor t… #1315) and fixed doc for skipping WAL writes (Adally update readme #1324)
- Number of threads used by client is capped by number of operations ([core] limit number of client threads based on op count. #1323)
- JDBC binding now works with mssql ([jdbc] Add mssql support for scan operation #1350) and uses semicolon for sharding ❗️ (Changed JDBC string splitting delimiter #1233)
- Added VoltDB binding ([db voltdb] Add VoltDB client #1319)
changes from 0.16.0 (#1265) that need testing:
core changes
- Allow configuration of field names via fieldnameprefix property (Added fieldnameprefix property #117)
- JDK 8 or 11 should be used, we no longer test JDK9 or JDK10 ([travis] drop deprecated oracle JDKs, add openjdk versions for jdk8 and jdk11 #1253)
- Improvements to some internal byte iterators (notably Strings) ([core] Optimize toArray of all ByteIterators except RandomByteIterator #1112)
- Correct configuration of exponential distribution in the Core workloads (Enabling exponential distribution in Core Workload #1260)
added bindings
- ElasticSearch 5 REST client ([elasticsearch5-rest] add forgotten elasticsearch5-rest binding. #1231)
- Azure Cosmos DB (Azure Cosmos [DB] #1264 Optimizing the driver and fixing update #1298 Updating to the latest driver and removing flag that are no longer needed. #1300)
- Postgres NoSQL ([PostgreNoSQL] Added NoSQL support for PostgreSQL. #1242)
- Apache Crail (incubating) (Added support for Apache Crail (Incubating) #1266)
- Table Store from Alibaba Cloud ([tablestore] Add binding for Alibaba Cloud's TableStore #1286)
- Toshiba GridDB ([griddb] GridDB binding #1258)
updated bindings
- Compat for MongoDB 4 ([mongodb] add compatibility for MongoDB 4.0 #1217)
- JDBC adds multi-row inserts ([jdbc] support JDBC option to rewrite batch statement to multi-row in… #1220)
- OrientDB updated to version 2.2.37 ([orientdb] fixed issue #1045, updated to orientdb version 2.2.37 #1256)
- memcached fixes a logic error where individual fields would not get checked ([Memcached] misbehavior when readallfields/writeallfields are false #1153)
- Apache Cassandra can optionally use SSL to connect to the cluster (Adding the ability to connect to Cassandra using SSL connections. #1294)
- Apache HBase add documentation for using client side buffering ([hbase098] document the client side buffering config. #1283)
- Apache Ignite version upgraded (Apache Ignite version updated #1270)
- Google Cloud Bigtable client upgraded ([cloudspanner bigtable] update client library versions #1293)
- Cloud Spanner client upgraded ([cloudspanner bigtable] update client library versions #1293)
- AsyncHBase client upgrade ([asynchbase] update to 1.8.2 #1255)
removed bindings
- Azure Document DB has been removed (Removing deprecated driver. #1295)
Metadata
Metadata
Assignees
Labels
No labels