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 10, 2020 · 1 revision

Voter

The Voter workload is derived from the software system used to record votes for a Japanese and Canadian television talent show. As users call in to vote on their favorite contestant during the show, the application invokes transactions that update the total number of votes for each contestant. The DBMS records the number of votes made by each user up to a fixed limit. A separate transaction is periodically invoked to compute vote totals during the show. This benchmark is designed to saturate the DBMS with many short-lived transactions that all update a small number of records.

Tested Databases

Schema

Voter

Clone this wiki locally