Open slvrtrn opened 3 months ago
Is there no example of how to use an HTTPS clienthouse URL it seems not and hard to find examples of this
@joshstevens19, you could use this example: https://github.com/ClickHouse/clickhouse-rs/blob/master/examples/clickhouse_cloud.rs, as CH Cloud is HTTPS.
It is beneficial to have these use cases available in the examples folder as separate runnable files:
wait_end_of_query
,select_sequential_consistency
settings highlight).with_option
async_insert
- with and withoutwait_for_async_insert
, using just.with_option
; if it works (it should), this closes https://github.com/ClickHouse/clickhouse.rs/issues/65 as no additional code is requiredquery_id
, cancel and kill queries - similarly to https://github.com/ClickHouse/clickhouse-js/blob/main/examples/cancel_query.ts, outline the diff between TCP and HTTP behaviorssession_id
, maybe with views; outline potential LB issues and lack of sticky sessions