greenlion / warp

WarpSQL Server, an open source OLAP focused distribution of the world's most popular open source database bundled with OLAP performance related plugins such as the WARP storage engine..
http://warpsql.blog
Other
42 stars 2 forks source link

Generate transaction ids using InnoDB #30

Closed greenlion closed 4 years ago

greenlion commented 4 years ago

In order to support CDC, transaction id values should use the InnoDB transaction id generator. InnoDB is always available in the server because it is the DD storage engine.

greenlion commented 4 years ago

Taking different approach.