article thumbnail

Performance and Scalability Analysis of Redis and Memcached

DZone

Speed and scalability are significant issues today, at least in the application landscape. We compare throughput, operations per second, and latency under different loads, namely the P90 and P99 percentiles. We compare throughput, operations per second, and latency under different loads, namely the P90 and P99 percentiles.

article thumbnail

Improve Application Latency With Read Replicas Using YugabyteDB [Video]

DZone

Scalability and low latency are crucial for any application that relies on real-time data. In this post, we'll discuss how you can use YugabyteDB and its read replica nodes to improve the read latency for users across the globe. One way to achieve this is by storing data closer to the users.

Latency 246
Insiders

Sign Up for our Newsletter

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

article thumbnail

Scalable Annotation Service?—?Marken

The Netflix TechBlog

Scalable Annotation Service — Marken by Varun Sekhri , Meenakshi Jindal Introduction At Netflix, we have hundreds of micro services each with its own data models or entities. The service should be able to serve real-time, aka UI, applications so CRUD and search operations should be achieved with low latency.

article thumbnail

API Design Principles for Optimal Performance and Scalability

DZone

The goal is to help developers, technical managers, and business owners understand the importance of API performance optimization and how they can improve the speed, scalability, and reliability of their APIs. API performance optimization is the process of improving the speed, scalability, and reliability of APIs.

article thumbnail

The Power of Caching: Boosting API Performance and Scalability

DZone

Benefits of Caching Improved performance: Caching eliminates the need to retrieve data from the original source every time, resulting in faster response times and reduced latency. Reduced server load: By serving cached content, the load on the server is reduced, allowing it to handle more requests and improving overall scalability.

Cache 246
article thumbnail

LinkedIn Migrates Espresso to HTTP2 and Reduces Connections by 88% and Latency by 75%

InfoQ

LinkedIn was able to dramatically improve the scalability and performance of its Espresso database by migrating it from HTTP1.1 to HTTP2, resulting in a reduction in the number of connections, latency, and garbage collection times. By Rafal Gancarz

Latency 101
article thumbnail

Spring WebFlux: publishOn vs subscribeOn for Improving Microservices Performance

DZone

With the rise of microservices architecture , there has been a rapid acceleration in the modernization of legacy platforms, leveraging cloud infrastructure to deliver highly scalable, low-latency, and more responsive services. Why Use Spring WebFlux?