SQL use case
SQL Beispieldatei fuer 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
sql_sample_file_250MB.sql
Herunterladensql_seed_data_sample.sql
Herunterladensql_schema_migration_sample.sql
HerunterladenNext steps