This application is related to U.S. patent application Ser. No. 12/006,333, filed Jan. 2, 2008, and subsequently published as U.S. Patent Application Publication No. 2009/0172058, entitled Computing Time-Decayed Aggregates under a Smooth Decay Function, which is being filed concurrently herewith and which is herein incorporated by reference in its entirety.
The present invention relates generally to data processing, and more particularly to computing time-decayed aggregates in data streams.
Statistical analysis of data is a core process for characterizing and controlling systems. In many applications, large volumes of data are generated from multiple data sources as multiple data streams, in which data is updated frequently. In some instances, the updates may be considered to be continuous, or near-continuous. In an industrial application, for example, sensors may provide real-time measurements of process variables such as position, velocity, acceleration, temperature, pressure, humidity, and chemical concentration to a monitoring and control station. In a financial application, multiple order-entry systems may provide near real-time updates of stock prices to a central transaction system. A major application is transport of data across a packet data network. E-mail, instant messaging, file transfers, streaming audio, and streaming video applications may generate large streams of data from multiple data sources, such as personal computers and web servers, across a packet data network. Network operations, administration, maintenance, and provisioning (OAM&P) require accurate characterization of data streams. Network performance and reliability, for example, depend on the traffic capacity of the network infrastructure equipment (such as routers, switches, and servers), on the traffic capacity of the communication links between network infrastructure equipment, and on the network architecture.
In some applications, data may be captured, statically stored in a database, and post-processed. In other applications, real-time, or near real-time, analysis is required. For example, if data traffic to a specific router is becoming excessive, new data traffic may be dynamically re-directed to another router. As another example, if an excessive number of users are accessing a web server, new users may be dynamically re-directed to a mirror server. In applications such as real-time control, the most recent data may have the highest relevancy. Particularly when the data streams are large, selectively filtering the most recent data for analysis reduces the required computational resources, such as processor speed and memory capacity, and computational time.
Commonly, what constitutes the most recent data, for example, is determined by the arrival time of the data at the network element (data receiver) which collects the data. The underlying assumption is that the time order in which the data arrives at the data receiver is the same time order in which the data sources generated the data. In applications such as transport of data across a packet data network, however, this assumption may not hold. For example, if data is generated by multiple sensors and the data is transported across a packet data network to a single monitoring and control station, the data from each sensor may be transported across different routes. The delay across one route may differ from the delay across a different route. In general, the delay across a specific route may be a function of overall data traffic across that route. If the overall data traffic is variable, the delay may also be variable. Consider the example in which data from sensor 1 is generated before data from sensor 2. At a particular instance, the data from sensor 1 may arrive at the monitoring and control station ahead of the data from sensor 2. At a later instance, however, under a different set of network conditions, the data from sensor 2 may arrive ahead of the data from sensor 1.
Even if the data is generated by a single data source, the data may arrive at a data receiver out-of-order. In a packet data network, user data may be segmented into multiple data packets. Depending on the configuration of the packet data network, there may be multiple routes between the data source and the data receiver. As discussed above, the delay across one route may differ from the delay across a second route. Consider the example in which data packet 1 is generated before data packet 2. If the two data packets are transmitted across different routes, and if the delay across the route for data packet 1 sufficiently exceeds the delay across the route for data packet 2, then data packet 2 may arrive before data packet 1.
Statistical properties of data streams are characterized by aggregate statistical values (which are referred to herein simply as aggregates), such as the average number of packets per unit time or the quantile distribution of the number of packets per unit time. Calculating aggregates from large volume unordered data streams may be computationally intensive. Herein, an unordered stream is a data stream in which the age of the data and the time order of the data are not taken into account. If the age (recency) of the data and the time order of the data are of significance, then, in general, calculating aggregates requires additional computational resources and additional computational time. What are needed are method and apparatus for efficiently calculating age-dependent aggregates from large volume data streams in which the data may be received in arbitrary time order.
Data streams arriving at a data receiver may comprise data of different age. In calculating statistical aggregates, more recent data may have more relevance than older data. In an embodiment of the invention, the data stream is comprised of a sequence of tuples, in which each tuple comprises an item identifier and an associated timestamp. The timestamp indicates the time at which the tuple was transmitted by a data source. At the data receiver, a tuple is multiplied by a decay function, which is a function of the current time and the associated timestamp. The decay function gives higher weight to more recent items. The tuples are recorded in a quantile-digest data structure, comprising multiple quantile-digests, which may be compressed to reduce required computer resources, for example, memory and computational time. The quantile-digest data structure accommodates tuples which arrive out-of order, that is, tuples which do not arrive in the same sequence as their timestamps. User-defined aggregate functions may be efficiently calculated with deterministic error bounds.
These and other advantages of the invention will be apparent to those of ordinary skill in the art by reference to the following detailed description and the accompanying drawings.
Herein, a data stream is represented by an unbounded sequence of tuples ei=<xi, wi, ti>, where i is a sequential integer index, xi is the identifier of an item, wi is an initial weighting factor, and ti is a timestamp. The index i indicates the arrival order in which a tuple is received at a data receiver. An identifier may be a simple sequence label, such as data1, data2, data3 . . . , or packet1, packet2, packet3 . . . . In general, an identifier is a user-defined designation. An item herein refers to user-defined data, which may include values of multiple parameters. For example, in an industrial application, an item may be the value of a single parameter such as temperature, or an item may be the values of a pair of parameters such as temperature and pressure. In a packet data network, an item may be the single value of the source address, or an item may be the values of the (source address, destination address) pair. In another example, an item may include the message body in addition to the source and destination addresses. To simplify the terminology herein, an item with the identifier xi is referred to as item xi. The initial weighting factor wi modifies the sensitivity of aggregates (see below) to the value of an individual tuple. If the item is a data packet, for example, a weighting factor may be the number of bytes in the data packet. Embodiments may be applied to tuples with arbitrary initial weighting factors wi. To simplify the discussion, in the examples below, the weighting factors are all set equal to 1. One skilled in the art may apply other embodiments to applications in which arbitrary initial weighting factors are associated with each tuple. The timestamp ti is the time at which the item was generated by a data source, for example, data source DS1102 in
As discussed above, data measurement system 100 includes four data sources DS1102-DS4108, generating transmitted data streams ds1110-ds4116, respectively. Each transmitted data stream may be represented by the tuples en,i=<xn,i, tn,1>, where n=1−4 is an index representing the number of the data source. That is, data sources DS1102-DS4108 correspond to n=1−4, respectively. In examples discussed below, the data analysis is performed on the combined data on received data stream ds0120. Therefore, the notation herein is simplified by including the source index n as a value in the identifier xi. The received data stream ds0120, then, is represented by the tuples ei=<xi, ti>. Note that multiple items may have the same timestamp ti. In an advantageous embodiment, the clocks of data sources DS1102-DS4108 and data receiver DR0122 are all synchronized. For example, a synchronization scheme such as network time protocol (NTP) may be used. One skilled in the art may apply other embodiments to data measurement systems in which the clocks are not synchronized. For example, the offsets of the clocks may be determined in advance of the data measurements, and appropriate correction factors may be applied.
Herein, a sequence of tuples is in-order if they arrive at a receiver in the same sequence as their timestamps. For example, consider the tuples in the received data stream ds0120. As the tuples arrive at the data receiver DR0122, if the timestamp of a tuple is greater than or equal to the timestamp of the previous tuple, then the tuples are in-order. For example, a sequence of three tuples may arrive in-order with timestamps of 1, 2, and 3 ms, respectively. As discussed above, however, depending on network conditions, tuples may arrive out-of-order. For example, a sequence of three tuples may arrive out-of-order with timestamps of 1, 3, and 2 ms, respectively. The current time is designated herein as time t. The reference for the current time is user-definable. For example, the current time t may be the time at which a tuple in the received data stream ds0120 is received by data receiver DR0122 (also referred to as observation time). In another example, the current time t may be the time at which a tuple is processed by data processor DP 124 (also known as query time). In general, there may be a delay between the time at which a tuple is received and the time at which a tuple is processed. As discussed below, processing a data stream of tuples includes calculating aggregates. The age of an item in tuple <xi, ti> is referred to herein as the difference between the current time and the time at which the item was generated by the data source, as specified by the timestamp. Let ai represent the age of item in tuple <xi, ti>, then ai=t−ti. To simplify the terminology, an item in tuple <xi, ti> is referred to as item <xi, ti>. As discussed above, for some applications, recent data is more significant than earlier data. The degree of significance may be varied by applying an age-dependent weighting factor to an item, such that more recent items, which have a lower age, receive higher weighting factors than older items, which have a higher age.
In an embodiment, time-dependent weighting factors may be generated by decay functions. Different decay functions may be chosen to model different applications. Herein, a function g(a) is a decay function if it satisfies the following two properties:
g(0)=1 and 0≦g(a)≦1 for all a≧0, and
g is monotone decreasing: if a1>a2, then g(a1)≦g(a2).
Examples of Decay Functions include the Following:
In many applications, the characteristics of individual tuples are not critical. Aggregate statistical values from a large set of tuples are often used to characterize a data stream. For simplicity, aggregate statistical values are referred to herein as aggregates. Common examples of aggregates include averages and medians. Embodiments may be applied to calculate arbitrary aggregates. In general, an aggregate is a user-defined aggregate function. In the discussions below, examples of aggregates are ranges, quantiles, and heavy hitters. A heavy hitter is an item which appears frequently. The criteria for a heavy hitter is user-definable. As discussed above, calculation of time-decayed aggregates of data streams, in which items may arrive out of order, are important for many applications.
Herein, the following terms are defined for a given input data stream S={<xi, ti>}:
If there is no time decay [g(a)=1 for all a], the values of the aggregates are independent of the timestamps ti, and, therefore, independent of arrival order. With time decay, the values of the aggregates do depend on the arrival order. Solving for the exact values of the decayed φ-quantile and of the decayed φ-heavy hitters requires considerable computational resources. In embodiments, the following approximate solutions are used to reduce the required computational resources:
and omitting no q such that
Since the value of the decay function depends on the query time (time at which the value of the aggregate is processed or calculated), the values of the approximate decayed aggregate solutions depend on the query time. Herein, a query is a user-defined operation. For example, a query may be the calculation of an aggregate. As another example, a query may be a search for a particular data value in a set of data. The result of a query is referred to herein as the answer to the query.
An embodiment for calculating time-decayed aggregates of data streams in which items arrive in arbitrary order is described herein for a sliding-window decay function. A data structure is constructed to track the decayed count of items in a sliding window as they arrive in arbitrary order. Given a window size w (specified at query time) and a data stream S={<xi, ti>}, the function Dw(t)=|{i |t−ti<w}|is the decayed count within the window w. To reduce required computational resources, an approximate value of Dw(t) with ε relative error is calculated. Each ti is represented as an integer in the range [0 . . . W−1], where W is an upper bound on the window size w. For simplicity, W is represented as a power of 2. No generality is lost since W only has to be an upper bound of w.
An advantageous embodiment uses a quantile-digest (q-digest) data structure. Given a parameter 0<ε<1, a q-digest summarizes the frequency distributions fi of a multiset defined by a stream of N items drawn from the domain [0 . . . W−1]. The q-digest may be used to estimate the rank of an item q, which is defined as the number of items dominated by q, that is,
The data structure maintains an appropriately defined set of dyadic ranges ⊂[0 . . . W−1] and their associated counts. A dyadic range is a range of the form [i2j . . . (i+1)2j−1] for non-negative integers i, j. That is, its length is a multiple of two, and it begins at a multiple of its length. An arbitrary range of integers [a . . . b] may be uniquely partitioned into at most 2 log2 (b−a) dyadic ranges, with at most 2 dyadic ranges of each length. The q-digest has the following properties:
Each range, count pair (r, c(r)) has
unless r represents a single item.
Given a range r, denote its parent range as par(r), and its left and right child ranges as left(r) and right(r), respectively. For every (r, c(r)) pair,
If the range r is present in the data structure, then the range par(r) is also present in the data structure. In general, a q-digest data structure may comprise a set of q-digests.
Given query point q∈[0 . . . W−1], an estimate of the rank of q, denoted by {circumflex over (r)}(q), may be computed as the sum of the counts of all ranges to the left of q, that is,
The following accuracy guarantee may be shown for the estimate of the rank: {circumflex over (r)}(q)≦r(q)≦{circumflex over (r)}(q)+εN. Similarly, given a query point q, the frequency fq of item q may be estimated as {circumflex over (f)}q={circumflex over (r)}(q+1)−{circumflex over (r)}(q), with the following accuracy guarantee: {circumflex over (f)}q−εN≦fq≦{circumflex over (f)}q+εN. The q-digest may be maintained in space
For simplicity, herein, log refers to log2. Updates to a q-digest may be performed in time O(log log W), by binary searching the O(log W) dyadic ranges containing the new item to find the appropriate place to record its count. Queries take
The q-digest does not require that all items have unit weight, but can be modified to accept updates with arbitrary (that is, fractional) non-negative weights. Also, multiplying all counts in the data structure by a constant γ gives an accurate summary of the input scaled by γ. The properties of the data structure still hold after these transformations.
As an example,
In an embodiment, the sliding-window count may be calculated with a data structure including multiple instances of a q-digest data structure. Let the “right rank” of a timestamp τ, denoted by rr(τ), be defined as the number of input items whose timestamps are greater than τ. Given a window size w≦W at query time, an estimate of rr(t−w) with relative error ε may be calculated. An advantageous data structure may be used to approximate the sliding-window count Dw(t) with relative error no more than ε using space
The time taken to update the data structure upon the arrival of a new item is
and a query for the count may be answered in time
Blocks 322-328 represent the α items with the most recent timestamps for the item sets 304-310, respectively. Blocks 330-334 represent the remaining items in the item sets 306-310, respectively.
For item set 304, data structure Q0 336 exactly buffers the α items with the most recent timestamps (ties broken arbitrarily). For j>0, Qj is a q-digest that summarizes the most recent 2j α items of the data stream. Shown in the example are q-digests Q1 338-Q3 342. The square dots represent nodes, as previously discussed with respect to q-digest 200 in
High-level flowcharts of a process for calculating a count for a sliding-window model are shown in
In prior art (Shrivastava et al., ACM SenSys '04, Nov. 3-5, 2004), the upper bound on the count of a node in the q-digest (herein called the count threshold) increases with the number of items being summarized. In an embodiment, the count threshold of a node within Qj is fixed. The count threshold of Qj is set to 2j, and the maximum number of ranges within Qj is bounded by α. As more items are added into Qj, the number of ranges within Qj will increase beyond α, and some ranges need to be discarded. The α most recent ranges within Qj are retained, and the rest are discarded. The ranges within Qj are sorted according to increasing order of right endpoints. Ties are broken by putting smaller ranges first. The α right-most items in this sorted order are stored in Qj.
the maximum size of B. If B was not previously full, then in step 506, |B| is not >α, and the process returns to step 502 to await the arrival of the next item. If B was previously full, then in step 506, |B| is >α, and the process passes to step 508. In step 508, a parameter T is set to the minimum value of timestamp τ already present in buffer B. This step is represented by the operation T<mine τ∈B. The item {T} is then deleted from buffer B. Note that {T} is the oldest item in buffer B. That is, once B is full, the oldest item is discarded to make room for a more recent item.
The process then passes to step 510, in which the index j is initialized to 1. The index j is the index of a q-digest in the data structure. The value of j has a maximum value of
Step 514 and step 516 are iterated for all q-digests Qj, j=[1 . . . β]. In the first iteration, the process passes from step 512 to step 514, in which the value T is compared with the value τj=τ1. As discussed below, the timestamp τj is the minimum time such that all items with timestamps greater than τj are properly summarized by Qj. If T is >τ1, then in step 516, item {T} is inserted into q-digest Q1. In the example shown in
An embodiment of a process for compressing q-digests (corresponding to step 408 in
The error in the estimate can only arise through ranges r in Qj that contain τ. That is, r neither falls completely to the left or completely to the right of r in Qj. Since there are at most log W ranges that contain τ, the error in estimation is no more than 2j log W. The following relationship then holds if τ≧τj:
rr(τ)≦(τ)≦rr(τ)+2j log W. (E1)
If Qj is full, that is, the number of ranges within Qj is the maximum possible, then rr(τj)≧3/ε2j log W−2j log W. Since ε<1, then
In the first iteration, the process passes to step 606, in which τ1 is recomputed based on the above description. The process then passes to the sub-process shown in step 608-step 618. Let m 1≦m≦M be the index of a (range, count) pair in Qj, (rj,m,c(rj,m)) ε Qj. Step 612-step 616 are then iterated for every (rj,m,c(rj,m)) ε Qj. In step 608, the index m is initialized to 1, and the process passes to step 610 in which the index m is compared to the maximum value M. In the first iteration, the process passes to step 612, in which the maximum value of rl,m for (rl,mc(rl,m)) ε Q1, denoted max(rl,m), is compared to the value of τ1. If max(rl,m) is ≦τ1, the process passes to step 614, in which (rl,mc(rl,m)) is deleted from Q1. The process then passes to step 616, in which Q1 is compressed. In step 612, if max(rl,m) is not ≦τ1, then the process passes directly to step 616, in which Q1 is compressed. Compression methods are discussed, for example, in (Shrivastava et al., ACM SenSys '04, Nov. 3-5, 2004). In step 618, the index m is incremented by 1, and the process returns to step 610. After step 612-step 616 have been iterated for all M values of (rj,m,c(rj,m)) ε Qj, then in step 610 the process passes to step 620, in which the index j is incremented by 1. The process then returns to step 604. After step 606-step 618 have been iterated for all β values of j, then, in step 604, the process is complete, as indicated in step 622.
An embodiment of a process for calculating counts (corresponding to step 408 in
Thus, the relative error
is bounded by ε.
Summarizing the overall process, in accordance with an embodiment described in the flowchart in
yielding J=[log(εN)−log log W]. Thus the total space complexity is
Each new arrival requires updating, in the worst case, all J q-digests, each of which takes time O(log log W), giving a worst case time bound of
for the update. The query time is the time required to find the right Ql, which can be done in time O(log J)=O(log log(εN)) (through a binary search on the τj's) followed by summing the counts in the appropriate buckets of Qt, which can be done in time
for a total query time complexity of
Each time the compression procedure is performed, it takes time linear in the size of the data structure. Therefore, by running compression after every
updates, the amortized cost of the compression is
while the space bounds are as stated above.
For a sliding-window decay function, a process for calculating ranges is discussed herein. As discussed further below, other aggregates, such as quantiles and heavy-hitters, may be calculated from range calculations. Consider a stream of (xi,ti) tuples, and let the range be denoted r(w,x)=|{x1≦x,t−ti≦w}|. Given (w,x) with 0≦w<W,0≦x<U, an estimate {circumflex over (r)}(w,x) is calculated such that |{circumflex over (r)}(w,x)−r(w,x)|≦εDw(t). The required approximation quality depends on Dw(t), but not on the number of elements that dominate on the x coordinate. A process, in accordance with an embodiment, for calculating ranges combines the data structure for calculating approximate sliding-window counts with an extra layer of data structures for ranges. The process maintains many q-digests Q0, Q1, . . . , each of which orders data along the time dimension. Herein, these q-digests are referred to as time-wise q-digests. Within Qj, j>0, the count threshold for each range is set to 2j−1. Within each range r∈Qj, instead of just keeping a count of the number of elements, another q-digest is maintained. These q-digests summarize data along the value-dimension. Herein, these q-digests are referred to as value-wise q-digests.
In one embodiment, the value-wise q-digests within Qj are maintained based on a count threshold of
Each value-wise q-digest for a timestamp range r summarizes the value distribution of all tuples whose timestamps fall within r. Since the timestamp ranges within Qj may overlap, a single item may be present in multiple (up to log W) value-wise q-digests within Qj. Similar to the process for calculating counts, Qj also maintains a threshold τj, which is updated as in the process for calculating counts. To estimate r(w, x), a process, in accordance with one embodiment, uses Ql, where l is the smallest integer such that τl≦t−w . Within Ql, there are at most log W value-wise q-digests to query based on a dyadic decomposition of the range (t−w,t), and query each of these for the rank of x. Finally, the estimate {circumflex over (r)}(w,x) is the sum of these results. The error of the estimate has two components. Within the time-wise q-digest Ql. there is may be incurred an error of up to 2l−1 log W, since the number of elements within the timestamp range may be undercounted by up to 2l−1 log W. Also, within each value-wise q-digest, there may be incurred an error of up to
Since as many as log W value-wise q-digests may be used, the total error due to the value-wise q-digests is bounded by 2l-1 log W. Hence, the total error in the estimate is bounded by 2·2l−1 log W 2l log W. By choosing
ranges within each Qj, the result is
Thus the error in the estimate of r(w, x) is no more than εDw.
The sum of counts of all nodes within all value-wise q-digests within Qj is O(log W rr(tj)), since each item may be included in no more than log W value-wise q-digests within Qj. Consider any triple of (parent, left child, right child) ranges within a value-wise q-digest. The total count of these triples must be at least
implying that for this many counts, a constant amount space is used. Thus, the total space taken to store.Qj is O(log2 W log U/ε). As discussed above, there are
different time-wise q-digests, leading to a total space complexity of
Consider the time to update each Qj. This requires the insertion of the item into no more than log W value-wise q-digests. Each such insertion takes time O(log log U), and the total time to insert into all Qj's is
In another embodiment, ranges are calculated using time-wise q-digests Qj, each node of which contains a value-wise q-digest. Here, there are the same number and arrangement of time-wise q-digests. Instead of inserting each update in all value-wise q-digests that summarize time ranges in which it falls, it is inserted in only one, corresponding to the node in the time-wise structure whose count is incremented due to insertion. The pruning condition for the value-wise q-digest is based on εn/2log U, where n=c(r) is the number of items counted by the time-wise q-digest in the range. Each value-wise q-digest is a q-digest which summarizes the values inserted into it, and so takes space
To calculate values of r(w, q), the value r, based on τl and query Qj is calculated. There may be incurred an error 2l−1 log W from uncertainty in Qj. All value-wise summaries within Ql which correspond to items arriving within the time window (t−w,t) are merged together, at query time. The value of x is calculated from the resulting q-digest. By the properties of merging q-digests, the error in this calculation is bounded by ε/2 Dw. Summing these two components gives the total error bound of εDw.
The space required is calculated by taking the number of value-wise q-digests for each
and multiplying by the size of each,
over the J=log(εN)−log log W levels. The overall bound is
The amortized cost of compression can be made O(1). The overall amortized cost per update is therefore
Sliding-window range calculations can be approximated in space
and time
per update. Queries take time linear in the space used.
Calculating quantiles and heavy hitters are discussed herein. Calculating values of heavy hitters and quantiles in a sliding window may be reduced to calculating values of ranges. Approximate answers to range calculations yield good approximations for quantiles and heavy hitters. For a maximum window size W, a data structure for range calculations with accuracy parameter ε/2 is created. To calculate an approximate φ-quantile, an approximation {circumflex over (D)}w of Dw is calculated using the time-wise q-digests. A binary search is then made for the smallest x such that {circumflex over (r)}(w, x)≦φ{circumflex over (D)}w. Such an x satisfies the requirements for being an approximate φ-quantile:
and
Values of φ-heavy hitters may be calculated by calculating φ′-quantiles, for φ′=ε,2ε, 3ε . . . 1. All items that repeatedly occur as φ/ε (or more) consecutive quantiles are reported. If any item has frequency at least (φ+ε)Dw, it will surely be reported. Also, any item which has frequency less than (φ−ε)Dw will surely not be reported.
Calculating sliding-window quantile and heavy hitters with out-of-order arrivals may be made in the same bounds as calculating sliding-window ranges, as discussed above. This lets window size w<W to be specified at query time. If the window size is fixed to W tuples and only the q-digest for the appropriate τj is kept, a factor of
is saved.
An embodiment for calculating quantiles and heavy hitters for an exponential decay function is discussed herein. Given an arrival of item <xi, ti>, a summary of the exponentially decayed data may be generated. Let t′ be the last time the data structure was updated. Every count in the data structure is multiplied by the scalar exp(−λ(t−t′)) so that it reflects the current decayed weights of all items. The q-digest is then updated with the item xi with weight exp(−λ(t−t′)). In an advantageous embodiment, the current decayed count D is tracked exactly, and a timestamp tr is kept on each counter c(r) denoting the last time it was updated. Whenever the current value of range r is required, it may be multiplied by exp(−λ(t−tr)), and tr is updated to t. This ensures that the asymptotic space and time costs of maintaining an exponentially decayed q-digest remains the same as before.
The process may be verified as follows. Let S(r) denote the subset of input items which the procedure is representing by the range r. When the procedure processes a new update <xi, ti> and updates a range r, then set S(r)=S(r) ∪i. When the procedure merges a range r′ together into range r by adding the count of (the child range) r′ into the count of r (the parent), then set S(r)=S(r)∪S(r′), and S(r′)=Ø (since r′ has given up its contents). The procedure maintains the property that
Every operation which modifies the counts (for example, adding a new item, merging two range counts, or applying the decay functions) maintains this invariant. Every item summarized in S(r) is a member of the range, that is, i∈S(r)→xi∈r, and at any time each tuple from the input is represented in S(r) is a member of the range r, that is, i ∈ S(r)→xi ∈ r, and, at any time, each tuple i from the input is represented in exactly one range r.
To estimate
the following value is computed:
By the above analysis of c(r), all items that are surely less than x are included, and all items that are surely greater than x are omitted. The uncertainty depends only on the ranges containing x, and the sum of these ranges is at most
Values of decayed rank may be calculated deterministically, with bounded approximation error. A φ-quantile with the desired error bounds may be found by binary searching for x whose approximate rank is φ D. Under a fixed exponential decay function exp(−λ(t−ti)), the following resources are required for specific operations: decayed quantile queries in space
and time per date O(log log U). Queries take time
In an embodiment, a data structure may be used to calculate heavy hitters under an exponential decay function, since the data structure guarantees an error of at most εD in the count of any single item. The data structure may be scanned to find and estimate all possible heavy hitters in time linear in the size of the data structure. A set of O(1/ε) pairs of item names and counters, with the counters initialized to zero, are tracked.
An embodiment is discussed herein for a process in which an arbitrary decay function is approximated by multiple sliding windows. Consider an arbitrary decay function g(a) and the heavy hitters aggregate. The decayed count of any item x may be represented as the sum
where fx(i) denotes the count of item x in the window of size j. The approximate heavy hitters may be calculated by calculating the approximate counts of each item in each window up to t. Because the count of x in window j is approximated with error εDj, summing all counts gives the error:
The speed of the process may be increased by making appropriate use of the contents of the data structure. It is not necessary to enumerate every possible item x. The information on which items are stored in the sliding-window data structure may be used, since items not stored are guaranteed not to be significant under the decay function. In addition, it is not necessary to query all possible time values. Again, the data structure only stores information about a limited number of timestamps, and queries about sliding windows with other timestamps will give the same answers as queries on some timestamp stored in the data structure. Thus, the sum only at timestamps stored in the data structure need to be evaluated, rather than at all possible timestamps. For quantiles, the results are similar. Instead of computing the decayed count of an item, the decayed rank of items is computed, and a binary search is conducted to find the desired quantile. The same space bounds hold. The process is advantageous. It handles item arrivals in completely arbitrary orders. It handles any arbitrary decay function efficiently, and the decay function may be specified at query time, after the input stream has been seen. All these results hold deterministically. Decayed heavy hitter and quantile queries on out-of-order arrivals may be answered within the bounds previously stated for sliding-window range queries. They may be approximated in space
and time
per update. Queries take time linear in the space used.
One embodiment of a data processor for computing time-decayed aggregates in out-of-order data streams may be implemented using a computer. For example, the steps shown in the flowcharts in
The foregoing Detailed Description is to be understood as being in every respect illustrative and exemplary, but not restrictive, and the scope of the invention disclosed herein is not to be determined from the Detailed Description, but rather from the claims as interpreted according to the full breadth permitted by the patent laws. It is to be understood that the embodiments shown and described herein are only illustrative of the principles of the present invention and that various modifications may be implemented by those skilled in the art without departing from the scope and spirit of the invention. Those skilled in the art could implement various other feature combinations without departing from the scope and spirit of the invention.
This invention was made with government support under Contract No. CNS0520102 from the National Science Foundation. The United States Government has certain rights in the invention.
Number | Name | Date | Kind |
---|---|---|---|
7246227 | Kissel | Jul 2007 | B2 |
7283566 | Siemens et al. | Oct 2007 | B2 |
7302480 | Lahtinen | Nov 2007 | B2 |
20060083233 | Nishibayashi et al. | Apr 2006 | A1 |
20070110046 | Farrell et al. | May 2007 | A1 |
20080043619 | Sammour et al. | Feb 2008 | A1 |
20080222415 | Munger et al. | Sep 2008 | A1 |
Entry |
---|
N. Shrivastava, et al., “Medians and Beyond: New Aggregation Techniques for Sensor Networks”, ACM SenSys '04, Nov. 3-5, 2004, Baltimore, MD. pp. 239-249. |
G. Cormode, et al., “An Improved Data Stream Summary: The Count-Min Sketch and its Applications”, J. Algorithms 55(1): 58-75, 2005. |
G. Cormode, et al., “Time-Decaying Aggregates in Out-of-order Streams”, DIMACS Technical Report 2007—Jul. 10, 2007. |
Number | Date | Country | |
---|---|---|---|
20090172059 A1 | Jul 2009 | US |