Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Full_table_scan> ?p ?o. }
Showing items 1 to 12 of
12
with 100 items per page.
- Full_table_scan abstract "Full table scan (also known as sequential scan) is a scan made on a 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 required from the disk which consists of multiple seeks as well as costly disk to memory transfers. Sequential scan takes place usually when, the column or group of columns of a table (the table may be on disk or may be an intermediate table created by the join of two or more tables) needed for the scan do not contain an index which can be used for the purpose.".
- Full_table_scan wikiPageID "30136487".
- Full_table_scan wikiPageRevisionID "582792944".
- Full_table_scan hasPhotoCollection Full_table_scan.
- Full_table_scan subject Category:Database_theory.
- Full_table_scan comment "Full table scan (also known as sequential scan) is a scan made on a 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 required from the disk which consists of multiple seeks as well as costly disk to memory transfers.".
- Full_table_scan label "Full table scan".
- Full_table_scan sameAs m.0g5703g.
- Full_table_scan sameAs Q5508211.
- Full_table_scan sameAs Q5508211.
- Full_table_scan wasDerivedFrom Full_table_scan?oldid=582792944.
- Full_table_scan isPrimaryTopicOf Full_table_scan.