article thumbnail

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

The Netflix TechBlog

Traffic Duplication and Correlation: The initial step requires the implementation of a mechanism to clone and fork production traffic to the newly established pathway, along with a process to record and correlate responses from the original and alternative routes. Logging is selective to cases where the old and new responses do not match.

Traffic 339
article thumbnail

Automate CI/CD pipelines with Dynatrace: Part 2, Deploy stage

Dynatrace

Whenever a change is detected, Dynatrace automatically generates a Deployment change event for the corresponding process and the host on which the process runs. The framework outlined above provides a comprehensive view of the deployment process and facilitates comparisons across different releases.

Traffic 256
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

All of Netflix’s HDR video streaming is now dynamically optimized

The Netflix TechBlog

Bitrate versus quality comparison HDR-VMAF is designed to be format-agnostic — it measures the perceptual quality of HDR video signal regardless of its container format, for example, Dolby Vision or HDR10. Additionally, the current version has some algorithmic limitations that we are in the process of improving before the official release.

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. Redis is an in-memory key-value store and cache that simplifies processing, storage, and interaction with data in Kubernetes environments. Kubernetes infrastructure models differ between cloud and on-premises.

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 ). Introduction: MariaDB vs. MySQL The goal of this blog post is to evaluate, at a higher level, MariaDB vs. MySQL vs. Percona Server for MySQL side-by-side to better inform the decision making process.

article thumbnail

OneAgent for Windows—Enhancements to *.msi-based deployment

Dynatrace

Consequently, each new version of OneAgent for Windows consumed double storage space: one for the *.exe This storage space was consumed not only on our own infrastructure but also on each of the Dynatrace cluster nodes in the case of Managed deployments. “How does the new process compare to the old one exactly?”

Storage 115
article thumbnail

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

Percona

With the rise of globalization, the need to store and process multilingual data has become essential. 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.