The Wayback Machine - http://web-wp.archive.org/web/20230308211219/https://www.researchgate.net/post/Are-there-any-relational-databases-which-rebuild-multiple-indexes-simultaneously-That-is-without-multiple-full-table-scans
Are there any relational databases which rebuild multiple indexes simultaneously? That is, without multiple full table scans?
One of the barriers to rebuilding tables in Oracle's relational database is that on a table with multiple indexes, the system has to rebuild each index with a separate full table scan. It seems that a "full table scan" should have all of the columns (for all of the indexes) in one pass, but I haven't found any way to do this. Some database systems lock operations during the building of indexes, so this problem becomes even more significant.
Thanks for the information. Might you know of a commercial relational database product in which these X-tree or other multidimensional indexes have been deployed? My research interest is mostly with OLTP systems rather than OLAP systems.
Standard Data Access Interface (SDAI) in STEP isolates the application program from the underlying data storage system. SDAI contains a functional definition part and several specific programming language bindings. This paper describes an architecture to implement SDAI late binding on relational database systems. The architecture has a database lay...
No discussion of relational databases would be complete without a reference to Edgar Codd’s 1970 paper “A Relational Model of Data for Large Shared Data Banks”. This was a mathematical description of what we now call Relational databases and operations to manipulate them. This is called relational algebra where data could be organised into relation...
The evaluation of a heterogeneous distributed-memory Meiko Oracle platform is discussed, along with an investigation into the possible cost-performance benefits and implementation issues associated with the transfer of a commercial database application from sequential machines to a parallel one. The discussion includes an overview of the hardware,...