basho / riak-erlang-client

The Riak client for Erlang.
Apache License 2.0
311 stars 188 forks source link

make use of #tsqueryreq.allow_qbuf_reuse #321

Closed hmmr closed 7 years ago

hmmr commented 7 years ago

RTS-733, RTS-870, RTS-1006

Depends on https://github.com/basho/riak_pb/pull/208, required by https://github.com/basho/riak_test/pull/1152. Part of https://github.com/basho/riak_kv/pull/1479 and related PRs.

Extract and incorporate the allow_qbuf_reuse property in #tsqueryreq. This is used to control query buffer reuse for ORDER BY queries.

gordonguthrie commented 7 years ago

+1 1b030a7

hazen commented 7 years ago

:+1: 9d3909b

hazen commented 7 years ago

:+1: 9a3dbe9

hazen commented 7 years ago

@borshop merge