OceanBase is a distributed scalable relational database.Its storage architecture is designed by separating baseline static data and increment dynamic data, whose memory transaction engine, namely Memtable, provide dynamic data storage, write, and query, clients wrote data to the inmemory data structure. Memtable and some transaction management structures together form the inmemory database engine, which can achieve the transaction ACID properties. Bybased multiversion concurrency control techniques to prevent reading and writing from blocking each other to achieve readonly transactions to meet the“snapshot isolation”level; Provide multiwrite concurrency control by using classic rowlock technology to meet the“read committed”transaction isolation level.
LI Kai
,
HAN Fu-Sheng
. Memory transaction engine of OceanBase[J]. Journal of East China Normal University(Natural Science), 2014
, 2014(5)
: 147
-163
.
DOI: 10.3969/j.issn.10005641.2014.05.013