- It’s simpler to implement
- It’s simpler to debug
- jdbc-bridge can be implemented in the same way
Usage
clickhouse-server use this tool inside odbc table function and StorageODBC.
However it can be used as standalone tool from command line with the following
parameters in POST-request URL:
connection_string— ODBC connection string.sample_block— columns description in ClickHouse NamesAndTypesList format, name in backticks, type as string. Name and type are space separated, rows separated with newline.max_block_size— optional parameter, sets maximum size of single block. Query is send in post body. Response is returned in RowBinary format.