elastic / elasticsearch-sql-odbc

ODBC driver for Elasticsearch SQL
Other
0 stars 30 forks source link

Add CBOR encapsulation support #152

Closed bpintea closed 5 years ago

bpintea commented 5 years ago

The current encapsulation possible is only JSON. For alignment to JDBC and some reduction of payload sizes, the binary CBOR format should be added. A connection string option can then decide which format to choose at a connection level.

bpintea commented 5 years ago

Feature implemented.