ruslandoga
ruslandoga
👋 I wonder if it would be possible to publish `erlfdb` on [hex.pm](https://hex.pm)? Or maybe it's published already but I'm missing it ...
Continues from #156
closes https://github.com/plausible/ch/issues/113
- [ ] compare with nimble_parsec approach
This PR adds multihost support. The connection pool uniformly spreads and re-balances across `:endpoints` ```elixir Ch.start_link(pool_size: 10, endpoints: [{"http", "localhost", 8123}, {"http", "localhost", 8124}]) ``` - [ ] remove globals...
Consider replacing https://github.com/plausible/ch/blob/972f8d5a936d3af2f1e01b23dcf195f1c529d411/lib/ch/row_binary.ex#L619-L658 with one of these approaches: - [ ] https://github.com/Moosieus/UniRecover/pull/1 - [ ] https://github.com/elixir-unicode/unicode/blob/main/lib/unicode/validation/utf8.ex