简体   繁体   中英

Is this the good practice(performance wise) to create multiple views on same table in mysql

I have a table in mysql database which contains millions of records. In my application I want to query this table on different column bases. I have created view for this table where all columns exist. I want to know is this the good practice to create multiple views on different column bases ?

The only problem for the perfomance is how mysql handle views.

Here is a good anwser from Derek Downey: on dba stackexchnage

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM