article thumbnail

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

Percona

However, for 16 years since 2007, the MySQL query optimizer has had a “bug” that not only makes LIMIT 1 slower than LIMIT 10 but can also make the former a table scan, which tends to cause problems. You must understand how to use indexes to make sorting cheaper. Looking at this, can you say which is faster: LIMIT 1 or LIMIT 10 ?

article thumbnail

Rebuilding Netflix Video Processing Pipeline with Microservices

The Netflix TechBlog

The Netflix video processing pipeline went live with the launch of our streaming service in 2007. Notably, Netflix launched the Advertising-supported plan in November 2022. Future blogs will provide deeper dives into each service, sharing insights and lessons learned from this process.

article thumbnail

Home Screen Advantage

Alex Russell

Translation: "Why did you break functionality that has been a foundational part of iOS since 2007?" And they did it in the dead of the night, silently disabling important features as close to the DMA compliance deadline as possible. This is going to hurt me more than it hurts you.

Storage 100