SYSTEM AND METHOD FOR RAPID FAULT DETECTION AND REPAIR IN A SHARED NOTHING DISTRIBUTED DATABASE

A shared-nothing database system is provided in which parallelism and workload balancing are increased by assigning the rows of each table to "slices", and storing multiple copies ("duplicas") of each slice across the persistent storage of multiple nodes of the shared-nothing dat...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: Klots, Boris, Bridge, JR., William H, Brower, David, Mylavarapu, Ajit, Swart, Garret F, Macnaughton, JR., Neil J S, Hsu, Meichun, Panchaksharaiah, Umesh, Loaiza, Juan R, Lahiri, Tirthankar
Format: Patent
Sprache:eng
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:A shared-nothing database system is provided in which parallelism and workload balancing are increased by assigning the rows of each table to "slices", and storing multiple copies ("duplicas") of each slice across the persistent storage of multiple nodes of the shared-nothing database system. When the data for a table is distributed among the nodes of a shared-nothing system in this manner, requests to read data from a particular row of the table may be handled by any node that stores a duplica of the slice to which the row is assigned. For each slice, a single duplica of the slice is designated as the "primary duplica". All DML operations (e.g. inserts, deletes, updates, etc.) that target a particular row of the table are performed by the node that has the primary duplica of the slice to which the particular row is assigned. The changes made by the DML operations are then propagated from the primary duplica to the other duplicas ("secondary duplicas") of the same slice.