A system and method for analytically modeling data from different measure groups onto a single cube are disclosed. The single cube preferably includes a first measure associated with a first measure group with a first set of corresponding dimensions. The single cube preferably also includes a second measure associated with a second measure group with a second set of corresponding dimensions. The single cube preferably also includes each dimension in both the first and second set of dimensions. Each measure is preferably tied to each corresponding dimension according to data in an underlying relational data table. Each measure is preferably tied to each non-corresponding dimension according to an approximation.
|
1. A method implemented at least in part by a computer, the method in combination with first, second, and third tables of data, the first table organizing a first type according to a first attribute and a second attribute, the second table organizing a second type according to a third attribute, the third table organizing a third type according to the first attribute and the third attribute, the method comprising:
modeling a measure according to the second type of the second table;
modeling a first dimension according to the third attribute of the second table;
modeling a second dimension according to the second attribute of the first table;
tying the measure to the first dimension according to the third attribute of the second table to allow the measure to access data for the first dimension according to the third attribute; and
tying the measure to the second dimension by, for each entry of the first dimension, allocating a value of the measure for the entry of the first dimension by:
identifying each row in the third table within which a value of the third attribute matches a value of the entry of the first dimension;
identifying a value of the first attribute within each identified row in the third table, and, for each identified value of the first attribute:
identifying each row in the first table that includes the value of the first attribute, the first table including no data for the measure;
identifying a value of the second attribute within each identified row in the first table; and
identifying each entry in the second dimension for which a value of the entry of the second dimension matches an identified value of the second attribute; and
allocating at least a portion of the value of the measure for the entry of the first dimension to at least one of each identified entry of the second dimension; and
generating and displaying a data cube that comprises the measure and the first and second dimensions, the data cube being used for analytically modeling data from at least the first and second tables.
8. A computer readable medium having stored thereon computer readable instructions in combination with first, second, and third tables of data, the first table organizing a first type according to a first attribute and a second attribute, the second table organizing a second type according to a third attribute, the third table organizing a third type according to the first attribute and the third attribute, computer readable instructions, when executed by a processor, cause the processor to perform the following steps:
modeling a measure according to the second type of the second table;
modeling a first dimension according to the third attribute of the second table;
modeling a second dimension according to the second attribute of the first table;
tying the measure to the first dimension according to the third attribute of the second table to allow the measure to access data for the first dimension according to the third attribute; and
tying the measure to the second dimension by, for each entry of the first dimension, allocating a value of the measure for the entry of the first dimension by:
identifying each row in the third table within which a value of the third attribute matches a value of the entry of the first dimension;
identifying a value of the first attribute within each identified row in the third table, and, for each identified value of the first attribute:
identifying each row in the first table that includes the value of the first attribute, the first table including no data for the measure;
identifying a value of the second attribute within each identified row in the first table; and
identifying each entry in the second dimension for which a value of the entry of the second dimension matches an identified value of the second attribute; and
allocating at least a portion of the value of the measure for the entry of the first dimension to at least one of each identified entry of the second dimension; and
generating and displaying a data cube that comprises the measure and the first and second dimensions, the data cube being used for analytically modeling data from at least the first and second tables.
15. A system in combination with first, second, and third tables of data, the first table organizing a first type according to a first attribute and a second attribute, the second table organizing a second type according to a third attribute, the third table organizing a third type according to the first attribute and the third attribute, the system comprising:
a processor operative to execute computer executable instructions; and
memory having stored therein computer executable instructions for performing the following steps:
modeling a measure according to the second type of the second table;
modeling a first dimension according to the third attribute of the second table;
modeling a second dimension according to the second attribute of the first table;
tying the measure to the first dimension according to the third attribute of the second table to allow the measure to access data for the first dimension according to the third attribute; and
tying the measure to the second dimension by, for each entry of the first dimension, allocating a value of the measure for the entry of the first dimension by:
identifying each row in the third table within which a value of the third attribute matches a value of the entry of the first dimension;
identifying a value of the first attribute within each identified row in the third table, and, for each identified value of the first attribute:
identifying each row in the first table that includes the value of the first attribute, the first table including no data for the measure;
identifying a value of the second attribute within each identified row in the first table; and
identifying each entry in the second dimension for which a value of the entry of the second dimension matches an identified value of the second attribute; and
allocating at least a portion of the value of the measure for the entry of the first dimension to at least one of each identified entry of the second dimension; and
generating and displaying a data cube that comprises the measure and the first and second dimensions, the data cube being used for analytically modeling data from at least the first and second tables.
2. The method of
3. The method of
4. The method of
5. The method of
6. The method of
7. The method of
9. The computer readable medium of
10. The computer readable medium of
11. The computer readable medium of
12. The computer readable medium of
13. The computer readable medium of
14. The computer readable medium of
16. The system of
17. The system of
18. The system of
19. The system of
20. The system of
21. The system of
|
This is a continuation-in-part of application Ser. No. 10/199,612, filed Jul. 19, 2002.
1. Field of the Invention
The present invention relates to the field of analytically modeling data organized and stored in a relational database.
2. Description of the Prior Art
Online analytical processing (OLAP) is a key part of many data warehouse and business analysis systems. OLAP services provide for fast analysis of multidimensional information. For this purpose, OLAP services provide for multidimensional access and navigation of data in an intuitive and natural way, providing a global view of data that can be drilled down into particular data of interest. Speed and response time are important attributes of OLAP services that allow users to browse and analyze data online in an efficient manner. Further, OLAP services typically provide analytical tools to rank, aggregate, and calculate lead and lag indicators for the data under analysis.
In this context, an OLAP cube may be modeled according to a user's perception of the data. The cube may have multiple dimensions, each dimension modeled according to attributes of the data. Typically, there is a hierarchy associated with each dimension. For example, a time dimension can consist of years subdivided into months subdivided into weeks subdivided into days, while a geography dimension can consist of countries subdivided into states subdivided into cities. Dimension members act as indices for identifying a particular cell or range of cells within the cube.
OLAP services are often used to analytically model data that is stored in a relational database such as, for example, an Online Transactional Processing (OLTP) database. Data stored in a relational database may be organized according to multiple tables with each table having data corresponding to a particular data type. A table corresponding to a particular data type may be organized according to columns corresponding to data attributes. For example, data corresponding to the type “Sales” may be organized in a “Sales” table with columns “Customer ID” “Product ID” and “Sale Amount”. Data corresponding to the type “Forecast” may be organized in a “Forecast” table with columns “Product Category ID” and “Forecast Amount”. Unlike the “Sales” table, the “Forecast” table does not include a “Customer ID” column because forecast data for particular customers is unknown.
Related to the concept of analytically modeling data is the concept of a “measure”. Such a measure is an attribute that measures a data type according to other attributes. For example, in the “Sales” table, the attribute “Sale Amount” is a measure for sales, and, in the “Forecast” table, the attribute “Forecast Amount” is a measure for forecast. Measures which are organized according to common attributes may comprise a measure group, while measures which are organized according to different attributes may comprise different measure groups. For example, the measure “Sale Amount” may belong to a “Sales” measure group with the attributes “Customer” and “Product”, while the measure “Forecast Amount” may belong to a “Forecast” measure group with only the attribute “Product”.
In an OLAP environment, it is often desirable to obtain a single view of data from different measure groups. For example, it may be desirable to obtain a single view of both “Sales” data and “Forecast” data to analyze forecasted sales by customer. In conventional OLAP systems, however, to obtain such a single view, data from each measure group must be modeled onto separate “underlying” cubes, and the underlying cubes must be combined into a “virtual cube”. Modeling such multiple underlying and virtual cubes introduces several drawbacks. For example, processing involved with defining and maintaining multiple cubes results in significant overhead. Furthermore, changes to an underlying cube must be redundantly propagated at the virtual cube. Accordingly, a need exists for systems and methods for analytically modeling data from different measure groups onto a single cube.
Accordingly a system and method for analytically modeling data from different measure groups onto a single cube are disclosed. A first table and a second table are stored in a relational database. The first table organizes a first type according to a first attribute. The second table organizes a second type according to a second attribute.
The data stored in the relational database is analytically modeled in a data cube. A first measure is modeled according to the first type of the first table. A first dimension is modeled according to the second attribute of the second table. The first measure is tied to the first dimension by, for each entry of the first attribute, allocating the entry to each entry of the second dimension in a predetermined manner.
The first measure may be tied to the first dimension by allocating the entry to every one of select entries of the first dimension. The first measure may be tied to the first dimension by allocating a portion of the entry to each of select entries of the first dimension. The portion may be an even portion of the entry or it may be a proportional portion. The first measure may also be tied to the first dimension by allocating the entry to a pre-determined principal entry of the first dimension.
A second dimension may also be modeled according to the first attribute of the first table. The first measure may also be tied to the second dimension according to the first attribute of the first table to allow the first measure to be analyzed by the second dimension according to the first attribute.
A second measure may also be modeled according to the second type of the second table. The second measure may be tied to the second dimension by, for each entry of the second attribute, allocating the entry to each entry of the second dimension in a predetermined manner. The second measure may also be tied to the first dimension according to the second attribute of the second table to allow the second measure to be analyzed by the first dimension according to the second attribute.
The illustrative embodiments will be better understood after reading the following detailed description with reference to the appended drawings, in which:
A system and method for analytically modeling data organized according to non-referred attributes is disclosed below with reference to the aforementioned drawings. Those skilled in the art will readily appreciate that the description given herein with respect to those drawings is for explanatory purposes only and is not intended in any way to limit the scope of the invention to the specific embodiments shown. Throughout the description, like reference numerals are employed to refer to like elements in the respective figures.
Computer Environment
As shown in
The personal computer 120 may further include a hard disk drive 127 for reading from and writing to a hard disk (not shown), a magnetic disk drive 128 for reading from or writing to a removable magnetic disk 129, and an optical disk drive 130 for reading from or writing to a removable optical disk 131 such as a CD-ROM or other optical media. The hard disk drive 127, magnetic disk drive 128, and optical disk drive 130 are connected to the system bus 123 by a hard disk drive interface 132, a magnetic disk drive interface 133, and an optical drive interface 134, respectively. The drives and their associated computer-readable media provide non-volatile storage of computer readable instructions, data structures, program modules and other data for the personal computer 120.
Although the exemplary environment described herein employs a hard disk, a removable magnetic disk 129, and a removable optical disk 131, it should be appreciated that other types of computer readable media which can store data that is accessible by a computer may also be used in the exemplary operating environment. Such other types of media include a magnetic cassette, a flash memory card, a digital video disk, a Bernoulli cartridge, a random access memory (RAM), a read-only memory (ROM), and the like.
A number of program modules may be stored on the hard disk, magnetic disk 129, optical disk 131, ROM 124 or RAM 125, including an operating system 135, one or more application programs 136, other program modules 137 and program data 138. A user may enter commands and information into the personal computer 120 through input devices such as a keyboard 140 and pointing device 142. Other input devices (not shown) may include a microphone, joystick, game pad, satellite disk, scanner, or the like. These and other input devices are often connected to the processing unit 121 through a serial port interface 146 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port, or universal serial bus (USB). A monitor 147 or other type of display device is also connected to the system bus 123 via an interface, such as a video adapter 148. In addition to the monitor 147, a personal computer typically includes other peripheral output devices (not shown), such as speakers and printers. The exemplary system of
The personal computer 120 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 149. The remote computer 149 may be another personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the personal computer 120, although only a memory storage device 150 has been illustrated in
When used in a LAN networking environment, the personal computer 120 is connected to the LAN 151 through a network interface or adapter 153. When used in a WAN networking environment, the personal computer 120 typically includes a modem 154 or other means for establishing communications over the wide area network 152, such as the Internet. The modem 154, which may be internal or external, is connected to the system bus 123 via the serial port interface 146. In a networked environment, program modules depicted relative to the personal computer 120, or portions thereof, may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
System and Method of the Present Invention
An analytical data service such as, for example, On-Line Analytical Processing (OLAP) may be employed to model data stored in a relational database such as, for example, an On-Line Transactional Database (OLTP). As set forth previously, data stored in a relational database may be organized according to multiple tables, with each table having data corresponding to a particular data type. A table corresponding to a particular data type may be organized according to columns corresponding to data attributes.
One such table is shown in
Referring now to
Cube 600 also has a second “Sales” measure group 612 with the attributes “Product” and “Customer”. “Sales” measure group 612 includes a “Sales Amount” measure 612a modeled after “Sales Amount” column 230. As should be appreciated, “Sales” measure group 612 may include additional measures (not shown) with the attributes “Product” and “Customer”.
Cube 600 also has a first “Customer” dimension 620 modeled according to the attribute “Customer”. “Customer” dimension 620 includes two levels of granularity: “Customer ID” 620a and “City” 620b. “Customer ID” level 620a corresponds to “Customer ID” columns 210 and 410 of
Cube 600 also has a second “Product” dimension 622 modeled according to the attribute “Product”. “Product” dimension 622 includes two levels of granularity: “Product ID” 622a and “Product Category ID” 622b. “Product ID” level 622a corresponds to “Product ID” columns 220 and 510 of
“Sales” measure group 612 is tied to “Customer” dimension 620 according to the data in “Sales” table 200. “Sales” measure group 412 is also tied to “Product” dimension 622 according to the data in “Sales” table 200. “Forecast” measure group 610 is tied to “Product” dimension 622 according to the data in “Forecast” table 300. As should be appreciated, however, there is no data in “Forecast” table 300 to tie “Forecast” measure group 610 to “Customer” dimension 620. Thus, it is not known how to allocate forecasted sales of a particular product across multiple customers, and, therefore, forecasts must be allocated according to an approximation 630.
Forecasted sales of a particular product category across multiple customers may, for example, be approximated by allocating a sale to each customer having purchased a product in the product category. Particularly, for the 30 forecasted sales of product category “x”, customers 1, 2, and 3 may each be allocated 30 sales. For the 10 forecasted sales of product category “y”, customers 1 and 2 may each be allocated 10 sales. For the 2 forecasted sales of product category “z”, customer 1 may be allocated 2 sales. As should be appreciated, although a sale is allocated to every customer, the sales are not “double” counted across customers. For example, in response to the query, “What were the total sales of product category “x” across all customers?”, the answer is 30 rather than 90.
Forecasted sales of a particular product category across multiple customers may also be approximated by allocating an even portion of a sale to each customer having purchased a product in the product category. Particularly, for the 30 forecasted sales of product category “x”, customers 1, 2, and 3 may each be allocated 10 sales. For the 10 forecasted sales of product category “y”, customers 1 and 2 may each be allocated 5 sales. For the 2 forecasted sales of product category “z”, customer 1 may be allocated 2 sales.
Forecasted sales of a particular product category across multiple customers may also be approximated by allocating to each customer a portion of a sale that is equal to the portion of products in the category sold to the customer. Particularly, for the 30 forecasted sales of product category “x”, customer 1 may be allocated 6 sales, customer 2 may be allocated 9 sales, and customer 3 may be allocated 15 sales based on proportionate quantities of such item as sold to each customer according to “Sales” table 200 of
Forecasted sales of a particular product category across multiple customers may further be approximated by allocating a sale only to the principal customer buying products from the category. Particularly, for the 30 forecasted sales of product category “x”, customer 3 may be allocated 30 sales based on customer 3 having already purchased the most products from category “x”. For the 10 forecasted sales of product category “y”, customer 2 may be allocated 10 sales based on similar reasoning. For the 2 forecasted sales of product category “z”, customer 1 may be allocated 2 sales.
As should be appreciated, although exemplary cube 600 includes measure groups 610 and 612 with a common “Product” dimension 622, cubes including measure groups with no common dimensions are contemplated. For each such measure group, each of its measures is tied to a non-associated dimension using an approximation such as approximation 630. Thus, a cube in accordance with the present invention may include multiple approximations.
As should also be appreciated, measure groups in cube 600 may be tied to a particular dimension at different levels of granularity. For example, while “Forecast” measure group 610 is tied to “Product” dimension 612 at “Product Category” granularity level 622b, “Sales” measure group 612 is tied to “Product” dimension 612 at “Product” granularity level 622a. Measure groups may be tied to lower granularity levels using an approximation such as approximation 630. For example, sales forecasts for particular products may be estimated using approximation 630.
The programming necessary to effectuate the processes performed in connection with the present invention is relatively straight-forward and should be apparent to the relevant programming public. Accordingly, such programming is not attached hereto. Any particular programming, then, may be employed to effectuate the present invention without departing from the spirit and scope thereof.
While the invention has been described and illustrated with reference to specific embodiments, those skilled in the art will recognize that modifications and variations may be made without departing from the principles of the invention as described above and set forth in the following claims. For example, while the invention has been described with reference to a “Sales” table, a “Forecast” table, a “Customer” table, and a “Product” table the invention may be used in conjunction with any table from a relational database. Furthermore, the analytical data models of the present invention may comprise any number of dimensions corresponding to any number of data attributes. Accordingly, reference should be made to the appended claims as indicating the scope of the invention.
Netz, Amir, Berger, Alexander, Pasumansky, Mosha, Petrulescu, Cristian
Patent | Priority | Assignee | Title |
10074137, | Apr 26 2004 | IGNITE ENTERPRISE SOFTWARE SOLUTIONS, INC | Forecasting system and method using change data based database storage for efficient ASP and web application |
10229176, | Apr 26 2004 | IGNITE ENTERPRISE SOFTWARE SOLUTIONS, INC | Annotation of data in an operating plan data aggregation system |
10713301, | Apr 26 2004 | IGNITE ENTERPRISE SOFTWARE SOLUTIONS, INC | Flexible baselines in an operating plan data aggregation system |
11636156, | Apr 26 2004 | Ignite Enterprise Software Solutions, Inc. | Flexible baselines in a forecasting system |
12174893, | Apr 26 2004 | Ignite Enterprise Software Solutions, Inc. | Flexible baselines in a forecasting system |
9940374, | Apr 26 2004 | RIGHT90, INC | Providing feedback in a operating plan data aggregation system |
Patent | Priority | Assignee | Title |
6205447, | Jun 30 1997 | International Business Machines Corporation | Relational database management of multi-dimensional data |
6480836, | Mar 27 1998 | WORKDAY, INC | System and method for determining and generating candidate views for a database |
6775675, | Apr 04 2001 | CITIBANK, N A | Methods for abstracting data from various data structures and managing the presentation of the data |
6985906, | Feb 01 2001 | Hitachi, Ltd. | Method and system for multidimensional database management |
20020059267, | |||
20030126143, | |||
20040122813, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Jun 18 2003 | FERTITTA, DOMINICK P | Receptasign LLC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014247 | /0386 | |
Jun 23 2003 | PETCULESCU, CRISTIAN | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014243 | /0078 | |
Jun 23 2003 | NETZ, AMIR | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014243 | /0078 | |
Jun 23 2003 | PASUMANSKY, MOSHA | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014243 | /0078 | |
Jun 23 2003 | BERGER, ALEXANDER | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014243 | /0078 | |
Jun 24 2003 | FERTITTA, DOMINICK | Receptasign LLC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014247 | /0386 | |
Jun 24 2003 | FLAHERTY, RICHARD A | Receptasign LLC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014247 | /0386 | |
Jun 25 2003 | Microsoft Corporation | (assignment on the face of the patent) | / | |||
Jun 25 2003 | ARBOR, PETER | Receptasign LLC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014247 | /0386 | |
Oct 14 2014 | Microsoft Corporation | Microsoft Technology Licensing, LLC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 034541 | /0477 |
Date | Maintenance Fee Events |
Jan 21 2011 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Jan 27 2015 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Apr 08 2019 | REM: Maintenance Fee Reminder Mailed. |
Sep 23 2019 | EXP: Patent Expired for Failure to Pay Maintenance Fees. |
Date | Maintenance Schedule |
Aug 21 2010 | 4 years fee payment window open |
Feb 21 2011 | 6 months grace period start (w surcharge) |
Aug 21 2011 | patent expiry (for year 4) |
Aug 21 2013 | 2 years to revive unintentionally abandoned end. (for year 4) |
Aug 21 2014 | 8 years fee payment window open |
Feb 21 2015 | 6 months grace period start (w surcharge) |
Aug 21 2015 | patent expiry (for year 8) |
Aug 21 2017 | 2 years to revive unintentionally abandoned end. (for year 8) |
Aug 21 2018 | 12 years fee payment window open |
Feb 21 2019 | 6 months grace period start (w surcharge) |
Aug 21 2019 | patent expiry (for year 12) |
Aug 21 2021 | 2 years to revive unintentionally abandoned end. (for year 12) |