Supported Databases
Database engines supported by ExoBench
- PostgreSQL — Full support. Uses
generate_series()for fast, realistic data generation directly inside Postgres. 100x faster than the SQLite benchmarker. - SQLite — Full support. Data is auto-generated based on column types.
- MySQL — Coming soon.
- SQL Server — Coming soon.
For Postgres queries, always use the Postgres benchmarker. It generates data directly inside the database with no network round-trips, making it dramatically faster and more representative of real performance.