SQL use case
Fichier d'echantillon SQL pour Seed Load Validation
Validate bulk SQL seed and replay behavior with real large SQL files plus schema and rollback controls.
100.0 MB
JSON du manifeste
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
Telechargersql_seed_data_sample.sql
Telechargersql_schema_migration_sample.sql
TelechargerNext steps