mysql 认证指南建议视图可用于:
the mysql certification guide suggests that views can be used for:
但是从如何实现搜索2个不同的表数据?
也许你是对的,它没有工作,因为 mysql 视图不好有索引的朋友.但是还是.是有什么可以搜索的商店桌子?
And maybe you're right that it doesn't work since mysql views are not good friends with indexing. But still. Is there anything to search for in the shops table?
我了解到视图不能很好地与索引一起工作,所以它会带来很大的性能损失,因为它可能提供便利吗?
i learn that views dont work well with indexing so, will it be a big performance hit, for the convenience it may provide?
This mysql-forum-thread 关于索引视图提供了很多关于 mysql 视图实际上是什么的洞察力.
This mysql-forum-thread about indexing views gives a lot of insight into what mysql views actually are.
一些关键点:
这篇关于MySQL 视图 - 何时使用 &什么时候不的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!