sslab-gatech / apollo

A toolchain for automatically detecting, reporting, and diagnosing performance bugs in DBMSs.
68 stars 13 forks source link

[Question] Which SQL generator is used in evaluation? #8

Open zhangysh1995 opened 4 years ago

zhangysh1995 commented 4 years ago

The paper says:

We develop SQLFUZZ based on SQLSmith and Random Query Generator (RQG) [20].

And also it says:

Third, SQLFUZZ supports two types of query generators to address query dialect problem: a
SQLSmith-based generator [26] for SQLite and PostgreSQL systems, and a RQG-based random query generator [20] for MySQL and MariaDB systems.

So, what is the generator used in the evaluation part? What is used as the default generator in the current SQLFuzz?