Matriz de fixtures SQL para base de datos

Elige fixtures SQL para migraciones, seeds de datos, reporting y scripts de rollback.

7 Filas de fixtures
4 Como usar esta matriz
Use the matrix when the validation target is a set of variants rather than one canonical sample.
Como usar esta matriz

Coverage

  • Cubre migraciones de schema, seed data, consultas de informe y scripts transaccionales.
  • Util para inicializacion local de bases y validacion de flujos SQL.
  • Anclado al pack SQL y al flujo de siembra de base.
  • Anchored to the SQL database seed pack and workflow hub.
Filas de fixtures

Available Variants

Variante Perfil Foco de prueba Archivo Tamano Descargar
Schema Migration SQL
Good baseline for migration ordering and DDL application checks.
DDL fixture Schema change validation sql_schema_migration_sample.sql
.sql SHA256 d02795b63e90...
188 B Descargar
Seed Data SQL
Useful for fixture loading, database seeding, and smoke-test data setup.
Insert fixture Seed/import loading sql_seed_data_sample.sql
.sql SHA256 0db23b610430...
253 B Descargar
Reporting Query SQL
Targets reporting pipelines and result-shape validation.
Read/query fixture Reporting and aggregation sql_reporting_query_sample.sql
.sql SHA256 dcc281eba014...
167 B Descargar
Rollback Transaction SQL
Useful for transaction semantics, rollback handling, and migration safety checks.
Transactional fixture Rollback and savepoints sql_transaction_rollback_sample.sql
.sql SHA256 f901e5f34f6c...
187 B Descargar
5MB SQL
Good first step when you need a larger SQL file but still want fast feedback on apply and rollback behavior.
Size fixture Mid-size seed replay sql_sample_file_5MB.sql
.sql SHA256 e0f2e0dd2951...
5.0 MB Descargar
100MB SQL
Targets worker timeouts, database import throughput, and real SQL parser performance at size.
Large fixture Bulk import and apply time sql_sample_file_100MB.sql
.sql SHA256 b59ccbfd8422...
100.0 MB Descargar
250MB SQL
Best for rehearsal of large seed loads and database setup paths where file size changes execution behavior.
Huge fixture Long-running seed and replay stress sql_sample_file_250MB.sql
.sql SHA256 a642f4d96da3...
250.0 MB Descargar
Paginas de estrategia relacionadas

Related Packs and Workflows

Packs relacionados

Paquete de fixtures para siembra SQL de base

Paquete con fixtures SQL reales para schemas, seed data, reporting y flujos de inicializacion de base.

sql_database_seed_pack.zip · 1.3 KB

Flujos relacionados

Fixtures para siembra de bases de datos

Fixtures SQL para migraciones, datos de seed, consultas de reporting y flujos de inicializacion de base de datos.

Abrir flujo

Large SQL Seeding Fixtures

Real SQL fixtures from seed scripts up through 250MB files for migration rehearsal, import timeouts, replay validation, and bulk-database setup.

Abrir flujo
Paginas de estrategia relacionadas

Related Pages

Guias del mejor formato

Recomendaciones por caso de uso

Como convertir

Comparaciones