couchbaselabs / cbft

*THIS PROJECT HAS MOVED* from couchbaselabs TO: https://github.com/couchbase/cbft -- no further development will be done here on couchbaselabs/cbft
Other
27 stars 5 forks source link

feature: ability to query subset of partitions #171

Closed steveyen closed 8 years ago

steveyen commented 9 years ago

Inspired from ElasticSearch, what if a node is down, and the user favors availability over correctness of results for their particular application.

Then, there should be a way to inform cbft during a query that not having all servers up and running is ok.

Then the results might include metadata like "was able to get results from 3 out of 5 index partitions".

mcpaddy commented 9 years ago

Couchbase Server ( I suspect it's from CouchDB) had the same thing with onError response from view queries.

steveyen commented 8 years ago

Going to close this one in couchbaselabs/cbft, as I've been trying to shrink couchbaselabs/cbft issues is obsoleted and main issue tracking is now either moved to JIRA or to couchbase/cbft (for internal TODO's)

https://issues.couchbase.com/browse/MB-17014