假设我在表中的 2 列上有一个索引。
Index on: title and subdomain.
如果我的查询是
SELECT * FROM websites
where title = 'This is a title'
and subdomain = 'www.aol.com'
and meta_description = 'this is a meta desc'
and num_hits = 2
标题和子域的 2 列索引是否仍会使用?
假设我在表中的 2 列上有一个索引。
Index on: title and subdomain.
如果我的查询是
SELECT * FROM websites
where title = 'This is a title'
and subdomain = 'www.aol.com'
and meta_description = 'this is a meta desc'
and num_hits = 2
标题和子域的 2 列索引是否仍会使用?