full table scan
常见例句
- The predicates in the query in Listing 7 are weakly selective so that a full table scan of the pdbxml table is required.
清單 7 中查詢的謂詞選擇性較弱,因此需要對 pdbxml 表進行全表掃描。 - 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,因此也就會浪費大量時間。 - If there is no index on ucname, the DBMS still does a full table scan, but it need not do any further processing on the data to determine whether or not it satisfies the query.
如果沒有爲 ucname 創建索引,DBMS 仍然執行全表掃描,但是不會對數據進行進一步処理來判斷其是否滿足查詢。 返回 full table scan