Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YCSB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adnan Ahmad
YCSB
Commits
feda8290
Commit
feda8290
authored
13 years ago
by
m1ch1
Browse files
Options
Downloads
Patches
Plain Diff
gh-66 cleaned up readme and changelog
parent
a40654f6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+56
-0
56 additions, 0 deletions
CHANGELOG
README
+0
-28
0 additions, 28 deletions
README
changes
+0
-38
0 additions, 38 deletions
changes
with
56 additions
and
66 deletions
CHANGELOG
0 → 100644
+
56
−
0
View file @
feda8290
- Fixes for Cassandra 0.7 client (tjake)
- New generator FileGenerator (nono)
- Fixes for MongoDB (nono)
- Fixes for Voldemort (nono)
- JDBC client (sudiptodas)
- HotspotIntegerGenerator (sudiptodas)
- Optimizing cassandra7 (joaquincasares)
- Mysql key fix (joaquincasares)
- Added a db plugin for Infinispan (maniksurtani)
- gh-31 Support to stop benchmark after a maximum specified elapsed time. (sudiptodas)
- gh-35 Cassandra0.8 support (joaquincasares)
- gh-30 IllegalArgumentException with MongoDB (m1ch1)
- gh-27 MongoDbClient was not working with non localhost URLs (arunxarun)
- gh-29 Add simple sharding capabilities for JDBC driver (kibab)
- gh-40 Merge Redis database interface layer (lehmannro)
- gh-42 Response latencies are measured in microseconds (mikewied)
- gh-43 Variable length fields (sears)
- gh-44 Constant occupancy workload (sears)
- gh-45 Modify DB API for efficient large object support (sears)
- gh-46 Fixed typo in RedisClient (Zlender)
- gh-49 Build fix (sears)
- gh-50 Switch unordered key generation from FNV32 to FNV64 (sears)
- gh-51 Improved Random Number Generation Performance and add Exponential distribution support (sears)
- gh-52 Mongo db fix (sears)
- gh-54 Add mapkeeper driver (m1ch1)
- gh-57 voldemort - enable nio connector (akkumar)
- gh-58 benchmarking with hbase 0.90.5 (akkumar)
- gh-55 VMware vFabric GemFire (sbawaska)
- gh-59 Cassandra 1.0.6 (akkumar)
- gh-62 Oracle NoSQL Database Client (y-namiki)
- gh-64 Mavenisation of YCSB with a (tar ball) distribution packager (hariprasad-k)
0.1.3 - 10/26/10
= Voldemort binding (rsumbaly)
= HBase client improvements (ryanobjc)
= Fixes to Cassandra 0.7 binding (johanoskarsson, nickmbailey)
= Added an interface for exporting the measurements and a JSON implementation. It can write to both stdout and to a file (johanoskarsson)
-Other minor fixes (brianfrankcooper)
0.1.2 - 5/12/10
- MongoDB binding (ypai)
- Cassandra 0.7 binding (johanoskarsson)
- Simple command line interface (brianfrankcooper)
- Faster string generation (tlipcon)
- Avoid Bytes conversion in HBaseClient (tlipcon)
0.1.1 - 4/25/10
- Compiles under 1.5
- Fixes doc and HBaseClient bugs
0.1.0 - 4/23/10
- Initial open source release
This diff is collapsed.
Click to expand it.
README
+
0
−
28
View file @
feda8290
...
...
@@ -40,31 +40,3 @@ better than another.
Detailed information about using the benchmark is available in the
doc/index.html file.
Revision History
================
0.1.3 - 10/26/10
- Voldemort binding (rsumbaly)
- HBase client improvements (ryanobjc)
- Fixes to Cassandra 0.7 binding (johanoskarsson, nickmbailey)
- Added an interface for exporting the measurements and a JSON implementation. It can write to both stdout and to a file (johanoskarsson)
- Other minor fixes (brianfrankcooper)
0.1.2 - 5/12/10
- MongoDB binding (ypai)
- Cassandra 0.7 binding (johanoskarsson)
- Simple command line interface (brianfrankcooper)
- Faster string generation (tlipcon)
- Avoid Bytes conversion in HBaseClient (tlipcon)
0.1.1 - 4/25/10
- Compiles under 1.5
- Fixes doc and HBaseClient bugs
0.1.0 - 4/23/10
- Initial open source release
This diff is collapsed.
Click to expand it.
changes
deleted
100644 → 0
+
0
−
38
View file @
a40654f6
* Fixes for Cassandra 0.7 client (tjake)
* New generator FileGenerator (nono)
* Fixes for MongoDB (nono)
* Fixes for Voldemort (nono)
* JDBC client (sudiptodas)
* HotspotIntegerGenerator (sudiptodas)
* Optimizing cassandra7 (joaquincasares)
* Mysql key fix (joaquincasares)
* Added a db plugin for Infinispan (maniksurtani)
* gh-31 Support to stop benchmark after a maximum specified elapsed time. (sudiptodas)
* gh-35 Cassandra0.8 support (joaquincasares)
* gh-30 IllegalArgumentException with MongoDB (m1ch1)
* gh-27 MongoDbClient was not working with non localhost URLs (arunxarun)
* gh-29 Add simple sharding capabilities for JDBC driver (kibab)
* gh-40 Merge Redis database interface layer (lehmannro)
* gh-42 Response latencies are measured in microseconds (mikewied)
* gh-43 Variable length fields (sears)
* gh-44 Constant occupancy workload (sears)
* gh-45 Modify DB API for efficient large object support (sears)
* gh-46 Fixed typo in RedisClient (Zlender)
* gh-49 Build fix (sears)
* gh-50 Switch unordered key generation from FNV32 to FNV64 (sears)
* gh-51 Improved Random Number Generation Performance and add Exponential distribution support (sears)
* gh-52 Mongo db fix (sears)
* gh-54 Add mapkeeper driver (m1ch1)
* gh-57 voldemort - enable nio connector (akkumar)
* gh-58 benchmarking with hbase 0.90.5 (akkumar)
* gh-55 VMware vFabric GemFire (sbawaska)
* gh-59 Cassandra 1.0.6 (akkumar)
* gh-62 Oracle NoSQL Database Client (y-namiki)
* gh-64 Mavenisation of YCSB with a (tar ball) distribution packager (hariprasad-k)
0.1.3
* Voldemort binding (rsumbaly)
* HBase client improvements (ryanobjc)
* Fixes to Cassandra 0.7 binding (johanoskarsson, nickmbailey)
* Added an interface for exporting the measurements and a JSON implementation. It can write to both stdout and to a file (johanoskarsson)
* Other minor fixes (brianfrankcooper)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment