소개
This skill provides a standardized architectural pattern for synchronizing large volumes of reference or static data into a database. It focuses on maximizing performance by replacing individual row inserts with batch multi-row SQL queries, significantly reducing database load and network latency. Additionally, it implements critical safety measures like pre-filtering records to avoid foreign key violations and managing API rate limits with sophisticated backoff strategies, making it ideal for developers building ETL pipelines, market data collectors, or product catalog syncs.