Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

SIBench

Tim Veil edited this page Jun 10, 2020 · 3 revisions

Snapshot Isolation Bench (SIBench)

SIBench is a microbenchamark designed to explore snapshot isolation in DBMSs [12]. It contains a single key/value table and two transactions that fetch the minimum value of a column or increment a single value of an entry. This workload creates a situation where the DBMS must resolve read-write conflicts while also stressing the CPU by scanning the table for the minimum value.

Tested Databases

Schema

SIBench

Clone this wiki locally