Does anyone know if the usage of Views in Mysql (version 5.1.57) offers better performance than doing always the same query directly to the db?
Thanks!
|
Does anyone know if the usage of Views in Mysql (version 5.1.57) offers better performance than doing always the same query directly to the db? Thanks! |
|||
|
|
Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
No. A view is just a macro that expands into the full query. |
|||
|
|