Tag

Row Lookup

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 11, 2019 · Databases

MySQL Replication: How Slave Row Search Algorithms Influence Data Lookup

This article explains how MySQL's slave_rows_search_algorithms setting and the presence of primary or unique indexes affect the way a replica locates rows for DELETE operations, compares index‑scan, table‑scan, and hash‑scan methods, and provides practical guidance to reduce replication lag.

Database PerformanceHASH_SCANMySQL
0 likes · 11 min read
MySQL Replication: How Slave Row Search Algorithms Influence Data Lookup