US20160098460A1 - Scalable computation of data - Google Patents

Scalable computation of data Download PDF

Info

Publication number
US20160098460A1
US20160098460A1 US14/966,006 US201514966006A US2016098460A1 US 20160098460 A1 US20160098460 A1 US 20160098460A1 US 201514966006 A US201514966006 A US 201514966006A US 2016098460 A1 US2016098460 A1 US 2016098460A1
Authority
US
United States
Prior art keywords
dimension
sublevel
queries
database
dimensions
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/966,006
Inventor
Yuchun Lee
Ruby L. Kennedy
David F. Cheung
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to US14/966,006 priority Critical patent/US20160098460A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LEE, YUCHUN, CHEUNG, DAVID F., KENNEDY, RUBY L.
Publication of US20160098460A1 publication Critical patent/US20160098460A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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/242Query formulation
    • G06F16/2433Query languages
    • G06F16/244Grouping and aggregation
    • 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/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2465Query processing support for facilitating data mining operations in structured databases
    • G06F17/30539
    • 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/2455Query execution
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F17/30477
    • G06F17/30592

Definitions

  • This invention relates to data mining and in particular to evaluating data from a database producing results similar to those of using on-line analytical processing (OLAP) but in a far more computationally efficient manner.
  • OLAP on-line analytical processing
  • data is often organized in dimensions that are in a hierarchy.
  • records are often assigned ID's and the records will have data for various attributes that a user may wish to track.
  • An example of a dimension hierarchy might be age.
  • the hierarchy of age can have levels as young, middle, and old. Within each of these levels of young, middle and old can be various numeral age groupings or sublevels such as young being 18-25 or 25-30; middle being 30-40 and 40-55; and old being 55-65 and 65 and over, and so forth.
  • a second hierarchy might be income, with income having different levels and sublevels. Competing approaches to evaluate cross tabulations of age and income in this example use techniques where the number of computations is related to the number of dimensions and number of levels or sublevels of the data. For very complex or large number of dimensions, the computations increase at an exponential rate.
  • a method of producing a cross tabulation includes issuing a plurality of queries to a database, the queries being for multiple sublevels of data for multiple dimensions of data associated with records in the database to provide a sublist of sorted record identifiers for each one of the queries and determining occurrences of intersections of levels of one dimension with levels of another dimension of the data associated with records in the database by traversing the sub-lists to detect intersections of the dimensions.
  • a computer program product resides on a computer readable medium.
  • the computer program product is for producing a cross tabulation structure.
  • the computer program includes instructions for causing a computer to issue a plurality of queries to a database, the queries being for multiple sublevels of data for multiple dimensions of data associated with records in the database to provide a sublist of sorted record identifiers for each one of the queries, determine occurrences of intersections of levels of one dimension with levels of another dimension of the data associated with records in the database by traversing the sub-lists to detect intersections of the dimensions, and indicate in a cross-tabulation structure each time an intersection of one dimension with levels of another dimension of the data is found.
  • an apparatus includes a processor, a memory coupled to the processor, and a computer storage medium.
  • the computer storage medium stores a computer program product for producing a cross tabulation structure.
  • the computer program includes instructions which when executed in memory by the processor, causing the apparatus to issue a plurality of queries to a database, the queries being for multiple sublevels of data for multiple dimensions of data associated with records in the database to provide a sublist of sorted record identifiers for each one of the queries, determine occurrences of intersections of levels of one dimension with levels of another dimension of the data associated with records in the database by traversing the sub-lists to detect intersections of the dimensions and indicate in a cross-tabulation structure each time an intersection of one dimension with levels of another dimension of the data is found.
  • One or more aspects of the invention may provide one or more of the following advantages.
  • the process allows the user to specify the dimensions in a query statement, thus allowing the user to specify 2 dimensions, 3 dimensions, and so forth.
  • the process executes sets of queries for each specified dimension only once, while construction of each structure is accomplished by matching/merging sorted ID lists.
  • the process performs pre-aggregation of data for fast display/drill-down by computing a structure quickly after some initial sorting operations.
  • the process can work over multiple dimensions of data, where it is needed to aggregate data over multiple dimensions for analysis while avoiding an exponential growth situation.
  • the algorithm performs a very efficient 1-pass through the data.
  • the process provides a number of performance improvements over competing processes. For instance, the speed of calculations is based on the sum of the number of levels over all dimensions or the sum of the most granular number of levels for each dimension if the hierarchy can be rolled up from lower levels.
  • the computation is of the order (n log n), where n is the number of rows of data being processed, assuming that the data is not sorted.
  • the calculation is of the order of (n log n) times m, where m is the number of levels across all dimensions (or the number at the most granular levels across all dimensions if the hierarchy can be rolled up from lower levels).
  • FIG. 1 is a block diagram of a computer system accessing a database.
  • FIG. 2 is a block diagram an exemplary record in the database.
  • FIG. 3 is a flow chart of a cross-tabulation technique.
  • FIG. 4 is a block diagram of a table.
  • FIG. 5 is diagram depicting sorted lists and cursors.
  • FIG. 6 is a diagram depicting a two-dimension cross-tabulation structure.
  • FIG. 7 is a flow chart of a merging technique.
  • FIG. 8 is a diagram depicting a three-dimensional cross-tabulation structure.
  • a computer system 10 includes a CPU 12 , main memory 14 and persistent storage device 16 all coupled via a computer bus 18 .
  • the system 10 also includes output devices such as a display 20 and a printer 22 , as well as user-input devices such as a keyboard 24 and a mouse 26 .
  • output devices such as a display 20 and a printer 22
  • user-input devices such as a keyboard 24 and a mouse 26 .
  • software drivers and hardware interfaces to couple all the aforementioned elements to the CPU 12 .
  • the computer system 10 also includes marketing automation/Campaign Management software 30 that resides in storage 16 and which operates in conjunction with a database 32 .
  • the marketing automation/Campaign Management software 30 supports various types of campaign programs.
  • the marketing automation/Campaign Management software 30 allows a user to quickly form cross-tabulations of records in the database using a cross-tabulation process 40 .
  • the marketing automation/Campaign Management software 30 is shown residing in storage 16 but could reside in storage in server 28 as part of a client-server arrangement, or can be configured in other manners.
  • a data set includes a plurality of records with record 33 being illustrative.
  • the record 33 can include an identifier field 34 a, as well as one or a plurality of fields 34 b corresponding to values that may be used in the marketing automation/Campaign Management software 30 .
  • the record 33 also includes a plurality of result fields 35 that are used by a modeling process (part of the marketing automation/Campaign Management software 30 or independent software on either the computer system 10 or the server 28 ) to record scores for the record 33 .
  • the record 33 can also include key fields (not shown) that are used to join and navigate between database tables (not shown). Typically, for each of the records, one (or more) of the fields would be a primary key for that record in the record's primary table and the others would be secondary keys for tables that it might be joined to according to some characteristic or search request.
  • cross-tabulation process 40 produces an n ⁇ n (e.g., a 4 ⁇ 4 cube or cross-tabulation structure) ( FIG. 6 ) of counts of occurrences of records 33 in the database 32 that have intersecting levels of data for different dimensions of data (fields) in the records 33 .
  • n ⁇ n e.g., a 4 ⁇ 4 cube or cross-tabulation structure
  • database 32 stores records 33 of potential contacts for the marketing automation/Campaign Management software 30 .
  • the records 33 have fields that specify an audience (e.g., customer ID), and for each audience ID, other attributes (e.g., age and income) of the customer.
  • audience e.g., customer ID
  • attributes e.g., age and income
  • Other examples of different audiences e.g., household, account, customer, business
  • types of data e.g., household, account, customer, business
  • types of records can be used.
  • the process 40 issues 42 , the queries of the form, Select ⁇ Audience ID(s)> from ⁇ DB table> where ⁇ query condition> order by ⁇ Audience ID(s)>′′ to the database 32 to retrieve lists of Customer IDs that satisfy each of the queries.
  • the ⁇ query condition> in each query is based on the boundary conditions for each of the levels or sublevels of a dimension.
  • the details in the flow chart of issuing the query is illustrative only to convey the sense that in one approach multiple queries are issued for the first dimension and thereafter multiple queries are issued for the second dimension and so forth. Other arrangements can be used of course.
  • the query set can be organized to search the database to retrieve Customer ID's over sublevels of ages and incomes, e.g., with age and income in this example each having four sublevels.
  • the queries in this case might be:
  • These queries return record identifiers, e.g., Customer ID's in a form of a list that are sorted 44 by Customer ID 14 into a like plurality of sub-lists.
  • sorting is part of the process performed by the database returning results from the queries.
  • the sub-lists that returned can be sorted using any efficient sorting technique.
  • the process merges 46 the returned lists according to intersections between age and income (dimensions of data in the sub-lists) by scanning the sub-lists to produce count information that is used to populate a cross-tabulation structure ( FIG. 6 ) to indicate how many records exist in each combination of age and income sublevels. While the database could contain a very large number, e.g., a billion or more rows or records, by applying the process 40 the results are obtained quickly.
  • the process 40 issues 42 four queries to produce sub-lists of customer ID's that are in age bracket 1 , customer ID's that are in age bracket 2 , customer ID's that are in age bracket 3 , and customer ID's that are in age bracket 4 .
  • the process also issues 42 four additional queries to produce sub-lists of customer ID's that are in income bracket a, customer ID's that are in income bracket b, customer ID's that are in income bracket c, and customer ID's that are in income bracket d.
  • the total number of queries in this example is 8, which is one query for each age bracket and one for each income bracket.
  • each list of customer ID's are already sorted by the database. Based on those 8 queries, the process sorts 44 if necessary and finds 46 the cross tabulation between qualifying age and income and populates the 4 ⁇ 4 cross-tabulation structure ( FIG. 6 ) as further explained below.
  • the database 32 (exemplary depiction) has records corresponding to 8 customers with customer ID's A-H and these customers have ages and incomes that fall within groups 1-4 and a-d as illustrated.
  • customer A has an age in sublevel 1 and an income in sublevel b
  • customer B has an age in sublevel 2 and an income in sublevel c and so forth.
  • the process 40 produces a master list 62 of all the customers here A-H and issues a query to return a sub-list 64 a of all Customer ID's that have ages that fall within sublevel 1 (which are Customer ID's A, C, and F).
  • the process issues a second query to return a sub-list 64 b of all Customer ID's that have ages that fall within sublevel 2, (which are Customer ID's B and E), a third query to return a sub-list 64 c of all Customer ID's that have ages that fall within sublevel 3, (which are Customer ID's D and G), and fourth query to return a sub-list 64 d of all Customer ID's that have age that fall within sublevel 4 (which is Customer ID H).
  • a second set of queries is issued for income, the second dimension of the structure.
  • the second set has a fifth query to return a sub-list 66 a of customer ID's for Income for “sublevel a” which are Customer ID's C and E.
  • a sixth query is issued to return a sub-list 66 b of customer ID's for income for “sublevel “b, which are Customer ID's A and D
  • a seventh query returns a sub-list 66 c of customer ID's for income for “sublevel c”, which are Customer ID's B
  • F and an eighth query is issued to return a sub-list 66 d of customer ID's for income for “sublevel d”, which are Customer ID's G and H.
  • the sorted lists 62 , 64 a - 64 d and 66 a - 66 d are indexed by cursors or pointers 63 , 67 a - 67 d and 69 a - 69 d respectively.
  • the process 40 merges 46 those lists by looking for intersections and thus generates a two dimensional array 80 having as dimensions the sublevels 1, 2, 3, 4, for the dimension “age” and the sublevels a, b, c and d for the dimension “income.”
  • the process 40 produces an n ⁇ n structure (e.g., 4 ⁇ 4) where n is the number of sub-lists for each dimension.
  • each cell of the structure 80 is an intersection corresponding to the sublevel of each dimension, age and income.
  • the cell is populated with a value that represents the number of times that there was an intersection (common Customer ID) between a sublevel of age and a sublevel of income.
  • scanning or merging 46 of the sub-lists is accomplished by initializing 46 a the cursors 63 , 67 a - 67 d and 69 a - 69 d at the top of each of the sub-lists 62 , 64 a - 64 d and 66 a - 66 d respectively to the value one ( FIG. 5 ).
  • the cursor 63 for list 62 points to a location where the first sorted ID (value Customer ID “A” in this example) is stored in the master list.
  • the cursor 67 a at list 64 a in this example also points to a location where the value Customer ID “A” is stored in the sub-list 64 a representing those customers that have an age that falls in age sublevel 1.
  • the cursor 67 b at list 64 b in this example points to a location where the value Customer ID “B” is stored and so forth.
  • the process 46 iterates over the lists in the first dimension to find the Customer ID “A” by reading 46 b the entry at the top of a first list comparing 46 c it to the current value in the master list and incrementing the index of the list being examined 46 d until the value Customer ID “A” is found. Finding that occurrence ends the loop if the lists are mutually exclusive, otherwise, an indication of a match is stored and the value of i is incremented to check the remaining lists.
  • the process 46 stores the indication that list 64 a had the value of Customer ID “A” and increments 46 f the value “n” to find the occurrence of A in the second dimension, e.g., sub-lists 66 a - 66 d corresponding to income.
  • the process loops through those lists till it finds Customer ID “A” in sub-list 66 b.
  • Finding of Customer ID A in both dimensions is an intersection of those two dimensions (Age and Income) so that the cell (1,b) in the two dimensional array 80 , in the simplest case, is incremented 46 h to have a value of “1” indicating that there was a intersection between income sublevel b and age sublevel 1.
  • computations other than count can be calculated (e.g., min, max, average, sum, etc. of some other attribute or field).
  • the cursors for the sub-lists (here sub-lists 64 a and 66 b ) where A was found are incremented 46 i.
  • the cursor 63 is also incremented 46 j for the customer list 62 to Customer ID “B” and the process repeats until all entries in the master list 62 have been used.
  • the merging process 46 scans down the lists by incrementing the cursors when merging 46 finds intersections of age and income. The intersections are used to populate the two-dimensional array 80 ( FIG. 6 ).
  • the single-pass scanning process can be visualized as popping each entry off of the list, analogous to incrementing pointers and popping entries off of stacks.
  • the entries are guaranteed to be in order because the entries are sorted.
  • the lists are sorted alphabetically if the values are text strings or numerically if they are numbers. Any sort order can be used as long as the sort criteria are consistent across the master list and all sub-lists.
  • the process 46 calculates the values for each cell in the structure 80 , which could be simple counts.
  • the process 46 scans all the lists in one pass.
  • the process goes down the master list 62 of CIDs and looks for a value of that CID in sub-lists 64 a - 64 d and 66 a - 66 d.
  • the process finds the value of the CID for all dimensions of data in the sub-lists 64 a - 64 d and 66 a - 66 d , the process performs the required calculations (e.g., adds the occurrence to the value already in the cell for computing simple counts) in the cross-table and increments only those cursors of cursors 67 a - 67 d and 69 a - 69 d of the sub-lists where the values were found.
  • the initial sorting of the results of the query allows the cross-tabulation structure to be constructed from a single linear pass through the sub-lists 64 a - 64 d and 66 a - 66 d.
  • the process 46 finds the CID in a sub-list of a dimension, the process 46 no longer needs to search through the other sub-lists for that dimension, as is indicated in 46 f of FIG. 7 . If the sub-lists of a dimension are not mutually exclusive, (i.e., the sub-lists may have common members and the queries used to form the sub-lists had overlapping boundaries), then once the process finds the CID in one sub-list of a dimension, the process still scans the remaining sub-lists of that dimension for additional occurrences of that value of CID.
  • the process 40 allows the user to specify the dimensions and the raw SQL statements, thus allowing the user to specify 2 dimensions, 3 dimensions, and so forth.
  • the process 40 executes the sets of queries for each specified dimension only once, while the construction of each structure is accomplished by a single-pass matching/merging process of the sorted ID lists.
  • the process 40 performs pre-aggregation of data for fast display/drilling by computing a structure quickly after some initial sorting operations.
  • the process 40 can work over multiple dimensions of data (e.g., age, income), where it is need to aggregate data over multiple dimensions (2 or more) for analysis avoiding an exponential growth problem situation.
  • the algorithm performs a very efficient 1-pass through the data.
  • the process 40 allows the user to specify the dimensions in a query statement, thus allowing the user to specify 2 dimensions, 3 dimensions, and so forth.
  • the process 40 executes sets of queries for each specified dimension only once, while constructing a structure by performing matching/merging processes on sorted ID lists, e.g., 64 a - 64 d and 66 a - 66 d.
  • the process 40 performs pre-aggregation of data for fast display/drill-down by computing structure 80 quickly.
  • the process can work over multiple dimensions of data, where it is needed to aggregate data over multiple dimensions for analysis while avoiding an exponential growth situation.
  • the algorithm performs a very efficient 1-pass through the data.
  • the process 40 provides a number of performance improvements over competing processes. For instance, speed of calculations is based on sum of the number of bins over all dimensions, though if multiple hierarchical levels of a dimension can be rolled up from lower levels, only queries for the lowest level of granularity need to be executed, further increasing the computational efficiency. For a single-dimension query, the computation is of order (n log n), where n is the number of rows of data being processed, assuming that the data is not sorted. For calculating multiple dimensions, the calculation is of the order of n log n times m, where m is the number of levels across all dimensions (or the number at the most granular levels across all dimensions if the hierarchy can be rolled up from lower levels).
  • the process 40 simplifies the queries that are required to be executed by the database 32 .
  • the cross-tabulation process 40 reduce the number of queries required from a geometric progression to a linear one, it also reduces the complexity of the queries to be executed. This adds to the performance advantage of this approach.
  • the process 40 can be used with more than two dimensions, e.g., adding a 3rd dimension (age, income, geography) to the example, requires 12 queries (assuming each dimension has 4 sublevels) to handle 64 total cells.
  • the number of required queries to execute the cross-tabulation 40 increases linearly (n+m+ . . . +x), where n, m, . . . , x represent the number of sublevels in each dimension, while analysis increases geometrically (n m* . . . *x).
  • FIG. 8 another example of a cross-tabulation structure 90 here having three dimensions is shown.
  • the third dimension e.g., territory
  • the number of cells thus increases by a factor of the number of levels of “territory.”
  • the table in FIG. 8 has age, income, and territory dimensions (each with 4 sublevels, and hence 64 cells in the structure 90 ).
  • the territory dimensions are denoted as W, X, Y and Z.
  • Computing efficiency for an increased number of dimensions is related to the number of levels in each dimension. For example, assume that along the age dimension is a top Level “All”, sublevels “Young
  • the number of queries is equal to not just number of bins in the lowest level, but the number of bins overall. In this case the number of queries would be 9 queries for the sub-sublevels, plus 3 queries for the sublevels for a total of 12 queries to generate the sublists for the AGE dimension. If the problem also now has 12 income dimensions, there are 144 cross intersections, but the process only has to issue 25 queries (12 for each dimension plus one query to generate the master list) to get the 144 cross-intersections. The more complex the levels are in a single dimension (both in depth as well as in the number of bins/granularity) and the larger are the number of dimensions, the higher the number of computations that are required.
  • Another feature of the technique is that the analysis can be easily performed over groups of cells. Assume that there are 50 groups of cells (which can be disjoint or overlapping) for which age and income computations are desired. Issuing queries would provide 50 lists of Ids for which 50 different cross tabulations would be computed. Thus, if there are 50 groups of cells for an age/income analysis, the process would combine (e.g., “OR”) all of the IDs into a single long master list, which is sorted and deduped (duplicates removed). Thereafter the process is similar to working on a single cell, except that indexes are also kept in each of the original 50 ID lists to determine which of the 50 cross-tabs are incremented as IDs are processed from the master list.
  • the process produces one cross-tabulation table (n ⁇ n structure) to hold the count for each of the groups.
  • the process scans down the master list, each of the 50 segment lists, and the dimension sub-lists in the single pass and aggregates values to the appropriate cross-tabulation cells.
  • the process can be expanded to perform other functions on the data represented in the database.
  • the process can provide average counts, minimum counts, maximum counts, a standard deviation of another variable (e.g., sum of account balances, averaged tenure), and so forth.
  • the additional variable(s) are brought back as part of the master list and are referenced for the required computations (rather than bringing the variable back with each sub-list).
  • the process can also compute non-intersection of cells.
  • age, income and territory are examples of 3 attributes or customer characteristic.
  • Other characteristics could be used as dimensions for instance, recency of purchase, frequency of purchase and an aggregate of amount of purchases so called RFM characteristics. Accordingly, other embodiments are within the scope of the following claims.

Abstract

Techniques for producing a cross tabulation are described. The techniques involve issuing a plurality of queries to a database. The queries are for each of at least one sublevel of data for each of at least one dimension of data associated with records in the database. The queries provide sublists of sorted identifiers for each one of the queries. The technique determines occurrences of intersections of levels of one dimension with levels of another dimension of the data associated with records in the database by traversing the sublists to detect intersections of the dimensions.

Description

    BACKGROUND
  • This invention relates to data mining and in particular to evaluating data from a database producing results similar to those of using on-line analytical processing (OLAP) but in a far more computationally efficient manner.
  • In problems such as in extracting market data from a database, data is often organized in dimensions that are in a hierarchy. For example, records are often assigned ID's and the records will have data for various attributes that a user may wish to track. An example of a dimension hierarchy might be age. The hierarchy of age can have levels as young, middle, and old. Within each of these levels of young, middle and old can be various numeral age groupings or sublevels such as young being 18-25 or 25-30; middle being 30-40 and 40-55; and old being 55-65 and 65 and over, and so forth. A second hierarchy might be income, with income having different levels and sublevels. Competing approaches to evaluate cross tabulations of age and income in this example use techniques where the number of computations is related to the number of dimensions and number of levels or sublevels of the data. For very complex or large number of dimensions, the computations increase at an exponential rate.
  • SUMMARY
  • According to an aspect of the present invention, a method of producing a cross tabulation, includes issuing a plurality of queries to a database, the queries being for multiple sublevels of data for multiple dimensions of data associated with records in the database to provide a sublist of sorted record identifiers for each one of the queries and determining occurrences of intersections of levels of one dimension with levels of another dimension of the data associated with records in the database by traversing the sub-lists to detect intersections of the dimensions.
  • According to a further aspect of the present invention, a computer program product resides on a computer readable medium. The computer program product is for producing a cross tabulation structure. The computer program includes instructions for causing a computer to issue a plurality of queries to a database, the queries being for multiple sublevels of data for multiple dimensions of data associated with records in the database to provide a sublist of sorted record identifiers for each one of the queries, determine occurrences of intersections of levels of one dimension with levels of another dimension of the data associated with records in the database by traversing the sub-lists to detect intersections of the dimensions, and indicate in a cross-tabulation structure each time an intersection of one dimension with levels of another dimension of the data is found.
  • According to a further aspect of the present invention, an apparatus includes a processor, a memory coupled to the processor, and a computer storage medium. The computer storage medium stores a computer program product for producing a cross tabulation structure. The computer program includes instructions which when executed in memory by the processor, causing the apparatus to issue a plurality of queries to a database, the queries being for multiple sublevels of data for multiple dimensions of data associated with records in the database to provide a sublist of sorted record identifiers for each one of the queries, determine occurrences of intersections of levels of one dimension with levels of another dimension of the data associated with records in the database by traversing the sub-lists to detect intersections of the dimensions and indicate in a cross-tabulation structure each time an intersection of one dimension with levels of another dimension of the data is found.
  • One or more aspects of the invention may provide one or more of the following advantages.
  • The process allows the user to specify the dimensions in a query statement, thus allowing the user to specify 2 dimensions, 3 dimensions, and so forth. The process executes sets of queries for each specified dimension only once, while construction of each structure is accomplished by matching/merging sorted ID lists. The process performs pre-aggregation of data for fast display/drill-down by computing a structure quickly after some initial sorting operations. The process can work over multiple dimensions of data, where it is needed to aggregate data over multiple dimensions for analysis while avoiding an exponential growth situation. The algorithm performs a very efficient 1-pass through the data.
  • The process provides a number of performance improvements over competing processes. For instance, the speed of calculations is based on the sum of the number of levels over all dimensions or the sum of the most granular number of levels for each dimension if the hierarchy can be rolled up from lower levels.
  • For a single-dimension query, the computation is of the order (n log n), where n is the number of rows of data being processed, assuming that the data is not sorted. For calculating multiple dimensions, the calculation is of the order of (n log n) times m, where m is the number of levels across all dimensions (or the number at the most granular levels across all dimensions if the hierarchy can be rolled up from lower levels). If the data is returned from a database with the fields already sorted, the calculation complexity is of the order (n×m). This approach can be 10 to 100 times faster than competing approaches which have a calculations on the order of n*the number of complex queries=f (number of dimensions and levels).
  • The details of one or more embodiments of the invention are set forth in the accompanying drawings and the description below. Other features, objects, and advantages of the invention will be apparent from the description and drawings, and from the claims.
  • DESCRIPTION OF DRAWINGS
  • FIG. 1 is a block diagram of a computer system accessing a database.
  • FIG. 2 is a block diagram an exemplary record in the database.
  • FIG. 3 is a flow chart of a cross-tabulation technique.
  • FIG. 4 is a block diagram of a table.
  • FIG. 5 is diagram depicting sorted lists and cursors.
  • FIG. 6 is a diagram depicting a two-dimension cross-tabulation structure.
  • FIG. 7 is a flow chart of a merging technique.
  • FIG. 8 is a diagram depicting a three-dimensional cross-tabulation structure.
  • DETAILED DESCRIPTION
  • Referring now to FIG. 1, a computer system 10 includes a CPU 12, main memory 14 and persistent storage device 16 all coupled via a computer bus 18. The system 10 also includes output devices such as a display 20 and a printer 22, as well as user-input devices such as a keyboard 24 and a mouse 26. Not shown in FIG. 1 but necessarily included in a system of FIG. 1 are software drivers and hardware interfaces to couple all the aforementioned elements to the CPU 12.
  • The computer system 10 also includes marketing automation/Campaign Management software 30 that resides in storage 16 and which operates in conjunction with a database 32. The marketing automation/Campaign Management software 30 supports various types of campaign programs. The marketing automation/Campaign Management software 30 allows a user to quickly form cross-tabulations of records in the database using a cross-tabulation process 40. The marketing automation/Campaign Management software 30 is shown residing in storage 16 but could reside in storage in server 28 as part of a client-server arrangement, or can be configured in other manners.
  • Referring now to FIG. 2, a data set includes a plurality of records with record 33 being illustrative. The record 33 can include an identifier field 34 a, as well as one or a plurality of fields 34 b corresponding to values that may be used in the marketing automation/Campaign Management software 30. The record 33 also includes a plurality of result fields 35 that are used by a modeling process (part of the marketing automation/Campaign Management software 30 or independent software on either the computer system 10 or the server 28) to record scores for the record 33. The record 33 can also include key fields (not shown) that are used to join and navigate between database tables (not shown). Typically, for each of the records, one (or more) of the fields would be a primary key for that record in the record's primary table and the others would be secondary keys for tables that it might be joined to according to some characteristic or search request.
  • Referring to FIG. 3, cross-tabulation process 40 produces an n×n (e.g., a 4×4 cube or cross-tabulation structure) (FIG. 6) of counts of occurrences of records 33 in the database 32 that have intersecting levels of data for different dimensions of data (fields) in the records 33.
  • However, the algorithm does not require the number of sublevels in each dimension to be equal (i.e., it works equally to generate an n×m structure). In an illustrated embodiment, database 32 stores records 33 of potential contacts for the marketing automation/Campaign Management software 30. The records 33 have fields that specify an audience (e.g., customer ID), and for each audience ID, other attributes (e.g., age and income) of the customer. Other examples of different audiences (e.g., household, account, customer, business), types of data, or different types of records can be used.
  • The process 40 initializes 41 a indices m and n to m=1 and n=1 and issues 41 b a master query to retrieve a list of unique record ID's, e.g., Customer ID's. The process 40 issues 42, the queries of the form, Select <Audience ID(s)> from <DB table> where <query condition> order by <Audience ID(s)>″ to the database 32 to retrieve lists of Customer IDs that satisfy each of the queries. The <query condition> in each query is based on the boundary conditions for each of the levels or sublevels of a dimension. The details in the flow chart of issuing the query is illustrative only to convey the sense that in one approach multiple queries are issued for the first dimension and thereafter multiple queries are issued for the second dimension and so forth. Other arrangements can be used of course.
  • In the example to be described, a count of customers with certain ages and incomes is desired. The query set can be organized to search the database to retrieve Customer ID's over sublevels of ages and incomes, e.g., with age and income in this example each having four sublevels. The queries in this case might be:
      • Select Cust_ID from TableX where Age<25 order by Cust_ID
      • Select Cust_ID from TableX where Age>=25 and Age<35 order by Cust_ID
      • Select Cust_ID from TableX where Age>=35 and Age<50 order by Cust_ID
      • Select Cust_ID from TableX where Age>=50 order by Cust_ID
      • Select Cust_ID from TableX where Age<18 order by Cust_ID
      • Select Cust_ID from TableY where Income<25000 order by Cust_ID
      • Select Cust_ID from TableY where Income>=25000 and Income<50000 order by Cust_ID
      • Select Cust_ID from TableY where Income>=50000 and Income<75000 order by Cust_ID
      • Select Cust_ID from TableY where Income>=75000 order by Cust_ID
  • These queries return record identifiers, e.g., Customer ID's in a form of a list that are sorted 44 by Customer ID 14 into a like plurality of sub-lists. In general, sorting is part of the process performed by the database returning results from the queries. Alternatively, the sub-lists that returned can be sorted using any efficient sorting technique. The process merges 46 the returned lists according to intersections between age and income (dimensions of data in the sub-lists) by scanning the sub-lists to produce count information that is used to populate a cross-tabulation structure (FIG. 6) to indicate how many records exist in each combination of age and income sublevels. While the database could contain a very large number, e.g., a billion or more rows or records, by applying the process 40 the results are obtained quickly.
  • In the illustrative embodiment of building a 4×4 cross-tabulation structure, the process 40 issues 42 four queries to produce sub-lists of customer ID's that are in age bracket 1, customer ID's that are in age bracket 2, customer ID's that are in age bracket 3, and customer ID's that are in age bracket 4. The process also issues 42 four additional queries to produce sub-lists of customer ID's that are in income bracket a, customer ID's that are in income bracket b, customer ID's that are in income bracket c, and customer ID's that are in income bracket d. The total number of queries in this example is 8, which is one query for each age bracket and one for each income bracket. There is no need for the number of brackets for each dimension to be the same as they are in this example. Ideally, each list of customer ID's are already sorted by the database. Based on those 8 queries, the process sorts 44 if necessary and finds 46 the cross tabulation between qualifying age and income and populates the 4×4 cross-tabulation structure (FIG. 6) as further explained below.
  • Referring to FIG. 4, the database 32 (exemplary depiction) has records corresponding to 8 customers with customer ID's A-H and these customers have ages and incomes that fall within groups 1-4 and a-d as illustrated. Thus, customer A has an age in sublevel 1 and an income in sublevel b, customer B has an age in sublevel 2 and an income in sublevel c and so forth.
  • Referring now to FIG. 5, the process 40 produces a master list 62 of all the customers here A-H and issues a query to return a sub-list 64 a of all Customer ID's that have ages that fall within sublevel 1 (which are Customer ID's A, C, and F). The process issues a second query to return a sub-list 64 b of all Customer ID's that have ages that fall within sublevel 2, (which are Customer ID's B and E), a third query to return a sub-list 64 c of all Customer ID's that have ages that fall within sublevel 3, (which are Customer ID's D and G), and fourth query to return a sub-list 64 d of all Customer ID's that have age that fall within sublevel 4 (which is Customer ID H).
  • A second set of queries is issued for income, the second dimension of the structure. The second set has a fifth query to return a sub-list 66 a of customer ID's for Income for “sublevel a” which are Customer ID's C and E. A sixth query is issued to return a sub-list 66 b of customer ID's for income for “sublevel “b, which are Customer ID's A and D, a seventh query returns a sub-list 66 c of customer ID's for income for “sublevel c”, which are Customer ID's B, and F and an eighth query is issued to return a sub-list 66 d of customer ID's for income for “sublevel d”, which are Customer ID's G and H.
  • Thus, between the two sets of queries (one set for age and one set for income), 8 queries are issued since each dimension of age and income has 4 sublevels. The number of queries issued is the sum of the number of sublevels, not the product. The sorted lists 62, 64 a-64 d and 66 a-66 d are indexed by cursors or pointers 63, 67 a-67 d and 69 a-69 d respectively.
  • Referring now to FIG. 6, the process 40 merges 46 those lists by looking for intersections and thus generates a two dimensional array 80 having as dimensions the sublevels 1, 2, 3, 4, for the dimension “age” and the sublevels a, b, c and d for the dimension “income.” The process 40 produces an n×n structure (e.g., 4×4) where n is the number of sub-lists for each dimension. Thus, each cell of the structure 80 is an intersection corresponding to the sublevel of each dimension, age and income. The cell is populated with a value that represents the number of times that there was an intersection (common Customer ID) between a sublevel of age and a sublevel of income.
  • Referring to FIG. 5 and FIG. 7, scanning or merging 46 of the sub-lists is accomplished by initializing 46 a the cursors 63, 67 a-67 d and 69 a-69 d at the top of each of the sub-lists 62, 64 a-64 d and 66 a-66 d respectively to the value one (FIG. 5). The merging process 46 also initializes indices of the lists 64 a-64 d and 66 a-66 d to the value one, which in FIG. 7 are represented as dimension n (age, income) and sub-lists i, where n=2 and i=4 (for both dimensions). Initially the cursor 63 for list 62 points to a location where the first sorted ID (value Customer ID “A” in this example) is stored in the master list. The cursor 67 a at list 64 a in this example also points to a location where the value Customer ID “A” is stored in the sub-list 64 a representing those customers that have an age that falls in age sublevel 1. The cursor 67 b at list 64 b in this example points to a location where the value Customer ID “B” is stored and so forth.
  • The process 46 iterates over the lists in the first dimension to find the Customer ID “A” by reading 46 b the entry at the top of a first list comparing 46 c it to the current value in the master list and incrementing the index of the list being examined 46 d until the value Customer ID “A” is found. Finding that occurrence ends the loop if the lists are mutually exclusive, otherwise, an indication of a match is stored and the value of i is incremented to check the remaining lists. The process 46 stores the indication that list 64 a had the value of Customer ID “A” and increments 46 f the value “n” to find the occurrence of A in the second dimension, e.g., sub-lists 66 a-66 d corresponding to income. The process loops through those lists till it finds Customer ID “A” in sub-list 66 b. Finding of Customer ID A in both dimensions is an intersection of those two dimensions (Age and Income) so that the cell (1,b) in the two dimensional array 80, in the simplest case, is incremented 46 h to have a value of “1” indicating that there was a intersection between income sublevel b and age sublevel 1. In variations, computations other than count can be calculated (e.g., min, max, average, sum, etc. of some other attribute or field).
  • After the Customer ID “A” is found in all dimensions (here two) the cursors for the sub-lists (here sub-lists 64 a and 66 b) where A was found are incremented 46 i. The cursor 63 is also incremented 46 j for the customer list 62 to Customer ID “B” and the process repeats until all entries in the master list 62 have been used.
  • The merging process 46 scans down the lists by incrementing the cursors when merging 46 finds intersections of age and income. The intersections are used to populate the two-dimensional array 80 (FIG. 6). The single-pass scanning process can be visualized as popping each entry off of the list, analogous to incrementing pointers and popping entries off of stacks. In the lists 62, 64 a-64 d and 66 a-66 d, the entries are guaranteed to be in order because the entries are sorted. The lists are sorted alphabetically if the values are text strings or numerically if they are numbers. Any sort order can be used as long as the sort criteria are consistent across the master list and all sub-lists.
  • The process 46 calculates the values for each cell in the structure 80, which could be simple counts. The process 46 scans all the lists in one pass. The process goes down the master list 62 of CIDs and looks for a value of that CID in sub-lists 64 a-64 d and 66 a-66 d. When the process finds the value of the CID for all dimensions of data in the sub-lists 64 a-64 d and 66 a-66 d, the process performs the required calculations (e.g., adds the occurrence to the value already in the cell for computing simple counts) in the cross-table and increments only those cursors of cursors 67 a-67 d and 69 a-69 d of the sub-lists where the values were found. Thus, the initial sorting of the results of the query allows the cross-tabulation structure to be constructed from a single linear pass through the sub-lists 64 a-64 d and 66 a-66 d.
  • If the sub-lists of a dimension are mutually exclusive (i.e., the sub-lists do not have common members and the queries used to from the sub-lists had disjoint boundaries), once the process 46 finds the CID in a sub-list of a dimension, the process 46 no longer needs to search through the other sub-lists for that dimension, as is indicated in 46 f of FIG. 7. If the sub-lists of a dimension are not mutually exclusive, (i.e., the sub-lists may have common members and the queries used to form the sub-lists had overlapping boundaries), then once the process finds the CID in one sub-list of a dimension, the process still scans the remaining sub-lists of that dimension for additional occurrences of that value of CID.
  • The process 40 allows the user to specify the dimensions and the raw SQL statements, thus allowing the user to specify 2 dimensions, 3 dimensions, and so forth. The process 40 executes the sets of queries for each specified dimension only once, while the construction of each structure is accomplished by a single-pass matching/merging process of the sorted ID lists.
  • The process 40 performs pre-aggregation of data for fast display/drilling by computing a structure quickly after some initial sorting operations. The process 40 can work over multiple dimensions of data (e.g., age, income), where it is need to aggregate data over multiple dimensions (2 or more) for analysis avoiding an exponential growth problem situation. The algorithm performs a very efficient 1-pass through the data.
  • The process 40 allows the user to specify the dimensions in a query statement, thus allowing the user to specify 2 dimensions, 3 dimensions, and so forth. The process 40 executes sets of queries for each specified dimension only once, while constructing a structure by performing matching/merging processes on sorted ID lists, e.g., 64 a-64 d and 66 a-66 d. The process 40 performs pre-aggregation of data for fast display/drill-down by computing structure 80 quickly. The process can work over multiple dimensions of data, where it is needed to aggregate data over multiple dimensions for analysis while avoiding an exponential growth situation. The algorithm performs a very efficient 1-pass through the data.
  • The process 40 provides a number of performance improvements over competing processes. For instance, speed of calculations is based on sum of the number of bins over all dimensions, though if multiple hierarchical levels of a dimension can be rolled up from lower levels, only queries for the lowest level of granularity need to be executed, further increasing the computational efficiency. For a single-dimension query, the computation is of order (n log n), where n is the number of rows of data being processed, assuming that the data is not sorted. For calculating multiple dimensions, the calculation is of the order of n log n times m, where m is the number of levels across all dimensions (or the number at the most granular levels across all dimensions if the hierarchy can be rolled up from lower levels). If the data is returned from a database with the fields already sorted, the calculation complexity is of the order (n×m). This approach can be 10 to 100 times faster than competing approaches which have calculations on the order of n*the number of complex queries=f (number of dimensions and levels).
  • Furthermore, the process 40 simplifies the queries that are required to be executed by the database 32. Two queries of the form “Field1=X” and “Field2=Y” are computationally more efficient to execute than a single query of the form “Field1=X AND Field2=Y”. Not only does the cross-tabulation process 40 reduce the number of queries required from a geometric progression to a linear one, it also reduces the complexity of the queries to be executed. This adds to the performance advantage of this approach.
  • The process 40 can be used with more than two dimensions, e.g., adding a 3rd dimension (age, income, geography) to the example, requires 12 queries (assuming each dimension has 4 sublevels) to handle 64 total cells. The number of required queries to execute the cross-tabulation 40 increases linearly (n+m+ . . . +x), where n, m, . . . , x represent the number of sublevels in each dimension, while analysis increases geometrically (n m* . . . *x).
  • Referring to FIG. 8, another example of a cross-tabulation structure 90 here having three dimensions is shown. In FIG. 8, the third dimension (e.g., territory) is added to the query to produce data from the database. The number of cells thus increases by a factor of the number of levels of “territory.” The table in FIG. 8 has age, income, and territory dimensions (each with 4 sublevels, and hence 64 cells in the structure 90). The territory dimensions are denoted as W, X, Y and Z. The number of queries that the process generates is 3×4=12 plus 1 query for the master list for a total of 13 queries. With the 13 queries, the process can handle 64 cells of accumulation (4*4*4).
  • Computing efficiency for an increased number of dimensions is related to the number of levels in each dimension. For example, assume that along the age dimension is a top Level “All”, sublevels “Young|Middle|Old”, and each of the sublevels are broken down into further sub-sublevels “16-21, 22-25, 26-30”, “31-35, 36-40, 41-50”, and “51-60, 61-70, 71+.” Thus, there is one level ALL, there are sublevels YOUNG, MID and OLD, and underneath the sublevels there are 9 additional sub-sublevels of numerical age groupings. In this situation, if a user wanted to completely compute the cross-product through all of the levels and be able to determine how many people are young what income at specified level, there would be a larger number of cells in the cube.
  • When upper levels can be easily computed from lower levels (i.e., the boundaries of lower levels roll up cleaning into upper levels), the number of queries that the process would issue would be equal to the sum of numbers of the lowest level per dimension. So the number of computations is equal to the sum across all dimensions over the number of bins in the lowest dimension.
  • If the bins overlap then the number of queries is equal to not just number of bins in the lowest level, but the number of bins overall. In this case the number of queries would be 9 queries for the sub-sublevels, plus 3 queries for the sublevels for a total of 12 queries to generate the sublists for the AGE dimension. If the problem also now has 12 income dimensions, there are 144 cross intersections, but the process only has to issue 25 queries (12 for each dimension plus one query to generate the master list) to get the 144 cross-intersections. The more complex the levels are in a single dimension (both in depth as well as in the number of bins/granularity) and the larger are the number of dimensions, the higher the number of computations that are required.
  • Another feature of the technique is that the analysis can be easily performed over groups of cells. Assume that there are 50 groups of cells (which can be disjoint or overlapping) for which age and income computations are desired. Issuing queries would provide 50 lists of Ids for which 50 different cross tabulations would be computed. Thus, if there are 50 groups of cells for an age/income analysis, the process would combine (e.g., “OR”) all of the IDs into a single long master list, which is sorted and deduped (duplicates removed). Thereafter the process is similar to working on a single cell, except that indexes are also kept in each of the original 50 ID lists to determine which of the 50 cross-tabs are incremented as IDs are processed from the master list. The process produces one cross-tabulation table (n×n structure) to hold the count for each of the groups. The process scans down the master list, each of the 50 segment lists, and the dimension sub-lists in the single pass and aggregates values to the appropriate cross-tabulation cells.
  • Other embodiments are possible for the computation of multiple segments for the same dimension. For instance, lists for each bin in each dimension can be periodically pre-computed for the entire population. Once these lists are generated, the process can use the arbitrary segments of population and compare them against the segmented list of customer IDs to find intersections. That is, no matter how many segments there are, the process does not need to issue any queries to get the lists for the dimension bins. This allows the process to generate cubes very fast for any segment without issuing any query for counts (and only issuing one query to get the fields that are needed to accumulate or process the cells of the cubes).
  • The process can be expanded to perform other functions on the data represented in the database. Thus, in addition to summing, the process can provide average counts, minimum counts, maximum counts, a standard deviation of another variable (e.g., sum of account balances, averaged tenure), and so forth. The additional variable(s) are brought back as part of the master list and are referenced for the required computations (rather than bringing the variable back with each sub-list). The process can also compute non-intersection of cells.
  • A number of embodiments of the invention have been described. Nevertheless, it will be understood that various modifications may be made without departing from the spirit and scope of the invention. For example, age, income and territory are examples of 3 attributes or customer characteristic. Other characteristics could be used as dimensions for instance, recency of purchase, frequency of purchase and an aggregate of amount of purchases so called RFM characteristics. Accordingly, other embodiments are within the scope of the following claims.

Claims (19)

1-48. (canceled)
49. A computer-implemented method of mining a database having records with each record including a record identifier and a plurality of dimensions, comprising:
issuing, to the database, a plurality of queries for multiple sublevels of data for a first dimension;
issuing, to the database, a plurality of queries for multiple sublevels of data for a second dimension;
receiving, from the database and for each one of the queries, a sub-list of record identifiers; and
identifying, by traversing the received sub-lists, an occurrence of an intersection of a sublevel of the first dimension with a sublevel of the second dimension.
50. The method of claim 49, wherein
a cross-tabulation structure is generated using the received sublists.
51. The method of claim 50, wherein
the cross-tabulation structure is a multiple-dimensional array having a structure dimensioned with
the number of sublevels for the first dimension and
the number of sublevels for the second dimension.
52. The method of claim 51, wherein
the identified occurrence of the intersection is used to populate the array, and
each cell in the array is populated based upon a total number of intersections for the sublevel in the first dimension and sublevel in the second dimension associated with the cell.
53. The method of claim 49, wherein
the occurrence is determined based upon a record identifier being found in a sublevel of the first dimension and a sublevel of the second dimension.
54. The method of claim 49, wherein
the plurality of dimensions includes three or more dimensions.
55. A computer program product, comprising:
a computer readable storage device having stored therein instructions for mining a database having records with each record including a record identifier and a plurality of dimensions,
the instructions, which when executed on a computer hardware system, cause the computer hardware system to perform:
issuing, to the database, a plurality of queries for multiple sublevels of data for a first dimension;
issuing, to the database, a plurality of queries for multiple sublevels of data for a second dimension;
receiving, from the database and for each one of the queries, a sub-list of record identifiers; and
identifying, by traversing the received sub-lists, an occurrence of an intersection of a sublevel of the first dimension with a sublevel of the second dimension.
56. The computer program product of claim 55, wherein
a cross-tabulation structure is generated using the received sublists.
57. The computer program product of claim 56, wherein
the cross-tabulation structure is a multiple-dimensional array having a structure dimensioned with
the number of sublevels for the first dimension and
the number of sublevels for the second dimension.
58. The computer program product of claim 57, wherein
the identified occurrence of the intersection is used to populate the array, and
each cell in the array is populated based upon a total number of intersections for the sublevel in the first dimension and sublevel in the second dimension associated with the cell.
59. The computer program product of claim 55, wherein the occurrence is determined based upon a record identifier being found in a sublevel of the first dimension and a sublevel of the second dimension.
60. The computer program product of claim 55, wherein the plurality of dimensions includes three or more dimensions.
61. A computer hardware system configured to mine a database having records with each record including a record identifier and a plurality of dimensions, comprising
at least one hardware processor configured to initiate the following operations:
issuing, to the database, a plurality of queries for multiple sublevels of data for a first dimension;
issuing, to the database, a plurality of queries for multiple sublevels of data for a second dimension;
receiving, from the database and for each one of the queries, a sub-list of record identifiers; and
identifying, by traversing the received sub-lists, an occurrence of an intersection of a sublevel of the first dimension with a sublevel of the second dimension.
62. The system of claim 61, wherein
a cross-tabulation structure is generated using the received sublists.
63. The system of claim 62, wherein
the cross-tabulation structure is a multiple-dimensional array having a structure dimensioned with
the number of sublevels for the first dimension and
the number of sublevels for the second dimension.
64. The system of claim 63, wherein
the identified occurrence of the intersection is used to populate the array, and
each cell in the array is populated based upon a total number of intersections for the sublevel in the first dimension and sublevel in the second dimension associated with the cell.
65. The system of claim 61, wherein
the occurrence is determined based upon a record identifier being found in a sublevel of the first dimension and a sublevel of the second dimension.
66. The system of claim 61, wherein
the plurality of dimensions includes three or more dimensions.
US14/966,006 2003-04-18 2015-12-11 Scalable computation of data Abandoned US20160098460A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/966,006 US20160098460A1 (en) 2003-04-18 2015-12-11 Scalable computation of data

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US10/418,337 US7870148B2 (en) 2003-04-18 2003-04-18 Scalable computation of data
US12/987,358 US9218391B2 (en) 2003-04-18 2011-01-10 Scalable computation of data
US14/966,006 US20160098460A1 (en) 2003-04-18 2015-12-11 Scalable computation of data

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/987,358 Continuation US9218391B2 (en) 2003-04-18 2011-01-10 Scalable computation of data

Publications (1)

Publication Number Publication Date
US20160098460A1 true US20160098460A1 (en) 2016-04-07

Family

ID=33159085

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/418,337 Expired - Fee Related US7870148B2 (en) 2003-04-18 2003-04-18 Scalable computation of data
US12/987,358 Expired - Fee Related US9218391B2 (en) 2003-04-18 2011-01-10 Scalable computation of data
US14/966,006 Abandoned US20160098460A1 (en) 2003-04-18 2015-12-11 Scalable computation of data

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US10/418,337 Expired - Fee Related US7870148B2 (en) 2003-04-18 2003-04-18 Scalable computation of data
US12/987,358 Expired - Fee Related US9218391B2 (en) 2003-04-18 2011-01-10 Scalable computation of data

Country Status (1)

Country Link
US (3) US7870148B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180089832A1 (en) * 2016-09-29 2018-03-29 Intel Corporation Place recognition algorithm
US20200195600A1 (en) * 2018-12-17 2020-06-18 Braze, Inc. Systems and methods for sending messages to users

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10325272B2 (en) * 2004-02-20 2019-06-18 Information Resources, Inc. Bias reduction using data fusion of household panel data and transaction data
US7949639B2 (en) * 2004-02-20 2011-05-24 Symphonyiri Group, Inc. Attribute segments and data table bias reduction
US10621203B2 (en) * 2007-01-26 2020-04-14 Information Resources, Inc. Cross-category view of a dataset using an analytic platform
US8160984B2 (en) * 2007-01-26 2012-04-17 Symphonyiri Group, Inc. Similarity matching of a competitor's products
US8504598B2 (en) * 2007-01-26 2013-08-06 Information Resources, Inc. Data perturbation of non-unique values
US20090006309A1 (en) 2007-01-26 2009-01-01 Herbert Dennis Hunt Cluster processing of an aggregated dataset
US9262503B2 (en) 2007-01-26 2016-02-16 Information Resources, Inc. Similarity matching of products based on multiple classification schemes
US20080294996A1 (en) * 2007-01-31 2008-11-27 Herbert Dennis Hunt Customized retailer portal within an analytic platform
US9411861B2 (en) * 2007-12-21 2016-08-09 International Business Machines Corporation Multiple result sets generated from single pass through a dataspace
US7916295B2 (en) * 2008-09-03 2011-03-29 Macronix International Co., Ltd. Alignment mark and method of getting position reference for wafer
US8620895B1 (en) * 2011-11-21 2013-12-31 Intuit Inc. Mapping organizational accounting codes to access business information
US8856126B2 (en) * 2012-10-10 2014-10-07 Oracle Financial Services Software Limited Simplifying grouping of data items stored in a database
CN103761307A (en) * 2014-01-22 2014-04-30 华为技术有限公司 Data processing device and data processing method

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6160549A (en) * 1994-07-29 2000-12-12 Oracle Corporation Method and apparatus for generating reports using declarative tools
US5915257A (en) * 1994-10-11 1999-06-22 Brio Technology, Inc. Cross tab analysis and reporting method
US5822751A (en) * 1996-12-16 1998-10-13 Microsoft Corporation Efficient multidimensional data aggregation operator implementation
US5899988A (en) * 1997-02-28 1999-05-04 Oracle Corporation Bitmapped indexing with high granularity locking
US5890151A (en) * 1997-05-09 1999-03-30 International Business Machines Corporation Method and system for performing partial-sum queries on a data cube
US5937408A (en) * 1997-05-29 1999-08-10 Oracle Corporation Method, article of manufacture, and apparatus for generating a multi-dimensional record structure foundation
US6161103A (en) * 1998-05-06 2000-12-12 Epiphany, Inc. Method and apparatus for creating aggregates for use in a datamart
US6263334B1 (en) * 1998-11-11 2001-07-17 Microsoft Corporation Density-based indexing method for efficient execution of high dimensional nearest-neighbor queries on large databases
US6493708B1 (en) * 2000-03-02 2002-12-10 Oracle Corporation Techniques for handling function-defined hierarchical dimensions
US6917940B1 (en) * 2000-03-10 2005-07-12 Hewlett-Packard Development Company, L.P. Olap-based customer behavior profiling method and system
US6915289B1 (en) * 2000-05-04 2005-07-05 International Business Machines Corporation Using an index to access a subject multi-dimensional database
US6658407B1 (en) * 2000-06-29 2003-12-02 Microsoft Corporation Clause-based relational queries
US6691120B1 (en) * 2000-06-30 2004-02-10 Ncr Corporation System, method and computer program product for data mining in a normalized relational database
US6684207B1 (en) * 2000-08-01 2004-01-27 Oracle International Corp. System and method for online analytical processing
US20020046116A1 (en) * 2000-09-08 2002-04-18 William Hohle System and method for loyalty program distribution and settlement
US6941303B2 (en) * 2000-09-20 2005-09-06 Ndsu Research Foundation System and method for organizing, compressing and structuring data for data mining readiness
US6606621B2 (en) * 2001-05-30 2003-08-12 Oracle International Corp. Methods and apparatus for aggregating sparse data
CA2366196A1 (en) * 2001-12-21 2003-06-21 Ibm Canada Limited-Ibm Canada Limitee Unique identification of sql cursor occurrences in repetitive, nested environment

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180089832A1 (en) * 2016-09-29 2018-03-29 Intel Corporation Place recognition algorithm
US10217221B2 (en) * 2016-09-29 2019-02-26 Intel Corporation Place recognition algorithm
US20200195600A1 (en) * 2018-12-17 2020-06-18 Braze, Inc. Systems and methods for sending messages to users
US11134049B2 (en) * 2018-12-17 2021-09-28 Braze, Inc. Systems and methods for sending messages to users

Also Published As

Publication number Publication date
US20110113026A1 (en) 2011-05-12
US7870148B2 (en) 2011-01-11
US9218391B2 (en) 2015-12-22
US20040210562A1 (en) 2004-10-21

Similar Documents

Publication Publication Date Title
US9218391B2 (en) Scalable computation of data
Yang Data preprocessing
US6272487B1 (en) Query optimization through the use of multi-column statistics to avoid the problems of non-indexed column correlation
US6829621B2 (en) Automatic determination of OLAP cube dimensions
US6912524B2 (en) Join synopsis-based approximate query answering
US7469241B2 (en) Efficient data aggregation operations using hash tables
US8015190B1 (en) Similarity-based searching
CN106991141B (en) Association rule mining method based on deep pruning strategy
US20030093424A1 (en) Dynamic update cube and hybrid query search method for range-sum queries
Wu et al. Promotion analysis in multi-dimensional space
US7047231B2 (en) Getpage-workload based index optimizer
Aggarwal et al. Mining associations with the collective strength approach
Agrawal et al. A One-Pass Space-E cient Algorithm for Finding Quantiles
Yoon et al. BitCube: clustering and statistical analysis for XML documents
WO2018059298A1 (en) Pattern mining method, high-utility item-set mining method and relevant device
Chan et al. Linear-space data structures for range minority query in arrays
Albrecht et al. Management of multidimensional aggregates for efficient online analytical processing
Nanopoulos et al. Efficient similarity search for market basket data
Bellatreche et al. Selection and pruning algorithms for bitmap index selection problem using data mining
US9268817B2 (en) Efficient evaluation of hierarchical cubes by non-blocking rollups and skipping levels
EP1195694A2 (en) Automatic determination of OLAP Cube dimensions
Imberman et al. Finding association rules from quantitative data using data booleanization
Golfarelli et al. The workload you have, the workload you would like
Brito et al. Efficient processing of drill-across queries over geographic data warehouses
Davis et al. Indexing in data warehouses: Bitmaps and beyond

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LEE, YUCHUN;KENNEDY, RUBY L.;CHEUNG, DAVID F.;SIGNING DATES FROM 20151112 TO 20151201;REEL/FRAME:037267/0534

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: ADVISORY ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION