资讯

The added MaxScale feature helps users capture workloads in the production system, such as search queries, sessions, and transactions, which can then be replayed in a test environment. This allows ...
MariaDB MaxScale Docker image This Docker image runs MariaDB MaxScale. Two image variants can be built: Tini -based image running on Rocky Linux 8 Minimal image running on Red Hat Universal Base Image ...
MaxScale doubles as a performance optimization tool. According to MariaDB, it can keep an application’s most frequently queried records in a high-speed cache to reduce access times.
而且 MaxScale 还支持因果读取,通过配置 causal_reads=local 和 causal_reads_timeout 参数来实现,效果就是在从实例进行查询时,如果实例延迟较大,会等待 causal_reads_timeout 超时,默认10s,超时后就将查询路由到主节点。