php-symfony-doctrine-batch-processing
Process large datasets with Doctrine batch processing, iteration, and memory management. WHEN: Processing thousands/millions of records, batch updates/inserts, clearing EntityManager periodically, using toIterable(), managing memory in long-running scripts. WHEN NOT: Simple CRUD operations, query optimization (use php-symfony-doctrine-fetch-modes), migrations (use php-symfony-doctrine-migrations).
Installation and usage
Process large datasets with Doctrine batch processing, iteration, and memory management. WHEN: Processing thousands/millions of records, batch updates/inserts, clearing EntityManager periodically, using toIterable(), managing memory in long-running scripts. WHEN NOT: Simple CRUD operations, query optimization (use php-symfony-doctrine-fetch-modes), migrations (use php-symfony-doctrine-migrations).
ইনস্টল করার পর, টার্মিনালে নিচের কমান্ড চালিয়ে আপনি এই স্কিল ব্যবহার করতে পারবেন:
skills use php-symfony-doctrine-batch-processing