- Sep 19, 2022
-
-
Igor Kuznetsov authored
-
Igor Kuznetsov authored
-
- Sep 15, 2022
-
-
Igor Kuznetsov authored
-
Igor Kuznetsov authored
-
- Sep 12, 2022
-
-
Denis Smirnov authored
-
Igor Kuznetsov authored
-
- Sep 09, 2022
-
-
Igor Kuznetsov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
Implement opentelemetry instrumentation in sbroad. How to test: docker run --name jaeger -d --rm -p6831:6831/udp -p6832:6832/udp \ -p16686:16686 -p14268:14268 jaegertracing/all-in-one:latest Then run a stress test with sbroad. The results would be available at http://localhost:16686/
-
Denis Smirnov authored
-
- Sep 08, 2022
-
-
Now we compare query explain plans instead of to compare generate backend sql queries.
-
Igor Kuznetsov authored
-
- Sep 06, 2022
-
-
Igor Kuznetsov authored
-
- Sep 05, 2022
-
-
Igor Kuznetsov authored
-
- Aug 31, 2022
-
-
feat: update gcc to 4.9, fix version for rust and cartridge cli, disable tarantool install from vk repo
-
-
- Aug 30, 2022
-
-
Igor Kuznetsov authored
-
- Aug 29, 2022
-
-
Igor Kuznetsov authored
-
Denis Smirnov authored
Reduce the amoutn of allocations, make logic more clear.
-
- Aug 25, 2022
-
-
Igor Kuznetsov authored
-
- Aug 24, 2022
-
-
Denis Smirnov authored
Previously we had an error in the parameter binding order when a query had sub-queries in filters or join conditions.
-
Denis Smirnov authored
-
- Aug 19, 2022
-
-
Denis Smirnov authored
The main goal of this refactoring is to get a syntax data node vector in the order for building SQL query in a more clear manner.
-
Denis Smirnov authored
The internal bind_params() destructs parameter vector and reuses its allocated values to bind them inside the IR tree. It is logical to consume the parameters as they would be destroyed and we can't reuse them any more.
-
- Aug 18, 2022
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Aug 17, 2022
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Aug 16, 2022
-
-
Дмитрий Кольцов authored
Closes #229
-