- Oct 24, 2022
-
-
- Oct 21, 2022
-
-
Denis Smirnov authored
-
- Oct 20, 2022
-
-
Denis Smirnov authored
We have already fixed the problems with the bucket_id system column (fc8b6d93), but forgot to take care of the join condition references. Now this problem is fixed.
-
Denis Smirnov authored
Now sbroad has distributed SQL functions in the core crate. At the momnet there is only a single implementation of the `bucket_id()` function.
-
- Oct 19, 2022
-
-
Denis Smirnov authored
-
- Oct 18, 2022
-
-
ms.evilhat authored
-
ms.evilhat authored
-
ms.evilhat authored
-
Denis Smirnov authored
-
- Oct 14, 2022
-
-
Denis Smirnov authored
Also add local SQL `bucket_id` function to router ans storage roles.
-
Denis Smirnov authored
-
- Oct 13, 2022
-
-
Igor Kuznetsov authored
-
- Oct 12, 2022
-
-
Denis Smirnov authored
-
Igor Kuznetsov authored
-
- Oct 11, 2022
-
-
Denis Smirnov authored
Though we can lazily initialize statistics spaces, there is still a problem with read-only replicas. If the workload does not write to the storage (only reads with SELECTs), then callbre is used and no queries will be dispatched to the storage master. As a result, no statistics spaces will be initialized on the storage failover group. To deal with it, we add a new API method to initialize statistics on the instance startup.
-
Denis Smirnov authored
The query statistics samples the execution time of the opentelemetry's spans among 1% of all the running queries. Collected data is stored in the temporary spaces on each instance independently and can be analyzed by user (with the local SQL) or exported somewhere. The statistics spaces would be created by the sbroad itself if they do not exist yet.
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Oct 04, 2022
-
-
Igor Kuznetsov authored
-
- Sep 26, 2022
-
-
Denis Smirnov authored
-
- Sep 21, 2022
-
-
Igor Kuznetsov authored
-
Igor Kuznetsov authored
-
Igor Kuznetsov authored
-
- Sep 19, 2022
-
-
Igor Kuznetsov authored
-
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
-
-