basho / riak-erlang-client

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

READY: TS Put / Query use TTB encoding. #269

Closed lukebakken closed 8 years ago

lukebakken commented 8 years ago

Ensure tsputreq and tsqueryreq are encoded / decoded as TTB. Remove switching to / from native encoding.

erikleitch commented 8 years ago

+1

Merging this into perf/query_ttb_encoding. The changes are structurally what we've collectively agreed to do, given that we don't currently need separate messages for different encodings, and want TS put/queries to use the optimal encoding for those messages (TTB).

These changes