Example Workloads#
Complete workload configs you can run directly or use as starting points for your own.
| Workload | Description |
|---|---|
| TPC-C | Full TPC-C benchmark with all 5 transaction profiles |
| Bank | Bank account operations for contention and correctness testing |
| E-Commerce | E-commerce with categories, products, customers, and orders |
| IoT | IoT devices, sensors, and time-series readings |
| Normal | Product reviews with normal distribution ratings |
| Pipeline | Multi-table sequential reads and writes |
| SaaS | Multi-tenant SaaS with tenants, users, projects, and tasks |
| Populate | Billion-row data population benchmark |
| Social | Social network with users, posts, follows, and tags |
| Aggregation | Demonstrates aggregation functions (sum, avg, min, max, count, distinct) |
| Reference Data | Static reference datasets without database queries |
| Expressions | Demonstrates expr-lang built-in features (array, map, string, bitwise, etc.) |