pinba2
pinba2 copied to clipboard
Pinba2: new implementation of https://github.com/tony2001/pinba_engine
**I have error when compiling pinba2 with maridb 10.5.10. (Debian buster)** mariadb ``` cmake -Wno-dev -DWITHOUT_ROCKSDB=1 -DWITHOUT_MROONGA=1 -DWITHOUT_TOKUDB=1 \ -DPLUGIN_AUTH_GSSAPI_CLIENT=OFF -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 -DWITH_WSREP=OFF -DWITH_ROCKSDB_LZ4=OFF \ -DWITH_INNODB_SNAPPY=OFF -DWITH_ROCKSDB_snappy=OFF -DPLUGIN_MROONGA=NO \...
Currently to translate word_id -> word_str (done for each key in each selected row, potentially millions of times per select) - we need to read lock global dictionary shard. This...
Here's the HOWTO from Alexey Medov building on centos7 + mariadb 10.2 A nice starting point. > Добавляем репозиторий нужной версии MariaDB по инструкции по ссылке https://downloads.mariadb.org/mariadb/repositories/#mirror=mephi&distro=CentOS&distro_release=centos7-amd64--centos7&version=10.2 > На тот...
https://github.com/tony2001/pinba_engine/issues/3
Is it ok to use eg. utf8 charset when defining the reports tables? It would seem to make sense, given the script/hostname data present in them
I think it makes sense to add the protobuffers version tag to the .proto spec as it can help end users who might want to use it to decode raw...
This PR updates the default container build to use Ubuntu 24.04 LTS as the base image. There are a few minor fixes to the codebase as well 1. Improving compilation...