Andrey Zakharov
Andrey Zakharov
2.0.0-preview will solve that. However I think it is not production ready for now.
https://github.com/TheUniversalCity/RedisClient this library implements server assisted caching on top of RESP3, so it is practically possible (however it has its own problems, like lack of SSL support and bad fault...
Check the library version you use. Fixed length Decimal is supported since 1.1.15, since 1.2.3 they have improved precision (although still only fixed lengths are supported), support for arbitrary precision...
Plus, as far as I see you're doing inserts row-by-row, which is completely wrong for Clickhouse. Consider switching to bulk inserts. And if you still encounted errors in most recent...
Could you add `github_events` CREATE TABLE script?