Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.
Tim Veil edited this page Jun 12, 2020 · 1 revision

Stonebraker Electronic Airline Ticketing System (SEATS)

The SEATS benchmark models an airline ticketing system where customers search for flights and make on-line reservations [35]. It consists of eight tables and six transaction types. Approximately 60% of the transactions are read-only (e.g., customers searching for open seats), while the other 40% involve creating, updating, and deleting reservation records.

The benchmark is designed to emulate a back-end system that processes requests from multiple applications that each provides disparate inputs. Thus, many of its transactions use secondary indexes or foreign-key joins to find the primary key of a customer’s reservation record. For example, customers may access the system using various credentials, including their frequent flyer number, their customer account number, or their login name.

Tested Databases

Schema

seats

Clone this wiki locally