MySQL Forums
Forum List  »  Newbie

How to create tables in the background using data from other tables
Posted by: Giovanni Fonso
Date: April 13, 2015 04:36AM

Hello everyone , I state that I started using MySQL from a few days so my question is sure to be trivial. In particular, I am developing a dynamic website. The creation of a page of this site is based on a query that queries simultaneously 4 tables in the same database. The problem of this type of query consists in the resulting slowdown in the presence of a lot of data in the database. So I would solve this problem by making sure that the query in question inquired of a new single table summarizing in itself, automatically, the data of interest of 4 tables above. I wonder then if it exists in a MySQL function or command that allows you to create tables with data in the background gradually acquired from other tables. Thank you in advance for the help.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.