- Sep 29, 2004
- 18,656
- 67
- 91
To my knowledge materialized views do not exist in MySQL.
I need this beacause I am currently doing a JOIN in a querry of mine that takes about 5 seconds. I join about 5 tables.
So, is the only alternative to crate a table and create an update script and run the update script periodically?
I need this beacause I am currently doing a JOIN in a querry of mine that takes about 5 seconds. I join about 5 tables.
So, is the only alternative to crate a table and create an update script and run the update script periodically?