0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add ability to specify field length distributions More... over 12 years ago
adding dir db/gemfire/lib which is required for compilation More... over 12 years ago
adding javadocs More... over 12 years ago
improving support for gemfire in client-server topology by adding command line properties to configure - server host and port - locators - topology Also adding javadocs More... over 12 years ago
-adding initial implementation of GemFireClient for ycsb. -adding compile target for gemfire-client. -adding ConfigHelper which calculates the number of entries to use to fill up a certain percentage of memory More... over 12 years ago
gh-42 Response latencies are measured in microseconds (mikewied) More... over 12 years ago
Response latencies are measured in microseconds More... over 12 years ago
gh-40 Merge Redis database interface layer (lehmannro) More... over 12 years ago
Added build target for Redis backend. More... over 12 years ago
Established compliant directory structure. More... over 12 years ago
Merge Redis database interface layer. More... over 12 years ago
gh-29 Add simple sharding capabilities for JDBC driver (kibab) More... over 12 years ago
Merge pull request #29 from kibab/9ebc5a4735d808440454f5a5b6a6d9115cc25675 More... over 12 years ago
gh-37 removed unnecessary println. More... over 12 years ago
gh-37 removed slf4j dependency from MongoDbClient.java More... over 12 years ago
gh-27 MongoDbClient was not working with non localhost URLs (arunxarun) More... over 12 years ago
gh-30 IllegalArgumentException with MongoDB (m1ch1) More... over 12 years ago
gh-30 use key as mongodb _id instead of ObjectId(key). More... over 12 years ago
gh-35 Cassandra0.8 support (joaquincasares) More... over 12 years ago
Merge branch 'Cassandra0.8Support' of git://github.com/joaquincasares/YCSB into joaquincasares-Cassandra0.8Support More... over 12 years ago
gh-31 Support to stop benchmark after a maximum specified elapsed time. (sudiptodas) More... over 12 years ago
Merge branch 'master' of git://github.com/sudiptodas/YCSB into sudiptodas-master More... over 12 years ago
Modified the code to now stop the workload which is then used by the terminator thread. Using thread interrupt as in the previous version had issues due to interrupts being lost. More... over 12 years ago
gh-32 Added a db plugin for Infinispan (maniksurtani) More... over 12 years ago
Merge branch 'master' of git://github.com/maniksurtani/YCSB into maniksurtani-master More... over 12 years ago
gh-36 Mysql key fix (joaquincasares) More... over 12 years ago
Merge branch 'mysql-KEY-fix' of git://github.com/joaquincasares/YCSB into joaquincasares-mysql-KEY-fix More... over 12 years ago
gh-34 Optimizing cassandra7 (joaquincasares) More... over 12 years ago
Changed jdbc key from defaulting the primary key to KEY and now using YCSB_KEY since KEY isn't valid in MySQL code. Also added a MySQL version of create_table. More... almost 13 years ago
Added Cassandra 0.8 Support based on the previously updated Optimized 0.7 files. More... almost 13 years ago