libcouchbase/n1ql.h
)CCBC-997: Extract analytics queries into separate file, and expose new API as set of lcb_analytics_*
functions.
CCBC-992: KV ingest mode for analytics. Ingestion mode a way to funnel analytics results back into the KV layer through mutation.
CCBC-991: Analytics Deferred Queries. Deferred queries allow to decouple the execution of an analytics query from actually fetching the results. This is very important for queries that take a long time to complete.
CCBC-1004: Fix request counting for CAS-observe. Incorrect mapping server indexes during scheduling observe requests might lead to crashes on multi-node clusters.
CCBC-1005: select(2)
-based IO plugin: always use expiration when using lcb_tick_nowait
function to avoid waiting for IO events.
Please login to add feedback.
This update has been submitted for testing by avsej.
avsej edited this update.
New build(s):
Removed build(s):
Karma has been reset.
This update has been pushed to testing.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes