Tag

ICP

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
May 20, 2025 · Databases

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.

Database OptimizationICPIndex Condition Pushdown
0 likes · 10 min read
Understanding Index Condition Pushdown (ICP) in MySQL: Theory, Usage, and Performance Comparison
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Dec 13, 2023 · Databases

How Index Condition Pushdown Boosts MySQL Query Performance: A 90× Speed Test

This article explains MySQL index types, B+Tree structures, secondary indexes, and demonstrates how enabling Index Condition Pushdown (ICP) can accelerate a query on a 6‑million‑row table by roughly ninety times, providing detailed setup, commands, and performance results.

B+ TreeDatabaseICP
0 likes · 9 min read
How Index Condition Pushdown Boosts MySQL Query Performance: A 90× Speed Test
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 19, 2023 · Databases

MySQL Deadlock Analysis and Index Optimization Using ICP

This article examines a MySQL deadlock case involving DELETE and UPDATE statements, explains why the primary key index is locked despite non‑key predicates, analyzes execution plans and optimizer trace, and proposes index restructuring and query hints to resolve the issue.

ICPIndex OptimizationMySQL
0 likes · 23 min read
MySQL Deadlock Analysis and Index Optimization Using ICP
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 21, 2021 · Databases

Understanding MySQL Index Condition Pushdown (ICP) and Its Performance Benefits

Index Condition Pushdown (ICP) in MySQL 5.6 optimizes secondary index scans by pushing filter conditions to the storage engine, reducing row lookups and data transfer, with examples showing performance gains, usage guidelines, EXPLAIN checks, and limitations.

Database OptimizationICPIndex Condition Pushdown
0 likes · 10 min read
Understanding MySQL Index Condition Pushdown (ICP) and Its Performance Benefits
DataFunTalk
DataFunTalk
May 9, 2019 · Artificial Intelligence

High‑Definition Maps and Localization for Autonomous Driving: Concepts, Pipeline, and Challenges

This article presents a comprehensive overview of high‑definition mapping for autonomous vehicles, covering topological and 3D grid maps, the data‑collection and processing pipeline, key challenges such as cost and scalability, and detailed discussions of SLAM, pose‑graph optimization, ICP, and multi‑sensor localization techniques.

3D grid mapHD mapICP
0 likes · 18 min read
High‑Definition Maps and Localization for Autonomous Driving: Concepts, Pipeline, and Challenges