-
Notifications
You must be signed in to change notification settings - Fork 184
SmallBank
Tim Veil edited this page Dec 5, 2021
·
1 revision
This workload models a banking application where transactions perform simple read and update operations on customers’ accounts [11]. All of the transactions involve a small number of tuples. The transactions’ access patterns are skewed such that a small number of accounts receive most of the requests. We also extended the original SmallBank implementation to include an additional transaction that transfers money between accounts.