NZ527535A - Method of indexing data in a multidimensional database such as an OLAP product - Google Patents

Method of indexing data in a multidimensional database such as an OLAP product

Info

Publication number
NZ527535A
NZ527535A NZ52753503A NZ52753503A NZ527535A NZ 527535 A NZ527535 A NZ 527535A NZ 52753503 A NZ52753503 A NZ 52753503A NZ 52753503 A NZ52753503 A NZ 52753503A NZ 527535 A NZ527535 A NZ 527535A
Authority
NZ
New Zealand
Prior art keywords
cells
data
cell
access
multidimensional
Prior art date
Application number
NZ52753503A
Inventor
Michael John Sanders
Philip Martin Jordan
Keith Steffen Ng
Jerry Stewart
Original Assignee
Descisys Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Descisys Ltd filed Critical Descisys Ltd
Priority to NZ52753503A priority Critical patent/NZ527535A/en
Priority to NZ537745A priority patent/NZ537745A/en
Publication of NZ527535A publication Critical patent/NZ527535A/en

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A method of indexing data in a multidimensional database that comprises:- (a) Creating a multidimensional logical access model; (b) Creating a multidimensional data storage model in which data located in cells is stored and retrieved in blocks; (c) Gathering data access information derived from one or more user queries of the database; and (d) Reorganizing one or more selected cells in the multidimensional data storage model based on the data access information to reduce the cost of access to the one or more selected cells in response to a user query of the database.

Description

52 75 3 5 Intellectual Property Office of NZ \ 1 AUG 2003 Patents Form No. 5 Our Ref: WEJ504417 NEW ZEALAND PATENTS ACT 1953 COMPLETE SPECIFICATION METHOD AND APPARATUS FOR ACCESSING MULTIDIMENSIONAL DATA We, DESCISYS LTD, a New Zealand company of Level 2, 268 Manukau Road, Epsom, Auckland 1003, New Zealand, hereby declare the invention, for which We pray that a patent may be granted to us and the method by which it is to be performed, to be particularly described in and by the following statement: PT053754083 300133833 1 I 2 METHOD AND APPARATUS FOR ACCESSING MULTI DIMENSIONAL DATA Field of the Invention This invention relates to a method and apparatus for accessing multidimensional data.
More particularly, but not exclusively, the invention relates to a method and apparatus for data storage and retrieval for online analytical processing (OLAP).
Background There is a growing need for sophisticated information analysis amongst businesses as they become increasingly reliant upon their ability to analyse and synthesise business information from their information systems.
Most businesses collect data which has more than two dimensions, so it is not conveniently displayed in the form of a spreadsheet for basic analysis. Therefore, a commercial entity may have a number of different products or services which are sold through a number of different outlets in different geographical regions over time. Analysis of this data may involve calculations across a number of dimensions, for example 20 calculating the number of units of each product sold over a selected time period through a selected number of outlets. It is also highly desirable to perform analysis of such data "on line" so that the results are based on current data. This analysis is usually referred to as On Line Analytical Processing (OLAP).
The problems associated with OLAP are well known to those skilled in the art to which the invention relates. However, a brief outline is provided below to assist understanding of the background to the invention.
If the data to be analysed has three dimensions, then this may be conveniently visually 30 represented in a cube. For example, in Figure 1 the quantity of products referred to as Widget 1 and Widget 2 sold in the years 2001 and 2002 at locations X and Y is illustrated.
Each item of data, being a scalar value representative of the number of products sold, is provided in a cell within the cube, and the cell is addressed by the dimensions along the 35 axis of the cube. For example, the cell 101 of Figure 1 is located at [2002, location Y, Widget 1] and returns a value of 1, being representative of 1 unit of Widget 1 being sold at INTELLECT i. ' c,Sr~r°TY OFFICE 0 ■!? 1 2 JAN 2005 RECEIVED 300125733 2 3 location Y in 2002.
The example illustrated in Figure 1 is very simple. In reality, financial data that a business may wish to analyse will often have at least four dimensions and possibly up to 20 or more 5 dimensions. This can make analysis extremely complex. To begin with it must be appreciated that as the dimensions increase, or are subdivided, then the number of cells increases dramatically. In the example of Figure 1 if the time dimension is split into months, so as to provide a total of 24 months, and there are ten different products (rather than two) which are sold at twenty different locations (rather than two), then there will be 10 4,800 cells. If we add another dimension such as the colour of each product sold, there being say five different colours, then the number of cells becomes 24,000. Similarly, there will typically be other dimensions, and these will make the number of cells increase again.
In performing any analysis, the data content of many of the cells needs to be selectively 15 accessed to perform a calculation in response to a user query so that the result of the query may be reported. Therefore, an index is required for any multi dimensional database to enable cells to be located, read and returned for calculation purposes.
In practical applications, such as financial data analysis, many of the cells may contain 20 null values, i.e. contain no data. These cells will often relate to certain combinations of dimensions that vary depending on the business entity that the database is attempting to model. Therefore in practice there are many regions within the multidimensional model which are sparsely populated by data and other areas which are densely populated by data. In the sparsely populated areas, data is inefficiently stored, but in order to preserve 25 the integrity of the model, cell locations are still provided for even though those cells may be null cells.
Therefore, there are two significant problems with multi dimensional databases. One is the sheer size of the storage space that needs to be allocated. The other is speed of 30 access. Quite apart from performing the required calculations, access in the desired cells in the vast array of data can add significantly to the time taken to process a query. Therefore, having an index and data storage system which will lead to the efficient storage of data and quickly return data from selected cell locations without requiring intensive reading operations is highly advantageous.
OLAP products are generally split into two different archetypes: Multidimensional OLAP 300125733 2 (MOLAP) and Relational OLAP (ROLAP). ROLAP systems use a relational database to store the multidimensional data in unstructured tables. MOLAP systems use a multidimensional database and current MOLAP implementations store the data so that it is tightly bound to the multidimensional logical structure. This approach provides high performance when data is accessed in the same way that the structure is organised. However it lacks the flexibility to adapt to different to different types of access than those that were foreseen at the time the logical structure was defined.
Additionally, existing MOLAP systems typically need to be taken offline to modify the multidimensional logical structure.
It is an object of the present invention to provide improved methods, apparatus or systems for multi dimensional database indexing or data access which at least partially overcome one or more problems of known systems, or to at least provide the public with a useful choice.
Further objects of the present invention may become apparent from the following description, given by way of example only.
Definitions Cell: A location in a multidimensional database. A cell is a Grid: OLAP: Dimension: Member: tuple of members.
A set of hierarchically related members.
A 2 dimensional representation of a multidimensional space. A single cell on a grid represents a single cell of data in multidimensional space. The rows and columns of a grid represent members of a dimension. Dimensions not appearing in either row or column of a grid are fixed to a single (offsheet) member.
A unique position on a dimension that includes in itself or points to data.
On-Line Analytical Processing. A category of applications and technologies that allow the collection, 300125733_2 storage, manipulation and investigation of multidimensional data.
OLAP Server: An application that provides OLAP functionality over a multidimensional database.
Outline: The set of all dimensions in a multidimensional database.
Throughout this specification, data in the multidimensional database has been referred to by reference to members and cells. However, this terminology is not intended to limit the scope of the invention to any particular data format in a multidimensional 5 database.
Unless the context clearly requires otherwise, throughout the description and the claims, the words "include", "including", and the like, are to be construed in an inclusive sense as opposed to an exclusive or exhaustive sense, that is to say, in the sense of 10 "including, but not limited to".
Summary of the Invention In one aspect the invention provides a multidimensional data storage and retrieval system in which data is stored independently of the multidimensional logical access model.
In another aspect the invention provides A method of indexing data in a multidimensional 20 database, the method including creating a multidimensional logical access model, creating a multidimensional data storage model in which data located in cells that are stored and retrieved in blocks, gathering data access information derived from one or more user queries of the database, and reorganizing one or more selected cells in the multidimensional data storage model based on the data access information to reduce the cost of access to the one or more selected cells in response to a user query of the database.
Preferably the step of reorganizing cells includes reorganizing cells into new or existing 30 blocks so that cells that are likely to be accessed together are provided in the same block. 300125733 2 V 6 Preferably the step of reorganizing includes performing a first calculation of the cost of access to the one or more selected cells prior to reorganization and a second calculation of the expected cost of access to the one or more selected cells after reorganization, and 5 reorganizing the one or more selected cells if the second calculation returns a lower cost than the first calculation.
Preferably the data access information includes identification of all cells that have been accessed and the number of times that each cell has been accessed, and the step of 10 reorganizing includes determining which cells have been accessed more frequently than others, and for each of the frequently accessed cells determining which other cell has been most frequently accessed with that frequently accessed cell, then moving one or both of those cells into the same block.
Preferably the step of creating the multidimensional logical access model includes creating a dimensionally hierarchical index tree.
Preferably the method includes determining from the data access information one or more selected sub-trees of the index that index selected cells that are likely to be accessed 20 together, and re-ordering the structure of the one or more of selected sub-trees by either merging the selected one or more sub-trees, or re-ordering the dimensional hierarchy of the one or more selected sub-trees so that fewer branches of the index tree are required to be accessed to access the selected cells.
Preferably merging the one or more selected sub-trees includes merging related leaf level nodes of the one or more sub-trees.
Preferably the method includes merging the lowest two or three dimensions.
Preferably the method includes merging two to fifty members in a dimension.
Preferably re-ordering the dimensional hierarchy includes performing a member frequency analysis for the selected cells' non-fixed dimensions, sorting the results of the analysis to 35 provide a list of non-fixed dimensions sorted by the number of members in each from the non-fixed dimension with the least number of members to the non-fixed dimension with 300125733 2 7 the largest number of members, and re-ordering the one or more sub-trees in accordance with the list.
Preferably the method includes providing a re-ordering threshold, and changing the order 5 of any two dimensions if the proportional difference between the members for each dimension is greater than the re-ordering threshold.
Preferably the method includes re-organizing cells within blocks following any change in dimension order.
Preferably the method includes defining a path limit, analysing the index path distance between each cell in the one or more sub-trees and the block to which the cell belongs, and re-organising the cell into another block if the index path for the cell exceeds the path limit.
Preferably reorganization of the one or more selected cells in the multidimensional data storage model does not necessitate any change to the multidimensional access model.
Preferably the data access information includes statistical information identifying cells that 20 are likely to be accessed in future user queries.
Preferably the time required to access a cell in a previously retrieved block is less than the time required to access a cell in a non-retrieved block.
In a further aspect the invention provides computerised apparatus in communication with a multidimensional database and operable to perform the method of any one of the preceding paragraphs.
In a further aspect the invention provides a computer program or a computer readable 30 medium containing instructions to cause a computer to perform the method of any one of the preceding paragraphs.
In another aspect the invention provides a method of indexing a plurality of cells of a multidimensional database, the method including 35 creating a hierarchical index for indexing the cells, arranging the cells in groups, 300125733_2 8 providing an identifier for each cell in the index, the identifier identifying the group in which the cell relating to the identifier resides, determining which cells are likely to be accessed together, rearranging the groups or rearranging the cells amongst the groups so that cells that are likely to be accessed together are included in the same group, and updating the identifier In another aspect the invention provides a method of indexing a plurality of cells of a multidimensional database, the method including providing a dimensionally hierarchical index tree for indexing the multidimensional data, determining one or more selected sub-trees of the index that index selected cells that are likely to be accessed together, and re-ordering the structure of the one or more of selected sub-trees by either merging the selected one or more sub-trees, or re-ordering the dimensional hierarchy of the one or more selected sub-trees so that fewer branches of the index tree are required to be accessed to access the selected cells.
Brief Description of the Drawings An example of the present invention will be described with reference to the accompanying drawings in which: Figure 1: is a diagram of data structure according to a known multi dimensional database model; Figure 2: is a diagram of a system on which the invention may be implemented; Figure 3: illustrates a hierarchal index according to the invention; Figure 4: illustrates relational database tables used to store the index structure of Figure 2; Figure 5: is a flow chart illustrating a process of setting cells; 300125733_2 9 Figure 6: is a flow chart illustrating a process of retrieving cells; Figure 7: illustrates interleaving according to the invention of an index structure; Figure 8: illustrates relational database tables showing an interleaving process; Figure 9: illustrates dimension re-ordering according to the invention; and Figure 10: illustrates relational database tables showing a dimension reordering process.
Detailed Description The invention provides a multidimensional data storage and retrieval system in which data is stored independently of the multidimensional logical access model.
The separation of the logical access model from the data storage provides a number of performance benefits. Firstly, data access can be optimized quite separately from the logical access model. This is advantageous because there will always be database queries that are incongruent with the structure of the logical access model. Secondly (and of increasing importance as database size is increased) separation allows the 25 multidimensional structure to be modified without having to take the database offline.
Existing MOLAP implementations which use tight-binding between structure and data result in a database that is only optimized for one type of access. The choices the database designer makes when creating the multidimensional structure determines the 30 types of queries that will perform well, and those that will perform poorly. There is no scope for local optimization where one area of the database is being accessed in a totally different way to the structure.
By contrast, the present invention allows the separation of the logical access model from 35 the data storage. This allows broad optimization that the database design implicitly provides in the arrangement of the multidimensional structure, while remaining free to re300125733_2 V organize any areas of data that are being accessed in a different manner to the general arrangement. This freedom allows the database management software to automatically reorganize data in response to queries, and thereby automatically improve the database's performance.
By separation of the logical access model from the data storage the following conceptual assignments of responsibility are made: 1. The multidimensional structure's purpose is to capture the target domain's logical structure. Its purpose is to define the presentation of data, not query optimization. 10 2. The data storage system's purpose is to arrange data to best suit the way in which it is being accessed. Its purpose is performance, not presentation.
Referring to Figure 2, a diagrammatic representation of an example of a computer system 15 in which the present invention has been implemented is shown and generally referenced by arrow 200. A database 202 is provided, containing a multidimensional data space that may be arranged in a hierarchical manner. Two branches from the hierarchical structure of the database 202 are referenced 204 and 206. Each branch 10, 11 is made up of a plurality of members referenced 1a - 1e and 2a - 2h respectively. The unit of information 20 in the database that is queried is a cell, defined by a tuple of members [M1, M2, M3...
MN], where M1 to MN represents one member from each of the N dimensions in the database 202. A cell is either populated with a numeric value, or is empty. An empty cell has an implicit value of null. A cell is typically formed by a member from every dimension in the database. However, a cell may alternatively be formed only by members from a 25 selection of dimensions and in the limit may be formed by one member only.
In communication with the database 202 is a database management system (DBMS) 208. The DBMS 208 may be an OLAP server.
The database 202 may be queried using a remote computer 210 running a suitable application, which may communicate with the DBMS 208 through a local or wide area network 212. Suitable computer processors, communication interfaces and data storage mechanisms for the computer system 200 shown in Figure 2 are well known in the relevant arts and therefore will not be described further in this document. 300125733 2 11 A user of the system will input queries for the database and receive the results back from the DBMS 208 by operating the remote computer 210, using an input device such as a keyboard and point and click device. The DBMS 208 then retrieves the relevant information from the database 202, performs any required calculations and returns the 5 result to the remote computer 210 for display to the us§r. A calculation system and validation system for the DBMS are described in our co-pending New Zealand patent application No. 527534 entitled "Method And Apparatus For Data Validation In A Multidimensional Database" which has the same filing date as the present application. The contents of this co-pending application are hereby incorporated herein in their 10 entirety.
Although in the description herein, it is assumed that the remote computer 210 a "dumb" terminal in relation to managing the database 202, those skilled in the relevant arts will appreciate that the remote computer 210 may perform some of the functions of DBMS is 208 described herein, with suitable mechanisms in place to lock data while any particular computer is performing an operation on that data. Also, the processing capabilities of the DBMS 208 may be distributed amongst a plurality of computer processors.
In a preferred embodiment of the invention, the data is typically data that may be 20 processed by processing systems or apparatus referred to as OLAP systems or servers.
Such data may relate to the business or financial processes and information of a business entity. Those skilled in the art will realise that the invention is also applicable to other data that has multiple related dimensions.
The data on database 202 must be indexed in order to keep track of the location of the data that exists in the system and to reliably indicate where the data is located.
In relation to a multidimensional database index, a practical index must not only identify whether a cell exists at a particular location and if that cell exists what its value is, but also 30 needs to be scalable up to large numbers of cells (1 x109) and medium dimensions (e.g. up to 50). It is also advantageous if such an index is divisible and workable by parts since it may not be able to be held entirely in the main memory. An index that supports updates by part is also desirable so that the system is not forced to lock the whole index when adding, deleting or relocating a few cells. The invention provides such an index.
In Figure 3, an exemplary index according to the present invention is shown which uses a 300125733_2 12 hybrid hierarchal/linear architecture that we have found can be implemented on a standard relational database to yield high performance.
The hierarchal index structure shown in Figure 3, has a hierarchy organised dependent on 5 dimension in a tree structure generally referenced 300. Therefore, in Figure 3 a simple set of dimensions is illustrated being Time 302 (Quarter, Year), Region 304 (North East, North West) and Product 306 (Widget 1- Widget 4).
The time dimension is effectively the root of the tree which then branches to the regions 10 and finally to leaf entries relating to individual product types. Each unique path through the tree from root to leaf corresponds to a unique cell location. Furthermore, the cell data is not stored at the leaf level entries. Instead, there is a separate data structure 308 which is referred in the Figure as the data storage layer and each leaf level entry in the index tree points to a predetermined specific group or block of cells 310-318 in the data storage 15 layer. As can also be seen from the Figure, leaf level entries do not point to specific locations within data blocks, i.e. they do not point to the specific cell, but instead point to data blocks themselves. Cell data is sorted within data blocks by full cell location. We have found that this enables very quick look up, as we describe further below.
In Figure 4, the hierarchal index described above with reference to Figure 3 is shown by way of example stored in relational database tables.
An index root table 400 is provided which holds root dimensions. In this example the root dimensions are each quarter of each year. These are mapped to index entries for the 25 second dimension i.e. the next lower dimension in the hierarchy in index table 402. In Figure 4, member "Q1 2003" is mapped to the index entry with an identifier no. 45. The index tables map each of the identifiers to the next dimension. In the example illustrated in Figure 4, it can be seen that the branches of the tree for that next dimension are all stored as data (shown as table 404) relating to identifier no. 45. In the preferred 30 embodiment, objects, most preferably Blobs (binary large objects), are used to store the branches of the tree structure in the relational database table. We have found that Blobs allow a significant amount of information to be stored in a single table row and this provides significant advantages with inserting/reading/updating each row of data, as described further below.
Therefore, each Blob structure contains (member, blobjd) pairs, mapping members to 300125733 2 13 their next index Blob as progress is made down the hierarchal index by dimension. As shown in Figure 4, the last blobjd points to a data Blob rather than another index entry Blob. Upon retrieving the data Blob, a simple binary search is all that is required to locate and return the data for the cell the system requested.
In Figure 4, the index entries that store the cell locations [Q1 2003 NE sales, T4 WIDG] are retrieved by starting at the root with member "Q1 2003", and following the chain of pointers. This leads through index Blobs 45 and 79 (having associated table 406), and eventually to data blobjd 1073. Upon retrieving data Blob 1073, a simple binary search 10 is performed to locate and return the data for that cell.
This structure is applicable to a hierarchical tree having further dimensions than the tree illustrated in Figure 3. For example, if a further dimension existed between sales and product type, then blobjd 79 in the index table could be paired to data representative of 15 the nodes of the further dimension. The further nodes are then paired in the index table to blobjds for the next dimension (products) which are paired in turn to data blobs.
A major performance problem with relational database applications is the cost of selecting from, inserting into, and updating rows in database tables. The database must provide a 20 number of functions for effective operation and these include locking, transaction buffers, generalised indexing and constraint checking amongst others. All of these contribute to an extremely high I/O cost, compared to manipulating data in an application's native memory. Therefore, substantial gains can be made in performance by reducing the number of database I/O operations.
The index structure described above with reference to Figures 3 and 4 is optimised for closely related cell addresses. As outlined earlier in this document, the exemplary data in relation to Figures 3 and 4 is simplified for purposes of explanation. In reality, there may typically be hundreds of entries at the leaf level of the tree for each path from the root. 30 When the number of cell addresses on this level is appreciated, the advantages of the present indexing system may be seen. We provide an example below.
Example 1 - Best Case Performance 300125733 2 14 The indexing system of the present invention, as described with reference to Figures 3 and 4 contains cells of the form: [Q1 2003, NE Sales, T1 Widg] through to [Q1 2003, NE Sales, T1000 Widg]. Because these cells differ only in the last member, there are only three relational rows relating to all these cells. If these cells need to be returned, updated, 5 or if new types of widget need to be inserted in the same location, then a total of three database reads and zero or one database write is all that needs to be performed. This allows very quick access.
On the other hand, data access that is not congruent with dimension ordering of the index 10 leads to poorer performance. An example is provided below.
Example 2 - Worst Case Performance We now provide an example of worst case performance based on the index as described with reference to Figures 3 and 4: The indexing system contains cells of the form [Q1 1990, NE Sales, T1 Widg] through to [Q4 2003, NE Sales, T1 Widg]. Because these cells differ in the first member, the index 20 tables will contain three relational rows per cell. If these cells need to be returned, updated, or if data for new quarters needs to be inserted, then three database reads and zero or one database writes must be performed per cell. In this case, the index will perform substantially worse than if the same cells had been stored in a simple relational table.
The invention attempts to overcome worst case performance in a number of ways. These will be discussed further below. One way of avoiding worst case performance is to find or modify cell data without having to look at the index. This overcomes the necessity of the 30 database reading and writing steps. We have found that a run time protocol may be used which invokes a contract between the hierarchal index and the data storage layer. The contract is as follows: 1. A party wishing to insert or delete a cell must obtain write locks on all the affected 35 index table rows and on the affected data blob(s). Relational databases have highly evolved transaction management. The relational database that is used in 300125733_2 the preferred embodiment for the underlying storage for the index provides this behaviour. 2. A party wishing to return or update an existing cell only need obtain a lock on the data blob in which the cell resides. This behavior derives from (1), in which it is 5 implied that no one else can update or delete the cell in question while there is a lock upon its data blob (even if there are not locks on the index entries that point to this data blob).
Thus, reconsidering example 2 above in which cells of the form [Q1 1990, NE Sales, T1 10 Widg] through to [Q4 2003, NE Sales, T1 Widg] must be returned or updated, the database may not have to be accessed three times per cell after all. The arrangement of cells within data blobs determines the number of database accesses that have to be performed. If all the cells being sought reside in one data blob, the database does not need to be accessed again after retrieving the first cell. Therefore, three database reads 15 and zero or one write will update all the required cells.
An exemplary algorithm for returning or updating cells according to the invention is set forth below.
Algorithm for Returning or Updating Cells 1. Before accessing the hierarchical index, search through the data blobs that have already been retrieved (and implicitly locked). If the sought cell is found, return or update the cell data (no index access being required). 2. If the sought cell cannot be found in the data blobs that have already been retrieved and locked, look up the sought cell in the hierarchical index. Retain locks on all referenced index and data blobs until the current transaction ends.
Figures 5 and 6 are flow charts that provide examples of more detailed algorithms for 30 setting and retrieving cells. Referring to Figure 5, the algorithm begins at step 500 following which one or more cells is selected for updating in step 502. In decision step 504 a check is performed to see whether all the selected cells have been processed. If not, then a cell is chosen in step 506 and a search of cells that have already been retrieved is performed in step 508. If the cell is found then its value i.e. the data is 35 updated in step 512. If the cell is not found, then a search of the index is performed in step 510. If the cell is found then the update step 512 occurs. If it is not found then the 300125733 2 16 index entries are updated in step 514 to store the new cell following which a new data blob is created or the new cell is inserted into an existing data blob in step 516. Once all the selected cells have been processed, the algorithm ends in step 518.
In Figure 6 the algorithm begins at step 600 following which one or more cells is selected for retrieval in step 602. In decision step 604 a check is performed to see whether all the selected cells have been processed. If not, then a cell is chosen in step 606 and a search of cells that have already been retrieved is performed in step 608. If the cell is found then its value i.e. the data is added to a retrieved-cell list in step 612. If the cell is not found, 10 then a search of the index is performed in step 610. If the cell is found then the retrieval step 612 occurs. If it is not found then a "missing cell" flag is added to the retrieved-cell list in step 614. Once all the selected cells have been processed, the retrieved-cell list is returned in step 616, and the algorithm ends in step 618.
As can be seen from the foregoing, worst case performance is dependent on the arrangement of cell data within data Blobs, and on the form of incoming queries. This problem is addressed further in the "cell data optimiser" section below.
Interleaving The index structure described above is a regular tree, i.e. one in which every distinct value at one level branches to a distinct sub-tree at the next level. In this section a modification to the regular tree is described which provides higher performance while retaining efficient storage and high concurrency.
The performance of multidimensional index provided by the invention is inversely proportional to the number of distinct tree nodes (i.e. blobs in the example discussed above) accessed to find, insert, or delete a cell address. The index performs optimally where a large number of cell addresses that differ only by their last member (i.e. lowest 30 member in the tree) must be accessed. Conversely, the index performs progressively worse when a large number of cells that differ by members earlier in their address must be accessed.
We have found that performance can be increased by merging related leaf-level nodes. 35 By merging nodes, the total number of tree node I/O operations required to find/insert/delete a set of cells can be significantly reduced. In Figure 7 the number of tree 300125733_2 17 nodes accessed to service a typical query is shown in two different tree structures. The first generally referenced 700, is a regular tree. The second generally referenced 702, is an interleaved tree in which the nodes of the lowest level of the tree i.e. the fourth dimension have been interleaved. Each level of the tree represents a different dimension 5 and the grouped squares each represent nodes in the tree. The task in relation to each tree is to fix upon [1A,2A] and fetch the grid 706 which requires accessing the following cells: [1A,2A,3A,4A], [1A,2A,3A,4B], [1A,2A,3B,4A], [1A,2A,3B,4B], [1A,2A,3C,4A], 10 [1A,2A,3C,4B], [1A,2A,3D,4A], [1A,2A,3D,4B] Using the regular tree, seven nodes need to be accessed. Using the interleaved tree, only four nodes must be accessed.
By interleaving the lowest level of tree 702, performance has been improved for any queries iterating upon the last and second-to-last dimensions. Note that performance for any other queries has not been sacrificed. The only disadvantage is a slight reduction in the potential for concurrency.
Interleaving is a tradeoff between performance and concurrency. By merging sub-trees that are likely to be accessed together into a common unit the invention: 1. Reduces the cost of random access within related sub-trees. 2. Decreases the potential for concurrent operations within the sub-trees due to holding locks over a larger region of the multidimensional space Interleaving is configured by two parameters: Height, and Width.
• Height: The number of dimensions to interleave. This parameter is in the range [0, DimCount], where DimCount is the number of dimensions in the multidimensional data model. A height value of zero produces a non-interleaved tree, whereas a value of DimCount produces a tree that is completely interleaved into one level of nodes. We have found that useful values of height are typically those that cover only the lowest two or three dimensions.
• Width: The number of members within one dimension to be interleaved into the same relational database record (i.e. Blob in the example described). This parameter is in the range [2..MemberCount], where MemberCount is the number 300125733 2 18 of members in the dimension. Useful values for width are typically in the range [5..20], In Figure 8 the relational database entries for the example described with reference to 5 Figure 4 are again shown but this time the lowest two dimensions i.e. Product and Region have been interleaved i.e. merged. Thus NW Sales and NE Sales both map to blobjd 77. Blobjd 77 relates to table 800 which contains the relevant data blob identifiers.
Index Dimension Re-ordering The multidimensional index of the invention has been described above as a tree structure 10 in which all nodes that are the same distance from the root hold members for the same dimension. This property is termed Homogeneous Dimension Ordering in this document.
In this section a mechanism is described by which re-organization of dimension order is allowed within independent sub-trees. In this re-organized tree, nodes at the same 15 distance from the root may hold members for different dimensions. This property is termed Heterogeneous Dimension Ordering in this document. By re-ordering dimensions within sub-trees we can individually optimize each sub-tree to suit the way in which it is being accessed.
Figure 9 illustrates the same cell addresses stored in a homogeneous dimension ordered tree referenced 900, and in a heterogeneous dimension ordered tree referenced 902. The general structure of the trees accords with the description provided above.
Although both trees contain the same cell addresses they are each optimized for different 25 types of access. Tree 900 is optimized for a single type of grid 904, whereas tree 902 contains sub-trees 906 optimized for one type of grid 904, and other sub-trees 908 optimized for another type of grid 910.
Thus fetching [1A,2B,4A,3C] and [1A,2B,4A,3D] requires access to more nodes using tree 30 900 than using tree 902.
The heterogeneous dimension ordering provided by the invention allows organization of the tree such that optimal performance can be achieved when different areas of the tree are accessed in different ways. 300125733_2 19 In Figure 10 the relational database entries for the example described with reference to Figure 4 are again shown but this time with a hypothetical heterogeneous dimension ordering. Thus cell [Q4 2002, NE Sales, T4 Widg] referred to in the earlier example is indexed by dimension order [Time, Region, Product]. However, cell [Q3 2002, NE Sales, 5 T1 Widg] is located through blobjd 12 (table 1000) and blobjd 104 (table 1002). So this cell is indexed by dimension order [Time, Product, Region], In the preferred embodiment of the invention optimal index dimension ordering for subtrees is determined through statistical analysis of fetch/update/insert operations. An 10 exemplary algorithm is set forth below which can be applied to the entire tree or to any sub-tree, and can be run as a synchronous, asynchronous, or offline process.
Index Dimension Re-ordering Algorithm Define localRoot to be the root of the sub-tree this algorithm is to re-order.
Define REORDERING_THRESHOLD to be a real-valued number in the range [0,1].
For the sub-tree starting at node localRoot do: 1. Determine the set of fixed dimensions. These are the dimensions in the tree from 20 the root down to localRoot, including localRoot. 2. Collate all cell addresses from fetch/update/insert queries that accessed cells that exist (or would exist, in the case of missing cells) in this sub-tree. 3. Perform a member frequency analysis of the cell addresses' non-fixed dimensions i.e. for each non-fixed dimension, count the number of distinct members encountered over the set of cell addresses. By way of example, this might look like: Non-fixed dim Number of distinct members 4 12 3 1246 30 5 1 Produce a list of the non-fixed dimensions, sorted into non-decreasing frequency of member change i.e. take the above results and sort the non-fixed dimensions by the number of distinct members encountered in each (least changing to most 35 changing).
For the above, this would look like: Non-fixed dim: 40 5 4 300125733_2 4. Rebuild the index sub-tree beneath localRoot, ordering the non-fixed dimensions 5 according to the list generated in 3. Do not change the order of any two dimensions unless their frequencies of member change differ by a proportion larger than REORDERING_THRESHOLD.
Cell Data Optimizer The cell data optimizer is a subsystem that is responsible for arranging cells within cell data blobs. It has two different responsibilities. 1. When a new cell is created, it inserts that cell into a data blob such that it is likely to cohabit with other cells that will be accessed along with it. 2. Reorganization of existing cells within data blobs in order to provide optimal 15 performance and concurrency for typical queries.
The first responsibility is enacted synchronously with cell insertion, whereas the second can be performed as a synchronous, asynchronous, or even offline process.
This creates a grouping problem, which can be considered in the following abstract terms: 1. Arrange data items (which may be termed points) into groups (which may be termed containers) such that points that are likely to be accessed together reside in the same container, and those that are not likely to be accessed together do not reside together. 2. Define a function f( p0, Pi) to return a continuous value in the range [0, 1], where a value of 1 indicates points p0 and p1 are 100% likely to be accessed together, and 0 indicates points p0 and p-i are 0% likely to be accessed together. 3. Define a container to be a group in which Smax points may reside, where Smax is a non-zero positive integer. The number of containers allowed is unlimited.
The problem to be solved may be defined as "Arrange the points within containers such 35 that points with a high mutual value of f reside in the smallest possible number of containers, and points with a low mutual value of f reside in different containers." 300125733 2 21 Two complementary strategies exist for solving this group optimization problem; Reactive, and Pre-emptive. These strategies are fundamentally different, but are not necessarily mutually exclusive: • Reactive: Organize points such that they will be grouped optimally for historical access. This strategy aims to improve the performance of access that occurs repeatedly.
• Pre-emptive: Organize points such that they will be grouped optimally for access that has not yet occurred but is deemed likely to occur. This strategy aims to 10 improve the performance of potential access that is very similar to, but distinct from, historic access. 300125733_2 22 Cell data grouping in relation to the invention is a specific case of the abstract grouping problem described above. Each cell corresponds to a point in the abstract problem, and each cell data blob to a container.
A good solution to this problem will exhibit two properties: 1. The cells required for each "typical" query will usually reside in a very small number of cell data blobs compared with the number of cells. When the cost of accessing each cell data blob is high, this property maximizes performance by minimizing the number of cell data blob I/O requests. 2. Cells that are not required for a typical query are unlikely to reside in the cell data blobs accessed by the query. In a multi user system where each cell data blob can be accessed by only one participant at a time, this property maximizes potential concurrency.
In the absence of full and exact knowledge of how cells will be accessed, this optimization problem does not have a definitive solution. Instead, a best guess must be made according to our knowledge of the data domain, and by making predictions based on historic access to cell data.
The invention divides optimization of cell data grouping into two levels: Macroscopic and Microscopic.
• Macroscopic optimization is pre-emptive, and occurs when the index dimension reordering algorithm described above acts upon an index sub-tree. If dimension order was changed within the sub-tree, all cells within the sub-tree are then re organized within data blobs to minimize the cost of a hypothetical depth-first traversal on the new index sub-tree hierarchy.
• Microscopic optimization is reactive, and can occur at any time. This optimization reorganizes cells within data blobs to minimize the cost of recurring access.
An exemplary algorithm for Macroscopic Cell Data Optimization is set forth below. Algorithm for Macroscopic Cell Data Optimization Define localRoot to be the root of the index sub-tree for which the index dimension reordering algorithm (described above) has just been run. 300125733.2 23 Define CDT_PATH_LIMIT to be a non-zero positive integer in the range [1..DimCount], where DimCount is the number of dimensions in the multidimensional outline.
Define function "Cell Difference Threshold" CDT(blob, cell) to return a Boolean value (true 5 or false). CDT return true when the median index path distance between cell and each cell in blob exceeds CDT_PATH_LIMIT.
Define function "Blob Termination Condition" BTC(blob, cell) to return a Boolean value. BTC returns true when blob is full, or when CDT(blob, cell) returns true.
If the index dimension ordering beneath localRoot has not changed, then terminate here.
Otherwise: 1. Allocate a new cell data blob Bnew. 2. Perform a depth-first traversal of cells starting from localRoot. Move each cell Ccurrent from its current cell data blob S0w into Bnew until BTC(Bnew, Ccumnt) returns true. When BTC returns true, store the current Bnew, and then allocate another Bnew• Whenever BoW becomes empty, delete it.
Microscopic cell data optimization may involve identification of all cells that have been accessed and the number of times that each cell has been accessed in a known query or set of queries, then determining which cells have been accessed more frequently than others. For each of the frequently accessed cells an analysis can be performed to 25 determine which other cell has been most frequently accessed along with that frequently accessed cell. Then one or both of those cells can be moved into the same block.
An exemplary algorithm for microscopic cell data optimization is set forth below.
Algorithm for Microscopic Cell Data Optimization Define RELOCATION_THRESHOLD to be a real-valued number in the range [0, 1].
Define Qproffle to be the set of queries for which data is being optimized.
Define Qn to be the nth query in Qpraffle.
Define Ca// to be the set of all cells accessed by queries Qproffle. 300125733_2 . 24 Define C/nteraecte</ to be the subset of cells in Ca// that are accessed by more than one query. Define Cisoiated to be the subset of cells in Can that are accessed by one query only. i.e.
Cisolated ^ Cintersected ~ {}> and CiSOiated ^ Cintersected = Can.
Define function AdjacencyLevel(C0, C-,) to return a positive integer specifying the number of queries that access cells C0 and C? together. Note that if the same query has been run repeatedly, the value of AdjacencyLevel increases by one for each time.
Calculate Cost0, the cost of data access for all queries in Qproffle.
For each intersected cell C, in Clntersected do { Determine Cimax, the cell Ctest in Cisoiated for which 15 AdjacencyLevel(Ch Ctest) is maximized.
Move C, into Coax's blob group.
} Calculate Cost-i, the proposed cost of data access for all queries in Qpraffle for the new cell arrangement. if(Cosf0 - Cost,) / Costo > RELOCATION_THRESHOLD { Relocate cells as proposed.
} Where in the foregoing description, reference has been made to specific components or 30 integers of the invention having known equivalents then such equivalents are herein incorporated as if individually set forth.
Although this invention has been described by way of example and with reference to possible embodiments thereof, it is to be understood that modifications or 35 improvements may be made thereto without departing from the scope of the invention as defined in the appended claims. 300125733 2

Claims (21)

25 What is claimed is:
1. A method of indexing data in a multidimensional database, the method including creating a multidimensional logical access model, creating a multidimensional data storage model in which data located in cells that 5 are stored and retrieved in blocks, gathering data access information derived from one or more user queries of the database, and reorganizing one or more selected cells in the multidimensional data storage model based on the data access information to reduce the cost of access to the 10 one or more selected cells in response to a user query of the database.
2. A method as claimed in claim 1 wherein the step of reorganizing cells includes reorganizing cells into new or existing blocks so that cells that are likely to be accessed together are provided in the same block. 15
3. A method as claimed in claim 1 or claim 2 wherein the step of reorganizing includes performing a first calculation of the cost of access to the one or more selected cells prior to reorganization and a second calculation of the expected cost of access to the one or more selected cells after reorganization, and reorganizing 20 the one or more selected cells if the second calculation returns a lower cost than the first calculation.
4. A method as claimed in any one of the preceding claims wherein the data access 25 information includes identification of all cells that have been accessed and the number of times that each cell has been accessed, and the step of reorganizing includes determining which cells have been accessed more frequently than others, and for each of the frequently accessed cells determining which other cell has been most frequently accessed with that frequently accessed cell, then moving 30 one or both of those cells into the same block.
5. A method as claimed in any one of the preceding claims wherein the step of creating the multidimensional logical access model includes creating a dimensionally hierarchical index tree. 35
6. A method as claimed in claim 5 including determining from the data access 300125733,2 26 information one or more selected sub-trees of the index that index selected cells that are likely to be accessed together, and re-ordering the structure of the one or more of selected sub-trees by either merging the selected one or more sub-trees, or re-ordering the dimensional 5 hierarchy of the one or more selected sub-trees so that fewer branches of the index tree are required to be accessed to access the selected cells.
7. A method as claimed in claim 6 wherein merging the one or more selected subtrees includes merging related leaf level nodes of the one or more sub-trees. 10
8. A method as claimed in claim 6 or claim 7 including merging the lowest two or three dimensions.
9. A method as claimed in any one of claims 6 to 8 including merging two to fifty 15 members in a dimension.
10. A method as claimed in any one of claims 6 to 9 wherein re-ordering the dimensional hierarchy includes performing a member frequency analysis for the selected cells' non-fixed dimensions, sorting the results of the analysis to provide a 20 list of non-fixed dimensions sorted by the number of members in each from the non-fixed dimension with the least number of members to the non-fixed dimension with the largest number of members, and re-ordering the one or more sub-trees in accordance with the list. 25
11. A method as claimed in claim 10 including providing a re-ordering threshold, and changing the order of any two dimensions if the proportional difference between the members for each dimension is greater than the re-ordering threshold.
12. A method as claimed in claim 10 or claim 11 including re-organizing cells within 30 blocks following any change in dimension order.
13. A method as claimed in claim 12 including defining a path limit, analysing the index path distance between each cell in the one or more sub-trees and the block to which the cell belongs, and re-organising the cell into another block if the index 35 path for the cell exceeds the path limit. 300125733 2 27
14. A method as claimed in any one of the preceding claims wherein reorganization of the one or more selected cells in the multidimensional data storage model does not necessitate any change to the multidimensional access model.
15. A method as claimed in any one of the preceding claims wherein the data access information includes statistical information identifying cells that are likely to be accessed in future user queries.
16. A method as claimed in any one of claims 1 to 15 wherein the time required to access a cell in a previously retrieved block is lower than the time required to access to a cell in a non-retrieved block
17. Computerised apparatus in communication with a multidimensional database and including a program to perform the method of any one of claims 1 to 16.
18. A computer program or a computer readable medium containing instructions to cause a computer to perform the method of any one of claims 1 to 16.
19. A method of indexing data in a multidimensional database substantially as herein described with reference to Figures 2 to 10 of the accompanying drawings.
20. Computerised apparatus including a program to index data in a multidimensional database substantially as herein described with reference to Figures 2 to 10 of the accompanying drawings.
21. A computer program or a computer readable medium containing instructions to cause a computer to perform the method as claimed in claim 19. PSPEC3732628 300125733 2
NZ52753503A 2003-08-11 2003-08-11 Method of indexing data in a multidimensional database such as an OLAP product NZ527535A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
NZ52753503A NZ527535A (en) 2003-08-11 2003-08-11 Method of indexing data in a multidimensional database such as an OLAP product
NZ537745A NZ537745A (en) 2003-08-11 2003-08-11 Method and apparatus for accessing multidimensional data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
NZ52753503A NZ527535A (en) 2003-08-11 2003-08-11 Method of indexing data in a multidimensional database such as an OLAP product

Publications (1)

Publication Number Publication Date
NZ527535A true NZ527535A (en) 2005-03-24

Family

ID=34309646

Family Applications (2)

Application Number Title Priority Date Filing Date
NZ52753503A NZ527535A (en) 2003-08-11 2003-08-11 Method of indexing data in a multidimensional database such as an OLAP product
NZ537745A NZ537745A (en) 2003-08-11 2003-08-11 Method and apparatus for accessing multidimensional data

Family Applications After (1)

Application Number Title Priority Date Filing Date
NZ537745A NZ537745A (en) 2003-08-11 2003-08-11 Method and apparatus for accessing multidimensional data

Country Status (1)

Country Link
NZ (2) NZ527535A (en)

Also Published As

Publication number Publication date
NZ537745A (en) 2006-07-28

Similar Documents

Publication Publication Date Title
US7734661B2 (en) Method and apparatus for accessing multidimensional data
Procopiuc et al. Bkd-tree: A dynamic scalable kd-tree
US6141655A (en) Method and apparatus for optimizing and structuring data by designing a cube forest data structure for hierarchically split cube forest template
US7469241B2 (en) Efficient data aggregation operations using hash tables
US7734714B2 (en) Spatial Sieve Tree
US6931418B1 (en) Method and system for partial-order analysis of multi-dimensional data
Harinarayan et al. Implementing data cubes efficiently
US7171427B2 (en) Methods of navigating a cube that is implemented as a relational object
US6424967B1 (en) Method and apparatus for querying a cube forest data structure
EP0635149B1 (en) Method and apparatus for storing and retrieving multi-dimensional data in computer memory
US6438562B1 (en) Parallel index maintenance
US5710915A (en) Method for accelerating access to a database clustered partitioning
DK1629406T3 (en) LIMITATION OF scans SOLVED SUBSIDIARY AND / OR GROUP READY RELATIONS BY APPROXIMATE SUBSIDIARY PICTURES
US6493728B1 (en) Data compression for records of multidimensional database
EP0650131A1 (en) Computer method and storage structure for storing and accessing multidimensional data
US6430565B1 (en) Path compression for records of multidimensional database
JP4609995B2 (en) Method and system for online analytical processing (OLAP)
Ooi et al. Indexing in spatial databases
Ooi Spatial kd-tree: A data structure for geographic database
JP2001043290A (en) Methods for presenting, inserting, deleting and updating table form data, transaction processing method utilizing the methods, parallel processing method and storage medium storing program for providing the methods
Karayannidis et al. SISYPHUS: The implementation of a chunk-based storage manager for OLAP data cubes
NZ527535A (en) Method of indexing data in a multidimensional database such as an OLAP product
Goil High-performance on-line analytical processing and data mining on parallel computers
Karayannidis et al. SISYPHUS: A Chunk-Based Storage Manager for OLAP Cubes.
JP2000517448A (en) Database system and method of organizing n-dimensional data set

Legal Events

Date Code Title Description
PSEA Patent sealed
RENW Renewal (renewal fees accepted)
RENW Renewal (renewal fees accepted)
RENW Renewal (renewal fees accepted)

Free format text: PATENT RENEWED FOR 3 YEARS UNTIL 11 AUG 2016 BY CPA GLOBAL

Effective date: 20130725

RENW Renewal (renewal fees accepted)

Free format text: PATENT RENEWED FOR 1 YEAR UNTIL 11 AUG 2017 BY CPA GLOBAL

Effective date: 20160701

LAPS Patent lapsed