Couchbase is there any limit of documents in a bucket? -
is there limit of documents in bucket?
we have scenario of loading 1.8million documents, storing successfuly upto 1.5m.
another issue, when write basic view, resulting 1535results, though more results (almost all) possible.
through .net client also, have verified getview returning 1535.
again, limitation on number of documents , on view results?
please guide resources, links - if possible.
thanks
couchbase not have limit on numbers of document (as have enough memory keys , disk document)
it looks problem not "size" issue way using views.
could confirm view publish in "production"?
if still use view in development have subset of document except if execute query full_set=true.
Comments
Post a Comment