US20140108331A1 - OLAP Execution Model Using Relational Operations - Google Patents

OLAP Execution Model Using Relational Operations Download PDF

Info

Publication number
US20140108331A1
US20140108331A1 US14/109,698 US201314109698A US2014108331A1 US 20140108331 A1 US20140108331 A1 US 20140108331A1 US 201314109698 A US201314109698 A US 201314109698A US 2014108331 A1 US2014108331 A1 US 2014108331A1
Authority
US
United States
Prior art keywords
data
query
nodes
olap
graph
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US14/109,698
Inventor
Stefan Dipper
Erich Marschall
Tobias Mindnich
Daniel Baeumges
Christoph Weyerhaeuser
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SAP SE
Original Assignee
SAP SE
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 SAP SE filed Critical SAP SE
Priority to US14/109,698 priority Critical patent/US20140108331A1/en
Publication of US20140108331A1 publication Critical patent/US20140108331A1/en
Assigned to SAP SE reassignment SAP SE CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: SAP AG
Abandoned legal-status Critical Current

Links

Images

Classifications

    • G06F17/30563
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/254Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2452Query translation
    • G06F16/24526Internal representations for queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/283Multi-dimensional databases or data warehouses, e.g. MOLAP or ROLAP

Definitions

  • the present invention relates to computing and data processing, and in particular, to on-line analytic processing execution model using relational operations.
  • FIG. 1 shows a conventional data storage and analysis platform.
  • Computer system 101 may include a data warehousing component 102 to store large volumes of historical data about an enterprise, for example.
  • Data warehouse 102 may include loading (staging) components, format conversion components, and/or data consistency components, for example.
  • Data warehouse 102 may load data into a datastore 105 through a relational engine 103 .
  • Datastore 105 may include one or more database and/or database management components.
  • data is stored as a star schema 106 .
  • a star schema stores data in one or more fact tables and multiple dimension tables.
  • OLAP 107 may receive a query, such as a business question, and communicate with relational engine 103 to obtain the data necessary for answering the query.
  • Some OLAP engines retrieve granular data from datastore 103 using a single query to relational engine 103 and cache or otherwise store large volumes of data locally to generate answers to OLAP queries.
  • One disadvantage to this approach is that large volumes of data must be retrieved and updated regularly to maintain the accuracy of the OLAP query results.
  • Other OLAP engines query cells in the datastore separately and at a granular level based on the input OLAP query.
  • One disadvantage of this approach is the complexity required to generate granular queries and combine the results in the OLAP engine.
  • Another disadvantage with this approach is that for complex user questions the number of cells can get very high and therefore the overall response time becomes very bad.
  • the present invention solves these and other problems by providing an OLAP execution model using relational operations.
  • Embodiments of the present invention improve queries in systems using OLAP.
  • the present invention includes a method comprising receiving a first query in an online analytic processor (OLAP) executing on one or more computers, generating a model, the model specifying a graph defining a plurality of nodes and a plurality of tiers, each node corresponding to a different operation on data, generating a second query based on the model, the second query including a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on the data, and receiving the second query in a relational engine coupled to a datastore, wherein the relational engine executes the second query, and in accordance therewith, retrieves data.
  • OLAP online analytic processor
  • a first node on a highest tier in the model corresponds to a subquery comprising an exception aggregation, the exception aggregation associating a first aggregation type with a first measure and a first dimension of a dimension table, the first aggregation type being different than a default aggregation type used on the first measure when aggregating said first measure across other dimensions, wherein the second query comprises at least one SQL statement corresponding to a second node on a tier below the highest tier nested in a SQL statement corresponding to the first query.
  • the OLAP generates and comprises said model, and wherein the second query is generated by said OLAP.
  • the plurality of nodes correspond to successive operations on the data in the database performed by the relational engine.
  • the plurality of nodes of said graph comprise a first node on a first tier corresponding to first data, wherein the first data is all the data required to answer the first query, the first node having a corresponding first subquery for retrieving the first data, and a plurality second nodes on a plurality of tiers above the first tier, each second node corresponding to a different operation on the first data.
  • the plurality of nodes includes a root node, a plurality of second tier nodes, and one or more higher tier nodes, wherein the root node has a corresponding first subquery to operate on raw data in the database to produce first data required to answer the first query, wherein the plurality of second tier nodes are coupled to the root node in the graph and each have corresponding subqueries that operate on the first data, and wherein at least one of the second tier nodes is coupled to the one or more higher tier nodes, wherein each higher tier node has a corresponding subquery for operating on data generated by the subquery of the at least one second tier node.
  • the datastore is a database, and wherein the data is stored in the database in at least one fact table and a plurality of dimension tables.
  • the second query is a nested SQL statement.
  • each subquery comprises a SQL statement.
  • each subquery may be a database view containing a SQL statement.
  • a portion of the nodes of the graph are represented by subqueries executed in the relational engine and one or more of the nodes in the graph correspond to data operations executed by said OLAP.
  • the method further comprises returning said retrieved data from the relational engine to the OLAP, processing the retrieved data in the OLAP based on said one or more nodes in the graph corresponding to data operations executed by said OLAP, and returning a result to said first query.
  • the graph specifies an execution plan where operations corresponding to lower tier nodes are performed on data before operations corresponding to higher tier nodes and wherein data resulting from an operation corresponding to a first node on a lower tier is operated on by a second higher tier node directly connected to the first node in the graph.
  • the present invention includes a system comprising one or more computers, a database, an online analytic processor (OLAP), executing on the one or more computers, to receive a first query, a model, the model specifying a graph defining a plurality of nodes on a plurality of tiers, each node corresponding to a different operation on data, and a relational engine coupled to a datastore to receive the second query, where the relational engine executes a second query, and in accordance therewith, retrieves data.
  • the OLAP generates the second query based on the model, the second query including a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on data.
  • the present invention includes non-transitory computer readable storage medium embodying a computer program for performing a method, said method comprising receiving a first query in an online analytic processor (OLAP) executing on one or more computers, generating a model, the model specifying a graph defining a plurality of nodes and a plurality of tiers, each node corresponding to a different operation on data, generating a second query based on the model, the second query including a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on the data, and receiving the second query in a relational engine coupled to a datastore, wherein the relational engine executes the second query, and in accordance therewith, retrieves data.
  • OLAP online analytic processor
  • FIG. 1 shows a conventional data storage and analysis platform.
  • FIG. 2 illustrates a system using an OLAP execution model according to one embodiment of the present invention.
  • FIG. 3A is an example graph to illustrate one embodiment of the present invention.
  • FIG. 3B shows successive data processing represented by the example graph in FIG. 3A to illustrate an embodiment of the present invention.
  • FIG. 4 illustrates a method according to one embodiment of the present invention.
  • FIG. 5 is another example graph to illustrate an embodiment of the present invention.
  • FIG. 6 illustrates hardware of a special purpose computing machine configured with a process according to one embodiment of the present invention.
  • Described herein are techniques for an OLAP execution model using relational operations.
  • the apparatuses, methods, and techniques described below may be implemented as a computer program (software) executing on one or more computers.
  • the computer program may further be stored on a computer readable medium.
  • the computer readable medium may include instructions for performing the processes described below.
  • FIG. 2 illustrates system using an OLAP execution model according to one embodiment of the present invention.
  • Computer system 201 includes an on-line analytic processor (OLAP) 202 , relational engine 203 , and data store 204 .
  • Computer system 201 may include one or more computers that each may have one or more microprocessor and memory, for example.
  • the term computer system includes a single computer, multiple computers, one or more client computers, one or more server computers, or portable computing devices, for example.
  • OLAP 202 , relational engine 203 , and data store 204 may be implemented in software and executed on computer system 201 .
  • OLAP 202 , relational engine 203 , and data store 204 may be executed on the same computer or on different computing devices (e.g., in a distributed system).
  • Datastore 204 may include one or more databases that may include database management systems and may or may not include dedicated hardware.
  • Datastore 204 may include an in-memory database and/or a database implemented on one or
  • OLAP 202 receives a query.
  • the query may specify quantitative questions that are answerable using data in data store 204 .
  • the query may specify data fields that are capable of being derived from the raw data in data store 204 .
  • OLAP 202 interacts with relational engine 203 to retrieve data from data store 204 to generate results.
  • data in data store 204 is stored as a multidimensional model, such as a star schema.
  • Star schema 205 stores data in at least one fact table and a plurality of dimension tables.
  • data in data store 204 is stored in relational tables that are accessed by relational engine 203 .
  • Relational engine may be optimized for retrieving data from relational tables, for example.
  • Graph model 210 (herein, “graph” or “model”) specifies successive operations of data from relational database 203 for answering the OLAP query.
  • Graph 210 defines a plurality of nodes and a plurality of tiers. Each node in graph 210 corresponds to a different operations on data stored in a database, for example. As described in more detail below, each node corresponds to a subquery.
  • graph 210 may specify an execution plan, for example, where operations corresponding to lower tier nodes are performed on data before operations corresponding to higher tier nodes, and where data resulting from an operation corresponding to a first node on a lower tier is operated on by a second higher tier node directly connected to the first node in the graph. Accordingly, graph 210 provides an execution model for translating the OLAP query into subqueries that can be optimized by a relational engine 203 to improve the efficiency of retrieving the data needed to answer the OLAP query.
  • graph 210 is illustrated here as residing in OLAP 202 , it is to be understood that the graph may reside in relational engine 203 or between OLAP 202 and relational engine 203 , for example.
  • Techniques that may be useful in connection with generating graph model 210 are disclosed in U.S. patent application Ser. No. 12/914,445 to Christoph Weyerhaeuser et al., entitled Database Calculation Engine, the entire disclosure of which is hereby incorporated herein by reference.
  • a second query is generated by OLAP 202 based on graph model 210 and sent to relational engine 203 .
  • the second query may include a plurality of layered subqueries.
  • the second query may comprise SQL statements or, for example, a nested SQL statement corresponding to the graph as described herein.
  • Each layered subquery corresponds to one of the nodes in the graph for specifying the different subsets of data stored in the database.
  • the second query is received in and executed by relational engine 203 .
  • Relational engine 203 retrieves data specified by the second query and returns the data to OLAP 202 .
  • OLAP 202 returns a result in response to the OLAP query using the data returned by the second query.
  • FIG. 3A illustrates an example graph according to one embodiment of the present invention.
  • Graph 300 includes nodes 301 - 310 (L0-L9) coupled together in layered tiers.
  • Node L0 is the lowest tier or “root node.” The lowest tier may have only a single root node L0, for example.
  • Node L0 represents all the needed data from a relational database to answer any OLAP query that uses the graph model.
  • L0 may correspond to required data in its most granular form in a relational table in a database, for example, such as a single receipt from a transaction including a transaction ID, store name, customer, and price.
  • L0 corresponds to a relational database query to retrieve all the data needed to answer one or more OLAP queries, for example.
  • Graph 300 includes a second tier of nodes 302 - 303 (L1, L7-L8) directly coupled to node L0.
  • Each node L1, L7-L8 may represent a further refinement (e.g., a subset or aggregation) of the data represented by L0.
  • Data may be selected, aggregated, or otherwise operated on (i.e., transformed) across different nodes in the graph.
  • L1 may correspond to a transformation of data from L0. Accordingly, L1 may have a corresponding query that selects and/or processes data from the data generated by the L0 query.
  • L7 may correspond to a different transformation of data from L0. Accordingly, L7 may have another corresponding query that selects and/or processes data from the data generated by the L0 query.
  • L8 and L9 may similarly have different corresponding queries that select and/or process the data from the L0 query.
  • graph 300 further includes a third tier of nodes at 306 - 307 (L2 and L6).
  • L2 and L6 may further refine the data selected by the L1 query.
  • L2 may correspond to an operation on data from L1. Accordingly, L2 may have a corresponding query that processes data from the data generated by the L1 query.
  • L6 may correspond to a different operation on data from L1. Accordingly, L6 may have a corresponding query that processes data from the data generated by the L1 query.
  • Further refinements on data represented by L2 may be made at forth tier node 308 (L3) and two fifth tier nodes 309 - 310 (L4-L5).
  • FIG. 3B illustrates successive data processing represented by the example graph in FIG. 3A .
  • queries 320 - 324 correspond to nodes L0-L4.
  • Graph 300 corresponds to multiple layered (or successive) queries on datastore 350 .
  • nodes L0-L4 correspond to queries Q0-Q4, respectively.
  • L0 corresponds to Q0 producing data D1, which is a subset of all data store 350 .
  • L1 corresponds to Q1 producing data D2, which results from operating on data D1.
  • L2 corresponds to Q2 producing data D3, which results from operating on data D2.
  • L3 corresponds to Q3 producing data D4, which results from operating on data D3.
  • L4 corresponds to Q4 producing data D5, which results from operating on data D4.
  • Each of the nodes may have corresponding queries that retrieve data for answering a portion of the OLAP query.
  • the desired OLAP query results are, in a sense, modeled in graph 300 so that the data required to answer the OLAP query may be retrieved more efficiently. It is to be understood that a particular graph may correspond to a single OLAP query or multiple OLAP queries.
  • FIG. 4 illustrates a method according to one embodiment of the present invention.
  • a first query is received in an OLAP software component executing on a computer system.
  • the OLAP generates a model specifying a graph defining a plurality of nodes and a plurality of tiers. Each node corresponds to a different operation on data.
  • the graph is generated by the OLAP.
  • a second query is generated by the OLAP based on the model.
  • the second query may include a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on data.
  • all the nodes in the graph may have corresponding subqueries that are processed by a relational engine. However, in other embodiments only a portion of the nodes of the graph are represented by subqueries executed in the relational engine, and one or more of the nodes in the graph correspond to data operations executed by the OLAP.
  • the second query is executed in a relational engine coupled to a database. Data in the database is accessed according to the second query and subqueries and retrieved. Data is returned from the relational engine to the OLAP.
  • database views e.g., database views containing SQL statements
  • queries may be executed against the database views to retrieve the data.
  • the OLAP may further process the returned data.
  • the OLAP may format the data or the OLAP may further operate on the data based on nodes in the graph that are performed in the OLAP, for example.
  • the OLAP returns a result to the first query.
  • the model separates the application problem (e.g., the OLAP problem) from the technical expression of the execution.
  • the application problem e.g., the OLAP problem
  • layers may be combined using grouping sets.
  • filters in upper layers can be pushed down to lower layers. Not necessarily all layers within the graph need to be pushed down to a relational processing engine.
  • some layers inside the graph are processed by the OLAP engine itself. All data that is not within the reach of the relational engine (e.g. data from remote data accesses etc. . . . ) may be temporarily placed into a workspace of the relational engine using temporary tables. Accordingly, some implementations may include data from other sources into the processing graph.
  • Features of the present invention include an execution model that hands over not only the retrieval of the data from a multi-dimensional model, but also OLAP processing of data retrieved from a database to a relational engine.
  • the model allows translation of the OLAP problem into a relational problem, and therefore works as an interface between the OLAP engine and a relational engine.
  • the result set from a multi-dimensional model can be considered as a set of rows or table. Nearly all operations necessary to execute OLAP functionality can be expressed in a layer model of nodes on multiple tiers, where each layer (a node at a particular tier) can be looked at like a relational view of data. Layers can depend on each other, and other relational data also can contribute to a higher layer.
  • the layer the multi-dimensional data is retrieved in to map to the most granular data contained in a query definition is named layer 0 (L0).
  • Each layer may comprise a set of columns that can be derived from deeper layers by Projection, Formulas (including fixed values), Aggregation and Grouping, Joining deeper layers and other relational data, Filtering on deeper layers, or Sorting data for example.
  • the SQL Having clause may be expressed as two layers, where the having is a filter on columns of the higher layer that are derived by projection from aggregated columns of the lower layer.
  • the order of execution of formulas and aggregation can be defined as in the SQL standard.
  • a subquery identifier that indicates that a row in the result set of layer 0 is part of a subquery result can be treated like a normal column inside the model. It can be used for filtering and projection, for example, in particular embodiments.
  • a subquery identifier is illustrated in U.S. Patent Publication No. US 2007/0073658 A1 published on Mar. 29, 2007, entitled Efficient Handling of Multipart Queries against Relational Data, the entire disclosure of which is incorporated herein by reference for all purposes.
  • Table 1 shows an example OLAP query result.
  • #Customers is calculated as the distinct number of customers per combination of County and Material. #Customers does not stick to aggregation SUM, as the same customers that has bought Material 0001 in Country DE might also have bought Material 0003 in country DE. It is not necessary to distinguish between dimensions and measures in the model because there are situations where, for example, formulas also apply to dimensions, and aggregation operations, such as COUNT DISTINCT, are possible on columns that are projections of former dimensions.
  • the above query may be translated into the relation execution model as follows and as illustrated in FIG. 5 .
  • Layer 0 (e.g., the root node) at 501 is the layer that retrieves all needed data from the multidimensional model.
  • Layer 0 can be expressed as a SQL VIEW:
  • Layer 1 at 502 retrieves the quantities per country and material from layer 0:
  • Layer 2 at 506 retrieves the quantities per country from layer 1:
  • Layer 3 at 507 retrieves the total quantities from layer 2:
  • Layer 4 at 503 retrieves the #Customers by Country and Material:
  • Layer 5 at 504 retrieves the #Customers by Country:
  • Layer 6 at 505 retrieves the total of #customers:
  • the needed data can be retrieved from the layers using SQL statements, such as a nested SQL statement corresponding to the above VIEWs.
  • SQL statements such as a nested SQL statement corresponding to the above VIEWs.
  • additional SQL filters may be used as illustrated in the following SQL statement:
  • conversions such as currency conversion
  • a relational table CC containing the following currency conversion information:
  • a multidimensional data model normally specifies a default aggregation for a measure.
  • measures expressing stock (i.e., inventory) values are normally aggregated using SUM, except over the time dimension.
  • Exception aggregation may be implemented as a metadata definition, for example that is attached to a measure.
  • exception aggregation defines a special aggregation that is applied by the analytic engine (i.e., the OLAP) when aggregating the measure over the specified exception aggregation reference dimension.
  • the mentioned stock values are usually aggregated over time using AVERAGE or FIRST or LAST aggregation, for example.
  • a normal aggregation rule to achieve the expected results for Table may include:
  • Table 1 can be expressed by a two layer graph model, where the highest layer (here L1) corresponds to a query comprising exception aggregation as shown in the example below:
  • the above queries correspond to a two layer model where a first node L1 on a highest tier in the model corresponds to the L1 view, which includes an exception aggregation (“KEEP IN GROUP_BY”) for the dimension CUSTOMER.
  • KEEP IN GROUP_BY an exception aggregation
  • the exception aggregation allows CUSTOMER to be aggregated in different ways as illustrated below to obtain the results shown in Table 1.
  • Node L0 is on a tier below the highest tier, which in this simple case corresponds to the L1 view.
  • the #customers can be fetched from View L1 by the following 3 SQL statements:
  • the SQL statements against View L1 are processed by the engine interpreting the “keep in groupby” attribute. All other unnecessary groupbys are generically removed by the engine.
  • the resulting executed SQL is the following:
  • the second query comprises at least one SQL statement corresponding to the L0 node of the model on the tier below the highest tier (e.g., the L1 tier) that is nested in a SQL statement corresponding to the first query (e.g., B1: SELECT COUNTRY, MATERIAL, SUM(NO_CUSTOMERS) FROM L1 GROUP BY COUNTRY, MATERIAL).
  • the groupby MATERIAL is removed, as it is not requested in the outermost select statement, and not needed as exception aggregation reference dimension.
  • population may be calculated with standard aggregation SUM and exception aggregation MAX over dimension year.
  • L0 is as follows:
  • FIG. 6 illustrates hardware of a special purpose computing machine configured with a process according to one embodiment of the present invention.
  • the following hardware description is merely one example. It is to be understood that a variety of computers topologies may be used to implement the above described techniques.
  • An example computer system 610 is illustrated in FIG. 6 , which shows components of a single computer.
  • Computer system 610 includes a bus 605 or other communication mechanism for communicating information, and one or more processor(s) 601 coupled with bus 605 for processing information.
  • Computer system 610 also includes a memory 602 coupled to bus 605 for storing information and instructions to be executed by processor 601 , including information and instructions for performing the techniques described above, for example.
  • This memory may also be used for storing variables or other intermediate information during execution of instructions to be executed by processor 601 . Possible implementations of this memory may be, but are not limited to, random access memory (RAM), read only memory (ROM), or both.
  • a storage device 603 is also provided for storing information and instructions. Common forms of storage devices include, for example, a hard drive, a magnetic disk, an optical disk, a CD-ROM, a DVD, a flash memory, a USB memory card, or any other medium from which a computer can read. Storage device 603 may include source code, binary code, or software files for performing the techniques above, for example. Storage device and memory are both examples of non-transitory computer readable storage mediums.
  • Computer system 610 may be coupled via bus 605 to a display 612 , such as a cathode ray tube (CRT) or liquid crystal display (LCD), for displaying information to a computer user.
  • a display 612 such as a cathode ray tube (CRT) or liquid crystal display (LCD)
  • An input device 611 such as a keyboard and/or mouse is coupled to bus 605 for communicating information and command selections from the user to processor 601 .
  • bus 605 may be divided into multiple specialized buses.
  • Computer system 610 also includes a network interface 604 coupled with bus 605 .
  • Network interface 604 may provide two-way data communication between computer system 610 and the local network 620 .
  • the network interface 604 may be a digital subscriber line (DSL) or a modem to provide data communication connection over a telephone line, for example.
  • DSL digital subscriber line
  • Another example of the network interface is a local area network (LAN) interface to provide a data communication connection to a compatible LAN.
  • LAN local area network
  • Wireless links are another example.
  • network interface 604 sends and receives electrical, electromagnetic, or optical signals that carry digital data streams representing various types of information.
  • Computer system 610 can send and receive information through the network interface 604 across a local network 620 , an Intranet, or the Internet 630 .
  • computer system 610 may communicate with a plurality of other computers, such as server 615 .
  • software components or services may reside on multiple different computer systems 610 or servers 631 - 635 across the network.
  • the processes described above may be implemented on one or more servers, for example.
  • a server 631 may transmit actions or messages from one component, through Internet 630 , local network 620 , and network interface 604 to a component on computer system 610 .
  • the software components and processes described above may be implemented on any computer system and send and/or receive information across a network, for example.

Abstract

In one embodiment the present invention includes an OLAP execution model using relational operations. In one embodiment, the present invention includes, a method comprising receiving a first query in an online analytic processor (OLAP) executing on one or more computers, the OLAP generating and comprising a model specifying a graph defining a plurality of nodes and a plurality of tiers, each node corresponding to a different operation on data. A second query is generated by the OLAP. The second query includes a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on data. The second query is received in a relational engine coupled to the datastore. The relational engine executes the second query, and in accordance therewith, retrieves data.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • The present disclosure is a divisional of and claims priority to U.S. patent application Ser. No. 12/951,948 for “OLAP Execution Model Using Relational Operations” filed Nov. 22, 2010, which is hereby incorporated herein by reference in its entirety for all purposes.
  • BACKGROUND
  • The present invention relates to computing and data processing, and in particular, to on-line analytic processing execution model using relational operations.
  • Unless otherwise indicated herein, the approaches described in this section are not prior art to the claims in this application and are not admitted to be prior art by inclusion in this section.
  • FIG. 1 shows a conventional data storage and analysis platform. Computer system 101 may include a data warehousing component 102 to store large volumes of historical data about an enterprise, for example. Data warehouse 102 may include loading (staging) components, format conversion components, and/or data consistency components, for example. Data warehouse 102 may load data into a datastore 105 through a relational engine 103. Datastore 105 may include one or more database and/or database management components. In a data warehousing application, as well as other data storage applications, data is stored as a star schema 106. A star schema stores data in one or more fact tables and multiple dimension tables.
  • Users may ask questions that are answerable using the stored data by submitting queries. Typically, queries are submitted to an on-line analytics processing component (OLAP) 107 executing on computer system 101. OLAP 107 may receive a query, such as a business question, and communicate with relational engine 103 to obtain the data necessary for answering the query. Some OLAP engines retrieve granular data from datastore 103 using a single query to relational engine 103 and cache or otherwise store large volumes of data locally to generate answers to OLAP queries. One disadvantage to this approach is that large volumes of data must be retrieved and updated regularly to maintain the accuracy of the OLAP query results. Other OLAP engines query cells in the datastore separately and at a granular level based on the input OLAP query. One disadvantage of this approach is the complexity required to generate granular queries and combine the results in the OLAP engine. Another disadvantage with this approach is that for complex user questions the number of cells can get very high and therefore the overall response time becomes very bad.
  • Thus, there is a need for improved technique for responding to OLAP queries. The present invention solves these and other problems by providing an OLAP execution model using relational operations.
  • SUMMARY
  • Embodiments of the present invention improve queries in systems using OLAP. In one embodiment, the present invention includes a method comprising receiving a first query in an online analytic processor (OLAP) executing on one or more computers, generating a model, the model specifying a graph defining a plurality of nodes and a plurality of tiers, each node corresponding to a different operation on data, generating a second query based on the model, the second query including a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on the data, and receiving the second query in a relational engine coupled to a datastore, wherein the relational engine executes the second query, and in accordance therewith, retrieves data.
  • In one embodiment, a first node on a highest tier in the model corresponds to a subquery comprising an exception aggregation, the exception aggregation associating a first aggregation type with a first measure and a first dimension of a dimension table, the first aggregation type being different than a default aggregation type used on the first measure when aggregating said first measure across other dimensions, wherein the second query comprises at least one SQL statement corresponding to a second node on a tier below the highest tier nested in a SQL statement corresponding to the first query.
  • In one embodiment, the OLAP generates and comprises said model, and wherein the second query is generated by said OLAP.
  • In one embodiment, the plurality of nodes correspond to successive operations on the data in the database performed by the relational engine.
  • In one embodiment, the plurality of nodes of said graph comprise a first node on a first tier corresponding to first data, wherein the first data is all the data required to answer the first query, the first node having a corresponding first subquery for retrieving the first data, and a plurality second nodes on a plurality of tiers above the first tier, each second node corresponding to a different operation on the first data.
  • In one embodiment, the plurality of nodes includes a root node, a plurality of second tier nodes, and one or more higher tier nodes, wherein the root node has a corresponding first subquery to operate on raw data in the database to produce first data required to answer the first query, wherein the plurality of second tier nodes are coupled to the root node in the graph and each have corresponding subqueries that operate on the first data, and wherein at least one of the second tier nodes is coupled to the one or more higher tier nodes, wherein each higher tier node has a corresponding subquery for operating on data generated by the subquery of the at least one second tier node.
  • In one embodiment, the datastore is a database, and wherein the data is stored in the database in at least one fact table and a plurality of dimension tables.
  • In one embodiment, the second query is a nested SQL statement.
  • In one embodiment, each subquery comprises a SQL statement. For example, each subquery may be a database view containing a SQL statement.
  • In one embodiment, a portion of the nodes of the graph are represented by subqueries executed in the relational engine and one or more of the nodes in the graph correspond to data operations executed by said OLAP.
  • In one embodiment, the method further comprises returning said retrieved data from the relational engine to the OLAP, processing the retrieved data in the OLAP based on said one or more nodes in the graph corresponding to data operations executed by said OLAP, and returning a result to said first query.
  • In one embodiment, the graph specifies an execution plan where operations corresponding to lower tier nodes are performed on data before operations corresponding to higher tier nodes and wherein data resulting from an operation corresponding to a first node on a lower tier is operated on by a second higher tier node directly connected to the first node in the graph.
  • In one embodiment, the present invention includes a system comprising one or more computers, a database, an online analytic processor (OLAP), executing on the one or more computers, to receive a first query, a model, the model specifying a graph defining a plurality of nodes on a plurality of tiers, each node corresponding to a different operation on data, and a relational engine coupled to a datastore to receive the second query, where the relational engine executes a second query, and in accordance therewith, retrieves data. The OLAP generates the second query based on the model, the second query including a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on data.
  • In another embodiment, the present invention includes non-transitory computer readable storage medium embodying a computer program for performing a method, said method comprising receiving a first query in an online analytic processor (OLAP) executing on one or more computers, generating a model, the model specifying a graph defining a plurality of nodes and a plurality of tiers, each node corresponding to a different operation on data, generating a second query based on the model, the second query including a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on the data, and receiving the second query in a relational engine coupled to a datastore, wherein the relational engine executes the second query, and in accordance therewith, retrieves data.
  • The following detailed description and accompanying drawings provide a better understanding of the nature and advantages of the present invention.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 shows a conventional data storage and analysis platform.
  • FIG. 2 illustrates a system using an OLAP execution model according to one embodiment of the present invention.
  • FIG. 3A is an example graph to illustrate one embodiment of the present invention.
  • FIG. 3B shows successive data processing represented by the example graph in FIG. 3A to illustrate an embodiment of the present invention.
  • FIG. 4 illustrates a method according to one embodiment of the present invention.
  • FIG. 5 is another example graph to illustrate an embodiment of the present invention.
  • FIG. 6 illustrates hardware of a special purpose computing machine configured with a process according to one embodiment of the present invention.
  • DETAILED DESCRIPTION
  • Described herein are techniques for an OLAP execution model using relational operations. The apparatuses, methods, and techniques described below may be implemented as a computer program (software) executing on one or more computers. The computer program may further be stored on a computer readable medium. The computer readable medium may include instructions for performing the processes described below. In the following description, for purposes of explanation, numerous examples and specific details are set forth in order to provide a thorough understanding of the present invention. It will be evident, however, to one skilled in the art that the present invention as defined by the claims may include some or all of the features in these examples alone or in combination with other features described below, and may further include modifications and equivalents of the features and concepts described herein.
  • FIG. 2 illustrates system using an OLAP execution model according to one embodiment of the present invention. Computer system 201 includes an on-line analytic processor (OLAP) 202, relational engine 203, and data store 204. Computer system 201 may include one or more computers that each may have one or more microprocessor and memory, for example. The term computer system includes a single computer, multiple computers, one or more client computers, one or more server computers, or portable computing devices, for example. OLAP 202, relational engine 203, and data store 204 may be implemented in software and executed on computer system 201. OLAP 202, relational engine 203, and data store 204 may be executed on the same computer or on different computing devices (e.g., in a distributed system). Datastore 204 may include one or more databases that may include database management systems and may or may not include dedicated hardware. Datastore 204 may include an in-memory database and/or a database implemented on one or more hard disk drives or other storage devices, for example.
  • OLAP 202 receives a query. The query may specify quantitative questions that are answerable using data in data store 204. For example, the query may specify data fields that are capable of being derived from the raw data in data store 204. Upon receipt of the query, OLAP 202 interacts with relational engine 203 to retrieve data from data store 204 to generate results. In this example, data in data store 204 is stored as a multidimensional model, such as a star schema. Star schema 205 stores data in at least one fact table and a plurality of dimension tables. Generally, data in data store 204 is stored in relational tables that are accessed by relational engine 203. Relational engine may be optimized for retrieving data from relational tables, for example.
  • Features and advantages of the present invention include a model specifying a graph 210. The model may be represented in a computer using a variety of programming techniques, such as metadata or an object model, for example. Graph model 210 (herein, “graph” or “model”) specifies successive operations of data from relational database 203 for answering the OLAP query. Graph 210 defines a plurality of nodes and a plurality of tiers. Each node in graph 210 corresponds to a different operations on data stored in a database, for example. As described in more detail below, each node corresponds to a subquery. Since the nodes are layered in tiers, the subqueries are correspondingly layered so that the nodes in the model define successive operations on the raw data in the data store 204. Graph 210 may specify an execution plan, for example, where operations corresponding to lower tier nodes are performed on data before operations corresponding to higher tier nodes, and where data resulting from an operation corresponding to a first node on a lower tier is operated on by a second higher tier node directly connected to the first node in the graph. Accordingly, graph 210 provides an execution model for translating the OLAP query into subqueries that can be optimized by a relational engine 203 to improve the efficiency of retrieving the data needed to answer the OLAP query. While graph 210 is illustrated here as residing in OLAP 202, it is to be understood that the graph may reside in relational engine 203 or between OLAP 202 and relational engine 203, for example. Techniques that may be useful in connection with generating graph model 210, for example, are disclosed in U.S. patent application Ser. No. 12/914,445 to Christoph Weyerhaeuser et al., entitled Database Calculation Engine, the entire disclosure of which is hereby incorporated herein by reference.
  • Once the query is received by OLAP 202, the graph model 210 is generated. In this example, a second query is generated by OLAP 202 based on graph model 210 and sent to relational engine 203. The second query may include a plurality of layered subqueries. The second query may comprise SQL statements or, for example, a nested SQL statement corresponding to the graph as described herein. Each layered subquery corresponds to one of the nodes in the graph for specifying the different subsets of data stored in the database. The second query is received in and executed by relational engine 203. Relational engine 203 retrieves data specified by the second query and returns the data to OLAP 202. OLAP 202 returns a result in response to the OLAP query using the data returned by the second query.
  • FIG. 3A illustrates an example graph according to one embodiment of the present invention. Graph 300 includes nodes 301-310 (L0-L9) coupled together in layered tiers. Node L0 is the lowest tier or “root node.” The lowest tier may have only a single root node L0, for example. Node L0 represents all the needed data from a relational database to answer any OLAP query that uses the graph model. L0 may correspond to required data in its most granular form in a relational table in a database, for example, such as a single receipt from a transaction including a transaction ID, store name, customer, and price. L0 corresponds to a relational database query to retrieve all the data needed to answer one or more OLAP queries, for example. Graph 300 includes a second tier of nodes 302-303 (L1, L7-L8) directly coupled to node L0. Each node L1, L7-L8 may represent a further refinement (e.g., a subset or aggregation) of the data represented by L0. Data may be selected, aggregated, or otherwise operated on (i.e., transformed) across different nodes in the graph. For example, L1 may correspond to a transformation of data from L0. Accordingly, L1 may have a corresponding query that selects and/or processes data from the data generated by the L0 query. L7 may correspond to a different transformation of data from L0. Accordingly, L7 may have another corresponding query that selects and/or processes data from the data generated by the L0 query. L8 and L9 may similarly have different corresponding queries that select and/or process the data from the L0 query.
  • In this example, graph 300 further includes a third tier of nodes at 306-307 (L2 and L6). L2 and L6 may further refine the data selected by the L1 query. For example, L2 may correspond to an operation on data from L1. Accordingly, L2 may have a corresponding query that processes data from the data generated by the L1 query. Similarly, L6 may correspond to a different operation on data from L1. Accordingly, L6 may have a corresponding query that processes data from the data generated by the L1 query. Further refinements on data represented by L2 may be made at forth tier node 308 (L3) and two fifth tier nodes 309-310 (L4-L5).
  • FIG. 3B illustrates successive data processing represented by the example graph in FIG. 3A. In this illustrative diagram, queries 320-324 (Q0-Q4) correspond to nodes L0-L4. Graph 300 corresponds to multiple layered (or successive) queries on datastore 350. For example, nodes L0-L4 correspond to queries Q0-Q4, respectively. L0 corresponds to Q0 producing data D1, which is a subset of all data store 350. L1 corresponds to Q1 producing data D2, which results from operating on data D1. Similarly, L2 corresponds to Q2 producing data D3, which results from operating on data D2. Likewise, L3 corresponds to Q3 producing data D4, which results from operating on data D3. Finally, L4 corresponds to Q4 producing data D5, which results from operating on data D4. Each of the nodes may have corresponding queries that retrieve data for answering a portion of the OLAP query. Accordingly, the desired OLAP query results are, in a sense, modeled in graph 300 so that the data required to answer the OLAP query may be retrieved more efficiently. It is to be understood that a particular graph may correspond to a single OLAP query or multiple OLAP queries.
  • FIG. 4 illustrates a method according to one embodiment of the present invention. At 401, a first query is received in an OLAP software component executing on a computer system. In this example, the OLAP generates a model specifying a graph defining a plurality of nodes and a plurality of tiers. Each node corresponds to a different operation on data. At 402, the graph is generated by the OLAP. At 403, a second query is generated by the OLAP based on the model. The second query may include a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on data. In some applications, all the nodes in the graph may have corresponding subqueries that are processed by a relational engine. However, in other embodiments only a portion of the nodes of the graph are represented by subqueries executed in the relational engine, and one or more of the nodes in the graph correspond to data operations executed by the OLAP. At 404, the second query is executed in a relational engine coupled to a database. Data in the database is accessed according to the second query and subqueries and retrieved. Data is returned from the relational engine to the OLAP. Alternatively, database views (e.g., database views containing SQL statements) may be stored inside the relational engine and then queries may be executed against the database views to retrieve the data. At 407, the OLAP may further process the returned data. For example, the OLAP may format the data or the OLAP may further operate on the data based on nodes in the graph that are performed in the OLAP, for example. At 408, the OLAP returns a result to the first query.
  • In one embodiment, the model separates the application problem (e.g., the OLAP problem) from the technical expression of the execution. Of course, a variety of optimizations in the graph may be implemented based on the application using relational database optimization techniques. In the above example, layers may be combined using grouping sets. Another example is that filters in upper layers can be pushed down to lower layers. Not necessarily all layers within the graph need to be pushed down to a relational processing engine. In some implementations, some layers inside the graph are processed by the OLAP engine itself. All data that is not within the reach of the relational engine (e.g. data from remote data accesses etc. . . . ) may be temporarily placed into a workspace of the relational engine using temporary tables. Accordingly, some implementations may include data from other sources into the processing graph.
  • EXAMPLES
  • Features of the present invention include an execution model that hands over not only the retrieval of the data from a multi-dimensional model, but also OLAP processing of data retrieved from a database to a relational engine. The model allows translation of the OLAP problem into a relational problem, and therefore works as an interface between the OLAP engine and a relational engine.
  • The result set from a multi-dimensional model can be considered as a set of rows or table. Nearly all operations necessary to execute OLAP functionality can be expressed in a layer model of nodes on multiple tiers, where each layer (a node at a particular tier) can be looked at like a relational view of data. Layers can depend on each other, and other relational data also can contribute to a higher layer. The layer the multi-dimensional data is retrieved in to map to the most granular data contained in a query definition is named layer 0 (L0).
  • Each layer, like a SQL view, may comprise a set of columns that can be derived from deeper layers by Projection, Formulas (including fixed values), Aggregation and Grouping, Joining deeper layers and other relational data, Filtering on deeper layers, or Sorting data for example. The SQL Having clause may be expressed as two layers, where the having is a filter on columns of the higher layer that are derived by projection from aggregated columns of the lower layer. The order of execution of formulas and aggregation can be defined as in the SQL standard.
  • A subquery identifier that indicates that a row in the result set of layer 0 is part of a subquery result can be treated like a normal column inside the model. It can be used for filtering and projection, for example, in particular embodiments. A subquery identifier is illustrated in U.S. Patent Publication No. US 2007/0073658 A1 published on Mar. 29, 2007, entitled Efficient Handling of Multipart Queries Against Relational Data, the entire disclosure of which is incorporated herein by reference for all purposes.
  • Table 1 shows an example OLAP query result.
  • TABLE 1
    Country Material #Customers Quantity
    DE 0001 5 10
    0003 3 5
    Total 6 15
    US 0001 3 7
    0002 5 11
    Total 7 18
    Total 11 33
  • Shown are the dimensions Country, Material and the measure Quantity with aggregation SUM, and a calculated measure #Customers. #Customers is calculated as the distinct number of customers per combination of County and Material. #Customers does not stick to aggregation SUM, as the same customers that has bought Material 0001 in Country DE might also have bought Material 0003 in country DE. It is not necessary to distinguish between dimensions and measures in the model because there are situations where, for example, formulas also apply to dimensions, and aggregation operations, such as COUNT DISTINCT, are possible on columns that are projections of former dimensions.
  • The above query may be translated into the relation execution model as follows and as illustrated in FIG. 5.
  • Layer 0 (e.g., the root node) at 501 is the layer that retrieves all needed data from the multidimensional model. Layer 0 can be expressed as a SQL VIEW:
  • CREATE VIEW L0 AS SELECT COUNTRY, MATERIAL, CUSTOMER, SUM(QUANTITY) “QUANTITY” FROM . . . GROUP BY COUNTRY, MATERIAL, CUSTOMER
  • Layer 1 at 502 retrieves the quantities per country and material from layer 0:
  • CREATE VIEW L1 AS SELECT COUNTRY, MATERIAL, SUM(QUANTITY) “QUANTITY” FROM L0 GROUP BY COUNTRY, MATERIAL
  • Layer 2 at 506 retrieves the quantities per country from layer 1:
  • CREATE VIEW L2 AS SELECT COUNTRY, SUM(QUANTITY) “QUANTITY” FROM L1 GROUP BY COUNTRY
  • Layer 3 at 507 retrieves the total quantities from layer 2:
  • CREATE VIEW L3 AS SELECT SUM(QUANTITY) “QUANTITY” FROM L2
  • Layer 4 at 503 retrieves the #Customers by Country and Material:
  • CREATE VIEW L4 AS SELECT COUNTRY, MATERIAL, COUNT(DISTINCT CUSTOMER) “NO_CUSTOMERS” FROM L0 GROUP BY COUNTRY, MATERIAL
  • Layer 5 at 504 retrieves the #Customers by Country:
  • CREATE VIEW L5 AS SELECT COUNTRY, COUNT(DISTINCT CUSTOMER) “NO_CUSTOMERS” FROM L0 GROUP BY COUNTRY
  • Layer 6 at 505 retrieves the total of #customers:
  • CREATE VIEW L6 AS SELECT COUNTRY(DISTINCT CUSTOMER) “NO_CUSTOMERS” FROM L0
  • After definition of the layers, the needed data can be retrieved from the layers using SQL statements, such as a nested SQL statement corresponding to the above VIEWs. In one embodiment, additional SQL filters may be used as illustrated in the following SQL statement:
  • SELECT COUNTRY, SUM(QUANTITY) FROM L2 WHERE COUNTRY=‘US’ GROUP BY COUNTRY.
  • As another example, conversions, such as currency conversion, can be expressed via a join to a relational table CC containing the following currency conversion information:
  • base currency, the target currency, and optionally a keydate and the conversion rate.
    A currency conversion that converts the data using daily conversion rates of the bookdate and sums up all amounts per customer is shown as follows:
    CREATE VIEW LX AS SELECT LX-1.CUSTOMER, CC.TARGET_CURRENCY AS CURRENCY, SUM(CC.CONVERSION_RATE*LX-1.AMOUNT) FROM LX-1 JOIN CC ON LX-1.CURRENCY=CC.BASE_CURRENCY AND LX-1.BOOKDATE=CC.KEYDATE GROUP BY LX-1.CUSTOMER, CC.TARGET_CURRENCY
  • Enhancing the Execution Model with Exception Aggregation
  • Standard Aggregation and Exception Aggregation
  • A multidimensional data model normally specifies a default aggregation for a measure. For example, measures expressing stock (i.e., inventory) values are normally aggregated using SUM, except over the time dimension.
  • Exception aggregation may be implemented as a metadata definition, for example that is attached to a measure. In contrast to the standard aggregation, exception aggregation defines a special aggregation that is applied by the analytic engine (i.e., the OLAP) when aggregating the measure over the specified exception aggregation reference dimension. The mentioned stock values are usually aggregated over time using AVERAGE or FIRST or LAST aggregation, for example.
  • Table 1 is reproduced again here to illustrate an alternative implementation using exception aggregation. Note that the #customers does not aggregate across both country and material nor across both countries. Accordingly, exception aggregation may be used as described below.
  • TABLE 1
    Country Material #Customers Quantity
    DE 0001 5 10
    0003 3 5
    Total 6 15
    US 0001 3 7
    0002 5 11
    Total 7 18
    Total 11 33
  • A normal aggregation rule to achieve the expected results for Table may include:
      • 1. Aggregate the data using standard aggregation up to the granularity that includes all requested dimensions and the exception aggregation reference dimension;
      • 2. Aggregate the data further up to the granularity that includes all requested dimensions using the exception aggregation.
        This can be achieved by marking the exception aggregation reference dimension in our execution model with a special “keep in groupby” attribute, which prevents the engine executing the model from removing this groupby column if it is not requested in the final query.
  • Using this technique, Table 1 can be expressed by a two layer graph model, where the highest layer (here L1) corresponds to a query comprising exception aggregation as shown in the example below:
  • CREATE VIEW L0 AS SELECT COUNTRY, MATERIAL, CUSTOMER, SUM(QUANTITY) “QUANTITY” FROM . . . GROUP BY COUNTRY, MATERIAL, CUSTOMER CREATE VIEW L1 AS SELECT COUNTRY, MATERIAL, CUSTOMER (“KEEP IN GROUP_BY”), 1 “NO_CUSTOMERS”, FROM L0 GROUP BY COUNTRY, MATERIAL, CUSTOMER
  • In this example, the above queries correspond to a two layer model where a first node L1 on a highest tier in the model corresponds to the L1 view, which includes an exception aggregation (“KEEP IN GROUP_BY”) for the dimension CUSTOMER. The exception aggregation allows CUSTOMER to be aggregated in different ways as illustrated below to obtain the results shown in Table 1. Node L0 is on a tier below the highest tier, which in this simple case corresponds to the L1 view.
  • All numbers in Table 1 can be retrieved by only selecting the data from these two layers. For instance, OLAP queries may be received and used to retrieve the desired information from the model as follows. The quantity column can be fetched from View L0 by the following 3 SQL statements:
  • A1: SELECT COUNTRY, MATERIAL, SUM(QUANTITY) FROM L0 GROUP BY COUNTRY, MATERIAL A2: SELECT COUNTRY, SUM(QUANTITY) FROM L0 GROUP BY COUNTRY A3: SELECT SUM(QUANTITY) FROM L0
  • The #customers can be fetched from View L1 by the following 3 SQL statements:
  • B1: SELECT COUNTRY, MATERIAL, SUM(NO_CUSTOMERS) FROM L1 GROUP BY COUNTRY, MATERIAL B2: SELECT COUNTRY, SUM(NO_CUSTOMERS) FROM L1 GROUP BY COUNTRY B3: SELECT SUM(NO_CUSTOMERS) FROM L1
  • The SQL statements against View L1 are processed by the engine interpreting the “keep in groupby” attribute. All other unnecessary groupbys are generically removed by the engine. The resulting executed SQL is the following:
  • B1: SELECT COUNTRY, MATERIAL, SUM(NO_CUSTOMERS) FROM ( SELECT COUNTRY, MATERIAL, CUSTOMER, 1 “NO_CUSTOMERS” FROM L0 GROUP BY COUNTRY, MATERIAL, CUSTOMER) GROUP BY COUNTRY, MATERIAL
  • For example, to process B1 in the inner SQL, no groupbys are removed, because COUNTRY and MATERIAL are requested in the outermost select statement, and customer is needed as an exception aggregation reference dimension. The above example illustrates that the second query comprises at least one SQL statement corresponding to the L0 node of the model on the tier below the highest tier (e.g., the L1 tier) that is nested in a SQL statement corresponding to the first query (e.g., B1: SELECT COUNTRY, MATERIAL, SUM(NO_CUSTOMERS) FROM L1 GROUP BY COUNTRY, MATERIAL). The following nested queries are similar for B2 and B3:
  • B2: SELECT COUNTRY, SUM(NO_CUSTOMERS) FROM ( SELECT COUNTRY, CUSTOMER, 1 “NO_CUSTOMERS” FROM L0 GROUP BY COUNTRY, CUSTOMER) GROUP BY COUNTRY
  • To process B2 in the inner SQL, the groupby MATERIAL is removed, as it is not requested in the outermost select statement, and not needed as exception aggregation reference dimension.
  • B3: SELECT SUM(NO_CUSTOMERS) FROM ( SELECT CUSTOMER, 1 “NO_CUSTOMERS” FROM L0 GROUP BY CUSTOMER)
  • To process B3 in the inner SQL the groupby MATERIAL and COUNTRY are removed, as they are not requested in the outermost select statement, and not needed as exception aggregation reference dimension.
  • As another example, population may be calculated with standard aggregation SUM and exception aggregation MAX over dimension year. In this example L0 is as follows:
  • CREATE VIEW L0 AS SELECT COUNTRY, STATE, YEAR (KEEP IN GROUPBY), SUM(POPULATION) “POPULATION” FROM . . . GROUP BY COUNTRY, STATE, YEAR
  • In order to get the population of all countries the following query may be run against the above single layer model:
  • SELECT COUNTRY, MAX(POPULATION) FROM L0
  • The above query is processed as follows:
  • SELECT COUNTRY, MAX(POPULATION) FROM (
      • SELECT COUNTRY, YEAR, SUM(POPULATION) “POPULATION” FROM . . . GROUP BY COUNTRY, YEAR)
        group by country
        Outside the analytic engine, population appears as having max aggregation, but it only has max aggregation over time, over all other dimensions sum aggregation is executed.
    Example Hardware
  • FIG. 6 illustrates hardware of a special purpose computing machine configured with a process according to one embodiment of the present invention. The following hardware description is merely one example. It is to be understood that a variety of computers topologies may be used to implement the above described techniques. An example computer system 610 is illustrated in FIG. 6, which shows components of a single computer. Computer system 610 includes a bus 605 or other communication mechanism for communicating information, and one or more processor(s) 601 coupled with bus 605 for processing information. Computer system 610 also includes a memory 602 coupled to bus 605 for storing information and instructions to be executed by processor 601, including information and instructions for performing the techniques described above, for example. This memory may also be used for storing variables or other intermediate information during execution of instructions to be executed by processor 601. Possible implementations of this memory may be, but are not limited to, random access memory (RAM), read only memory (ROM), or both. A storage device 603 is also provided for storing information and instructions. Common forms of storage devices include, for example, a hard drive, a magnetic disk, an optical disk, a CD-ROM, a DVD, a flash memory, a USB memory card, or any other medium from which a computer can read. Storage device 603 may include source code, binary code, or software files for performing the techniques above, for example. Storage device and memory are both examples of non-transitory computer readable storage mediums.
  • Computer system 610 may be coupled via bus 605 to a display 612, such as a cathode ray tube (CRT) or liquid crystal display (LCD), for displaying information to a computer user. An input device 611 such as a keyboard and/or mouse is coupled to bus 605 for communicating information and command selections from the user to processor 601. The combination of these components allows the user to communicate with the system. In some systems, bus 605 may be divided into multiple specialized buses.
  • Computer system 610 also includes a network interface 604 coupled with bus 605. Network interface 604 may provide two-way data communication between computer system 610 and the local network 620. The network interface 604 may be a digital subscriber line (DSL) or a modem to provide data communication connection over a telephone line, for example. Another example of the network interface is a local area network (LAN) interface to provide a data communication connection to a compatible LAN. Wireless links are another example. In any such implementation, network interface 604 sends and receives electrical, electromagnetic, or optical signals that carry digital data streams representing various types of information.
  • Computer system 610 can send and receive information through the network interface 604 across a local network 620, an Intranet, or the Internet 630. For a local network, computer system 610 may communicate with a plurality of other computers, such as server 615. In the Internet example, software components or services may reside on multiple different computer systems 610 or servers 631-635 across the network. The processes described above may be implemented on one or more servers, for example. A server 631 may transmit actions or messages from one component, through Internet 630, local network 620, and network interface 604 to a component on computer system 610. The software components and processes described above may be implemented on any computer system and send and/or receive information across a network, for example.
  • The above description illustrates various embodiments of the present invention along with examples of how aspects of the present invention may be implemented. The above examples and embodiments should not be deemed to be the only embodiments, and are presented to illustrate the flexibility and advantages of the present invention as defined by the following claims. Based on the above disclosure and the following claims, other arrangements, embodiments, implementations and equivalents will be evident to those skilled in the art and may be employed without departing from the spirit and scope of the invention as defined by the claims.

Claims (20)

What is claimed is:
1. A method comprising:
receiving a first query in an online analytic processor (OLAP) executing on one or more computers;
generating a model, the model specifying a graph defining a plurality of nodes and a plurality of tiers, each node corresponding to a different operation on data;
generating a second query based on the model, the second query including a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on the data: and
receiving the second query in a relational engine coupled to a datastore, wherein the relational engine executes the second query, and in accordance therewith, retrieves data.
2. The method of claim 1 wherein a first node on a highest tier in the model corresponds to a subquery comprising an exception aggregation, the exception aggregation associating a first aggregation type with a first measure and a first dimension of a dimension table, the first aggregation type being different than a default aggregation type used on the first measure when aggregating said first measure across other dimensions, wherein the second query comprises at least one SQL statement corresponding to a second node on a tier below the highest tier nested in a SQL statement corresponding to the first query.
3. The method of claim 1 wherein the OLAP generates and comprises said model, and wherein the second query is generated by said OLAP.
4. The method of claim 1 wherein the plurality of nodes correspond to successive operations on the data in the database performed by the relational engine.
5. The method of claim 1 wherein the plurality of nodes of said graph comprise:
a first node on a first tier corresponding to first data, wherein the first data is all the data required to answer the first query, the first node having a corresponding first subquery for retrieving the first data; and
a plurality second nodes on a plurality of tiers above the first tier, each second node corresponding to a different operation on the first data.
6. The method of claim 1 wherein the plurality of nodes includes a root node, a plurality of second tier nodes, and one or more higher tier nodes, wherein the root node has a corresponding first subquery to operate on raw data in the database to produce first data required to answer the first query, wherein the plurality of second tier nodes are coupled to the root node in the graph and each have corresponding subqueries that operate on the first data, and wherein at least one of the second tier nodes is coupled to the one or more higher tier nodes, wherein each higher tier node has a corresponding subquery for operating on data generated by the subquery of the at least one second tier node.
7. The method of claim 1 wherein the datastore is a database, and wherein the data is stored in the database in at least one fact table and a plurality of dimension tables.
8. The method of claim 1 wherein the second query is a nested SQL statement.
9. The method of claim 1 wherein each subquery is a database view containing a SQL statement.
10. The method of claim 1 wherein a portion of the nodes of the graph are represented by subqueries executed in the relational engine and one or more of the nodes in the graph correspond to data operations executed by said OLAP, the method further comprising:
returning said retrieved data from the relational engine to the OLAP;
processing the retrieved data in the OLAP based on said one or more nodes in the graph corresponding to data operations executed by said OLAP; and
returning a result to said first query.
11. The method of claim 1 wherein the graph specifies an execution plan where operations corresponding to lower tier nodes are performed on data before operations corresponding to higher tier nodes and wherein data resulting from an operation corresponding to a first node on a lower tier is operated on by a second higher tier node directly connected to the first node in the graph.
12. A system comprising:
one or more computers;
a database;
an online analytic processor (OLAP), executing on the one or more computers, to receive a first query;
a model, the model specifying a graph defining a plurality of nodes on a plurality of tiers, each node corresponding to a different operation on data, wherein the OLAP generates a second query based on the model, the second query including a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on data; and
a relational engine coupled to a datastore to receive the second query, wherein the relational engine executes the second query, and in accordance therewith, retrieves data.
13. The system of claim 12 wherein the plurality of nodes correspond to successive operations on the data in the database performed by the relational engine.
14. The system of claim 12 wherein the plurality of nodes of said graph comprise:
a first node on a first tier corresponding to first data, wherein the first data is all the data required to answer the first query, the first node having a corresponding first subquery for retrieving the first data; and
a plurality second nodes on a plurality of tiers above the first tier, each second node corresponding to a different operation on the first data.
15. The system of claim 12 wherein the plurality of nodes includes a root node, a plurality of second tier nodes, and one or more higher tier nodes, wherein the root node has a corresponding first subquery to operate on raw data in the database to produce first data required to answer the first query, wherein the plurality of second tier nodes are coupled to the root node in the graph and each have corresponding subqueries that operate on the first data, and wherein at least one of the second tier nodes is coupled to the one or more higher tier nodes, wherein each higher tier node has a corresponding subquery for operating on data generated by the subquery of the at least one second tier node.
16. The system of claim 12 wherein the datastore is a database, and wherein the data is stored in the database in at least one fact table and a plurality of dimension tables.
17. The system of claim 12 wherein the second query is a nested SQL statement.
18. The system of claim 12 wherein each subquery is a database view containing a SQL statement.
19. The system of claim 12 wherein a portion of the nodes of the graph are represented by subqueries executed in the relational engine and one or more of the nodes in the graph correspond to data operations executed by said OLAP, the method further comprising:
returning said retrieved data from the relational engine to the OLAP; and
processing the retrieved data in the OLAP based on said one or more nodes in the graph corresponding to data operations executed by said OLAP; and
returning a result to said first query.
20. A non-transitory computer readable storage medium embodying a computer program for performing a method, said method comprising:
receiving a first query in an online analytic processor (OLAP) executing on one or more computers;
generating a model, the model specifying a graph defining a plurality of nodes and a plurality of tiers, each node corresponding to a different operation on data;
generating a second query based on the model, the second query including a plurality of layered subqueries each corresponding to one of the nodes in the graph for specifying the different operations on the data; and
receiving the second query in a relational engine coupled to a datastore, wherein the relational engine executes the second query, and in accordance therewith, retrieves data.
US14/109,698 2010-11-22 2013-12-17 OLAP Execution Model Using Relational Operations Abandoned US20140108331A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/109,698 US20140108331A1 (en) 2010-11-22 2013-12-17 OLAP Execution Model Using Relational Operations

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/951,948 US8650181B2 (en) 2010-11-22 2010-11-22 OLAP execution model using relational operations
US14/109,698 US20140108331A1 (en) 2010-11-22 2013-12-17 OLAP Execution Model Using Relational Operations

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/951,948 Division US8650181B2 (en) 2010-11-22 2010-11-22 OLAP execution model using relational operations

Publications (1)

Publication Number Publication Date
US20140108331A1 true US20140108331A1 (en) 2014-04-17

Family

ID=46065302

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/951,948 Active 2031-10-02 US8650181B2 (en) 2010-11-22 2010-11-22 OLAP execution model using relational operations
US14/109,698 Abandoned US20140108331A1 (en) 2010-11-22 2013-12-17 OLAP Execution Model Using Relational Operations

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/951,948 Active 2031-10-02 US8650181B2 (en) 2010-11-22 2010-11-22 OLAP execution model using relational operations

Country Status (1)

Country Link
US (2) US8650181B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016208779A1 (en) * 2015-06-22 2016-12-29 (주) 비아이매트릭스 Two-level query-based online analytical processing method for processing large volume of data
US9922087B2 (en) 2014-07-01 2018-03-20 Sap Se Efficient query optimization for selective use of structure elements
US10664479B2 (en) 2014-06-27 2020-05-26 Sap Se Accommodating concurrent changes in underlying data during reporting

Families Citing this family (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9171039B2 (en) * 2011-09-29 2015-10-27 Sap Se Query language based on business object model
US9703844B2 (en) 2012-12-31 2017-07-11 Facebook, Inc. Search result snippets for structured search queries
US9361363B2 (en) 2012-12-31 2016-06-07 Facebook, Inc. Modifying structured search queries on online social networks
US9367607B2 (en) 2012-12-31 2016-06-14 Facebook, Inc. Natural-language rendering of structured search queries
US9275121B2 (en) * 2013-01-03 2016-03-01 Sap Se Interoperable shared query based on heterogeneous data sources
US9965772B2 (en) 2013-01-15 2018-05-08 Datorama Technologies, Ltd. System and method for unifying user-level data across different media platforms
US10395271B2 (en) 2013-01-15 2019-08-27 Datorama Technologies, Ltd. System and method for normalizing campaign data gathered from a plurality of advertising platforms
US10754877B2 (en) * 2013-01-15 2020-08-25 Datorama Technologies, Ltd. System and method for providing big data analytics on dynamically-changing data models
US10515386B2 (en) 2013-01-15 2019-12-24 Datorama Technologies, Ltd. System and method for performing cross-platform big data analytics
US9116960B2 (en) 2013-05-17 2015-08-25 Sap Se Calculation engine with optimized multi-part querying
US9037570B2 (en) 2013-06-10 2015-05-19 Sap Se Optimization of business warehouse filters on complex calculation models
US9213737B2 (en) * 2013-06-10 2015-12-15 Sap Se Calculation scenarios with semantic nodes
US9378264B2 (en) * 2013-06-18 2016-06-28 Sap Se Removing group-by characteristics in formula exception aggregation
US9575819B2 (en) 2013-09-06 2017-02-21 Sap Se Local buffers for event handlers
US9639572B2 (en) 2013-09-06 2017-05-02 Sap Se SQL enhancements simplifying database querying
US9430523B2 (en) 2013-09-06 2016-08-30 Sap Se Entity-relationship model extensions using annotations
US9361407B2 (en) 2013-09-06 2016-06-07 Sap Se SQL extended with transient fields for calculation expressions in enhanced data models
US9176801B2 (en) 2013-09-06 2015-11-03 Sap Se Advanced data models containing declarative and programmatic constraints
US9442977B2 (en) 2013-09-06 2016-09-13 Sap Se Database language extended to accommodate entity-relationship models
US9619552B2 (en) 2013-09-06 2017-04-11 Sap Se Core data services extensibility for entity-relationship models
US9354948B2 (en) 2013-09-06 2016-05-31 Sap Se Data models containing host language embedded constraints
US9798832B1 (en) 2014-03-31 2017-10-24 Facebook, Inc. Dynamic ranking of user cards
US9794359B1 (en) 2014-03-31 2017-10-17 Facebook, Inc. Implicit contacts in an online social network
US9495405B2 (en) * 2014-04-28 2016-11-15 International Business Machines Corporation Big data analytics brokerage
US9846724B2 (en) * 2014-11-13 2017-12-19 Sap Se Integration of calculation models into SQL layer
US10789295B2 (en) * 2016-09-28 2020-09-29 Microsoft Technology Licensing, Llc Pattern-based searching of log-based representations of graph databases
US10445319B2 (en) * 2017-05-10 2019-10-15 Oracle International Corporation Defining subgraphs declaratively with vertex and edge filters
CN108551478B (en) * 2018-03-29 2020-12-18 中国银联股份有限公司 Transaction processing method, server and transaction processing system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6275818B1 (en) * 1997-11-06 2001-08-14 International Business Machines Corporation Cost based optimization of decision support queries using transient views
US7089266B2 (en) * 2003-06-02 2006-08-08 The Board Of Trustees Of The Leland Stanford Jr. University Computer systems and methods for the query and visualization of multidimensional databases

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7739285B2 (en) 2005-09-29 2010-06-15 Sap Ag Efficient handling of multipart queries against relational data

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6275818B1 (en) * 1997-11-06 2001-08-14 International Business Machines Corporation Cost based optimization of decision support queries using transient views
US7089266B2 (en) * 2003-06-02 2006-08-08 The Board Of Trustees Of The Leland Stanford Jr. University Computer systems and methods for the query and visualization of multidimensional databases

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10664479B2 (en) 2014-06-27 2020-05-26 Sap Se Accommodating concurrent changes in underlying data during reporting
US9922087B2 (en) 2014-07-01 2018-03-20 Sap Se Efficient query optimization for selective use of structure elements
WO2016208779A1 (en) * 2015-06-22 2016-12-29 (주) 비아이매트릭스 Two-level query-based online analytical processing method for processing large volume of data

Also Published As

Publication number Publication date
US8650181B2 (en) 2014-02-11
US20120130942A1 (en) 2012-05-24

Similar Documents

Publication Publication Date Title
US8650181B2 (en) OLAP execution model using relational operations
US11755575B2 (en) Processing database queries using format conversion
JP7273045B2 (en) Dimensional Context Propagation Techniques for Optimizing SQL Query Plans
US11537276B2 (en) Generating data visualizations according to an object model of selected data sources
Jarke et al. Fundamentals of data warehouses
US10585887B2 (en) Multi-system query execution plan
US8650150B2 (en) System and method of relating data and generating reports
JP5819376B2 (en) A column smart mechanism for column-based databases
US8612421B2 (en) Efficient processing of relational joins of multidimensional data
US7406477B2 (en) Database system with methodology for automated determination and selection of optimal indexes
US9740718B2 (en) Aggregating dimensional data using dense containers
US9836519B2 (en) Densely grouping dimensional data
US10824614B2 (en) Custom query parameters in a database system
US20130238551A1 (en) Interest-Driven Business Intelligence Systems and Methods of Data Analysis Using Interest-Driven Data Pipelines
US20100017395A1 (en) Apparatus and methods for transforming relational queries into multi-dimensional queries
US8001112B2 (en) Using multidimensional access as surrogate for run-time hash table
US20110125773A1 (en) Logical Object Search Framework and Application Programming Interface
Sreemathy et al. Data validation in ETL using TALEND
US20100205197A1 (en) Two-valued logic database management system with support for missing information
Bog et al. Normalization in a mixed OLTP and OLAP workload scenario
Vavouras et al. A metadata-driven approach for data warehouse refreshment

Legal Events

Date Code Title Description
AS Assignment

Owner name: SAP SE, GERMANY

Free format text: CHANGE OF NAME;ASSIGNOR:SAP AG;REEL/FRAME:033625/0223

Effective date: 20140707

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION