article thumbnail

Migrating Critical Traffic At Scale with No Downtime?—?Part 1

The Netflix TechBlog

The first phase involves validating functional correctness, scalability, and performance concerns and ensuring the new systems’ resilience before the migration. Comparison After normalizing, we diff the responses on the two sides and check whether we have matching or mismatching responses.

Traffic 339
article thumbnail

Introducing the MySQL Audit Log Filter Plugin

Percona

Its functionality has been significantly improved in comparison to Audit Log and currently mirrors the functionality of the MySQL Enterprise Audit plugin. Compress the audit log files to reduce the storage space occupied with log files. We’re happy to introduce Audit Log Filter — our newly upgraded audit plugin.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Kubernetes in the wild report 2023

Dynatrace

In comparison, on-premises clusters have more and larger nodes: on average, 9 nodes with 32 to 64 GB of memory. Through effortless provisioning, a larger number of small hosts provide a cost-effective and scalable platform. Kubernetes infrastructure models differ between cloud and on-premises.

article thumbnail

Percona Monitoring and Management 2 Scaling and Capacity Planning

Percona

But as companies grow and see more demand for their databases, we need to ensure that PMM also remains scalable so you don’t need to worry about its performance while tending to the rest of your environment. PMM2 uses VictoriaMetrics (VM) as its metrics storage engine.

article thumbnail

Announcing the General Availability of Percona Operator for PostgreSQL Version 2

Percona

Kubernetes provides many benefits, such as automation and scalability, but it also introduces new complexities when it comes to managing databases. IT teams must ensure high availability, scalability, and security, all while ensuring that their PostgreSQL clusters perform optimally. What is better in version 2 compared to version 1?

article thumbnail

MariaDB vs MySQL: Key Differences and Use Cases

Percona

In this blog, we’ll provide a comparison between MariaDB vs. MySQL (including Percona Server for MySQL ). MariaDB retains compatibility with MySQL, offers support for different programming languages, including Python, PHP, Java, and Perl, and works with all major open source storage engines such as MyRocks, Aria, and InnoDB.

article thumbnail

The Power of utf8mb4 in MySQL 8.0: Unleashing the Full Potential of Multilingual Data

Percona

Here is an example comparison of utf8 and utf8mb4 using MySQL tables and queries: MySQL 5.7 Table: To ensure proper storage of emojis, let’s create the table columns using the utf8mb4 character set. This makes it a good choice for storing complex text data, text searches, and comparisons.