Diese Zugriffsmethode berücksichtigt also nur einen Bruchteil der Schlüssel in einem Index und heißt deswegen lockerer Indexscan.
This access method considers only a fraction of the keys in an index, so it is called a loose index scan.
Klausel definierten Bereich liest oder den gesamten Index scannt, sofern keine Bereichsbedingungen vorhanden sind, sprechen wir hier vom enggefassten Indexscan.
clause, or scans the whole index if there are no range conditions, we term it a tight index scan.
Klausel vorhanden ist, liest ein lockerer Indexscan so viele Schlüssel, wie Gruppen vorhanden sind. Diese Anzahl kann bedeutend kleiner sein als die aller Schlüssel.
clause, a loose index scan reads as many keys as the number of groups, which may be a much smaller number than that of all keys.
Die Strategie des Einfügens am Mittelpunkt ist hilfreich zur Leistungssteigerung, wenn die Ausführung einer Abfrage einen Indexscan erfordert und so im Endeffekt all diejenigen Indexblöcke aus dem Cache wirft, die wichtigen B-Tree-Knoten entsprechen.
The midpoint insertion strategy helps to improve performance when execution of a query that requires an index scan effectively pushes out of the cache all the index blocks corresponding to valuable high-level B-tree nodes.
Ein enggefasster Indexscan kann je nach Abfragebedingung entweder ein vollständiger Indexscan oder ein Bereichsindexscan sein.
A tight index scan may be either a full index scan or a range index scan, depending on the query conditions.
IndexScan verwendet einen Index, um festzustellen, welche Zeilen eine Suchbedingung erfüllen.
IndexScan uses an index to determine which rows satisfy a search condition.
Verschiedene Algorithmen wie etwa IndexScan sind in der Lage, die Anwendung eines Prädikats zu erzwingen ohne einen expliziten Operator zu benötigen.
For example, various algorithms, such as IndexScan, have the ability to enforce the application of a predicate without the need for an explicit operator.
IndexScan erscheint im kurzen Plan als Korrelationsname Indexname , wobei Korrelationsname der in der FROM-Klausel angegebene Korrelationsname bzw., falls keiner angegeben wurde, der Tabellenname ist, und Indexname der Name des Indices.
IndexScan appears in the short plan as correlation-name index-name, where correlation-name is the correlation name specified in the FROM clause, or the table name if none was specified, and index-name is the name of the index.
Beachten Sie, dass die Gruppierungsoperation beim enggefassten Indexscan erst durchgeführt wird, wenn alle Schlüssel gefunden wurden, die die Bereichsbedingungen erfüllen.
With a tight index scan, the grouping operation is performed only after all keys that satisfy the range conditions have been found.
Schon auf dem Indexscan ist anhand der Bilder zu sehen, ob die Seitenrichtigkeit gegeben ist.
In the index scan it is already visible whether the side correctness is given.
4: Die Funktion, um beim Indexscan Vorscans zu erhalten.
4: The function to obtain prescanned images at index scan.
Mithilfe eines neuen Indexhinweises in der WITH-Klausel einer SELECT-Anweisung können Sie nun festlegen, dass ein mehrfacher Indexscan verwendet wird.
A new index hint in the WITH clause of the SELECT statement allows you to specify that a multiple index scan can be used.
Dazu benötigt man erst mal einen Indexscan, der in SilverFast in gerade noch akzeptablen 2 Minuten erstellt wird.
This takes two minutes in SilverFast, which is only just acceptable.