Although there are indexes on customer_num and order_num, in the above statement, the optimizer still uses the sequential access path to scan the entire table. Because this statement retrieves a set of separated rows, it should be changed to the following statement:
(T114)
http://www.bkjia.com/PHPjc/631004.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/631004.htmlTechArticleAlthough there are indexes on customer_num and order_num, the optimizer still uses the sequential access path in the above statement Scan the entire table. Because this statement retrieves separate rows...
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn