The difference between model and mysql view

What is the difference between model and mysql view?
Which one performs better?

Hi @beta

Model = a query created on Metabase executed by Metabase
View = a query created on the database executed by Metabase

If the query is the same, then they will likely have the same performance.