What problem does it solve?
Manually creating realistic test data for TiDB/MySQL workloads and validating import pipelines is time-consuming, error-prone, and often fails to replicate real-world skew, join patterns, and query behavior. This Skill automates the entire end-to-end workflow from workload evidence to verified import.
Core Features & Use Cases
- Intelligent dbgen Template Generation: Converts table schemas, representative SQL, and EXPLAIN/statistics evidence into realistic dbgen templates that preserve joinability, filter selectivity, and workload skew.
- End-to-End Validation Pipeline: Automates local TiDB playground setup, schema application, IMPORT INTO execution, and post-import verification of row counts, joins, and representative queries.
- Use Case: For database teams testing TiDB performance with join-heavy, skewed, multi-tenant, or time-bucketed workloads, this Skill eliminates manual data generation and import troubleshooting, delivering repeatable validated test datasets in minutes.
Quick Start
Use the dbgen-playground-import skill to turn your table schema, representative SQL, and EXPLAIN plans into a validated dbgen dataset imported into a local TiDB playground.