Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YCSB
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
5fbded72
Commit
5fbded72
authored
7 years ago
by
Chris Larsen
Browse files
Options
Downloads
Patches
Plain Diff
[core] add some missing DBs to the YCSB help script.
parent
71a9ee5d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/ycsb
+3
-1
3 additions, 1 deletion
bin/ycsb
with
3 additions
and
1 deletion
bin/ycsb
+
3
−
1
View file @
5fbded72
...
...
@@ -56,6 +56,8 @@ DATABASES = {
"
arangodb
"
:
"
com.yahoo.ycsb.db.ArangoDBClient
"
,
"
arangodb3
"
:
"
com.yahoo.ycsb.db.arangodb.ArangoDB3Client
"
,
"
asynchbase
"
:
"
com.yahoo.ycsb.db.AsyncHBaseClient
"
,
"
azuredocumentdb
"
:
"
com.yahoo.ycsb.db.azuredocumentdb.AzureDocumentDBClient
"
,
"
azuretablestorage
"
:
"
com.yahoo.ycsb.db.azuretablestorage.AzureClient
"
,
"
basic
"
:
"
com.yahoo.ycsb.BasicDB
"
,
"
basicts
"
:
"
com.yahoo.ycsb.BasicTSDB
"
,
"
cassandra-cql
"
:
"
com.yahoo.ycsb.db.CassandraCQLClient
"
,
...
...
@@ -63,9 +65,9 @@ DATABASES = {
"
cloudspanner
"
:
"
com.yahoo.ycsb.db.cloudspanner.CloudSpannerClient
"
,
"
couchbase
"
:
"
com.yahoo.ycsb.db.CouchbaseClient
"
,
"
couchbase2
"
:
"
com.yahoo.ycsb.db.couchbase2.Couchbase2Client
"
,
"
azuredocumentdb
"
:
"
com.yahoo.ycsb.db.azuredocumentdb.AzureDocumentDBClient
"
,
"
dynamodb
"
:
"
com.yahoo.ycsb.db.DynamoDBClient
"
,
"
elasticsearch
"
:
"
com.yahoo.ycsb.db.ElasticsearchClient
"
,
"
elasticsearch5
"
:
"
com.yahoo.ycsb.db.elasticsearch5.ElasticsearchClient
"
,
"
geode
"
:
"
com.yahoo.ycsb.db.GeodeClient
"
,
"
googlebigtable
"
:
"
com.yahoo.ycsb.db.GoogleBigtableClient
"
,
"
googledatastore
"
:
"
com.yahoo.ycsb.db.GoogleDatastoreClient
"
,
...
...
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