CA2415183A1 - Performing spreadsheet-like calculations in a database system - Google Patents

Performing spreadsheet-like calculations in a database system Download PDF

Info

Publication number
CA2415183A1
CA2415183A1 CA002415183A CA2415183A CA2415183A1 CA 2415183 A1 CA2415183 A1 CA 2415183A1 CA 002415183 A CA002415183 A CA 002415183A CA 2415183 A CA2415183 A CA 2415183A CA 2415183 A1 CA2415183 A1 CA 2415183A1
Authority
CA
Canada
Prior art keywords
data
storing
relational
computer
relational structure
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.)
Granted
Application number
CA002415183A
Other languages
French (fr)
Other versions
CA2415183C (en
Inventor
Andrew Witkowski
Gregory Dorman
Fred Zemke
Martin Roth
Cetin Ozbutun
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.)
Oracle International Corp
Original Assignee
Oracle Corporation
Andrew Witkowski
Gregory Dorman
Fred Zemke
Martin Roth
Cetin Ozbutun
Oracle International Corporation
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 Oracle Corporation, Andrew Witkowski, Gregory Dorman, Fred Zemke, Martin Roth, Cetin Ozbutun, Oracle International Corporation filed Critical Oracle Corporation
Publication of CA2415183A1 publication Critical patent/CA2415183A1/en
Application granted granted Critical
Publication of CA2415183C publication Critical patent/CA2415183C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/283Multi-dimensional databases or data warehouses, e.g. MOLAP or ROLAP
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/954Relational
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99932Access augmentation or optimizing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99942Manipulating data structure, e.g. compression, compaction, compilation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure
    • Y10S707/99945Object-oriented database structure processing

Abstract

A method and system for performing spereadsheet-like operations in a databas e system is described herein. As explained, a database language is extended to introduce new clauses ("spreadsheet-like clauses"), for defining and executi ng spreadsheet-like operations on data contained within a RDBMS. According to o ne aspect of the invention, in response to receiving a database query that specifies an operation for manipulating data, data from a relational structu re is retrieved and stored in a non-relational structure that can be addressed as a multi-dimensional array. The operation specified in the database query is then performed on the data.

Claims (40)

1. A method for performing a database operation, comprising the computer-implemented steps of:
receiving a database query that specifies an operation for manipulating data;
in response to receiving said database query, performing the steps of, retrieving data from a relational structure;
storing the data in a non-relational structure that can be addressed as a mufti-dimensional array; and performing said operation specified in the database query on said data.
2. The method of Claim 1, wherein the step of storing the data in a structure comprises the step of storing the data in a structure that can be symbolically addressed as an n-dimensional array.
3. The method of Claim 1, further comprising the step of presenting in tabular format results from performing said operation.
4. The method of Claim 1, wherein the step of performing said operation comprises the step of automatically reordering the specified operations to allow the operation to be correctly performed on said data stored in said non-relational structure.
5. The method of Claim 1, wherein the step of performing said operation comprises the step of aggregating over a set of data information contained in multiple cells of said non-relational structure.
6. The method of Claim 1, wherein the step of performing said operation comprises the step of repeatedly performing a series of manipulations on said data until a particular criterion is satisfied.
7. A method for processing database query operations, comprising the computer-implemented steps of:

in response to receiving a database query that specifies an operation for manipulating data, performing the steps of, referencing data in a relational structure as if the data was stored in a multi-dimensional array;
retrieving the data from said relational structure; and performing said operation previously specified in said database query.
8. The method of Claim 7, wherein:
the step of receiving a database query that specifies an operation comprises the step of receiving a multi-dimensional array operation; and the step of referencing data in a relational structure comprises the step of referencing said data using said multi-dimensional array operation.
9. The method of Claim 7, wherein the step of retrieving the data comprises the step of retrieving the data from one or more relational database tables.
10. The method of Claim 7, further comprising the step of storing said data in a non-relational structure; and wherein the step of performing said operation comprises the step of performing said operation in reference to said data stored in said non-relational structure.
11. The method of Claim 7, wherein the step of performing said operation comprises the step of repeatedly performing a series of manipulations on said data until a particular criteria is satisfied.
12. A method for processing database query operations, comprising the computer-implemented steps of:
in response to receiving a database query that specifies an operation for manipulating data, performing the steps of, retrieving a first set of data from a first relational structure;
storing the first set of data in a non-relational structure; and manipulating the first set of data by performing the operation previously specified in the database query.
13. The method of Claim 12, wherein the step of retrieving a first set of data from a first relational structure comprises the step of retrieving said first set of data from a relational database.
14. The method of Claim 13, wherein the step of retrieving said first set of data from a relational database comprises the step of retrieving said first set of data from one or more tables within said a relational database.
15. The method of Claim 12, wherein the step of storing the first set of data in a non-relational structure comprises the step of storing the first set of data within a spreadsheet application.
16. The method of Claim 12, wherein the step of storing the first set of data in a non-relational structure comprises the step of storing the first set of data in a non-relational database application.
17. The method of Claim 12, wherein the step of storing the first set of data in a non-relational structure comprises the step of storing the first set of data within an n-dimensional array data structure.
18. The method of Claim 12, wherein the step of manipulating the first set of data comprises the steps of symbolically addressing the first set of data as n dimensional array information.
19. The method of Claim 12, further comprising the step of, after performing the step of manipulating the first set of data, storing in a second relational structure, result information based on performance of said operation.
20. The method of Claim 12, wherein the step of manipulating the first set of data comprises the step of repeatedly performing a series of manipulations on said first set of data until a particular criteria is satisfied.
21. A computer-readable medium carrying one or more sequences of instructions for performing a database operation, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the steps of:
receiving a database query that specifies an operation for manipulating data;
in response to receiving said database query, performing the steps of, retrieving data from a relational structure;
storing the data in a non-relational structure that can be addressed as a multi-dimensional array; and performing said operation specified in the database query on said data.
22. The computer-readable medium of Claim 21, wherein the step of storing the data in a structure comprises the step of storing the data in a structure that can be symbolically addressed as an n-dimensional array.
23. The computer-readable medium of Claim 21, further comprising instructions for performing the step of presenting in tabular format results from performing said operation.
24. The computer-readable medium of Claim 21, wherein the step of performing said operation comprises the step of automatically reordering the specified operations to allow the operation to be correctly performed on said data stored in said non-relational structure.
25. The computer-readable medium of Claim 21, wherein the step of performing said operation comprises the step of aggregating over a set of data information contained in multiple cells of said non-relational structure.
26. The computer-readable medium of Claim 21, wherein the step of performing said operation comprises the step of repeatedly performing a series of manipulations on said data until a particular criterion is satisfied.
27. A computer-readable medium carrying one or more sequences of instructions for processing database query operations, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the steps of:

in response to receiving a database query that specifies an operation for manipulating data, performing the steps of, referencing data in a relational structure as if the data was stored in a multi-dimensional array;
retrieving the data from said relational structure; and performing said operation previously specified in said database query.
28. The computer-readable medium of Claim 27, wherein:
the step of receiving a database query that specifies an operation comprises the step of receiving a multi-dimensional array operation; and the step of referencing data in a relational structure comprises the step of referencing said data using said multi-dimensional array operation.
29. The computer-readable medium of Claim 27, wherein the step of retrieving the data comprises the step of retrieving the data from one or more relational database tables.
30. The computer-readable medium of Claim 27, further comprising instructions for performing the step of storing said data in a non-relational structure; and wherein the step of performing said operation comprises the step of performing said operation in reference to said data stored in said non-relational structure.
31. The computer-readable medium of Claim 27, wherein the step of performing said operation comprises the step of repeatedly performing a series of manipulations on said data until a particular criteria is satisfied.
32. A computer-readable medium carrying one or more sequences of instructions for processing database query operations, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the steps of:
in response to receiving a database query that specifies an operation for manipulating data, performing the steps of, retrieving a first set of data from a first relational structure;
storing the first set of data in a non-relational structure; and manipulating the first set of data by performing the operation previously specified in the database query.
33. The computer-readable medium of Claim 32, wherein the step of retrieving a first set of data from a first relational structure comprises the step of retrieving said first set of data from a relational database.
34. The computer-readable medium of Claim 33, wherein the step of retrieving said first set of data from a relational database comprises the step of retrieving said first set of data from one or more tables within said a relational database.
35. The computer-readable medium of Claim 32, wherein the step of storing the first set of data in a non-relational structure comprises the step of storing the first set of data within a spreadsheet application.
36. The computer-readable medium of Claim 32, wherein the step of storing the first set of data in a non-relational structure comprises the step of storing the first set of data in a non-relational database application.
37. The computer-readable medium of Claim 32, wherein the step of storing the first set of data in a non-relational structure comprises the step of storing the first set of data within an n-dimensional array data structure.
38. The computer-readable medium of Claim 32, wherein the step of manipulating the first set of data comprises the steps of symbolically addressing the first set of data as n-dimensional array information.
39. The computer-readable medium of Claim 32, further comprising instructions for performing the step of, after performing the step of manipulating the first set of data, storing in a second relational structure, result information based on performance of said operation.
40. The computer-readable medium of Claim 32, wherein the step of manipulating the first set of data comprises the step of repeatedly performing a series of manipulations on said first set of data until a particular criteria is satisfied.
CA2415183A 2000-07-13 2001-06-20 Performing spreadsheet-like calculations in a database system Expired - Lifetime CA2415183C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US21885100P 2000-07-13 2000-07-13
US60/218,851 2000-07-13
PCT/US2001/041094 WO2002006999A2 (en) 2000-07-13 2001-06-20 Performing spreadsheet-like calculations in a database system

Publications (2)

Publication Number Publication Date
CA2415183A1 true CA2415183A1 (en) 2002-01-24
CA2415183C CA2415183C (en) 2011-01-11

Family

ID=22816749

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2415183A Expired - Lifetime CA2415183C (en) 2000-07-13 2001-06-20 Performing spreadsheet-like calculations in a database system

Country Status (9)

Country Link
US (1) US6985895B2 (en)
EP (1) EP1323066B1 (en)
JP (1) JP4465147B2 (en)
AT (1) ATE373272T1 (en)
AU (2) AU2002222963B2 (en)
CA (1) CA2415183C (en)
DE (1) DE60130475T2 (en)
HK (1) HK1052777B (en)
WO (1) WO2002006999A2 (en)

Families Citing this family (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7228300B2 (en) 1998-10-05 2007-06-05 Oracle International Corporation Caching the results of security policy functions
US8275974B2 (en) * 2001-01-16 2012-09-25 Outlooksoft Corporation Systems and methods providing dynamic spreadsheet functionality
US7251776B2 (en) * 2001-07-13 2007-07-31 Netview Technologies, Inc. System and method for efficiently and flexibly utilizing spreadsheet information
US6907422B1 (en) * 2001-12-18 2005-06-14 Siebel Systems, Inc. Method and system for access and display of data from large data sets
DE10300334A1 (en) * 2003-01-02 2004-07-22 Kalsbach, Jörg Evaluating mass data using online analytical processing, by determining keys and weightings for all base data elements and evaluation formula
WO2004092977A2 (en) * 2003-04-18 2004-10-28 International Business Machines Corporation System and method in a data table for creating recursive scalable template instances
US7320083B2 (en) * 2003-04-23 2008-01-15 Dot Hill Systems Corporation Apparatus and method for storage controller to deterministically kill one of redundant servers integrated within the storage controller chassis
US7243096B2 (en) * 2003-04-29 2007-07-10 International Business Machines Corporation Method and system in an electronic data table for managing order oriented criteria
CA2427202A1 (en) * 2003-04-30 2004-10-30 Ibm Canada Limited - Ibm Canada Limitee Method and system for aggregation subquery join elimination
US7530012B2 (en) * 2003-05-22 2009-05-05 International Business Machines Corporation Incorporation of spreadsheet formulas of multi-dimensional cube data into a multi-dimensional cube
CA2429910A1 (en) * 2003-05-27 2004-11-27 Cognos Incorporated System and method of query transformation
US7530013B2 (en) * 2003-06-13 2009-05-05 Ultimate Risk Solutions, Llc Optimizer of interdependent information
US7233956B2 (en) * 2003-08-12 2007-06-19 International Business Machines Corporation Method and apparatus for data migration between databases
US7251650B2 (en) * 2003-08-25 2007-07-31 International Business Machines Corporation Method, system, and article of manufacture for processing updates to insert operations
US7979384B2 (en) * 2003-11-06 2011-07-12 Oracle International Corporation Analytic enhancements to model clause in structured query language (SQL)
FR2864275A1 (en) * 2003-12-19 2005-06-24 Thales Sa METHOD FOR UPDATING A DATABASE CREATED WITH A TABLET
US7676453B2 (en) * 2004-04-22 2010-03-09 Oracle International Corporation Partial query caching
US7664804B2 (en) * 2004-06-01 2010-02-16 Microsoft Corporation Method, system, and apparatus for exposing workbook ranges as data sources
US7707490B2 (en) * 2004-06-23 2010-04-27 Microsoft Corporation Systems and methods for flexible report designs including table, matrix and hybrid designs
US20060026498A1 (en) * 2004-07-30 2006-02-02 Microsoft Corporation Systems and methods for controlling report properties based on aggregate scope
US7559023B2 (en) 2004-08-27 2009-07-07 Microsoft Corporation Systems and methods for declaratively controlling the visual state of items in a report
US20060085386A1 (en) * 2004-10-19 2006-04-20 Microsoft Corporation Two pass calculation to optimize formula calculations for a spreadsheet
US7590972B2 (en) * 2004-10-28 2009-09-15 Cogency Software, Inc. Role-oriented development environment
US7779008B2 (en) * 2005-02-16 2010-08-17 Oracle International Corporation Parallel partition-wise aggregation
US20080010237A1 (en) * 2006-07-06 2008-01-10 American Express Travel Related Services Company, Inc. System and Method for Managing Multi-Dimensional Data
US20080140623A1 (en) * 2006-12-11 2008-06-12 Microsoft Corporation Recursive reporting via a spreadsheet
US7779031B2 (en) * 2007-02-15 2010-08-17 International Business Machines Corporation Multidimensional query simplification using data access service having local calculation engine
US20080222601A1 (en) * 2007-03-06 2008-09-11 Cauvin Kenneth L Method and system for processing data contained within COBOL or PL/I record description entries and storage medium for storing instructions which effectuate the method
US9715710B2 (en) * 2007-03-30 2017-07-25 International Business Machines Corporation Method and system for forecasting using an online analytical processing database
US20080294612A1 (en) * 2007-05-22 2008-11-27 It-Workplace Method For Generating A Representation Of A Query
US7747657B2 (en) * 2007-06-08 2010-06-29 International Business Machines Corporation Mapping hierarchical data from a query result into a tabular format with jagged rows
US20090108858A1 (en) * 2007-10-24 2009-04-30 Industrial Technology Research Institute Methods and systems for calibrating rc circuits
US7836100B2 (en) * 2007-10-26 2010-11-16 Microsoft Corporation Calculating and storing data structures including using calculated columns associated with a database system
US8140549B2 (en) 2007-10-31 2012-03-20 Juan Carlos Barinaga Methods and arrangements of processing and presenting information
US9164978B2 (en) * 2008-06-17 2015-10-20 Microsoft Technology Licensing, Llc Identifying objects within a multidimensional array
US9424287B2 (en) * 2008-12-16 2016-08-23 Hewlett Packard Enterprise Development Lp Continuous, automated database-table partitioning and database-schema evolution
AU2010302939B2 (en) * 2009-09-29 2013-06-06 Zap Holdings Limited A content based approach to extending the form and function of a business intelligence system
US20110161796A1 (en) * 2009-12-31 2011-06-30 Edward Charles Laikin FormDB: a process to create a forms database in Excel without user programming
US9069747B2 (en) 2010-08-26 2015-06-30 Sap Se Methods, apparatus, systems and computer readable mediums for use in association with electronic spreadsheets
US8479089B2 (en) * 2011-03-08 2013-07-02 Certusoft, Inc. Constructing and applying a constraint-choice-action matrix for decision making
US11093702B2 (en) 2012-06-22 2021-08-17 Microsoft Technology Licensing, Llc Checking and/or completion for data grids
US10685062B2 (en) 2012-12-31 2020-06-16 Microsoft Technology Licensing, Llc Relational database management
US9626397B2 (en) * 2013-02-13 2017-04-18 Business Objects Software Limited Discounted future value operations on a massively parallel processing system and methods thereof
US9619210B2 (en) 2015-05-14 2017-04-11 Walleye Software, LLC Parsing and compiling data system queries
US10521431B2 (en) * 2016-05-09 2019-12-31 Sap Se Relational conversion of multiprovider operations in a calculation scenario for executing a query
US10102241B2 (en) * 2016-05-20 2018-10-16 Microsoft Technology Licensing, Llc Detecting errors in spreadsheets
US10366082B2 (en) 2016-12-09 2019-07-30 Oracle International Corporation Parallel processing of queries with inverse distribution function
US11222172B2 (en) 2017-05-18 2022-01-11 Lakebolt Research System and method for reactive computing
US11354494B2 (en) 2017-07-10 2022-06-07 Adaptam Inc. Methods and systems for connecting a spreadsheet to external data sources with formulaic specification of data retrieval
US10198469B1 (en) 2017-08-24 2019-02-05 Deephaven Data Labs Llc Computer data system data source refreshing using an update propagation graph having a merged join listener
US11036929B2 (en) 2017-11-15 2021-06-15 Adaptam Inc. Methods and systems for connecting a spreadsheet to external data sources with ordered formulaic use of data retrieved
US11416262B1 (en) * 2018-05-22 2022-08-16 Workday, Inc. Systems and methods for improving computational speed of planning by enabling interactive processing in hypercubes
AU2018449013A1 (en) 2018-11-12 2021-05-20 Hanyi Bio-Technology (Beijing) Co., Ltd Use of cannabinoid compound in neurodermatitis treatment
US11086894B1 (en) 2019-06-25 2021-08-10 Amazon Technologies, Inc. Dynamically updated data sheets using row links
US11194793B1 (en) * 2019-06-25 2021-12-07 Amazon Technologies, Inc. Dynamically materialized views for sheets based data
US11657217B2 (en) 2020-06-26 2023-05-23 Adaptam Inc. Methods and systems for presenting drop-down, pop-up or other presentation of a multi-value data set in a spreadsheet cell
CN112925800A (en) * 2021-02-26 2021-06-08 平安普惠企业管理有限公司 Data dependency judgment method and device, computer equipment and storage medium
US11880381B1 (en) * 2023-07-13 2024-01-23 Snowflake Inc. Notebooks with predictable behavior

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5319777A (en) * 1990-10-16 1994-06-07 Sinper Corporation System and method for storing and retrieving information from a multidimensional array
US5359724A (en) * 1992-03-30 1994-10-25 Arbor Software Corporation Method and apparatus for storing and retrieving multi-dimensional data in computer memory
JP4121566B2 (en) * 1993-03-23 2008-07-23 株式会社野村総合研究所 How to extract data from a database
EP0667586A3 (en) * 1994-02-14 1996-08-28 Digital Equipment Corp Database generator.
US5943668A (en) * 1997-06-30 1999-08-24 International Business Machines Corporation Relational emulation of a multi-dimensional database
US5978796A (en) * 1997-06-30 1999-11-02 International Business Machines Corporation Accessing multi-dimensional data by mapping dense data blocks to rows in a relational database
EP1031087A1 (en) * 1997-07-18 2000-08-30 Net Exchange, Inc. Apparatus and method for effecting correspondent-centric electronic mail
JPH11161656A (en) * 1997-11-27 1999-06-18 Asahi Chem Ind Co Ltd Data base retrieval and extraction system and recording medium in which control program for data base retrieval and extraction is recorded
US6298342B1 (en) * 1998-03-16 2001-10-02 Microsoft Corporation Electronic database operations for perspective transformations on relational tables using pivot and unpivot columns
US6317750B1 (en) * 1998-10-26 2001-11-13 Hyperion Solutions Corporation Method and apparatus for accessing multidimensional data
US6408292B1 (en) * 1999-08-04 2002-06-18 Hyperroll, Israel, Ltd. Method of and system for managing multi-dimensional databases using modular-arithmetic based address data mapping processes on integer-encoded business dimensions
US7761403B2 (en) 2001-06-20 2010-07-20 Oracle International Corporation Run-time optimizations of queries with SQL spreadsheet
US7177855B2 (en) 2001-06-20 2007-02-13 Oracle International Corporation Compile-time optimizations of queries with SQL spreadsheet

Also Published As

Publication number Publication date
AU2296302A (en) 2002-01-30
HK1052777A1 (en) 2003-09-26
US20020059203A1 (en) 2002-05-16
DE60130475T2 (en) 2008-06-19
WO2002006999A3 (en) 2003-03-13
US6985895B2 (en) 2006-01-10
EP1323066A2 (en) 2003-07-02
HK1052777B (en) 2007-11-09
JP4465147B2 (en) 2010-05-19
CA2415183C (en) 2011-01-11
EP1323066B1 (en) 2007-09-12
JP2004504672A (en) 2004-02-12
AU2002222963B2 (en) 2007-05-10
ATE373272T1 (en) 2007-09-15
WO2002006999A2 (en) 2002-01-24
DE60130475D1 (en) 2007-10-25

Similar Documents

Publication Publication Date Title
CA2415183A1 (en) Performing spreadsheet-like calculations in a database system
US8438152B2 (en) Techniques for bushy tree execution plans for snowstorm schema
US7389283B2 (en) Method for determining an optimal grid index specification for multidimensional data
US6751628B2 (en) Process and system for sparse vector and matrix representation of document indexing and retrieval
US6775681B1 (en) Evaluation of grouping sets by reduction to group-by clause, with or without a rollup operator, using temporary tables
US7530012B2 (en) Incorporation of spreadsheet formulas of multi-dimensional cube data into a multi-dimensional cube
US6272487B1 (en) Query optimization through the use of multi-column statistics to avoid the problems of non-indexed column correlation
US7158996B2 (en) Method, system, and program for managing database operations with respect to a database table
US6721731B2 (en) Method, system, and program for processing a fetch request for a target row at an absolute position from a first entry in a table
US6775682B1 (en) Evaluation of rollups with distinct aggregates by using sequence of sorts and partitioning by measures
US7844623B2 (en) Method to provide management of query output
US8554761B1 (en) Transforming a single-table join predicate into a pseudo-join predicate
US6366902B1 (en) Using an epoch number to optimize access with rowid columns and direct row access
US9411861B2 (en) Multiple result sets generated from single pass through a dataspace
US20040236767A1 (en) Efficient SQL access to multidimensional data
US20120036111A1 (en) Virtual columns
US20090150336A1 (en) Partitioning in virtual columns
US6343286B1 (en) Efficient technique to defer large object access with intermediate results
US8001112B2 (en) Using multidimensional access as surrogate for run-time hash table
US8046352B2 (en) Expression replacement in virtual columns
KR20060112191A (en) Sql language extensions for modifying collection-valued and scalar valued columns in a single statement
US6285994B1 (en) Method and system for efficiently searching an encoded vector index
US6438541B1 (en) Method and article for processing queries that define outer joined views
US20060136380A1 (en) System and method for executing a multi-table query
US6925463B2 (en) Method and system for query processing by combining indexes of multilevel granularity or composition

Legal Events

Date Code Title Description
EEER Examination request
MKEX Expiry

Effective date: 20210621