IHateMyJob2004
Lifer
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?