Paul Loyd
Paul Loyd
@RustyYato, thanks for the quick response and I apologize for the time spent. I'm not sure why this is the case or what can be done to disrupt the correctness...
I observed the same situation for my case (99.99% reads), especially with many threads that's related to https://github.com/crossbeam-rs/crossbeam/issues/852 Another approach is implemented in the scc crate, where [scan is started](https://github.com/wvwwvwwv/scalable-concurrent-containers/blob/7340ce1730a3d381b46e21ebfd3853222db37278/src/ebr/collector.rs#L84)...
Sorry for closing, we've decided to not provide a dedicated API for async insert params
`opt out` means disabling binding at all, right? (by the way, we're going to support server-side binding instead, but it is controversion)
@fauh45 sorry for late response. You should use https://docs.rs/serde/latest/serde/trait.Serializer.html#tymethod.serialize_tuple or multiple `serialize_u8()` as suggested above by @shenghaoyang in order to serialize bytes/strings without length.
Looks great; thanks for your contribution. I will release the next minor release with breaking changes and disable by default TLS or use rustls as a default backend for TLS....
Now all `clickhouse.rs` (the master branch), `hyper-tls` and `hyper-rustls` support `hyper` `v1`, so I'm closing this PR in favor of https://github.com/loyd/clickhouse.rs/pull/102 and after rebasing that branch I'm going to release...
Hi, what result do you expect? What is the definition of the table and `Metadata`?
Related to https://github.com/metrics-rs/metrics/issues/273 Another problem with dynamic labels is `Box::new`: ```rust let a = "some_value"; metrics::gauge!("some_metric", 42., "label" => a); ``` is expanded into ```rust static METRIC_NAME: &'static str =...
I think a similar approach to [slotmap](https://github.com/orlp/slotmap/blob/master/src/basic.rs) can be used.