WO2006041886A2 - System, method and computer program for successive approximation of query results - Google Patents

System, method and computer program for successive approximation of query results Download PDF

Info

Publication number
WO2006041886A2
WO2006041886A2 PCT/US2005/035764 US2005035764W WO2006041886A2 WO 2006041886 A2 WO2006041886 A2 WO 2006041886A2 US 2005035764 W US2005035764 W US 2005035764W WO 2006041886 A2 WO2006041886 A2 WO 2006041886A2
Authority
WO
WIPO (PCT)
Prior art keywords
recited
query
data elements
result
approximation
Prior art date
Application number
PCT/US2005/035764
Other languages
French (fr)
Other versions
WO2006041886A3 (en
Inventor
David R. Scherer
David A. Rosenthal
Original Assignee
Visual Sciences, Llc
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 Visual Sciences, Llc filed Critical Visual Sciences, Llc
Priority to AU2005294416A priority Critical patent/AU2005294416A1/en
Priority to CA002580687A priority patent/CA2580687A1/en
Priority to JP2007534900A priority patent/JP5176012B2/en
Priority to EP05801975A priority patent/EP1820123A4/en
Publication of WO2006041886A2 publication Critical patent/WO2006041886A2/en
Publication of WO2006041886A3 publication Critical patent/WO2006041886A3/en

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/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2462Approximate or statistical queries
    • 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/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99934Query formulation, input preparation, or translation
    • 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

Definitions

  • the present invention relates generally to systems and methods for analyzing and querying data. More particularly, the present invention relates to systems and methods for incrementally approximating a query result, optionally until the query result is produced exactly upon completion.
  • a method for generating a succession of approximations of the result R of a query on a plurality of data elements D.
  • the method includes the steps of (a) computing the result Ai of the query on a sample Sj of D; (b) computing an approximation Bi of the result R based upon at least the result A; and (c) generating a succession of approximations by performing steps (a) and (b) multiple times i with different Sj.
  • a system is provided for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device.
  • the system includes a processor unit configured to access the data storage device and to (a) compute the result Aj of the query on a sample S 1 of the plurality of data elements D; (b) compute an approximation Bi of the result R based upon at least the result A 1 ; and (c) generate a succession of approximations by performing (a) and (b) multiple times i with different samples Si.
  • a computer program for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device.
  • the computer program is stored on a computer readable medium includes a first code segment for accessing the data storage device and computing the result Ai of the query on a sample Sj of the plurality of data elements D.
  • the computer program further includes a second code segment for computing an approximation Bj of the result R based upon at least the result Aj.
  • the computer program also includes a third code segment for generating a succession of approximations by executing the first and second code segments multiple times i with different samples S 1 .
  • a method for for generating a succession of approximations of the result R of a query on a plurality of data elements D.
  • the method includes (a) steps for computing the result Aj of the query on a sample Si of D; (b) steps for computing an approximation Bj of the result R based upon at least the result A; and (c) steps for generating a succession of approximations by performing steps (a) and (b) multiple times i with different Si .
  • a system is provided for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device.
  • the system includes a processor means for accessing the data storage device and (a) computing the result Aj of the query on a sample Si of the plurality of data elements D; (b) computing an approximation B 1 of the result R based upon at least the result A; and (c) generating a succession of approximations by performing (a) and (b) multiple times i with different samples S 1 .
  • a system for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device.
  • the system includes a client user interface that is coupled with a data network and configured to build a query request and transmit the query request to a processing means via the data network.
  • the client user interface receives and displays the successive approximation.
  • the processing means (a) computes the result A 1 of the query on a sample S 1 of the plurality of data elements D; (b) computes an approximation Bj of the result R based upon at least the result A; (c) generates a succession of approximations by performing (a) and (b) multiple times i with different samples Si, and (d) transmits the succession of approximations to the client user interface.
  • FIG. 1 is a flow chart of an exemplary SAQR method
  • FIG. 2 is a block diagram of a computer processor arrangement which may be used to implement the present invention.
  • FIG. 3 illustrates an exemplary display according to an embodiment of the present invention.
  • Successive Approximation of Query Results is a novel method for producing successive approximations of a query result until the query is finished.
  • a “query” can be expressed as a mathematical function Q from a list of data elements (data list), where each data element is a member of "domain” D, to a result that is a member of "range” R; [0020] Q : list(D) ⁇ R [0021] We refer to the application of a query function Q to a data list X as a
  • a query function is considered to be a "bag function" if permuting the data list does not alter the query result.
  • a query function can be "incrementally evaluated” if there is an "update function" U from a previous result (i.e., a member of R), and a data element (also a member of D), to a new result (also a member of R), such that when U is applied to the result of a query Q on a list of data elements and to a new data element, its result is equal to the result of the query Q on the list formed by appending the new data element to the list.
  • U i.e., a member of R
  • D data element
  • new result also a member of R
  • Equation function A from a result (i.e., a member of R), a sample size (which is a member of the set of natural numbers N), and a population size (also a member of N), to a new result (also a member of R), such that given a sufficiently large random or pseudo-random sample of the data, the result of A applied to query Q applied to the sample, the number of data elements in the sample, and the number of data elements in the data, is a useful approximation of the result of Q applied to the data. This is represented by the following: [0025] A : (R x N x N) ⁇ R;
  • (s sample(a)) -> • A( Q(s),
  • ) is a useful approximation of Q(a).
  • an approximation function produces an approximation of higher expected accuracy (i.e. lower expected error with respect to Q(a)) when given the result of a query on a larger sample, and produces exactly the result of the query on the population when given the entire population (i.e. A(Q(a),
  • ) Q(a)).
  • a query function which is a bag function and which can be approximated from a sample can be successively approximated by the method of the present invention. The preferred embodiment described next additionally requires that the query function can be incrementally evaluated.
  • a flow chart is shown of a method of querying data using SAQR according to an embodiment of the present invention.
  • ; d : rpdata[count] .
  • an approximation function can be applied to the result, the count, and the total number of data elements to yield an approximation of Q(data) at step S1-4.
  • the approximation can be displayed at step S1-5 to a user or output to another process while the computation is in progress.
  • step S 6 If further iterations are required (S1-6), then the next iteration of the query is evaluated. When all iterations are complete, the query result r is generated at step S 1-7. Since at this point, the query has been exercised for all data, the result r is exactly equal to Q(data). At this point, the query result r can be displayed to a user, stored or output to another process.
  • the method of the present invention evaluates a query and generates an approximate query result on successively larger samples, thereby outputting successively better approximations until the query has considered the entire population of data.
  • each sample comprises the previous sample and one additional data element, so that to proceed to the next larger sample, the update function need only be applied once. Assuming that the approximation function is efficient and disregarding the cost of the random permutation, this process will take asymptotically no longer than evaluating the query on the entire data list using the update function.
  • a data list can be maintained in a random permutation when new data elements are inserted by inserting each element at a random location in the permutation.
  • sorting by a deterministic pseudo-random value, or a hash of some function of a data element which yields a different value for each data element may be used to generate the permutation without affecting the quality of the approximation.
  • the data elements could be divided into two or more samples, which may be concatenated. Each data elements should fall into one sample, and each data element falls into a given sample with equal and independent probability.
  • the concatenation of these samples which are not necessarily in a random order internally, is not a random permutation. However, if approximations are taken only at the boundary between samples, the results will still be valid and accurate.
  • a very simple embodiment of the invention is to generate a small sample of the data elements, quickly evaluate the query over the small sample to generate a first approximation, and evaluate the query over the entire data list to generate a second approximation which is the exact result.
  • the present invention it is possible to terminate the query at any point in time without producing an exact query result.
  • the approximation result could be output based upon the final iteration before termination.
  • the query might be terminated early because, in a particular application, it can be determined based on statistical properties from the approximation function that the approximate result output is sufficiently accurate for its purposes. It might also be done because the result of the query is no longer useful due to changing circumstances.
  • A( (r,s),n 1 N ) ( A R (r,n,N), A s (s,n,N) ) .
  • the result domain is augmented with the results of the individual queries, even though these might not be needed in the output, so that they can be used by the individual queries' update functions.
  • An implementation might not choose to evaluate F in the update function at all.
  • A( (f,r,s), n, N ) ( F(A R (r,n,N), A s (s,n,N)), A R (r,n,N), A s (s,n,N) ) .
  • Q(data) Concatenate
  • PredA(d) ⁇ 1 if age(d) > 55, 0 otherwise ;
  • PredB(d) ⁇ 1 if income(d) ⁇ $15000, 0 otherwise .
  • a ((f,r,s), n, N ) (r/s, r*N/n, s*N/n).
  • the data list is iterated and processed as already described above. In this example, each time a few thousand records have been processed, the approximation function is calculated and the result is formatted as a percentage and displayed (as an approximate result) to the user. The user can be given the opportunity to interrupt the process. If the process is not interrupted, an exact result is displayed when it completes.
  • PredA and PredB based on the query def
  • PredA(d) return float( eval(queryA, ToDictionary(d)) ) ef
  • PredB(d) return float( eval(queryB, ToDictionary(d)) ) def Update( (f,r,s), d ): return ( r+PredA(d) and (r+PredA(d)*PredB(d))/(s+PredA(d)), ....
  • the query was interrupted by the user.
  • FIG. 2 is a block diagram of a processor arrangement on which the method of the present invention may be executed.
  • Processor arrangement 200 includes a processor unit 202 coupled with a data storage device 204, an input/output (I/O) device 206, a display device 208, and a printer device 210.
  • the processor unit may include CPU and may be configured to execute computer programs to implement the processes described above.
  • the processor arrangement 200 may be implemented with an infinite number of hardware and software configurations, and such hardware and software can be selected according to the application.
  • a SAQR engine could be written in an object oriented scripting language such as PYTHON and run on a UNIX based processor.
  • Data to be queried may be stored in data storage device 204, which may be a stand alone database, data warehouse, etc. Data may be organized in flat files or any other configuration. Data may be object oriented, relational, etc. One skilled in the art will understand that random permutation may be more difficult to achieve with some data constructs than with others. [0065] One will understand that processing may be performed centrally, in a distributed fashion, or via any number of arrangements, such as a client-server or web enabled arrangement.
  • the data may be displayed in any fashion via any means, such as a client user interface.
  • the information can be presented using numerous presentation techniques such as benchmarks, confidence intervals, color ramp metrics, dynamically filtered dimensions, scales and legends, trellis graphics, smooth transitions, moving average and kernel smoothing for line graphs, and others.
  • Figure 3 shows a basic, exemplary interface 300 that allows entry of a query 302 and displays results of the query 304.
  • the results 304 may be updated as a query iterates through the data as already described above.
  • a "confidence" indicator 306 can be displayed along with the approximate result to indicate how competent the approximation is.
  • a simple bar graph is used to indicate how much of the data has been traversed (i.e., how large the sample is).
  • a confidence indicator could be calculated using any number of statistical analysis techniques to indicate a quality of the approximation. Other characteristics of the data, such as standard deviation, could be displayed as well.
  • the field of statistics provides many useful formulas and methods for the calculation of confidence intervals and other metrics of accuracy.
  • One simple and efficient formula which can be used to approximate the 80% symmetric confidence interval of a count of data elements satisfying a predicate is:
  • SAQR provides, inter alia, the distinct advantage that a user of the system may obtain a cascade of results that become more refined over time in response to a single user interaction with the system (i.e., based upon a single query).
  • a dynamic query result is generated that may be displayable, in response to a single query request.
  • the dynamic result offers a limitless set of instantaneous results, each having an increased accuracy and confidence.

Abstract

A method, system, and computer program for generating successive approximations of the result of a query. The query is applied to successively larger samples of the data to produce successively more accurate approximations, optionally until the exact result of the query has been computed.

Description

TITLE OF THE INVENTION:
SYSTEM, METHOD AND COMPUTER PROGRAM FOR SUCCESSIVE APPROXIMATION OF QUERY RESULTS COPYRIGHT NOTIFICATION [0001] Portions of this patent application contain materials that are subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document, or the patent disclosure, as it appears in the Patent and Trademark Office, but otherwise reserves all copyright rights.
BACKGROUND OF THE INVENTION
Field of the Invention
[0002] The present invention relates generally to systems and methods for analyzing and querying data. More particularly, the present invention relates to systems and methods for incrementally approximating a query result, optionally until the query result is produced exactly upon completion.
Description of the Related Art
[0003] Modern businesses increasingly rely on analyses of massive amounts of data. However, complex analyses and queries of large sets of data can be time consuming and expensive. Accordingly, many solutions have been devised for performing complex data analysis and queries faster and cheaper.
[0004] One way to provide a faster analysis of massive sets of data is to decrease query processing times by using more capable computer systems. Of course, computing resource capacity often comes at a steep price, which many organizations cannot afford. [0005] One solution is to utilize certain statistical sampling techniques when processing and querying large sets of data. By creating and then querying a statistical sample of the data, a much smaller amount of data can be actually processed and then queried, thereby reducing the needed resources of the related computer system. Co-owned U.S. Published Patent Application No. 20030144868, the entire contents of which are incorporated herein by reference, describes a data processing, querying and analysis system that includes a statistical sampling function that decreases data processing and query times using statistical sampling techniques. In that system, complex processing, querying and analyses of massive amounts of data are performed. However, only a portion (i.e., a statistical sample) of a set of data larger than its dataset size limits is delivered to the portion of the computing system responsible for data query and analysis. This arrangement provides the advantage that less computing resources are required for querying and analyzing the set of data than if the entire set of data were processed and queried. Thus, that statistical sampling method saves computing resources, money and time. Of course, since the entire dataset. is not made available for querying and analysis, the result provided, although accurate to sometimes acceptable levels, is not 100% accurate, unless the set of data being queried is smaller than the system's dataset size limits. [0006] Therefore, there exists a continued need for new and improved systems and methods for processing, querying and analyzing data to save computing resources, money and time. SUMMARY OF THE INVENTION
[0007] According to an embodiment of the present invention, a method is provided for generating a succession of approximations of the result R of a query on a plurality of data elements D. The method includes the steps of (a) computing the result Ai of the query on a sample Sj of D; (b) computing an approximation Bi of the result R based upon at least the result A; and (c) generating a succession of approximations by performing steps (a) and (b) multiple times i with different Sj. [0008] According to another embodiment of the present invention, a system is provided for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device. The system includes a processor unit configured to access the data storage device and to (a) compute the result Aj of the query on a sample S1 of the plurality of data elements D; (b) compute an approximation Bi of the result R based upon at least the result A1; and (c) generate a succession of approximations by performing (a) and (b) multiple times i with different samples Si.
[0009] According to another embodiment of the present invention, a computer program is provided for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device. The computer program is stored on a computer readable medium includes a first code segment for accessing the data storage device and computing the result Ai of the query on a sample Sj of the plurality of data elements D. The computer program further includes a second code segment for computing an approximation Bj of the result R based upon at least the result Aj. The computer program also includes a third code segment for generating a succession of approximations by executing the first and second code segments multiple times i with different samples S1. [0010] According to another embodiment of the present invention, a method for is provided for generating a succession of approximations of the result R of a query on a plurality of data elements D. The method includes (a) steps for computing the result Aj of the query on a sample Si of D; (b) steps for computing an approximation Bj of the result R based upon at least the result A; and (c) steps for generating a succession of approximations by performing steps (a) and (b) multiple times i with different Si . [0011] According to another embodiment of the present invention, a system is provided for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device. The system includes a processor means for accessing the data storage device and (a) computing the result Aj of the query on a sample Si of the plurality of data elements D; (b) computing an approximation B1 of the result R based upon at least the result A; and (c) generating a succession of approximations by performing (a) and (b) multiple times i with different samples S1.
[0012] According to another embodiment of the present invention, a system is provided for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device. The system includes a client user interface that is coupled with a data network and configured to build a query request and transmit the query request to a processing means via the data network. In response thereto, the client user interface receives and displays the successive approximation. Based on the query request, the processing means (a) computes the result A1 of the query on a sample S1 of the plurality of data elements D; (b) computes an approximation Bj of the result R based upon at least the result A; (c) generates a succession of approximations by performing (a) and (b) multiple times i with different samples Si, and (d) transmits the succession of approximations to the client user interface. [0013] Further applications and advantages of various embodiments of the present invention are discussed below with reference to the drawing figures.
BRIEF DESCRIPTION OF THE DRAWINGS
[0014] FIG. 1 is a flow chart of an exemplary SAQR method;
[0015] Fig. 2 is a block diagram of a computer processor arrangement which may be used to implement the present invention; and
[0016] Fig. 3 illustrates an exemplary display according to an embodiment of the present invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
[0017] While the present invention may be embodied in many different forms, a number of illustrative embodiments are described herein with the understanding that the present disclosure is to be considered as providing examples of the principles of the invention and such examples are not intended to limit the invention to preferred embodiments described herein and/or illustrated herein. [0018] Successive Approximation of Query Results (SAQR) is a novel method for producing successive approximations of a query result until the query is finished. [0019] A "query" can be expressed as a mathematical function Q from a list of data elements (data list), where each data element is a member of "domain" D, to a result that is a member of "range" R; [0020] Q : list(D) → R [0021] We refer to the application of a query function Q to a data list X as a
"query on X", and to the value Q(X) produced by such an application as the "result of the query Q on X."
[0022] A query function is considered to be a "bag function" if permuting the data list does not alter the query result. For all data:
Q( permute(data) ) = Q(data).
[0023] A query function can be "incrementally evaluated" if there is an "update function" U from a previous result (i.e., a member of R), and a data element (also a member of D), to a new result (also a member of R), such that when U is applied to the result of a query Q on a list of data elements and to a new data element, its result is equal to the result of the query Q on the list formed by appending the new data element to the list. This can be represented by the following:
U : (R x D) → R;
U( Q(a), b ) = Q( append(a.b) );
(append(a.b) is the list [a1 , a2 an, b]). [0024] A query function can be approximated from a sample if there is an
"approximation function" A, from a result (i.e., a member of R), a sample size (which is a member of the set of natural numbers N), and a population size (also a member of N), to a new result (also a member of R), such that given a sufficiently large random or pseudo-random sample of the data, the result of A applied to query Q applied to the sample, the number of data elements in the sample, and the number of data elements in the data, is a useful approximation of the result of Q applied to the data. This is represented by the following: [0025] A : (R x N x N) → R;
[0026] (s = sample(a)) -> A( Q(s), |s|, |a| ) is a useful approximation of Q(a). [0027] Typically an approximation function produces an approximation of higher expected accuracy (i.e. lower expected error with respect to Q(a)) when given the result of a query on a larger sample, and produces exactly the result of the query on the population when given the entire population (i.e. A(Q(a),|a|,|a|)=Q(a)). [0028] A query function which is a bag function and which can be approximated from a sample can be successively approximated by the method of the present invention. The preferred embodiment described next additionally requires that the query function can be incrementally evaluated. [0029] Referring to Fig. 1 , a flow chart is shown of a method of querying data using SAQR according to an embodiment of the present invention. At step S1-1 , a result variable (of domain R) is initialized to the result of the query on an empty list. This can be represented as: r := Q(Q).
[0030] Next, at step S1-2, the query iterates (i.e., is iteratively evaluated) through a random permutation of the data, keeping track of the number of data elements to which the update function has been applied. This is represented by: rpdata := random_permutation(data); for count := 1 to |rpdata| ; d := rpdata[count] .
[0031] At step S1-3, for each data element, the update function is applied to the previous result and the data element to yield a new query result, r := U( r, d ). Between applications of the update function, an approximation function can be applied to the result, the count, and the total number of data elements to yield an approximation of Q(data) at step S1-4. It should be noted that for processing efficiency, it may be necessary to perform the approximation function only periodically and not on every iteration as shown in Fig. 1. The approximation function is represented by: a := A( r, count, |rpdata| ). [0032] Depending on the application, the approximation can be displayed at step S1-5 to a user or output to another process while the computation is in progress.
[0033] If further iterations are required (S1-6), then the next iteration of the query is evaluated. When all iterations are complete, the query result r is generated at step S 1-7. Since at this point, the query has been exercised for all data, the result r is exactly equal to Q(data). At this point, the query result r can be displayed to a user, stored or output to another process.
[0034] In effect, the method of the present invention evaluates a query and generates an approximate query result on successively larger samples, thereby outputting successively better approximations until the query has considered the entire population of data. In the preceding embodiment, each sample comprises the previous sample and one additional data element, so that to proceed to the next larger sample, the update function need only be applied once. Assuming that the approximation function is efficient and disregarding the cost of the random permutation, this process will take asymptotically no longer than evaluating the query on the entire data list using the update function.
[0035] Depending on the application, it may be appropriate to compute and store a random permutation of the data elements, and then use it for many queries, or it may be more appropriate to traverse a random-access data structure in an order corresponding to a random permutation, or to use any other method for traversing the data in a corresponding order. [0036] A data list can be maintained in a random permutation when new data elements are inserted by inserting each element at a random location in the permutation.
[0037] If data elements must be inserted, modified, or removed while a query on it is in progress, either the query should disregard such changes when it encounters them (by preserving modified or removed elements as required), or the query should take into account such changes when they fall into its current sample (i.e. into the portion of the random permutation of the data list which has already been processed by the update function). Insertion of a new element "n" into the current sample can be taken into account by simply applying the update function to them. It may also be necessary to keep track of the change in the effective sample size. This can be represented as follows: r := U( r, n ) count := count + 1
[0038] If there is an "inverse update function" U"1 for the query such that U"1(
Q(append(a,b)), b ) = Q(a), modification of a data element from an old value "o" to a new value "n" in the current sample, or removal of a data element with old value "o" from the current sample, can be taken into account as follows: Modification: r := U( U"1( r, o ), n )
Removal: r := U'1( r, o ) count := count - 1
[0039] A truly "random" permutation may be difficult to achieve in all cases.
For nearly all queries and approximation functions, sorting by a deterministic pseudo-random value, or a hash of some function of a data element which yields a different value for each data element, may be used to generate the permutation without affecting the quality of the approximation.
[0040] According to another embodiment, the data elements could be divided into two or more samples, which may be concatenated. Each data elements should fall into one sample, and each data element falls into a given sample with equal and independent probability. The concatenation of these samples, which are not necessarily in a random order internally, is not a random permutation. However, if approximations are taken only at the boundary between samples, the results will still be valid and accurate. [0041] A very simple embodiment of the invention is to generate a small sample of the data elements, quickly evaluate the query over the small sample to generate a first approximation, and evaluate the query over the entire data list to generate a second approximation which is the exact result. [0042] With the present invention, it is possible to terminate the query at any point in time without producing an exact query result. The approximation result could be output based upon the final iteration before termination. The query might be terminated early because, in a particular application, it can be determined based on statistical properties from the approximation function that the approximate result output is sufficiently accurate for its purposes. It might also be done because the result of the query is no longer useful due to changing circumstances.
[0043] It should be understood that the present invention can be combined with ordinary random sampling, so that only a random sample of the data elements are permuted and queried, in order to further reduce costs by sacrificing the perfect accuracy of the result when a query is complete. The same purpose can be accomplished by simply discarding a suffix of the permutation, reducing the number of data elements to be stored but making it impossible to complete a query. [0044] An exemplary class of functions meeting the requirements of the present invention are listed below: [0045] A sum of a function F of each data element:
Q(data) = F(d) ;
U(r, d) = r + F(d) ;
A(r,n,N) = r * N / n .
[0046] A combination of multiple queries:
Q(data) = (R(data).S(data)) ;
U( (r,s), d ) = (UR(r,d), Us(s,d)) ;
A( (r,s),n1N ) = ( AR(r,n,N), As(s,n,N) ) .
[0047] A function of multiple queries:
The result domain is augmented with the results of the individual queries, even though these might not be needed in the output, so that they can be used by the individual queries' update functions. An implementation might not choose to evaluate F in the update function at all.
Q(data) = ( F( R(data), S(data) ), R(data), S(data) ) ; U( (f,r,s), d ) = ( F(UR(r,d), Us(s,d)), UR(r,d), Us(s,d) ) ;
A( (f,r,s), n, N ) = ( F(AR(r,n,N), As(s,n,N)), AR(r,n,N), As(s,n,N) ) . [0048] A selection of the data elements satisfying some predicate F1 where a random sample of such a selection is a useful approximation of the entire list: Q(data) = Concatenate ||d in data ({{d} if F(d), {} otherwise ) ; U( r, d ) = { append(r.d) if F(d), r otherwise ; A( r, n, N ) = r .
[0049] The following Pseudo-code illustrates how to script an exemplary
SAQR process: r := ( Undefined, 0, 0 ) rpdata := random_permutation(data) for count := 1 to |rpdata| d := rpdatafcount] r := U( r, d ) if (count % 3000) = 0
(fraction, numerator, denominator)^ A( r, count, |rpdata|) print "The percentage is approximately", fraction * 100.0 if (user interrupts process) exit fraction, numerator, denominator := r print "The percentage is exactly", fraction * 100.0 exit
[0050] The following non-limiting example illustrates the method of the present invention. Consider analyzing information about a large number of people (for example, from a census or survey). A number of attributes might be available about each person such as "age", "2003 income", "city", and "eye color." This data could be searched repeatedly on demand to find the percentage of people meeting given criteria, for example: What percentage of people with income < $20,000 have city = "New York"?
What percentage of people with city = "Seattle" have income > $80,000? What percentage of people with age > 55 have income < $15,000?
[0051] Also consider that data set is very large (e.g., the entire population of the planet Earth), and with available computing resources, will take substantial time to answer any given question such as the above. If time is of the essence for the user of the data, he or she is often willing to accept an approximate result (about 54.2%) in a short time, rather than an exact result (54.125936...%) after a lengthy processing time.
[0052] Given the above, let the information about each person be represented as a tuple of attributes, and these tuples are placed in a "data" list as follows: D = NAME x AGE x INCOME x CITY x EYECOLOR ; di = ("John Doe", 25, $35300, "New York", blue) ; d2 = ("Jane Smith", 42, $61200, "Seattle", brown) ; data = [d-i, d2 dn] where (dj is a member of D).
[0053] In a pre-processing step, this data list is randomly permuted (rpdata = random_permutation(data)) to ensure that there is no systematic ordering of people. This can be accomplished, for example, by augmenting each dj with a pseudo¬ random key and then merge-sorting the data list by this key. These steps can be accomplished in external (disk) storage, without requiring RAM sufficient to hold the entire list of tuples.
[0054] When a query such as those described above is made, two predicate functions are defined based on the criteria in the query. For example, with the query "What percentage of people with income < $20,000 have city = "New York"?", the two predicates are: PredA(d) = { 1 if income(d) < $20000, 0 otherwise ;
PredB(d) = { 1 if city(d) = "New York", 0 otherwise.
[0055] For "What percentage of people with age > 55 have income <
$15,000?," the two predicates are: PredA(d) = { 1 if age(d) > 55, 0 otherwise ;
PredB(d) = { 1 if income(d) < $15000, 0 otherwise . [0056] Based on these predicate functions, the query function can be defined as follows:
Q(d) = ( ( PredA(d)*PredB(d)) / (Sumd ,n data PredA(d)),
( PredA(d)*PredB(d)), ( PredA(d) ) .
[0057] Appropriate update and approximation functions are defined as follows:
U( (f,r,s), d ) = ( (d+PredA(d)*PredB(d))/(d+PredA(d)), d+PredA(d)*PredB(d), d+PredA(d) ) ,
A ((f,r,s), n, N ) = (r/s, r*N/n, s*N/n).
[0058] The data list is iterated and processed as already described above. In this example, each time a few thousand records have been processed, the approximation function is calculated and the result is formatted as a percentage and displayed (as an approximate result) to the user. The user can be given the opportunity to interrupt the process. If the process is not interrupted, an exact result is displayed when it completes.
[0059] The following computer listing of a script written in the PYTHON scripting language could be used to implement the above example. The computer listing is merely illustrative and exemplary, and is not intended to limit the present invention in any way. import random domains = ("name", "age", "income", "city", "eyecolor") data... = [ ("John Doe", 25, 35300, "New York", "blue"), ("Jane Smith", 42, 61200, "Seattle", "brown"), ("Jason Johnson", 33, 48400, "Seattle", "brown"), ("Fred Flintstone", 10000, 0, "Bedrock", "brown"), ("Bob Jones", 18, 0, "Boston", "blue"), ]
# Duplicate the handful of records above to a remotely
# respectable size data = data MOOOO def ToDictionary( tuple ): """Returns a dictionary with keys from domains and values from tuple diet = {} for k,v in zip(domains,tuple): dict[k]=v return diet # Make a random permutation of the data rpdata = data[:] random. shuffle(rpdata) while 1: # Ask the user to enter a query queryA = raw_input("Query: What percentage of people with ") queryB = raw_input(" ... have ") # Define PredA and PredB based on the query def PredA(d): return float( eval(queryA, ToDictionary(d)) ) ef PredB(d): return float( eval(queryB, ToDictionary(d)) ) def Update( (f,r,s), d ): return ( r+PredA(d) and (r+PredA(d)*PredB(d))/(s+PredA(d)), .... r+PredA(d)*PredB(d), s÷PredA(d) ) def Approximate( (f,r,s), n, N ): return (s and r/s, r*N/n, s*N/n) try: # Progressively refine the query result = ("Undefined", 0, 0) for i,d in enumerate(rpdata): count = i+1 result = Update(result, d) if count % 1000 == 0: fraction, numerator, denominator = Approximate(result, count, len(rpdata)) print "The percentage is approximately", fraction * 100.0 fraction, numerator, denominator = result print "The percentage is exactly", fraction * 100.0 except Keyboardlnterrupt: print print "The query was interrupted by the user." Print
[0060] The preceding script was executed to produce the following exemplary results: Query: What percentage of people with city == "New York"
... have income < 30000The percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximately O.OThe percentage is approximatelyThe query was interrupted by the user.
Query: What percentage of people with age > 20 ... have income < 30000The percentage is approximately 25.0316055626The percentage is approximately 24.7648902821The percentage is approximately 23.9038785835The percentage is approximately 23.8170347003The percentage is approximately 24.2576748868The percentage is approximately
24.1379310345The percentage is approximately 24.6695248303The percentage is approximately 24.5721463338The percentage is approximately 24.8015596714The percentage is approximately 24.9749373434The percentage is approximately 25.0The percentage is approximately 25.0260145682The percentage is approximately 25.0287797391The percentage is approximately 24.9288002848The percentage is approximately 24.8626602297The percentage is approximately 24.9219968799The percentage is approximately 25.0459052516The percentage is approximately 25.0797614093The percentage is approximately 24.9852100177The percentage is approximately 25.0046848648The percentage is approximately
25.1070154578The percentage is approximately 25.0823208811 The percentage is approximately 25.145404142The percentage is approximately 25.0886155129The percentage is approximately 25.0275302833The percentage is approximately 24.9843607141The percentage is approximately 24.9212087505The percentage is approximately 24.8747091462The percentage is approximately 24.8616874136The percentage is approximately 24.8402856069The percentage is approximately 24.9201923465The percentage is approximately 24.8816371249The percentage is approximately 24.9687085151 The percentage is approximately-24.9687385068The percentage is approximately 25.0223190372The percentage is approximately 25.0355717508The percentage is approximately 25.0388382303The percentage is approximately 25.0419118372The percentage is approximately
25.0272243931 The percentage is approximately 25.0421743205The percentage is approximately 25.093004818The percentage is approximately 25.1286781113The percentage is approximately 25.0922938287The percentage is approximately 25.038337025The percentage is approximately 25.0763422353The percentage is approximately 25.0801325583The percentage is approximately 25.0392193358The percentage is approximately 25.0436186558The percentage is approximately 25.0255128074The percentage is approximately 25.0The percentage is exactly 25.0 Query: What percentage of people with eyecolor == "brown" ... have city == "Seattle'The percentage is approximately 66.0377358491The percentage is approximately 67.0008354219The percentage is approximately 67.7657760091 The percentage is approximately 67.940552017The percentage is approximately 67.5420875421 The percentage is approximately 67.6561187342The percentage is approximately 67.0090778786The percentage is approximately 67.1701279631 The percentage is approximately
66.8466120625The percentage is approximately 66.5210818075The percentage is approximately 66.3658611196The percentage is approximately 66.3400979706The percentage is approximately 66.3701985048The percentage is approximately 66.5072342461 The percentage is approximately 66.5958398569The percentage is approximately 66.5164535737
The query was interrupted by the user.
[0061] As can be clearly seen from the above example, a succession of approximations to the query result are calculated, and if the query is permitted to run to completion, the last such "approximation" is the exact query result. The expected accuracy of each successive approximation is higher, although the actual accuracy will fluctuate randomly.
[0062] The above example, due to the nature of the printed output, displays all of the successive approximations so far. This is valuable in an example, but more typically it is only necessary to display the last and best approximation.
[0063] Figure 2 is a block diagram of a processor arrangement on which the method of the present invention may be executed. Processor arrangement 200 includes a processor unit 202 coupled with a data storage device 204, an input/output (I/O) device 206, a display device 208, and a printer device 210. The processor unit may include CPU and may be configured to execute computer programs to implement the processes described above. One having ordinary skill in the art will understand that the processor arrangement 200 may be implemented with an infinite number of hardware and software configurations, and such hardware and software can be selected according to the application. For example, a SAQR engine could be written in an object oriented scripting language such as PYTHON and run on a UNIX based processor. [0064] Data to be queried may be stored in data storage device 204, which may be a stand alone database, data warehouse, etc. Data may be organized in flat files or any other configuration. Data may be object oriented, relational, etc. One skilled in the art will understand that random permutation may be more difficult to achieve with some data constructs than with others. [0065] One will understand that processing may be performed centrally, in a distributed fashion, or via any number of arrangements, such as a client-server or web enabled arrangement.
[0066] The data may be displayed in any fashion via any means, such as a client user interface. The information can be presented using numerous presentation techniques such as benchmarks, confidence intervals, color ramp metrics, dynamically filtered dimensions, scales and legends, trellis graphics, smooth transitions, moving average and kernel smoothing for line graphs, and others.
[0067] Figure 3 shows a basic, exemplary interface 300 that allows entry of a query 302 and displays results of the query 304. The results 304 may be updated as a query iterates through the data as already described above. A "confidence" indicator 306 can be displayed along with the approximate result to indicate how competent the approximation is. In this example, a simple bar graph is used to indicate how much of the data has been traversed (i.e., how large the sample is). However, a confidence indicator could be calculated using any number of statistical analysis techniques to indicate a quality of the approximation. Other characteristics of the data, such as standard deviation, could be displayed as well. [0068] The field of statistics provides many useful formulas and methods for the calculation of confidence intervals and other metrics of accuracy. One simple and efficient formula which can be used to approximate the 80% symmetric confidence interval of a count of data elements satisfying a predicate is:
((count + .68)Λ0.5 * 1.281551 + 1.2269) / count
[0069] One will understand that SAQR provides, inter alia, the distinct advantage that a user of the system may obtain a cascade of results that become more refined over time in response to a single user interaction with the system (i.e., based upon a single query). In other words, a dynamic query result is generated that may be displayable, in response to a single query request. The dynamic result offers a limitless set of instantaneous results, each having an increased accuracy and confidence. [0070] Thus, a number of preferred embodiments have been fully described above with reference to the drawing figures. Although the invention has been described based upon these preferred embodiments, it would be apparent to those of skill in the art that certain modifications, variations, and alternative constructions could be made to the described embodiments within the spirit and scope of the invention.

Claims

THE CLAIMS
1. A method for generating a succession of approximations of the result R of a query on a plurality of data elements D, the method comprising the steps of: a) computing the result Ai of the query on a sample Si of D; b) computing an approximation B1 of the result R based upon at least the result A; and c) generating a succession of approximations by performing steps (a) and (b) multiple times i with different S1.
2. The method recited in claim 1 , wherein in successive applications of step (a), the samples Si are successively larger (i.e., |Si+1|>|Si|), and in successive applications of step (b), an expected accuracy of the approximation B1 is successively higher.
3. The method as recited in claim 1 , wherein in at least one application of step (a), sample Si comprises the data elements from a previous sample Sj and a plurality of new data elements Nj, and Aj is computed as a function of Aj and N1.
4. The method as recited in claim 3, wherein N1 is generated by an in-order traversal of a random or pseudo-random permutation of D.
5. The method as recited in claim 3, wherein Nj is generated by a random or pseudo-random traversal of D.
6. The method as recited in claim 1 , wherein in at least one application of step (a), the sample Sj comprises the plurality of data elements D.
7. The method as recited in claim 1 , further comprising the step of building the query.
8. The method as recited in claim 1 , further comprising the step of displaying the succession of approximations generated in step (c) on a display device.
9. The method as recited in claim 1 , wherein said plurality of data elements D are stored in a flat file, and said method further comprises the step of accessing said flat file.
10. The method as recited in claim 1 , further comprising the step of generating an indicator indicating a percentage that the query is complete.
11. The method as recited in claim 1 , further comprising the step of generating a confidence indicator C1 for each approximation Bi indicating the accuracy of said approximation Bj.
12. A system for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device, the system comprising: a processor unit configured to access said data storage device and to (a) compute the result A1 of the query on a sample Si of the plurality of data elements D; (b) compute an approximation B1 of the result R based upon at least the result A; and (c) generate a succession of approximations by performing (a) and (b) multiple times i with different samples Sj.
13. The system recited in claim 12, wherein said processor unit is further configured to, on successive applications of (a), select samples S, from D that are successively larger (i.e., |Si+i|>|Si|), and wherein in successive applications of step (b), an expected accuracy of the approximation Bi is successively higher.
14. The system recited in claim 12, wherein in at least one application of (a) by said processing unit, sample Si comprises the data elements from a previous sample Sj and a plurality of new data elements
Ni, and Aj is computed as a function of Aj and Ni.
15. The system recited in claim 14, wherein Nj is generated by an in-order traversal of a random or pseudo-random permutation of D.
16. The system recited in claim 14, wherein Nj is generated by a random or pseudo-random traversal of D.
17. The system recited in claim 12, wherein in at least one application of step (a), the sample Sj comprises the plurality of data elements D.
18. The system recited in claim 12, wherein said processor unit is further configured to receive a query request and to build said query based upon said query request.
19. The system recited in claim 12, wherein said processor unit is further configured to display the succession of approximations generated in (c) on a display device.
20. The system recited in claim 12, wherein said plurality of data elements D are stored in a flat file on said data storage device.
21. The system recited in claim 12, wherein said processor unit is further configured to generate an indicator indicating a percentage that the query is complete.
22. The system recited in claim 12, wherein said processor unit is further configured to generate a confidence indicator C1 for each approximation Bi indicating the accuracy of said approximation Bj.
23. The system recited in claim 22, wherein said confidence indicator C1 is based upon at least the result Aj.
24. A computer program for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device, the computer program stored on a computer readable medium and comprising: a first code segment for accessing said data storage device and computing the result Aj of the query on a sample S1 of the plurality of data elements D; a second code segment for computing an approximation Bi of the result R based upon at least the result A1; and a third code segment for generating a succession of approximations by executing the first and second code segments multiple times i with different samples Si.
25. The computer program recited in claim 24, wherein said first code segment is configured to use successively larger samples Si (i.e., |Si+i|>|Si|), and wherein in successive executions of the second code segment, an expected accuracy of the approximation Bi is successively higher.
26. The computer program recited in claim 24, wherein in at least one execution of said first code segement, sample Si comprises the data elements from a previous sample Sj and a plurality of new data elements Ni, and A is computed as a function of Aj and Nj.
27. The computer program recited in claim 26, wherein Nj is generated by an in- order traversal of a random or pseudo-random permutation of D.
28. The computer program recited in claim 26, wherein Nj is generated by a random or pseudo-random traversal of D.
29. The computer program recited in claim 24, wherein in at least one execution of said first code segment, the sample S1 comprises the plurality of data elements D.
30. The computer program recited in claim 24, further comprising a fourth code segment for building the query.
31. The computer program recited in claim 24, further comprising a fourth code segment for displaying the succession of approximations.
32. The computer program recited in claim 24, wherein said plurality of data elements D are stored in a flat file.
33. The computer program recited in claim 24, further comprising a fourth code segment for generating an indicator indicating a percentage that the query is complete.
34. The computer program recited in claim 24, further comprising a fourth code segment for generating a confidence indicator O1 for each approximation Bi indicating the accuracy of said approximation Bj.
35. A method for generating a succession of approximations of the result R of a query on a plurality of data elements D, the method comprising: a) steps for computing the result Aj of the query on a sample Sj of D; b) steps for computing an approximation Bi of the result R based upon at least the result A; and c) steps for generating a succession of approximations by performing steps
(a) and (b) multiple times i with different S1.
36. The method recited in claim 35, wherein in successive applications of (a), the samples Si are successively larger (i.e., |Si+i|>|Si|), and in successive applications of (b), an expected accuracy of the approximation Bj is successively higher.
37. The method as recited in claim 35, wherein in at least one application of (a), sample Sj comprises the data elements from a previous sample Sj and a plurality of new data elements N1, and A is computed as a function of Aj and N1.
38. The method as recited in claim 37, wherein Nj is generated by an in-order traversal of a random or pseudo-random permutation of D.
39. The method as recited in claim 37, wherein Nj is generated by a random or pseudo-random traversal of D.
40. The method as recited in claim 35, wherein in at least one application of (a), the sample Sf comprises the plurality of data elements D.
41. The method as recited in claim 35, further comprising steps for building the query.
42. The method as recited in claim 35, further comprising steps for displaying the succession of approximations generated in (c) on a display device.
43. The method as recited in claim 35, wherein said plurality of data elements D are stored in a flat file, and said method further comprises steps for accessing said flat file.
44. The method as recited in claim 35, further comprising steps for generating an indicator indicating a percentage that the query is complete.
45. The method as recited in claim 35, further comprising steps for generating a confidence indicator C1 for each approximation Bi indicating the accuracy of said approximation Bj.
46. A system for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device, the system comprising: a processor means for accessing said data storage device and (a) computing the result Ai of the query on a sample Sj of the plurality of data elements D; (b) computing an approximation Bi of the result R based upon at least the result A1; and (c) generating a succession of approximations by performing (a) and (b) multiple times i with different samples Sj.
47. The system recited in claim 46, wherein said processor means, on successive applications of (a), selects samples Sj from D that are successively larger (i.e.,
and wherein in successive applications of step (b), an expected accuracy of the approximation Bi is successively higher.
48. The system recited in claim 46, wherein in at least one application of (a), processing means selects sample S1 to comprise the data elements from a previous sample Sj and a plurality of new data elements Nj, and computes Aj as a function of Aj and N1.
49. The system recited in claim 48, wherein said processing means generates N1 by an in-order traversal of a random or pseudo-random permutation of D.
50. The system recited in claim 48, wherein said processing means generates N1 by a random or pseudo-random traversal of D.
51. The system recited in claim 46, wherein in at least one application of (a), the sample Si comprises the plurality of data elements D.
52. The system recited in claim 46, wherein said processor means receives a query request and builds said query based upon said query request.
53. The system recited in claim 46, wherein said processor means displays the succession of approximations generated in (c) on a display device.
54. The system recited in claim 46, wherein said plurality of data elements D are stored in a flat file on said data storage device.
55. The system recited in claim 46, wherein said processor means generates an indicator indicating a percentage that the query is complete.
56. The system recited in claim 46, wherein said processor means generates a confidence indicator Q for each approximation B1 indicating the accuracy of said approximation Bj.
57. The system recited in claim 56, wherein said confidence indicator C1 is based upon at least A1.
58. A system for generating a succession of approximations of the result R of a query on a plurality of data elements D stored in a data storage device, the system comprising: a client user interface coupled with a data network and configured to build a query request and transmit said query request to a processing means via said data network, and in response thereto, to receive and display the successive approximations; wherein based on said query request, said processing means is coupled with said data network and (a) computes the result A1 of the query on a sample Si of the plurality of data elements D; (b) computes an approximation Bi of the result R based upon at least the result A1; (c) generates a succession of approximations by performing (a) and (b) multiple times i with different samples Si, and (d) transmits said succession of approximations to said client user interface.
59. The system recited in claim 58, wherein said processor means, on successive applications of (a), selects samples S1 from D that are successively larger (i.e.,
|S,+i>S,|), and wherein in successive applications of step (b), an expected accuracy of the approximation Bi is successively higher.
60. The system recited in claim 58, wherein in at least one application of (a), processing means selects sample S1 to comprise the data elements from a previous sample Sj and a plurality of new data elements Ni, and computes A as a function of Aj and Ni.
61. The system recited in claim 60, wherein said processing means generates Ni by an in-order traversal of a random or pseudo-random permutation of D.
62. The system recited in claim 60, wherein said processing means generates Nj by a random or pseudo-random traversal of D.
63. The system recited in claim 58, wherein in at least one application of (a), the sample Si comprises the plurality of data elements D.
64. The system recited in claim 58, wherein said plurality of data elements D are stored in a flat file on said data storage device.
65. The system recited in claim 58, wherein said processor means generates an indicator indicating a percentage that the query is complete, and said client user interface displays said indicator.
66. The system recited in claim 58, wherein said processor means generates a confidence indicator O1 for each approximation Bi indicating the accuracy of said approximation B1, and said client user interface displays said indicator confidence indicator C1
67. The system recited in claim 65, wherein said client user interface is further configured to display said indicator graphically.
PCT/US2005/035764 2004-10-05 2005-10-05 System, method and computer program for successive approximation of query results WO2006041886A2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
AU2005294416A AU2005294416A1 (en) 2004-10-05 2005-10-05 System, method and computer program for successive approximation of query results
CA002580687A CA2580687A1 (en) 2004-10-05 2005-10-05 System, method and computer program for successive approximation of query results
JP2007534900A JP5176012B2 (en) 2004-10-05 2005-10-05 System, method and computer program for calculating a series of approximations of query results
EP05801975A EP1820123A4 (en) 2004-10-05 2005-10-05 System, method and computer program for successive approximation of query results

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/957,671 US7617186B2 (en) 2004-10-05 2004-10-05 System, method and computer program for successive approximation of query results
US10/957,671 2004-10-05

Publications (2)

Publication Number Publication Date
WO2006041886A2 true WO2006041886A2 (en) 2006-04-20
WO2006041886A3 WO2006041886A3 (en) 2007-05-03

Family

ID=36126820

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2005/035764 WO2006041886A2 (en) 2004-10-05 2005-10-05 System, method and computer program for successive approximation of query results

Country Status (6)

Country Link
US (1) US7617186B2 (en)
EP (1) EP1820123A4 (en)
JP (1) JP5176012B2 (en)
AU (1) AU2005294416A1 (en)
CA (1) CA2580687A1 (en)
WO (1) WO2006041886A2 (en)

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8578041B2 (en) * 2005-06-03 2013-11-05 Adobe Systems Incorporated Variable sampling rates for website visitation analysis
JP2009047831A (en) * 2007-08-17 2009-03-05 Toshiba Corp Feature quantity extracting device, program and feature quantity extraction method
US8234582B1 (en) 2009-02-03 2012-07-31 Amazon Technologies, Inc. Visualizing object behavior
US8341540B1 (en) 2009-02-03 2012-12-25 Amazon Technologies, Inc. Visualizing object behavior
US8250473B1 (en) 2009-02-03 2012-08-21 Amazon Technoloies, Inc. Visualizing object behavior
US20100241893A1 (en) 2009-03-18 2010-09-23 Eric Friedman Interpretation and execution of a customizable database request using an extensible computer process and an available computing environment
US9043296B2 (en) 2010-07-30 2015-05-26 Microsoft Technology Licensing, Llc System of providing suggestions based on accessible and contextual information
US9111238B2 (en) * 2010-12-17 2015-08-18 Microsoft Technology Licensing, Llc Data feed having customizable analytic and visual behavior
US9110957B2 (en) 2010-12-17 2015-08-18 Microsoft Technology Licensing, Llc Data mining in a business intelligence document
US9171272B2 (en) 2010-12-17 2015-10-27 Microsoft Technology Licensing, LLP Automated generation of analytic and visual behavior
US9104992B2 (en) 2010-12-17 2015-08-11 Microsoft Technology Licensing, Llc Business application publication
US9336184B2 (en) 2010-12-17 2016-05-10 Microsoft Technology Licensing, Llc Representation of an interactive document as a graph of entities
US9069557B2 (en) 2010-12-17 2015-06-30 Microsoft Technology Licensing, LLP Business intelligence document
US9024952B2 (en) 2010-12-17 2015-05-05 Microsoft Technology Licensing, Inc. Discovering and configuring representations of data via an insight taxonomy
US9304672B2 (en) 2010-12-17 2016-04-05 Microsoft Technology Licensing, Llc Representation of an interactive document as a graph of entities
US9864966B2 (en) 2010-12-17 2018-01-09 Microsoft Technology Licensing, Llc Data mining in a business intelligence document
EP2831760A4 (en) * 2012-03-28 2015-10-07 Intel Corp Function approximation based on statistical properties
US9607045B2 (en) 2012-07-12 2017-03-28 Microsoft Technology Licensing, Llc Progressive query computation using streaming architectures
US20190057097A1 (en) * 2016-02-05 2019-02-21 Nec Solution Innovators, Ltd. Information processing device, information processing method, and computer-readable recording medium
US10740328B2 (en) 2016-06-24 2020-08-11 Microsoft Technology Licensing, Llc Aggregate-query database system and processing
JP6334633B2 (en) * 2016-09-20 2018-05-30 株式会社東芝 Data search system and data search method
US10552435B2 (en) * 2017-03-08 2020-02-04 Microsoft Technology Licensing, Llc Fast approximate results and slow precise results

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5950189A (en) * 1997-01-02 1999-09-07 At&T Corp Retrieval system and method
US5870752A (en) 1997-08-21 1999-02-09 Lucent Technologies Inc. Incremental maintenance of an approximate histogram in a database system
CA2266990A1 (en) * 1998-05-20 1999-11-20 Lucent Technologies, Inc. System and techniques for fast approximate query answering
US6108647A (en) * 1998-05-21 2000-08-22 Lucent Technologies, Inc. Method, apparatus and programmed medium for approximating the data cube and obtaining approximate answers to queries in relational databases
US6507840B1 (en) * 1999-12-21 2003-01-14 Lucent Technologies Inc. Histogram-based approximation of set-valued query-answers
US6748394B2 (en) * 2000-04-27 2004-06-08 Hyperion Solutions Corporation Graphical user interface for relational database
WO2002101581A2 (en) 2001-06-08 2002-12-19 Siemens Aktiengesellschaft Statistical models for improving the performance of database operations
WO2003032125A2 (en) * 2001-10-11 2003-04-17 Visualsciences, Llc System, method, and computer program product for processing and visualization of information
US20040002956A1 (en) 2002-06-28 2004-01-01 Microsoft Corporation Approximate query processing using multiple samples
JP3952043B2 (en) * 2004-06-14 2007-08-01 株式会社日立製作所 Analysis equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
None
See also references of EP1820123A4

Also Published As

Publication number Publication date
JP5176012B2 (en) 2013-04-03
EP1820123A2 (en) 2007-08-22
US20060074882A1 (en) 2006-04-06
WO2006041886A3 (en) 2007-05-03
AU2005294416A1 (en) 2006-04-20
CA2580687A1 (en) 2006-04-20
JP2008516313A (en) 2008-05-15
US7617186B2 (en) 2009-11-10
EP1820123A4 (en) 2009-02-18

Similar Documents

Publication Publication Date Title
EP1820123A2 (en) System, method and computer program for successive approximation of query results
US10380269B2 (en) Sideways information passing
US9323749B2 (en) Profiling data with location information
AU2005202721B2 (en) Design of spreadsheet functions for working with tables of data
US9558251B2 (en) Transformation functions for compression and decompression of data in computing environments and systems
Cormode et al. Small summaries for big data
US20150278315A1 (en) Data fitting selected visualization type
US20170116318A1 (en) Automated Data Analysis
Fisher Incremental, approximate database queries and uncertainty for exploratory visualization
US20100257154A1 (en) Testing Efficiency and Stability of a Database Query Engine
US9904705B2 (en) Data table performance optimization
US11698918B2 (en) System and method for content-based data visualization using a universal knowledge graph
US20140149841A1 (en) Size reducer for tabular data model
Chambi et al. Optimizing druid with roaring bitmaps
US20220148015A1 (en) Determining patterns within a string sequence of user actions
US10089342B2 (en) Main memory database management using page index vectors
US10191942B2 (en) Reducing comparisons for token-based entity resolution
US20190095487A1 (en) Building heavy hitter summary for query optimization
US10671587B2 (en) Reduced fixed length sort of variable length columns
Barmpalias et al. Computing halting probabilities from other halting probabilities
Wu et al. The performance of difference coding for sets and relational tables
Manea et al. An algorithmic toolbox for periodic partial words
Roy et al. The central tree property and algorithmic problems on subgroups of free groups
US10713254B2 (en) Attribute value information for a data extent
Afonso et al. Typed Linear Algebra for Efficient Analytical Querying

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV LY MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2580687

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 2007534900

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2005801975

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2005294416

Country of ref document: AU

ENP Entry into the national phase

Ref document number: 2005294416

Country of ref document: AU

Date of ref document: 20051005

Kind code of ref document: A

WWP Wipo information: published in national office

Ref document number: 2005801975

Country of ref document: EP