Understanding Index Condition Pushdown (ICP) in MySQL: Theory, Usage, and Performance Comparison
Index Condition Pushdown (ICP) is a MySQL 5.6 feature that pushes part of WHERE filtering to the storage engine, reducing row reads and I/O; this article explains its principles, activation, usage examples, performance testing, and conditions under which ICP can be applied.