Can YCSB 0.1.4 be used to evaluate performance Cassandra 1.1.6?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
At HP we've tried out Cassandra 1.1.6 with YCSB 0.1.4 on HP ProLiant Gen8s. I can't share the results, but the question was merely "does it work" and to that the answer is "sure". But we didn't use the YCSB-Cassandra driver. We changed the YCSB-JDBC driver -- it's possible nowadays because CQL exists. We had to change a few lines in YCSB's JdbcDBClient.java source because CQL requires a column list for INSERT, and because we had to ignore INSERT's error returns. |
|||
|
|