A Tree Index Framework for Databases

A Tree Index Framework for Databases
Author: Bin Nie
Publisher:
Total Pages: 0
Release: 2003
Genre: Database design
ISBN:

Download A Tree Index Framework for Databases Book in PDF, Epub and Kindle

The search tree index framework, a sub-framework of the Know-It-All Project, is used to develop a generalized search tree that provides the basis for common tree access methods used in database systems. The search tree index framework covers one-dimensional tree structures, point access structures, and special multi-dimensional structures. It also covers sequential queries, exact match queries, range queries, approximate queries, and similarity queries. It applies the Standard Template Library modularity concept in the analysis, architecture, design and interface and takes advantage of reuse capabilities in modern programming languages such as generic programming and design pattern. By using modularization design, the system is designed as an integrated set of layers including algorithms layer, proxy layer and physical storage layer. Layering design technique provides a mechanism to decompose functionality. The design separates index, data, and data Reference/Page reference; uses iterators perform general queries on search tree structures, while providing a clean interface for these queries to define both positions within indexes or files, as well as to refer to a collection of information. The framework can be adapted to the needs of any application by simply changing some of the building blocks and is designed for maximum flexibility and the simplest extension.


A Tree Index Framework for Databases
Language: en
Pages: 0
Authors: Bin Nie
Categories: Database design
Type: BOOK - Published: 2003 - Publisher:

GET EBOOK

The search tree index framework, a sub-framework of the Know-It-All Project, is used to develop a generalized search tree that provides the basis for common tre
A B+-tree Index for the Know-it-all Database Framework
Language: en
Pages: 0
Authors: Jingxue Zhou
Categories: Database design
Type: BOOK - Published: 2003 - Publisher:

GET EBOOK

An efficient implementation of search trees is crucial for any database systems. The B+-tree is one of the most widely and studied data structures and provides
Modern B-Tree Techniques
Language: en
Pages: 216
Authors: Goetz Graefe
Categories: Computers
Type: BOOK - Published: 2011 - Publisher: Now Publishers Inc

GET EBOOK

Invented about 40 years ago and called ubiquitous less than 10 years later, B-tree indexes have been used in a wide variety of computing systems from handheld d
Indexing Techniques for Advanced Database Systems
Language: en
Pages: 257
Authors: Elisa Bertino
Categories: Computers
Type: BOOK - Published: 2012-12-06 - Publisher: Springer Science & Business Media

GET EBOOK

Recent years have seen an explosive growth in the use of new database applications such as CAD/CAM systems, spatial information systems, and multimedia informat
Fundamentals of Database Indexing and Searching
Language: en
Pages: 287
Authors: Arnab Bhattacharya
Categories: Business & Economics
Type: BOOK - Published: 2014-12-02 - Publisher: CRC Press

GET EBOOK

Fundamentals of Database Indexing and Searching presents well-known database searching and indexing techniques. It focuses on similarity search queries, showing