Skip to content

codingdudecom/mysql-materialized-views

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

MySQL Materialized Views

This project is a small collection of SQL code for creating materialized views in MySQL & MariaDB

You create database views for convenience and for performance. When view performance is not enough the next step is creating materialized views.

There are no materialized views in MySQL, but there are ways to achieve the same results in MySQL and MariaDB.

There are actually 3 methods in which you can create materialized views in MySQL. Check out my detailed post on creating MySQL materialized views:

  • Method 1 – Create a MySQL materialized view – example using triggers
  • Method 2 – MySQL materialized views using MySQL scheduled events
  • Method 3 – MySQL Flexviews – Real Materialized Views In MySQL

About

This project is a small collection of SQL code for creating materialized views in MySQL & MariaDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published