Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

AIM: To see Read committed runs faster, but results with incorrect answers Serializable results with always correct, but lower throughput. Our company's accounting office is

AIM: To see "Read committed" runs faster, but results with incorrect answers "Serializable" results with always correct, but lower throughput. Our company's accounting office is trying to pay to its employees their monthly payments. To simplify the problem assume that the database has an ACCOUNTS(accno integer, balance integer) table that holds 101 rows. While the account numbered as 0 has initially 100 lira, and all others numbered as 1,2,...100 has 0 lira. We are sending 1 lira to each account and eventually expecting to see 1 lira at each account. This can be accomplished in different forms, one of which is described below. TX A: --------- e <-- SELECT balance FROM ACCOUNTS WHERE account=i; UPDATE Accounts SET balance=e+1 WHERE account=i; c <-- SELECT balance FROM Accounts WHERE account=0; UPDATE Accounts SET balance=c-1 WHERE account=0; For each employee ( 1i100 ) run the TX-A with isolation level READ COMMITTED. Execute a number of TXs concurrently, ranging from 1 to 5. For the correctness, measure a c-value, "c1-c2/100" where c1 is the balances of account 0 before and after running all transactions, respectively. (c-value =1 means "totally correct") For throughput (Tx/sec,=TPS), first calculate complete execution latency,t, then find TPS as 100/t. Plot correctness c-value and TPS for different experiments (i.e. # of concurrent TX, 1 to 5.) Repeat experiments above for SERIALIZABLE isolation level and plot the corresponding graphs. Compare your results briefly

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Semantics Of A Networked World Semantics For Grid Databases First International Ifip Conference Icsnw 2004 Paris France June 2004 Revised Selected Papers Lncs 3226

Authors: Mokrane Bouzeghoub ,Carole Goble ,Vipul Kashyap ,Stefano Spaccapietra

2004 Edition

3540236090, 978-3540236092

More Books

Students also viewed these Databases questions

Question

How is the NDAA used to shape defense policies indirectly?

Answered: 1 week ago

Question

Connect with your audience

Answered: 1 week ago