Skip to content
Snippets Groups Projects
Commit 4e7f8001 authored by Andy Kruth's avatar Andy Kruth
Browse files

[couchbase] nit fix in Couchbase README

parent a1341270
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