Ilya Golshtein

Results 17 issues of Ilya Golshtein

Changelog category (leave one): - Improvement USING for multiple JOIN ... It is possible to SELECT from t1 join t2 on t1.id=t2.id join t3 on t1.id=t3.id while SELECT from t1...

pr-improvement
can be tested

Hello and thanks for the great birdie. In crow::Server ctor we have "signals_(io_service_, SIGINT, SIGTERM)" This is terribly inconvenient if crow is a part of a large app with its...

``` from /home/ilejn/projects/.../HttpServer.cpp:1: /home/ilejn/projects/.../3rdparty/crow/include/crow/socket_adaptors.h: In member function ‘boost::asio::io_service& crow::SocketAdaptor::get_io_service()’: /home/ilejn/projects/.../3rdparty/crow/include/crow/socket_adaptors.h:22:28: error: ‘boost::asio::ip::tcp::socket’ {aka ‘class boost::asio::basic_stream_socket’} has no member named ‘get_io_service’ 22 | return socket_.get_io_service(); ```

Implements https://github.com/ContentSquare/chproxy/issues/169 Flowchart https://hackmd.io/@sPX7lB-2R7SNbZ7C7xpbKQ/HkqVB8J5c Wildcarded users concept https://hackmd.io/LXk8tLI8Q3etKax-HWtGxQ

size/L

Hello, as far as I can any user who accesses chproxy must be listed in config. This approach effectively disables LDAP advanced usage https://clickhouse.com/docs/en/operations/external-authenticators/ldap/#ldap-external-user-directory . If I am not mistaken...

feature request

proteus handles **[]byte**, ``` >proteus proto -f /tmp/proteus -p ufdata/tst --verbose INFO: Generated proto: /tmp/proteus/ufdata/tst/generated.proto >cat ./main.go package main // Exported smth //proteus:generate type Exported struct { Field string SrcIP...

Addresses https://github.com/confluentinc/librdkafka/issues/4522 rd_atomic32_set instead of rd_atomic32_init in rd_kafka_bufq_init

Description =========== Consumer hangs if closing together with deleting topic How to reproduce ================ Hello, in ClickHouse we have an issue with an integration test if librdkafka master is more...

wait-info

### Changelog category (leave one): - Performance Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Experimental global threadpool. Performs better in highload circumstances,...

pr-performance
can be tested

### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Improved IN PARTITION mutations.

pr-improvement