Add detailed partition progress logging

Log shows:
- Current partition index and total ([X/Y])
- Partition name being processed
- Number of groups consolidated per partition after completion

This helps track migration progress when processing 18 partitions,
making it easier to identify slow partitions or issues.

🤖 Generated with Claude Code

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-25 22:10:43 +01:00
parent 255fb1c520
commit b6886293f6
2 changed files with 7 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ POSTGRES_DATABASE=migrated_db
BATCH_SIZE=10000
LOG_LEVEL=INFO
DRY_RUN=false
CONSOLIDATION_GROUP_LIMIT=50000
# Performance Testing
BENCHMARK_OUTPUT_DIR=benchmark_results