table scan
常见例句
- This report query requires a full table scan of the fact table.
这个报表查询需要该事实表的一个全表扫描。 - Most often, you want only a small subset of the data in the table, so a full table scan wastes a lot of disk I/O and therefore time.
通常来说,您可能只希望获得表中数据的一个子集,因此全表扫描会浪费大量的磁盘 I/O,因此也就会浪费大量时间。 - Table 2 summarizes how the performance of this table scan query has benefited from two of our design decisions: atom site separation and compression.
表 2 总结了此次表扫描的性能如何能从我们的两个设计决策中受益:原子站点分离和压缩。 返回 table scan