Vladimir Vishnevskii
Vladimir Vishnevskii
term "next evolution" may be problematic: https://twitter.com/jodastephen/status/1176186251277471747
@joschi Interesting, thank you
I did not write them before, too. Excellent reason to try.
@janschaefer, thank you, I will take a look.
@schauder, I like option no. 2: new module in this project. I have 2 questions: 1) How to embed degraph into application? How gradle plugin embeds and runs core? It...
@vietj, that's how authors call the protocol: https://clickhouse.tech/docs/en/interfaces/tcp/. Agree, it may confuse. I will remove 'native' from module name, packages and classes
@vietj, I will try to rebase. My last attempt failed due to .github directory limitations, maybe I need to add extra git rebase options
I don't know about ClickHouse internals a lot. In general - it is columnar-oriented analytical db: https://github.com/ClickHouse/ClickHouse/. Most SELECT's are extremely fast. P.S. driver dev branch is here: https://github.com/smagellan/vertx-sql-client/tree/feature/clickhouse-native-client
Protocol is described here: https://clickhouse.tech/docs/en/interfaces/tcp/. In short: I played with console client, wireshark, https://github.com/ClickHouse/ClickHouse/tree/master/src/Client and https://github.com/mymarilyn/clickhouse-driver
Hope I will create PR(into ClickHouse repo) with protocol documentation later