This commit is contained in:
2025-12-30 15:33:32 +01:00
parent bcedae40fc
commit 03e39eb925
3 changed files with 60 additions and 10 deletions

View File

@@ -19,6 +19,10 @@
- **Configuration**: Added `PROGRESS_LOG_INTERVAL` to control logging frequency
- **Configuration**: Added `BENCHMARK_OUTPUT_DIR` to specify benchmark results directory
- **Documentation**: Updated README.md, MIGRATION_WORKFLOW.md, QUICKSTART.md, EXAMPLE_WORKFLOW.md with current implementation
- **Documentation**: Corrected index and partitioning documentation to reflect actual PostgreSQL schema:
- Uses `event_timestamp` (not separate event_date/event_time)
- Primary key includes `event_year` for partitioning
- Consolidation key is UNIQUE (unit_name, tool_name_id, event_timestamp, event_year)
### Removed
- **migration_state.json**: Replaced by PostgreSQL table