SQL use case
SQL Sample File for Seed Load Validation
Validate bulk SQL seed and replay behavior with real large SQL files plus schema and rollback controls.
100.0 MB
Manifest JSON
SHA256
Starter file
Download
sql_sample_file_100MB.sql
Checklist
Testing Steps
- 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.
Companion fixtures
Related Variants
Next steps