More Modern B-Tree Techniques
Goetz Graefe
Broschiertes Buch

More Modern B-Tree Techniques

Versandkostenfrei!
Versandfertig in 1-2 Wochen
59,99 €
inkl. MwSt.
PAYBACK Punkte
30 °P sammeln!
B-tree indexes have been ubiquitous in databases for decades. Their contribution to efficient database query processing can hardly be overstated. B-tree indexes have been used in a wide variety of computing systems from handheld devices to mainframes and server farms. Over the years, many techniques have been added to the basic design in order to improve efficiency or to add functionality. Examples include separation of updates to structure or contents, utility operations such as non-logged yet transactional index creation, and robust query processing such as graceful degradation during index-...