MS-SQL Server Change tracking

I'm looking at having our product add MariaDB as a database we support. Currently we only support MS-SQL.

One issue I'm wondering about is change tracking. Does MariaSQL have anything like the SQL Server (2008 and newer) Server change tracking? Or do I need to 'roll my own' using insert/update/delete triggers?

Answer Answered by Daniel Black in this comment.

Thank you for considering supporting MariaDB.

MariaDB doesn't support the MS-SQL functions around Change Tracking.

How you would implement this in MariaDB depends a lot of what you want to do. I suggest asking in the mariadb freenode IRC channel or MariaDB Discuss email list (see contact page for details) with details around your requirements.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.