go top

full table scan 添加释义

英英释义

Full table scan

  • abstract: Full table scan (also known as sequential scan) is a scan made on the database where each row of the table under scan is read in a sequential (serial) order and the columns encountered are checked for the validity of a condition. Full table scans are usually the slowest method of scanning a table due to the heavy amount of I/O reads and writes required from the disk which consists of multiple seeks as well as costly disk to memory transfers.

以上来源于: WordNet

双语例句

  • This query plan shows a full table scan.

    查询计划显示了一个扫描

    youdao

  • This report query requires a full table scan of the fact table.

    这个报表查询需要事实一个扫描

    youdao

  • Indexes improve query performance by avoiding a full table scan.

    索引能够避免扫描,从而能够提高查询性能

    youdao

更多双语例句
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定