What should I know if I am moving database from Oracle to MariaDB?
Hi, I am trying to find what difficulty would I meet if I move database from Oracle to MariaDB? Are there similar functions in MariaDB like functions in Oracle, like material view or snapshot....?
Best Regards, Jim Wu
Answer Answered by Federico Razzoli in this comment.
MariaDB does not support materialized views natively, but you can easily create them with a tool called Flexviews. It uses MariaDB's log to incementally refresh the views (tables).
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.