Sitemap
Booking.com Infrastructure

Core Infrastructure in Booking.com

Evaluating MySQL Parallel Replication Part 3: Benchmarks in Production

9 min readJul 22, 2015

--

Photo by Master Wen on Unsplash

The Test: Catching Up with 24 Hours of Transactions

Execution Times and Speedups for Slave with Binary Logs

Discussion

Ideas and Future Work

--------Time-------->
T1: B-----------C
T2: B--C
T3: B--C
T4: B--C
T5: B--C
T6: B--C
----------------Time---------------->
T1: B-----------C
T2: B--C
T3: B--C
T4: B--C
T5: B--C
T6: B--C
1 2 3
123456789012345678901234567890123
---------Time-------->
T1: B-----------C
T2: B-- . . . . C
T3: B-- . . . . C
T4: B-- . . . . C
T5: B--C
T6: B--C
1
12345678901234567

Conclusion

--

--

No responses yet