IntroductionScientific methodology in the database field canprovide a deep understanding of DBMS queryoptimizers, for better engineered designs.Few DBMS-centric labs are available for scientificinvestigation; prior labs have focused on networksand smartphones.AZDBLAB (AriZona DataBase Laboratory)Has been in development for seven years.Assists database researchers to conduct large-scale empirical studies across multiple DBMSes.Runs massive experiments with thousands ormillions of queries on multiple DBMSes.Supports as experiment subjects seven relationalDBMSes supporting SQL and JDBC.Provides robustness to collect data over 8,277hours running about 2.4 million query executions.Conducts automated analyses on multiple queryexecution runs.ContributionsNovel research infrastructure, dedicated for large-scale empirical DBMS studiesSeamless data provenance supportSeveral decentralized monitoring schemes: phoneapps, web apps, and watcherReusable GUIExtensibility through a variety of plugins: labshelf,analysis, experiment subject, and scenarioAZDBLAB ArchitectureDemonstrationStep 1: Choose a labshelf, add a user, and create a notebook,a paper, and a study in the paper on the Observer GUI.Step 2: Load an experiment specification into the notebook.Step 3: Schedule an experiment run on a particular DBMS.Step 4: Monitor the run status via Observer, a web app, and amobile app, and wait for the experiment to be done.Step 5: Add the completed experiment run to the study andconduct a timing protocol analysis for the study.Step 6: Produce LaTeX/PDF documents containing the analysisresults.