Skip to content
Snippets Groups Projects
Commit d14af869 authored by Kevin Risden's avatar Kevin Risden
Browse files

Merge pull request #631 from kruthar/couchbase-readme

[couchbase] nit fix in Couchbase README
parents a1341270 4e7f8001
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ bin/ycsb run couchbase -s -P workloads/workloada -p couchbase.useJson=false
## Scans in the CouchbaseClient
The scan operation in the CouchbaseClient requires a Couchbase View to be created manually. To do this:
1. Go to the Couchbase UI, then to Views
2. Create a new development view, specify a ddoc and view name, use these in your YCSB properties. See Configuration Options below.
3. The default map code is sufficient.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment