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
41 stars 2 forks source link

support special $COLUMN columns to tables #29

Open greenlion opened 4 years ago

greenlion commented 4 years ago

Make the Fastbit rowid value available to the MySQL table if the special column name $rowid is used in a table. Insertions should ignore any $rowid value passed in during an insert.

greenlion commented 4 years ago

To support CDC without a daemon plugin, also make available $trxid and $operation columns which expose the internal transaction id row values and deletion/insertion markers.