article thumbnail

How Data Inspires Building a Scalable, Resilient and Secure Cloud Infrastructure At Netflix

The Netflix TechBlog

The second approach is on the diagnosis side: data teams measure the impact of outages and expose patterns across their occurrence, as well as provide a connected view of micro-service-level availability. Can we adjust our auto-scaling policies to be more efficiency without risking our availability during traffic spikes?

article thumbnail

How Netflix Scales its API with GraphQL Federation (Part 1)

The Netflix TechBlog

Netflix is known for its loosely coupled and highly scalable microservice architecture. Yet they add complexity for use cases that span multiple services. This solves many of the consistency and development velocity challenges with minimal tradeoffs on dimensions like scalability and operability.

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

What is OpenShift? And how to make OpenShift monitoring easy

Dynatrace

Kubernetes allows for the scheduling of containers on worker nodes and provides container orchestration, load balancing, distribution, and scalability. Along with security and developer convenience features, OpenShift and Kubernetes integration takes scalability to a further level. How OpenShift enhances Kubernetes. What is OpenShift?

article thumbnail

Netflix at AWS re:Invent 2019

The Netflix TechBlog

December 2 1pm-2pm CMP 326-R Capacity Management Made Easy with Amazon EC2 Auto Scaling Vadim Filanovsky , Senior Performance Engineer & Anoop Kapoor, AWS Abstract :Amazon EC2 Auto Scaling offers a hands-free capacity management experience to help customers maintain a healthy fleet, improve application availability, and reduce costs.

AWS 100
article thumbnail

Netflix at AWS re:Invent 2019

The Netflix TechBlog

December 2 1pm-2pm CMP 326-R Capacity Management Made Easy with Amazon EC2 Auto Scaling Vadim Filanovsky , Senior Performance Engineer & Anoop Kapoor, AWS Abstract :Amazon EC2 Auto Scaling offers a hands-free capacity management experience to help customers maintain a healthy fleet, improve application availability, and reduce costs.

AWS 100
article thumbnail

Aurora vs RDS: How to Choose the Right AWS Database Solution

Percona

These may be performance, high availability, operational cost, management, capacity planning, scalability, security, monitoring, etc. There are also cases where although the workload and operational needs seem to best fit to one solution, there are other limiting factors that may be blockers (or at least need special handling).

AWS 52
article thumbnail

Revamp MySQL Query Optimization and Overcome Slowness of ORDER BY with LIMIT Queries

Percona

Here, we will look through a case study with an example. Currently, the optimizer hint for the flag ‘ prefer_ordering_index’ is not yet available till version 8.2.0. Prior to MySQL 8.0.21, it was not possible to disable this optimization, but in MySQL 8.0.21 Let’s first understand the problem.