← All posts

Tech

50 posts

Failover comparison in Aurora MySQL 2.10.0 using proxySQL vs Aurora's cluster endpoint
January 4, 2022

Failover comparison in Aurora MySQL 2.10.0 using proxySQL vs Aurora's cluster endpoint

Aurora cluster promises a high availability solution and seamless failover procedure. However, how much is actually the downtime when a failover happens? And ho

Read more
Unadventurous Amazon RDS Upgrades with ProxySQL
February 4, 2021

Unadventurous Amazon RDS Upgrades with ProxySQL

If you're still running RDS 5.5 you have reached the end of the line, its time to upgrade... heck, if you're running RDS 5.6 an upgrade is just as mandatory!

Read more
February 1, 2021

How MySQL Bug #102266 affects ProxySQL

Overview If you are using ProxySQL 2.0.16 in front of MySQL 5.7/5.6 servers or even in front of MySQL 8.0.0, please check your ProxySQL error logs for the message below to ensure that you are not experiencing the MySQL bug #102266: 2021-06-23 02:38:18 MySQL_Session.cpp:2798:handler_again___status_CHANGING_USER_SERVER(): Error during change user: 1045, Access denied for user 'mary'@'172.21 If

Read more
Observability Enhancements in ProxySQL 2.1 with Prometheus & Grafana
January 19, 2021

Observability Enhancements in ProxySQL 2.1 with Prometheus & Grafana

cat < proxysql.cnf ################################################################################ #

Read more
Effortlessly Scaling out Galera Cluster with ProxySQL
September 23, 2020

Effortlessly Scaling out Galera Cluster with ProxySQL

This post is the first of a series of blogposts on how to easily use ProxySQL to scale-out your application's database workload on a Galera cluster. This series

Read more
Protect your data using ProxySQL Firewall
July 9, 2020

Protect your data using ProxySQL Firewall

ProxySQL Firewall Overview ProxySQL's flexible query rules engine has many uses, from Read/Write splitting, sharding and even creating firewall blacklist. This

Read more
Architecting MySQL for Scale with ProxySQL
April 6, 2020

Architecting MySQL for Scale with ProxySQL

A selection of the companies we have helped scale

Read more
Native Galera Support In ProxySQL
March 2, 2019

Native Galera Support In ProxySQL

The latest enhancement in ProxySQL v2.0.0 is the native support of Galera Cluster. No more need to use an external script within the scheduler like explained al

Read more
Amazon Aurora - Seamless Planned Failover with ProxySQL
September 10, 2018

Amazon Aurora - Seamless Planned Failover with ProxySQL

One of the more popular solutions for a DBaaS in today's market is Amazon's RDS / Aurora service. Historically Amazon RDS was quite popular however Aurora has b

Read more
Scaling from a Dark Ages of Big Data to Brighter Today
August 29, 2018

Scaling from a Dark Ages of Big Data to Brighter Today

This topic has been up in the air for a long time. What would be the best approach: get less large boxes or smaller for the same price? What would be pros and c

Read more
SSL Encryption at ProxySQL Part 1
August 20, 2018

SSL Encryption at ProxySQL Part 1

MySQL, ProxySQL & SSL As we all know, MySQL supports using SSL to secure connections by encrypting the data in transit and protecting it from snooping on the w

Read more
ClickHouse and ProxySQL queries rewrite
March 31, 2018

ClickHouse and ProxySQL queries rewrite

ClickHouse and MySQL do not have the same SQL syntax and functions ProxySQL is a popular open source, high performance and protocol-aware proxy server for MySQ

Read more
GTID consistent reads
March 21, 2018

GTID consistent reads

Adaptive query routing based on GTID tracking ProxySQL is a layer 7 database proxy that understands the MySQL Protocol. It provides high availability and high

Read more
March 20, 2018

ProxySQL Fast Routing

ProxySQL's new routing algorithm to handle hundreds of thousands of schemas/shards ProxySQL is a service designed to scale and handle traffic in very large setups. In the past we already showed examples of how ProxySQL can handle thousands of MySQL servers, and millions (yes, millions!) of distinct...

Read more
Benchmarking ProxySQL 1.4.4
January 3, 2018

Benchmarking ProxySQL 1.4.4

Comparing ProxySQL 1.4.3 vs. 1.4.4 ProxySQL 1.4.4 has recently been released (GA on Dec 20, 2017) which naturally leads to the question “What performance gains

Read more
Native ProxySQL Clustering now available
September 8, 2017

Native ProxySQL Clustering now available

ProxySQL 1.4.2 now supports Native Clustering!!! ProxySQL enters the club of the software associated with the buzz word "Cluster". This blog post is the first

Read more
How to run multiple ProxySQL instances
August 1, 2017

How to run multiple ProxySQL instances

How to run multiple ProxySQL instances Some time ago I wrote about the ability of running multiple ProxySQL instances listening on the same port(s). This capa

Read more
Scaling with ProxySQL Query Cache
May 28, 2017

Scaling with ProxySQL Query Cache

MySQL Query Cache Before writing about ProxySQL Query Cache, let's see what MySQL Query Cache is. MySQL Query Cache is a very interesting feature that, quot

Read more
On demand query routing - how to prevent downtime on your main MySQL server
April 17, 2017

On demand query routing - how to prevent downtime on your main MySQL server

In a previous post I wrote about how read/write split is implemented in ProxySQL, and what I believe is the best practice for read/write split on top of MySQL servers: start sending all traffic to MySQL master identify what queries can be routed to the MySQL

Read more
Obfuscate data from mysqldump with ProxySQL
April 16, 2017

Obfuscate data from mysqldump with ProxySQL

While me and Fred were presenting Inexpensive Datamasking for MySQL with ProxySQL at FOSDEM 2017, we got a very interesting question: can ProxySQL be used to ob

Read more

Showing 21–40 of 50 posts