SQL voorbeeldbestand voor Seed Load Validation
Validate bulk SQL seed and replay behavior with real large SQL files plus schema and rollback controls.
Recommended Starter File
| Filename | sql_sample_file_100MB.sql |
|---|---|
| Size | 100.0 MB |
| MIME | application/sql |
| SHA256 | b59ccbfd84222a0395a47c0c5fde9f6f5c004d8390f19ed0be08a4c9d2748496 |
Validation Checklist
- Measure execution time and transaction footprint for 100MB and 250MB SQL fixtures.
- Confirm load ordering, partial-failure handling, and idempotent replay behavior.
- Verify row counts or seed markers after each run so success is not judged only by process exit codes.
Related Format Comparisons
SQL vs CSV
Compare SQL seed scripts with CSV exports for bulk import, replay, and database setup workflows.
Open Comparison