Data store with lock-free stateless paging capability
Summary by NHIP
Lock-free stateless paging method
The method limits data store results by returning pages with markers indicating the greatest ordinal ranking of included items. Subsequent queries containing these markers retrieve disjoint subsets of data items ranked higher than the previous marker value.
Claim Score by NHIP
Abstract
Disclosed are a method and apparatus for limiting the number of results returned by a data store in response to a query. Upon receiving an initial query, the data store returns a page of results that includes a subset of the data items within the data store satisfying the conditions of the query. The data store also provides a marker indicating the extent of the set of data items. If a subsequent query that requests additional results which satisfy the same query conditions and that includes the marker is received, the data store returns a page of results that includes a subset of data items that are disjoint from the initial subset, and provides an updated marker which indicates the extent of the union of the initial and subsequent subsets. If still further results are desired from the data store, an additional query containing the updated marker may be submitted.

Term
Projected expiry 1 August 2028.
- Priority
- Filed
- Granted
- Today
- Projected expiry
34 claims: 5 independent, 29 dependent
- 1A computer-implemented method for limiting a number of results returned from a data store in response to a query, comprising the steps of:receiving, by a data store, a query comprising one or more query conditions, wherein said data store contains one or more data items, each having an ordinal ranking;determining, by said data store, if said query further comprises a marker that indicates the greatest ordinal ranking among ordinal rankings of results in a previous page of results;responsive to determining that said query does not comprise a marker, said data store determining an initial subset of data items of said one or more data items within said data store that satisfy said query conditions and that have lowest ordinal ranking among said one or more data items within said data store: generating a particular marker indicating a greatest ordinal ranking of ordinal rankings of said data items within said initial subset;and returning an initial page of results comprising said initial subset of data items and said particular marker for said initial page;and responsive to determining that said query comprises a marker, said data store determining a subsequent subset of data items within said data store that satisfy said query conditions and that have lowest ordinal ranking among data items within said data store that have ordinal ranking greater than said greatest ordinal ranking indicated by said marker, wherein said marker is said particular marker;updating said particular marker to indicate a greatest ordinal ranking among said ordinal rankings of said data items within said subsequent subset of data items;and returning a subsequent page of results comprising said subsequent subset of data items and said updated particular marker for said subsequent page;wherein submitting said updated particular marker to said data store within a subsequent query ensures that a subsequent page of results is disjoint from a previous page of results.
- 25A computer for limiting the number of results returned from a data store containing data items in response to a query, comprising:a memory;a processor configured to implement instructions stored in the memory, the memory storing executable instructions;said processor configured for receiving a query comprising one or more query conditions wherein said data store contains one or more data items each having an ordinal ranking;said processor configured for determining if said query further comprises a marker that indicates the greatest ordinal ranking among ordinal rankings of results in a previous page of results;said processor configured for, responsive to determining that said query does not comprise a marker, determining an initial subset of data items of said one or more data items within said data store that satisfy said query conditions and that have lowest ordinal ranking among said one or more data items within said data store;generating a particular marker indicating a greatest ordinal ranking of ordinal rankings of said data items within said initial subset;and returning an initial page of results comprising said initial subset of data items and said particular marker for said initial page;said processor configured for, responsive to determining that said query comprises a marker, determining a subsequent subset of data items within said data store that satisfy said query conditions and that have lowest ordinal ranking among data items within said data store that have ordinal ranking greater than said greatest ordinal ranking indicated by said particular marker, wherein said marker is said particular marker;updating said particular marker to indicate a greatest ordinal ranking among said ordinal rankings of said data items within said subsequent subset of data items;and returning a subsequent page of results comprising said subsequent subset of data items and said updated particular marker for said subsequent page;wherein submitting said updated particular marker to said data store within a subsequent query ensures that a subsequent page of results is disjoint from a previous page of results.
- 31Broadest claimClaim Score 48, average(NHIP)A computer-implemented method for limiting the number of results returned from a data store containing data items in response to a query, comprising the steps of:receiving by a data store having a plurality of data items, a query comprising one or more query conditions;returning, by said data store, a page of results comprising a subset of said plurality of data items from said data store, wherein each of said data items in said subset has an ordinal ranking among said plurality of data items within said data store, satisfies said query conditions, and has lowest ordinal ranking among the remaining data items not in the subset;and providing, by said data store, with said page of results a marker that indicates the greatest ordinal ranking among said ordinal rankings of said data items in subset in said page of results;wherein submitting said marker to said data store within a subsequent query ensures that a subsequent page of results is disjoint from said page of results.
- 33A computer-implemented method for limiting the number of data items returned from a data store containing data items in response to at least one query, comprising the steps of:receiving, by a data store, an initial query comprising one or more query conditions, wherein said data store contains one or more data items each having an ordinal ranking;determining, by said data store, an initial page of results comprising an initial subset of said data items within said data store that satisfy said query conditions, said subset of data items having lowest ordinal ranking;generating, using said initial page of results, a marker that indicates the greatest ordinal ranking among said ordinal rankings of said data items within said initial page of results;returning, by said data store, said marker and said initial page of results;and if additional results are desired from said data store: receiving, by said data store, a subsequent query comprising said query conditions and said marker;returning, by said data store, a subsequent page of results comprising a subsequent subset of said data items within said data store satisfying said query conditions and having lowest ordinal ranking among data items with ordinal ranking greater than said greatest ordinal ranking indicated by said marker and an updated marker that indicates a new greatest ordinal ranking among ordinal rankings of said data items in said subsequent page of results;wherein one or more additional queries may be submitted with said updated marker if additional results are desired from said data store;and wherein submitting said updated marker to said data store within a subsequent query ensures that a subsequent page of results is disjoint from a previous page of results.
- 34A computer-implemented method for limiting the number of results returned by a data store containing data items in response to a query having query conditions, comprising the steps of:upon receiving an initial query, a data store returning an initial page of results that includes an initial subset of data items from said data store, wherein each of said data items has an ordinal ranking within said data store, that satisfy said query conditions, said initial subset of data items having lowest ordinal ranking within said data store;said data store generating an initial marker that indicates the greatest ordinal ranking among said ordinal rankings of said initial subset of data items in said initial page of results;when a subsequent query is received that requests additional results satisfying said initial query conditions and that includes said initial marker, said data store returning: a subsequent page of results that includes a subsequent subset of data items having lowest ordinal ranking among said data items contained in said data store with ordinal ranking greater than said greatest ordinal ranking;and a subsequent marker indicating the greatest ordinal ranking among said ordinal rankings of said data items in said subsequent page of results;wherein submitting said subsequent marker to said data store within a subsequent query ensures that a subsequent page of results is disjoint from a previous page of results.
Independent claims5
141 paragraphs in 5 sections, as filed
RELATED APPLICATIONS
This application claims priority to U.S. provisional patent application Ser. No. 60/636,822, entitled “Method and Apparatus for Dynamically Generating Assertion-Based Pre-sentations of Information” and filed 2004 Dec. 15, the entirety of which is incorporated herein by this referenced thereto. The application is also a continuation-in-part of U.S. utility patent application Ser. No. 11/177,789, entitled “Anti-Item for Deletion of Content in a Distributed Datastore” and filed 2005 Jul. 8, now U.S. Pat. No. 7,774,308 the entirety of which is incorporated herein by this reference thereto.
BACKGROUND
1. Technical Field
The invention relates to data stores, and in particular to large scale distributed data stores.
2. Description of the Prior Art
In recent years, the need for reliable and efficient storage of large amounts of data has increased dramatically. Indeed the need for extensive storage has even outpaced the remarkable advances in storage technology, e.g. the increasing capacity and decreasing cost of hard disks, and processing power. As a result, storage of truly large amounts of data on a single server is in many cases inpractical, and a distributed approach is desirable. Furthermore, even in those cases where storage can be handled by a single machine, a distributed data store may offer superior reliability and more efficient load handling.
At a recent conference of database users, Adam Bosworth envisioned a massive distributed data store through which “anyone can get to any data anywhere anytime”. (<i>Database Requirements in the Age of Scalable Services</i>; O'Reilly MySQL Users Conference; Santa Clara, Calif.; (Apr. 18-21, 2005)). The data store would be completely scalable, use inexpensive, commodity components, and be capable of handling billions of transactions a day. Most importantly, it would allow even novice computer users to serve structured data to a world wide community of users conveniently, leading to an explosion of accessible information.
Such a data store would be to a querying client what the World Wide Web is to a browser. As such, it would share many characteristics with the World Wide Web. In particular, the data store would incorporate: <ul id="ul0001" list-style="none"><li id="ul0001-0001" num="0000"><ul id="ul0002" list-style="none"><li id="ul0002-0001" num="0008">Partitioning. Data storage and retrieval and the associated workloads would be distributed across many nodes within a storage network.</li><li id="ul0002-0002" num="0009">Caching. Data would be stored locally on a temporary basis to minimize the effects of surges ill requests for particular items within the data store.</li><li id="ul0002-0003" num="0010">Stateless Nodes. Responding to queries would require a node to maintain only a minimum amount of state information.</li><li id="ul0002-0004" num="0011">Coarse-Grained Interactions. Clients, servers, and other network nodes would interact relatively infrequently, sending, receiving, and operating upon chunks of data at a time.</li></ul></li></ul>
To date, substantial effort has been directed at developing very large databases (VLDBs) that exhibit some of these characteristics. Notable examples include the Mariposa wide-area distributed database (Michael Stonebreaker, Paul M. Aoki, Witold Litwiu, Avi Pfeffer, Adamn Sah, Jeff Sidell, Carl Staelin, Andrew Yu; <i>Mariposa: a wide area distributed database system, VLDB Journal: </i>5(1):48-63; (1996)) and the PIER massively distributed query engine (Ryan Huebsch, Joseph M Hellerstein. Nick Lanham, Boon Thau Loo, Scott Shenker, Ion Stoica; <i>Querying the Internet with PIER; Proceedings of the </i>29<i>th VLDB Conference</i>; Berlin, Germany; (2003)).
Many VLDB systems, including the PIER, query engine, are based upon content addressable networks CANs). A CAN is based upon a multi-dimensional Cartesian coordinate space that spans the entirety of the data to be stored. Each computer that stores data is considered as a node within a graph. As a new node is added to the graph, it is dynamically assigned a subspace of the Cartesian coordinate space within the subspace of the node to which it is connected. The newly added node is henceforth responsible for storing an(d returning data items within the assigned subspace.
Inserting data into a distributed system and searching for data within, i.e. submitting queries to, a distributed system present well known challenges. The difficultly of responding to such requests may be simplified greatly if the algorithms used allow each node to consider only local information in responding to the request. In the case of a CAN, each node stores information indicating the subspace assigned to each of its nearest neighbors within the graph, and a, greedy forwarding algorithm is used to propagate insert and query requests. Specifically, a node passes each request to the neighboring node with the assigned subspace closest to the location of the inserted or requested item within the Cartesian space. Each node thus acts upon purely local information, and does not need to coordinate with neighboring nodes to make routing decisions.
Nonetheless, difficulties may arise in distributed data stores when responding to search requests. Specifically, if a query associated with a search is propagated in an outwardly fanning manner to a number of nodes within the data store, and the data returned from the nodes are aggregated along the return path to the user, a bottleneck may ensue. This effect is particularly acute for those queries that entail the return of large amounts of data. As a data store grows larger and stores more data, this is increasingly the case.
It would therefore be desirable to provide a system for responding to queries of a distributed data store that minimizes the likelihood of a bottleneck should the act of responding to a query entail the return of large amounts of data. Furthermore, it would be desirable for the system to operate in a manner that is consistent with the goal of stateless nodes. Finally., the system should not require a user to anticipate a potential bottleneck but, rather, function in an automatic manner.
SUMMARY
The invention provides a method and apparatus for limiting the number of results returned by a data store in response to a query. Upon receiving an initial query, the data store returns a page of results that includes a subset of the data items within the data store satisfying the conditions of the query. The data store also provides a marker indicating the extent of the set of data items. If a subsequent query that requests additional results which satisfy the same query conditions and that includes the marker is received, the data store returns a page of results that includes a subset of data items that are disjoint from the initial subset, and provides an updated marker which indicates the extent of the union of the initial and subsequent subsets. If still further results are desired from the data store, an additional query containing the updated marker may be submitted.
The invention thus provides a solution to the bottlenecking problem that arises in distributed data stores when responding to queries having very large result sets. By providing a paging mechanism to limit the number of results returned the invention restricts the amount of node resources used by a single query in a given period of time, thus preserving sufficient bandwidth for the execution of other data store operations.
The number of data items included in each successive page of results may be specified upon sub-mission of the query. Alternatively, the number of data items included in each successive page may be based upon a default page size specified for the data store.
The data items within the data store are characterized by a total ordering that provides an ordinal ranking for each data item. The extent of the results returned may be defined by a greatest ordinal ranking. In the preferred embodiment of the invention, the ordinal ranking is based on a globally unique identifier (GUID). In responding to an initial query, the data store returns a page of results including the data items within the data store with GUIDs having lowest ordinal ranking. The marker provided is the GUID having the greatest ordinal ranking among the GUIDs of the data items within the page of results. In responding to subsequent queries, the data store retrieves from storage the data items having GUIDs having lowest ordinal ranking among the data items with GUIDs having greater ordinial ranking than that of the marker.
In one embodiment of the invention the GUID includes a timestamp. In another embodiment the GUID includes a unique machine identifier. In the preferred embodiment of the invention the GUID includes both a timestamp and a unique machine identifier, and it is stored within the data store.
Also in the preferred embodiment of the invention, the data store is a distributed, ordered tuple store composed of a number of nodes which are connected in a directed acyclic graph. Data items are stored by the nodes as tuples containing values stored in one or more fields. Preferably, each of the tuples within the data store includes a GUID stored as a field within the tuple, thus providing a basis for a total ordering of the tuples. Alternatively, the total ordering may be based on the values stored in one or more of the fields of each tuple.
The distributed, ordered tuple store may store data items on both a permanent and temporary basis, using disk- or RAM-based storage. The nodes within the distributed, ordered tuple store include servers that are capable of receiving a query from a client, respositories that are capable of storing data items on a permanent basis, and relays that do not store data items on a permanent basis.
A query submitted to the distributed, ordered tuple store includes a range of values specified for at least one of the fields. The range of values specified for a field may be a wildcard, indicating that the values of the field are not considered in returning the page of results.
To obtain results to a query, a node partitions the query into one or more subquries; retrieves an internal page of tuples satisfying the conditions of the subquery from the local store of tuples within the node for each of a portion of the subqueries; forwards each of the remaining subqueries, as a query, to one or more other nodes within the distributed, ordered tuple store; receives a return page from each node to which a subquery was forwarded; merges the return pages and the internal pages to create a, merge(l return) page; and returns the merged return page as a return page. In the case of the node receiving the query from the client, the return page is returned to the client.
Preferably, the determination of which subqueries to forward and which subqueries to retrieve from the local store is based upon a storage range of the node that indicates which tuples are stored within the local store. The forwarding operation is based upon a coverage of each of the nodes to which the node is connected, indicating which tuples are accessible to each of the nodes. Finally, the merging operation preferably involves selecting the data items having lowest ordinal ranking from among the return pages and internal pages.
BRIEF DESCRIPTION-OF THE DRAWINGS
<figref idref="DRAWINGS">FIG. 1</figref> shows the structure of a distributed, ordered tuple store according to the invention;
<figref idref="DRAWINGS">FIG. 2</figref> shows the notions of superior nodes, inferior nodes, and rank within a distributed, ordered tuple store according to the invention:
<figref idref="DRAWINGS">FIG. 3</figref> shows a distributed, ordered tuple store incorporating nodes of several types according to the invention;
<figref idref="DRAWINGS">FIG. 4</figref> shows a set of hosting ranges for the distributed, ordered tuple store of <figref idref="DRAWINGS">FIG. 1</figref>;
<figref idref="DRAWINGS">FIG. 5</figref> shows the coverages resulting from the hosting ranges of <figref idref="DRAWINGS">FIG. 4</figref>;
<figref idref="DRAWINGS">FIG. 6</figref> shows the insertion of a tuple according to the invention;
<figref idref="DRAWINGS">FIG. 7</figref> shows a set of hosting ranges for the distributed, ordered tuple store of <figref idref="DRAWINGS">FIG. 1</figref>;
<figref idref="DRAWINGS">FIG. 8</figref> shows the coverages resulting from the hosting ranges of <figref idref="DRAWINGS">FIG. 7</figref>;
<figref idref="DRAWINGS">FIG. 9</figref> shows a set of tuples stored in each node within the distributed, ordered tuple store of <figref idref="DRAWINGS">FIG. 1</figref> with the hosting ranges of <figref idref="DRAWINGS">FIG. 7</figref>;
<figref idref="DRAWINGS">FIG. 10</figref> shows a query submitted to the distributed, ordered tuple store of <figref idref="DRAWINGS">FIG. 1</figref> with the hosting ranges of <figref idref="DRAWINGS">FIG. 7</figref>;
<figref idref="DRAWINGS">FIG. 11</figref> shows an initial page of results returned to the client for the query of <figref idref="DRAWINGS">FIG. 10</figref>; and
<figref idref="DRAWINGS">FIG. 12</figref> shows a subsequent page of results returned to the client for a subsequent query following the query of <figref idref="DRAWINGS">FIG. 10</figref>.
DETAILED DESCRIPTION
The invention provides a method and apparatus for limiting the number of results returned by a data store in response to a query. The invention is best understood with reference to a detailed description of a preferred embodiment of the invention in which the data store is a distributed, ordered tuple store.
Structure
<figref idref="DRAWINGS">FIG. 1</figref> shows the structure of a distributed, ordered tuple store according to the invention. The distributed ordered tuple store consists of multiple interconnected nodes. In the preferred embodiment of the invention, the nodes are connected in a directed acyclic graph as shown in <figref idref="DRAWINGS">FIG. 1</figref>, in which six interconnected nodes (N<sub>a</sub>, N<sub>b</sub>, N<sub>c</sub>, N<sub>d</sub>, N<sub>e</sub>, and N<sub>f</sub>) are illustrated.
<figref idref="DRAWINGS">FIG. 2</figref> shows the notions of superior nodes, inferior nodes, and rank within a distributed., ordered tuple store according to the invention. As illustrated in the <figref idref="DRAWINGS">FIG. 2</figref>, nodes may be characterized by a rank. Nodes of lower rank are termed inferior, and nodes of higher rank are termed superior. In the preferred embodiment of the invention nodes may only seek data from superior nodes, as indicated by the direction of the arrows in <figref idref="DRAWINGS">FIG. 2</figref>. That is, requests for data may be passed to superior nodes but may not be passed to inferior nodes. In this sense, superior nodes are said to lie upstream of inferior nodes, and inferior nodes are said to lie downstream of superior nodes. Each node that is directly connected to a downstream node by an upstream edge is an upstream neighbor of the downstream node. The set of upstream neighbors of a node is the termed the upstream neighborhood of the node.
The nodes within a distributed ordered tuple store may be further classified as one or more of several node types. A repository is a node that stores a portion of the data within the distributed, ordered tuple store on a permanent basis, e.g. using disk-based storage. A relay is an intermediate node that connects to an upstream node, but does not store data on a permanent basis. Finally, a server is a node that facilitates communication with a computing devices outside the distributed, ordered tuple store, called a client. A node may, at its discretion, store a portion of the data within the distributed, ordered tuple store on a temporary basis, e.g. using a RAM-based cache. Also, a single node may be more than one of a repository, relay, and server.
<figref idref="DRAWINGS">FIG. 3</figref> shows a distributed, ordered tuple store incorporating nodes of several types according to the invention. In <figref idref="DRAWINGS">FIG. 3</figref>, node N<sub>a </sub>of <figref idref="DRAWINGS">FIG. 1</figref> is a server S that supports a connection to a client. Node N<sub>a </sub>is also a repository R. Node N<sub>a </sub>is connected to two additional repositories R (N<sub>b </sub>and N<sub>c </sub>of <figref idref="DRAWINGS">FIG. 1</figref>). One of these repositories is further connected to an intermediate relay node I (N<sub>d </sub>of <figref idref="DRAWINGS">FIG. 1</figref>). The relay is in turn connected to two more repositories R (N<sub>e </sub>and N<sub>f </sub>of <figref idref="DRAWINGS">FIG. 1</figref>).
Data within a distributed, ordered tuple store are characterized by a tuple space defined by N fields. Each field within the tuple space is defined by an ordered list of values v<sub>i </sub>that it may take on and an integer k that represents the position of the field within the tuple space. A field may thus be expressed as <br /><i>F</i><sub>k</sub><i>≐{v</i><sub>1</sub><i>, v</i><sub>2</sub><i>, . . . v</i><sub>i</sub><i>, . . . v</i><sub>M</sub><sub><sub2>k</sub2></sub>} (1)
In many instances, the ordered list of values is a range of integers. For example, a field may be defined as capable of taking an integer value between 1 and 10, inclusive. That is, <br />F<sub>x</sub>=[1,10]. (2)
Other fields may take on any letter-based phrase shorter than a specified length, with the possible values ordered in an alphanumeric sense. That is, <br />F<sub>y</sub>=[a, zzzzz]. (3)
Note that a single distributed, ordered tuple store may contain data within a single tuple space or it may contain data within multiple tuple spaces.
Data items within the distributed, ordered tuple store thus take the form of tuples of length N, expressed as <br /><i>I</i>≐(<i>p</i><sub>1</sub><i>, p</i><sub>2</sub><i>, . . . , p</i><sub>j</sub><i>, . . . , p</i><sub>N</sub>), (4)<br /> where p<sub>j </sub>are values, selected from the jth field within the tuple space. Thus, for a tuple space S<sub>1 </sub>defined as <br />S<sub>1</sub>={F<sub>1</sub>, F<sub>2</sub>}={[2, 7], [4, 13]}, (5)<br /> one possible tuple is <br />I=(3, 8), (6)<br /> representing, for example the coordinates of a point in 2-D space. Similarly, for a tuple space S<sub>2 </sub>defined as <br />S<sub>2</sub>={F<sub>3</sub>, F<sub>4</sub>, F<sub>5</sub>}={[1, 99], [a, zzzz], [a, zzzzzz]}, (7)<br /> one possible tuple is <br />I=(11, Mary, Fluffy), (8)<br /> representing, for example, the age, name, and pet of a particular person.
A field range is a contiguons subset of the indices into the ordered list of values that defines a field. A field range is expressed as a pair of integers representing the ends of the range, inclusive. That is, <br />r≐[i<sub>min</sub>, i<sub>max</sub>]. (9)
As noted above, some of the nodes within the distributed, ordered tuple store, termed repositories, store data on a permanent basis. Each repository stores data for one or more of the tuples spaces within the distributed, ordered tuple store. The permanent storage duties of each node within a particular tuple space are defined by one or more hosting ranges. A hosting range is defined by one or more sets of N field ranges, each defining a subspace of the tuple space. For example, for the tuple space of Equation 5 the single set of field ranges <br />H={[1, 2], [6, 7]} (10)<br /> indicates that a node is responsible for storing tuples (<b>2</b>, <b>9</b>), (<b>2</b>,<b>10</b>), (<b>3</b>, <b>9</b>), and (<b>3</b>, <b>10</b>).
Alternatively, and often more conveniently, a hosting range may be expressed with pairs of tuples defining the corners of one or more subspaces. Each such subspace is termed a tile. For example, the hosting range of Equation 10 may be expressed by the single tile <br /><i>T</i>={(2,9),(3, 10)}. (11)
<figref idref="DRAWINGS">FIG. 4</figref> shows a set of hosting ranges for the distributed, ordered tuple store of <figref idref="DRAWINGS">FIG. 1</figref>.
As noted above, nodes may also store data on a temporary basis, e.g. by using a RANM-based cache. The storage range of a node is the union of its hosting range and the tile or tiles of data within its temporary storage.
<figref idref="DRAWINGS">FIG. 5</figref> shows the coverages resulting from the hosting ranges of <figref idref="DRAWINGS">FIG. 4</figref>. The coverage of a node is the union of its hosting range and the hosting ranges of the nodes in its upstream neighborhood. In the preferred embodiment of the invention in which the nodes are connected in a directed acyclic graph the coverage is defined by the superior nodes to which the node is connected.
A node is said to have full coverage of a tuple space if its coverage spans the entire tuple space. For any tuple within the tuple space, a, node with full coverage either hosts the tuple itself, or is connected to a superior node that provides coverage of the tuple. By definition, a node is of rank zero if and only if it has full coverage.
So that each node may calculate its coverage, each node advertises its coverage to the inferior nodes to which it is connected. In the simplest embodiments of the invention, an administrator configures the network of nodes, explicitly indicating the connectivity between nodes, and the hosting ranges of each. This calculation must be performed once upon system configuration. In more sophisticated embodiments of the distributed, ordered tuple store, the connectivity of nodes and the hosting ranges of the nodes may be adjusted dynamically in response to measured system loads. In such systems, the advertising of coverage occurs on all ongoing basis.
Operations
In the preferred embodiment of the invention, a distributed, ordered tuple store supports insert, delete, and query operations. As noted above, a client communicates with a server to initiate an operation and to receive any data returned by the operation, e.g. in the case of a query operation. Briefly, an insert operation adds a specified set of tuples to the distributed, ordered tuple store, a delete operation removes a specified set of tuples from the distributed ordered tuple store, and a query operation retrieves a specified set of tuples from within the distributed, ordered tuple store.
Insertion
Insertion of data into the distributed, ordered tuple store is performed by a client that connects to a server within the distributed, ordered tuple store. In the preferred embodiment of the invention, requests to insert data are only passed from inferior nodes to superior nodes. Further, to ensure that any tuple within the tuple space can be inserted properly, a client connects only to nodes of rank zero.
<figref idref="DRAWINGS">FIG. 6</figref> shows the insertion of a tuple according to the invention. The client inserts the tuple (<b>5</b>, <b>6</b>) at node N<sub>a</sub>. Because node N<sub>a </sub>is of rank zero, the inserted tuple is within its coverage. However, the inserted tuple is not within the hosting range of node N<sub>a</sub>, so node N<sub>a </sub>does not store the tuple locally. Node N<sub>a </sub>then considers the coverage of the superior nodes to which it is connected and passes the insertion request to one or more of those superior nodes that provide coverage for the inserted tuple. The number of nodes to which the tuple is passed is based on the amount of redundancy desired in the distributed, ordered tuple store. In the distributed, ordered tuple store of <figref idref="DRAWINGS">FIG. 5</figref>, both nodes N<sub>b </sub>and N<sub>c </sub>provide coverage for the tuple (<b>5</b>, <b>6</b>), and we consider the case in which node N<sub>a </sub>passes the insertion request to both nodes.
N<sub>b </sub>receives the insertion request. The inserted tuple is within the hosting range of node N<sub>b</sub>, so node N<sub>b </sub>stores the tuple locally. After storing the tuple locally, node N<sub>b </sub>considers the coverage of the superior nodes to which it is connected. The inserted tuple is within the coverage of node N<sub>c </sub>but not within the coverage of node N<sub>d</sub>. Node N<sub>b </sub>therefore passes the insertion request to node N<sub>c </sub>but not to node N<sub>d</sub>.
Thus, node NC receives two insertion requests for the tuple (<b>5</b>, <b>6</b>). Upon receipt of the first insertion request, node NC determines that the tuple is within its hosting range. The tuple is therefore stored locally. Upon receipt of the second insertion request, node N<sub>c </sub>again determines that the tuple is within its hosting range. However, node N<sub>c </sub>notes that it has already received the insertion request and that the inserted tuple is already within its local storage. Node N<sub>c </sub>therefore ignores the second insertion request. Because node N<sub>c </sub>is not connected to any superior nodes, the insertion operation terminates.
Deletion
The deletion operation for a distributed, ordered tuple store is summarized here, but is described in more detail in the referenced utility patent application “Anti-Item for Deletion of Content in a Distributed Datastore”. The deletion operation is most easily implemented through the addition of a deletion field to the tuple space, where the deletion field make only take on the values 0 or 1. For example, the tuple space of Equation 5 may be extended to include a deletion field, yielding <br />S<sub>1</sub>={F<sub>1</sub>, F<sub>2</sub>, F<sub>d</sub>}={[2, 7], [4, 13], [0, 1]}. (12)
The deletion field F<sub>d </sub>is added solely to differentiate tuples from anti-tuples. All tuples are of the form (a, b, <b>0</b>), and all anti-tuples are of the form (c, d, <b>1</b>). The deletion field is not used in determining where within the data store a particular tuple is stored. That is, all nodes must store both tuples and anti-tuples.
Actual deletion from the distributed, ordered tuple store proceeds in a manner highly analagous to the insertion operation. A client connects to a node of rank zero, and requests, for example, the deletion of a tuple (<b>5</b>,<b>6</b>, <b>0</b>) by inserting the corresponding anti-tuple (<b>5</b>, <b>6</b>, <b>1</b>). The insertion of the anti-tuple proceeds as the insertion of the tuple in <figref idref="DRAWINGS">FIG. 6</figref>. Arrival of the anti-tuple at the same location as the tuple results in deletion of the tuple. Actual removal of the tuple from storage may be performed in several ways. Most simply, upon arrival of an anti-tuple, the storing node checks for the presence of the corresponding tuple. If the corresponding tuple is present, it is removed from storage. Alternatively, the anti-tuple may be stored alongside the tuple, and optionally removed at a later tuple through a garbage collection process. In this approach, or in a, approach in which the tuple is stored indefinitely, the presence of the anti-tuple alongside the tuple results in the exclusion of the tuple from any subsequent query operations.
Querying
A user wishing to obtain data items from the distributed, ordered tuple store initiates a search by specifying a set of search conditions. Preferably, the search conditions are submitted via a client. To retrieve the desired data items form the distributed ordered tuple store, the client submits a query to the distributed, ordered tuple store with query conditions corresponding to the search conditions. Preferably, the search conditions and query conditions are expressed as field ranges. The result set of a query, and by extension the search, is the zero or more tuples within the distributed, ordered tuple store that satisfy the query conditions. A tuple satisfies the conditions if, for each specified field range, the value of the field within the tuple is within the specified range. That is, the result set of a query is all tuples within the distributed, ordered tuple store that lie within the subspace of the tuple space specified in the query.
Syntax
As with hosting ranges, a query may be more conveniently expressed using the field values that define the subspace. The query may specify single valued ranges. For example, the query <br />Q=(6, 9), (13)<br /> if submitted to a distributed, ordered tuple store storing tuples in the tuple space of Equation 5, returns as a result the single tuple (<b>6</b>, <b>9</b>), if it is present within the distributed, ordered tuple store. Alternatively, ranges of values may be specified for each field. For example, the query <br />Q=(6, [7, 9]) (14)<br /> returns a result set containing the tuples (<b>6</b>, <b>7</b>), (<b>6</b>, <b>8</b>), and (<b>6</b>, <b>9</b>), if they are present in the distributed, ordered tuple store. <br /> Handling
The distributed, ordered tuple store handles a query by fanning out the query over a query tree. The query is fanned out through division into subqueries that are forwarded as queries to upstream nodes. The root of the query tree is the server at which the query was submitted. A leaf of the query tree is a node that handles a received query without forwarding subqueries to nodes in its upstream neighborhood. Often, the leaves of the query tree are repositories that retrieve the requested data from permanent storage, though other types of nodes may serve as leaves by retrieving cached data.
Upon receiving a query, a node partitions the query into a set of subqueries. The node retrieves a set of tuples from storage for those subqueries that are within its hosting range and, optionally, those subqueries that are within its storage range but not its hosting range, i.e. temporarily stored items. Each remaining subquery is forwarded, as a query, to one or more nodes in its upstream neighborhood that provide coverage for the subquery. The node then waits for sets of tuples from any upstream nodes to which it has forwarded a subquery. Upon receiving the set of tuples, the node merges the received sets of tuples with the sets of tuples retrieved from storage and returns the merged set of tuples to the downstream node from which it received the query. Generally, the merged set of tuples returned by a node, either to a downstream node or to the client, is returned in an ordered arrangement.
Note that in the case of a leaf, no subqueries are forwarded, and the set of triples retrieved from storage is returned immediately. In the case of a root, i.e. a server, the merged set of tuples is returned to the client. Because clients may only connect to servers, i.e. nodes of rank zero with full coverage, and because nodes only forward subqueries to nodes with a hosting range covering the subquery, a node never receives a query for which it offers no coverage. Finally, a node does not forward queries downstream, that is, towards peers of lower rank.
As noted above, merging set of tuples near the root of the query tree can lead to bottlenecking, especially in distributed, ordered tuple store exhibiting a high degree of branching and in response to queries that generate a large number of results. More detail about the merging and ordering processes and a mechanism for limiting the number of results returned to relieve the bottlenecking problem are provided in the discussions of total ordering and paging below.
Wildcard Values
The specification of a tuple may also allow for a wildcard or “don't care” field value for one or more of the fields within the tuple space. For example, the insertion operation propagates the anti-tuple (*, <b>6</b>, <b>1</b>) to all nodes with a hosting range encompassing a field value of 6 for the second field. Arrival at these nodes results in the deletion of all tuples of the form (f<sub>1</sub>, <b>6</b>,<b>0</b> ), where f<sub>1 </sub>is any field value selected from the field F<sub>1</sub>. Thus, in the network of <figref idref="DRAWINGS">FIG. 5</figref>, the tuple propagates to, and deletes, an), matching tuples stored at nodes N<sub>b </sub>and N<sub>c</sub>.
The symmetry of the insertion and deletion operation suggests that a wildcard field value may also be used in the insertion process. After insertion, a tuple containing a wildcard propagates to all nodes for which the explicitly specified field values are within the hosting range. Upon arrival at these hosting nodes, all tuples within the node's hosting range that match the tuple containing the wildcard are stored. However, because this operation generally results in a broad, untargeted insertion, it may not be appropriate for many distributed, ordered tuple stores.
Queries may also use wildcard values. For example, the query <br />Q=(3, *) (15)<br /> is satisfied by all tuples within the distributed, ordered tuple store that have a value of 3 in the first field, regardless of the value in the second field. In some embodiments of the invention, the query syntax may not require the user to specify ranges for all fields, and those fields that are not specified are treated as if a wildcard value were specified. <br /> Total Ordering
The tuples within the distributed, ordered tuple store are characterized by a total ordering. The purpose of the total ordering is to provide an ordinal ranking for each data item that facilitates a deterministic ordering of the data items within the data store and within sets of tuples. Generally, the ordinal ranking is based upon one or more of the ordered lists of values from which the values of a tuple are chosen, i.e. fields described by Equation 1.
Globally Unique Identifier
In the preferred embodiment of the invention, the ordinal ranking is based upon a globally unique identifier.
Single Field GUID
In one embodiment of the invention, a single field within the tuple space serves as a GUID. The ordinal ranking provided by a single field GUID is based upon the ordered list of values from which the field value within the tuple is chosen. e.g. the ordered list of values described in Equation 3. Often, the GUID is a field of numeric values with increasing ordinal rankings corresponding to increasing numeric values. For example, suppose the fields within a tuple correspond to the first name, last name, and social security number of an individual, with the social security number unique to each tuple. In this case, the social security number field may be used as a GUID, with the total ordering of the tuples corresponding to an ordering of individuals by increasing social security number.
Time-Based GUID
A particularly useful single field GUID is a time-based GUID in which a server places a unique time-based value into a field within each tuple upon insertion into the distributed, ordered tuple store. The GUID may be a timestamp, for example a Unix timestamp indicating the number of seconds since the Unix Epoch on 1970 Jan. 1. Alternatively, if greater precision is desired, an NTP timestamp may be used. To ensure consistency among widely separated nodes, the timestamps is preferably based on a common time zone, such as GMT.
Time- and Machine-Based GUID
While the increased temporal resolution offered by timestamps such as the NTP timestamp make the likelihood of truly simultaneous insertions at disparate clients exceedingly unlikely, an identifier based on a timestamp alone may not guarantee global uniqueness. Therefore the preferred embodiment of the invention uses a GUID incorporating both a timestamp and a unique machine identifier indication the server at which the entry is inserted into the distributed ordered tuple store. The GUID may be formed by catenating the local server time at the time of insertion and the unique machine identifier, with the local time providing the higher order information.
The machine identifiers may be assigned to servers at the time of manufacture, on a random basis as the servers are started, or based on the physical location of the servers. If the server clock providing the local server time is not sufficiently precise to ensure that multiple operations do not occur at the same time, the value of a counter that increases with each successive operation of the server could be combined with the GUID containing the time and machine identifier.
The distributed method of generating a GUID described above avoids the network congestion that results in a system assigning GUIDs based on a counter maintained by a single machine. Furthermore, a GUID containing both time and server information can provide important functionality in the insertion operation described above and illustrated in <figref idref="DRAWINGS">FIG. 6</figref>. As noted, the topology and hosting ranges of some distributed, ordered tuple stores may result in a single insertion request arriving at a particular node more than once. By inspecting the GUID of an insertion request upon arrival a node may determine whether it has already handled the particular insertion quest. If so, the no(de may ignore the insertion request.
GUIDs and Redundancy
The unique nature of a GUID does not necessarily imply that a particular GUID appears only once within the distributed, ordered tuple store. As noted in the discussion of <figref idref="DRAWINGS">FIG. 6</figref>, it is possible in some embodiments of the invention for a particular tuple to be stored in multiple nodes. Such redundant storage does not corrupt the unique nature of the GUID, because it is still correct to say that no two tuples are characterized by the same GUID. Rather, the same tuple has merely been stored in more than one location.
Multiple Field Total Ordering
In still other embodiments of the invention, the total ordering is based on multiple fields within the tuple. The particular fields incorporated into the total ordering are chosen such that no two tuples within the tuple space are characterized by the same ordinal ranking. In this approach, different operations, in particular different queries, may use different total orderings, with a user specifying a particular method of computing the ordinal rankings upon posing a query. The user is thus able to specify an ordering of the query results based on a successive sorting of tuples using the multiple fields. If the fields specified by the user do not contain a subset of fields, such that no two tuples have the same values for each of the fields in the subset, then fields are added to the specified fields until the specified fields include such a subset. The addition of fields may be performed automatically or by the user in response to a prompt. To ensure that the additional fields do not disrupt the intended ordering of the user, the additional fields are added as the least significant fields within the total ordering.
Returning to the example of a tuple with fields corresponding to the first name, last name, and social security number of an individual, suppose a user wishes to obtain results ordered by last name then first name, as in a phone book. The user may specify a total ordering based on the last name and first name fields, with the last name serving as the more significant field. If there exist tuples within the distributed, ordered tuple store that contain the same first and last name, the social security number field may be added to the total ordering as the least significant field. The addition of the social security number as the least significant field yields an ordering that is both deterministic and consistent with the intent of the total ordering initially specified by the user.
Stateless and Lock-Free Paging
Bottlenecking Problem
In many instances, a search submitted to a client by a user contains a set of search conditions satisfied by a large number of tuples within the distributed, ordered tuple store. For example, a set of search conditions that specifies within its set of ranges an entire tuple space produces a result set consisting of every tuple within the tuple space stored in the distributed, ordered tuple store. Search conditions incorporating wildcards may also yield very large result sets. When responding to queries with query conditions based on such search conditions, merging sets of tuples as they are forwarded downstream towards the server requires substantial resources at a number of nodes over a substantial period of time. Providing a complete result set when responding to such queries would render the distributed ordered tuple store unable to handle other operations while responding to the query. As a result, pending operations would accumulate at servers and overflow any buffers used to store pending operations. This bottlenecking problem merely worsens as the number of nodes and tuples in) a distributed, ordered tuple store increases. Clearly, there is a need to restrict the amount of node resources that can be consumed by a single query in a given period of time, preserving sufficient bandwidth for the execution of other operations.
Paging Concept
To address this potential problem, the invention provides a paging mechanism in which the distributed, ordered tuple store successively returns subsets of a complete result set, termed pages, in response to searches with large result sets. Each successive page is produced in response to a query with query conditions corresponding to the search conditions. If, upon return of a page, more results are desired a subsequent query is submitted to the distributed, ordered tuple store to produce another page. A single search may thus entail the submission of multiple queries.
Paging allows each node to restrict the number of results returned in responding to a query, thus imparting a granular nature to the work performed and the data handled by the distributed, ordered tuple store. This allows multiple operations to be interleaved more readily. Consequently, paging allows comparatively simple operations, such as single tuple insertions and deletions, to complete while searches with large result sets continue to progress.
Benefits of a Stateless and Lock-Free Approach
If a search in progress were to require information about the state of the search to be stored within the distributed, ordered tuple store between successive pages, having many searches in progress at once could potentially overload the nodes within the distributed, ordered tuple store. It is therefore desirable that the approach to paging be stateless, i.e. requiring little or no state to be stored within the distributed, ordered tuple store between the submission of successive queries and the return of successive pages. Furthermore, if a search in progress were to require that a range of the data within the distributed, ordered tuple store be locked, denying other operations such as insertions or deletions access to the data between the return of successive pages, then insertions and deletions would accumulate at nodes affected by the locks, potentially leading to a buffer overflow. It is therefore also desirable that the approach to paging be lock-free, i.e. operating without need for locking data within the distributed, ordered tuple store.
Accordingly, the proposed approach to paging operates without storing the state of searches or locking data in the distributed, ordered tuple store between the successive return of pages. This allows insertion and deletion operations to proceed interleaved with the handling of the successive query operations of a search, yet avoids the potential data overflow associated with a high volume of query operations, and avoids the potential buffer overflow associated with insertions and deletions attempting to access locked data.
Marker
In the preferred embodiment of the invention, stateless, lock-free paging is achieved using a marker. This approach requires that each tuple in a tuple space of the distributed ordered tuple store possess an ordinal ranking that is determined by using one of the total ordering methods described above. Then: <ul id="ul0003" list-style="none"><li id="ul0003-0001" num="0000"><ul id="ul0004" list-style="none"><li id="ul0004-0001" num="0090">a In response to an initial query received from a client, the distributed, ordered tuple store returns an initial page containing the subset of p tuples having lowest ordinal ranking.</li><li id="ul0004-0002" num="0091">To request a subsequent page, the client submits a subsequent query including a marker indicating the greatest ordinal ranking among the ordinal rankings of the results in the initial page.</li><li id="ul0004-0003" num="0092">In response to the subsequent query received from a client, the distributed, ordered tuple store returns a subsequent page containing the subset of p tuples having lowest ordinal ranking among those tuples having ordinal ranking greater than that of the marker.</li></ul></li></ul>
Thus, the marker returned to the client by the distributed, ordered tuple store in response to the initial query in the form of the greatest ordinal ranking indicates the extent of the results returned in the response to the initial query. If the ordinal rankings are based on a GUID, the marker returned with the initial query is the GUID having the greatest ordinal ranking among the GUIDs of the tuples within the initial page.
By submitting the marker to the distributed, ordered tuple store within the subsequent query, the client ensures that the subsequent page of results is disjoint from the initial page of results. Specifically, the results returned in each subsequent page have ordinal ranking greater than the greatest ordinal ranking among the results in any previous page. Results are thus not repeated from one page to the next. In contrast to a cursor in a conventional database, which is a data structure stored within the database to indicate the current entry within a list of results, the marker is a stateless, virtual cursor in that it need not be stored within the distributed, ordered tuple store store between successive pages. Additionally, the use of a marker as described in the procedure above obviates the need for locking data between successive pages.
Page Size
The number p of results returned in each page is termed the page size. A set of tuples of this size is termed a full page. The page size may be configured, e.g. by a system administrator, to be the same for every node, initial page, and subsequent page. Alternatively, the page size may be specified on a case by case basis, e.g. by a system administrator when configuring individual nodes within the system or by a user when submitting an initial or subsequent query. Such specification allows the page size to be varied based on any combination of node, query, and page. As noted above, the total ordering upon which paging is based may also be specified by the user upon submitting a query. In the preferred embodiment of the invention, if no total ordering or page size is specified, a default page size is implemented using ordinal rankings based on a time- and machine-based GUID. By always enforcing a default page size, the data store bounds the amount of computation and storage required of each node per query, and the benefits of paging are thus provided without requiring user knowledge of the paging mechanism.
If a node responding to a query can retrieve from within its local store of tuples at least enough results to produce a full page, the node returns a full page. Otherwise, the node returns as many results as possible. While page size may vary from node to node, the page size for each node in the query tree must be at least as large as the page size for any node along the path back to the root node to ensure proper functioning of the gathering and merging operations discussed below.
Mechanics of Paging, Gathering, and Merging
Providing paging functionality requires an extension of the query handling procedure outlined above. Specifically, upon receiving a query, either from a client or a downstream node, a node: <ul id="ul0005" list-style="none"><li id="ul0005-0001" num="0000"><ul id="ul0006" list-style="none"><li id="ul0006-0001" num="0098">Partitions the query into one or more subqueries.</li><li id="ul0006-0002" num="0099">Retrieves from the local store a page of results for each of a subset of the subqueries. For each such subquery, the node retrieves from the local store the p tuples having lowest ordinal ranking among those tuples having ordinal ranking greater than that of the marker, if any marker was received within the query.</li><li id="ul0006-0003" num="0100">Forwards each of the remaining subqueries, as a query, to one or more nodes in its upstream neighborhood that provide coverage for the subquery.</li><li id="ul0006-0004" num="0101">Receives a return page from each upstream node to which it has forwarded a subquery.</li><li id="ul0006-0005" num="0102">Gathers a set of pages including those pages containing tuples obtained from the local store and those pages received in response to forwarded subqueries.</li><li id="ul0006-0006" num="0103">Merges the gathered pages to create a return page.</li><li id="ul0006-0007" num="0104">Returns the return page to the downstream node from which it received the query.</li></ul></li></ul>
Several special cases of the above generalized procedure should be noted. In the case of a leaf of the query tree, because there is no upstream neighborhood to which the node may forward queries, the node itself retrieves a page of results for all of the subqueries. Effectively, then, a leaf may bypass the partitioning and forwarding operations and return results immediately. In the case of a root of the query tree. i.e. a server, the return page is returned to the client that submitted the query. Finally, it is important to note that the page of results is only limited by a marker if one is received within the query.
Generally, the partitioning operation is based on the storage range of the node and the coverages of the nodes in its upstream neighborhood. Preferably, the subqueries are constructed such that a maiximum amount of data can be retrieved from within the storage of the partitioning node. However, the node may also consider its current loading levels when partitioning. For example, a busy node may elect to forward on subqueries for which it could have retrieved results from the local store.
The merging operation can be accomplished using any one of several techniques. In one embodiment of the invention, the node computes the union of the gathered pages, orders the tuples within the union based on the total ordering, and selects the p tuples with the lowest ordinal rankings to create the return page. This can be accomplished with a pointer-based merging operation in which the node: <ul id="ul0007" list-style="none"><li id="ul0007-0001" num="0000"><ul id="ul0008" list-style="none"><li id="ul0008-0001" num="0108">Orders the results within each of the gathered pages.</li><li id="ul0008-0002" num="0109">Allocates a set of pointers one pointer for each gathered page, each pointing to the tuple within the page with the lowest ordinal ranking.</li><li id="ul0008-0003" num="0110">Chooses from among the tuples designated by the pointers the tuple with the lowest ordinal ranking.</li><li id="ul0008-0004" num="0111">Adds the chosen tuple to the return page.</li><li id="ul0008-0005" num="0112">Advances the pointer corresponding to the chosen tuple to the tuple within the corresponding gathered page with the next lowest ordinal ranking. If there is no such tuple., the pointer is destroyed.</li></ul></li></ul>
Because upstream nodes preferably provide return pages that are themselves ordered, the ordering operation that begins the pointer- based merging procedure mats in many instances be skipped. Notably, the merging procedure above itself yields an ordered return page. Thus, if the pointer-based merging procedure is implemented consistently across all nodes within a distributed ordered tuple store, it may be implemented without the initial ordering operation provided the leaves within the query tree return ordered results.
In GUID-based distributed, ordered tuple stores providing redundant storage, it may be desirable to ensure that the return page does not contain duplicate results, i.e. two copies of a tuple with a particular GUID. The merging process may additionally include a comparison operation to ensure that no two results within a return page have the same GUID. For example, in the pointer-based merging procedure, upon advancing the pointer to the tuple with the next lowest ordinal ranking the GUID of the next tuple may be compared to that of the tuple added to the return page. If the GUIDs are the same, the pointer is again advanced to the tuple with the next lowest ordinal ranking. Elimination of duplicate tuples may not be desirable in some instances, however, such as in queries posed to assess the degree of redundant storage within a distributed, ordered tuple store.
<figref idref="DRAWINGS">FIGS. 7-12</figref> provide a detailed example of the paging procedure. The example is based oil a distributed, ordered tuple store storing tuples in the tuple space <br />S<sub>3</sub>={F<sub>6</sub>, F<sub>7</sub>}={[a, z][1, 9999]} (16)<br /> in which the final field F<sub>7 </sub>is a GUID. The distributed, ordered tuple store implements a default page size of two tuples.
<figref idref="DRAWINGS">FIG. 7</figref> shows a set of hosting ranges for the distributed ordered tuple store of <figref idref="DRAWINGS">FIG. 1</figref>, and <figref idref="DRAWINGS">FIG. 8</figref> shows the coverages resulting from the hosting ranges of <figref idref="DRAWINGS">FIG. 7</figref>. <figref idref="DRAWINGS">FIG. 9</figref> shows a set of tuples stored in each node within the distributed ordered tuple store of <figref idref="DRAWINGS">FIG. 1</figref> with the hosting ranges of <figref idref="DRAWINGS">FIG. 7</figref>.
<figref idref="DRAWINGS">FIG. 10</figref> shows a query submitted to the distributed ordered tuple store of <figref idref="DRAWINGS">FIG. 1</figref> with the hosting ranges of <figref idref="DRAWINGS">FIG. 7</figref>. The query submitted by the client to the server <br /><i>Q=([d, t], *)(- - - -) </i> (17)
is an initial query in that the marker (- - - -) is unspecified. The server, node N<sub>a</sub>, partitions the query into two subqueries based on its hosting range and the hosting range of the nodes in its upstream neighborhood. Specifically, node N<sub>a </sub>partitions the query into subqueries <br /><i>Q</i><sub>a</sub><sup>a</sup>=(<i>d</i>, *)(- - - -) (18)<br />and<br /><i>Q</i><sub>a</sub><sup>b</sup>=([<i>e, t</i>], *)(- - - -) (19)
Node N<sub>a </sub>retrieves results for subquery Q<sub>a</sub><sup>a </sup>from the local store and forwards subquery Q<sub>a</sub><sup>b </sup>oil to node N<sub>b</sub>, as a query. As subquery Q<sub>a</sub><sup>b </sup>is also within the coverage of node N<sub>c</sub>, node N<sub>a </sub>could have partitioned the incoming query into three subqueries, sending one subquery to node N<sub>b </sub>and one subquery to node N<sub>c</sub>. However, because the coverage of node N<sub>c </sub>is a subset of the coverage of node N<sub>b</sub>, node N<sub>c</sub>, in this example elects to forward a single subquery to node N<sub>b </sub>in an effort to minimize the number of forwarded subqueries.
Node N<sub>b </sub>receives the query and partitions the query into three subqueries <br /><i>Q</i><sub>b</sub><sup>b</sup>=([<i>e,g</i>],*)(- - - -), (20)<br /><i>Q</i><sub>b</sub><sup>c</sup>=([<i>h,j</i>],*)(- - - -), (21)<br />and<br /><i>Q</i><sub>b</sub><sup>d</sup>=([<i>k, z</i>],*)(- - - -) (22)
Node N<sub>b </sub>retrieves results for subquery Q<sub>b</sub><sup>b </sup>from the local store and forwards subqueries Q<sub>b</sub><sup>c </sup>and Q<sub>b</sub><sup>d </sup>as queries to nodes N<sub>c </sub>and N<sub>d</sub>, respectively.
Nodes N<sub>c </sub>and N<sub>d </sub>receive the respective queries. The partitioning and forwarding procedure continues in a similar manner at node N<sub>d</sub>, which forwards subqueries to nodes N<sub>e </sub>and N<sub>f</sub>. Nodes N<sub>c</sub>, N<sub>e</sub>, and N<sub>f </sub>are leaf nodes, and therefore do not forward any subqueries. In the case of the leaf nodes, the received queries are partitioned into a single subquery that is retrieved from the local store, as shown in <figref idref="DRAWINGS">FIG. 10</figref>.
<figref idref="DRAWINGS">FIG. 11</figref> shows an initial page of results returned to the client for the query of <figref idref="DRAWINGS">FIG. 10</figref>. As described in the query handling procedure above, this page of results is formed through a sequence of receiving, gathering, and merging operations. The sequence begins with the leaf nodes, which, awaiting no results from forwarded subqueries, provide a return page containing the results obtained directly from the local store in responding to the received queries. For example, node N<sub>f </sub>retrieves the page <br /><i>P</i><sub>e</sub><sup>e</sup>=(<i>m, </i>1025), (<i>o, </i>2213) (23)<br /> from the local store and provides a return page <br /><i>p</i><sub>e</sub><sup>d</sup>(<i>m, </i>1025), (<i>o, </i>2213) (24)<br /> containing the same tuples to node N<sub>d</sub>. Note that the tuples retrieved and provided by node N<sub>e </sub>are the p tuples within storage with GUIDs having lowest ordinal ranking. As noted, in this example p=2 and two tuples are provided in the return page.
Node N<sub>d </sub>receives the return page from node N<sub>e </sub>and similarly receives a return page from node N<sub>f</sub>. Node N<sub>d </sub>merges the two received return pages with the results it has retrieved from the local store. However, because node N<sub>d </sub>is a relay node with no storage there are no such results. Node N<sub>d </sub>therefore merely merges the two received return pages to create a return page containing the tuples with the lowest ordinal ranking among the received return pages based on the GUID. The resulting return page is provided to node N<sub>b</sub>.
Node N<sub>b </sub>receives the return page <br /><i>P</i><sub>d</sub><sup>b</sup>=(<i>m, </i>1025), (<i>s, </i>1990) (25)<br /> from node N<sub>d </sub>and similarly receives a return page <br /><i>P</i><sub>c</sub><sup>b</sup>=(<i>i, </i>2133), (<i>h, </i>4401) (26)<br /> from node N<sub>c</sub>. Node N<sub>b </sub>merges the two received return pages with the page of results it has retrieved from the local store <br /><i>P</i><sub>b</sub><sup>b</sup>=(<i>g, </i>1344), (<i>e, </i>2098). (27)
Node N<sub>b </sub>merges pages P<sub>d</sub><sup>b</sup>, P<sub>c</sub><sup>b</sup>, and P<sub>b</sub><sup>b </sup>to create a return page containing the two tuples with the lowest ordinal ranking among the three pages. The resulting return page is provided to node N<sub>a</sub>.
A similar merging operation is performed at node N<sub>a</sub>. Of note, the page of results obtained from the local store by node N<sub>a </sub>is not a full page because only one tuple within storage satisfies the query conditions. The return page created <br /><i>p</i><sub>a</sub><sup>C</sup>=(<i>m, </i>1025), (<i>g, </i>1344) (28)<br /> is provided to the client as a response to the submitted query.
<figref idref="DRAWINGS">FIG. 12</figref> shows a subsequent page of results returned to the client for a subsequent query following the query of <figref idref="DRAWINGS">FIG. 10</figref>. To request the subsequent page of results, the client submits a subsequent query similar to the initial query, but additionally including a marker indicating the GUID having highest ordinal ranking among the GUIDs of the tuples returned in the initial return page.
Specifically, the client submits a query <br /><i>Q</i>=([<i>d,t</i>],*)(1344) (29)
The partitioning forwarding, receiving, gathering, and merging of results proceeds in a manner similar to that described in <figref idref="DRAWINGS">FIG. 11</figref>. However, in retrieving tuples from the local store, each node ensures that the tuples retrieved have a GUID having ordinal ranking higher than that of the marker GUID, <br />M=1344. (30)
Consequently, those nodes that retrieved the tuples in the initial return page, i.e. nodes N<sub>b </sub>and N<sub>e</sub>, retrieve a different page of results from the local store in responding to the subsequent query.
This alters the return pages provided by these nodes and nodes downstream of these nodes. The result pages retrieved from the local store and the return pages provided by each node are as shown in <figref idref="DRAWINGS">FIG. 12</figref>. The final return page provided to the client is <br /><i>P</i><sub>a</sub><sup>C</sup>=(<i>s, </i>1990), (<i>e, <b>2098</b></i>). (31)
Thus, as desired, the two tuples returned in response to the initial query are the two tuples with GUIDs having lowest ordinal ranking throughout the distributed, ordered tuple store, while the two tuples returned in response to the subsequent query are the tuples with GUIDs of third and fourth lowest ordinal ranking.
Using Storage and Computation to Speed Paging
If additional storage is available at nodes between the return of successive pages, the speed of the paging process may be increased using the pointer-based merging procedure. Specifically, it is possible to reduce the number of results that must be provided in gathered pages for creation of return pages subsequent to the first return page.
To achieve this increase in speed, after completing the merging operation, a node: <ul id="ul0009" list-style="none"><li id="ul0009-0001" num="0000"><ul id="ul0010" list-style="none"><li id="ul0010-0001" num="0136">Stores the ordered results within each gathered page that were not included in the return page as a partial gathered page.</li></ul></li></ul>
Then, upon receipt of a query requesting a subsequent return page, the node: <ul id="ul0011" list-style="none"><li id="ul0011-0001" num="0000"><ul id="ul0012" list-style="none"><li id="ul0012-0001" num="0138">Obtains a truncated page of results for each stored gathered page containing only as many data items as were included from the gathered page in the previous return page. The node obtains the truncated page of results by either: <ul id="ul0013" list-style="none"><li id="ul0013-0001" num="0139">retrieving a truncated set of tuples from the local store; or</li><li id="ul0013-0002" num="0140">forwarding a, query with a reduced page size and a marker indicating the last merged data item to the node that provided the corresponding gathered page in response to the previous query,</li></ul></li><li id="ul0012-0002" num="0141">depending on whether the gathered page was obtained from the local store or received from an upstream node.</li><li id="ul0012-0003" num="0142">Orders the results within the truncated page of results.</li><li id="ul0012-0004" num="0143">Appends the truncated page of results to the truncated gathered page to complete the gathered page.</li></ul></li></ul>
The completed gathered page may then be merged, as described in the pointer-based merging procedure. Note that if no results from a gathered page are included in a return page, then no new results need be obtained from the source providing the gathered page, whether from local storage or an upstream node, in creating a subsequent return page. Similary, if the number of results remaining in a gathered page after removal of results for inclusion in the return page is at least as large as the number of results in the return page, then there is no need to obtain more results for the subsequent return page. Finally, if additional computational resources are available at a node after providing a return page, the node may use the resources to obtain and merge gathered pages in anticipation of a subsequent query, either from the local store or from nodes in its upstream neighborhood.
Although the invention is described herein with reference to several embodiments, including the preferred embodiment, one skilled in the art will readily appreciate that other applications may be substituted for those set forth herein without departing from the spirit and scope of the invention.
Accordingly, the invention should only be limited by the following Claims.
Contents5
14 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9 Sheet 10 Sheet 11 Sheet 12 Sheet 13 Sheet 14
Every citation, both waysCites: the store holds 103 of 104
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US10657135B2 | Cited by | United States of America | Applicant |
| US10255347B2 | Cited by | United States of America | Applicant |
| US11321408B2 | Cited by | United States of America | Applicant |
| US11727072B2 | Cited by | United States of America | Applicant |
| US10296620B2 | Cited by | United States of America | Applicant |
| US10558670B2 | Cited by | United States of America | Applicant |
| US10733209B2 | Cited by | United States of America | Applicant |
| US2002036617A1 | Cites | United States of America | Applicant |
| US2002052872A1 | Cites | United States of America | Applicant |
| US2002056136A1 | Cites | United States of America | Search report |
| US2002059272A1 | Cites | United States of America | Search report |
| US2002064280A1 | Cites | United States of America | Applicant |
| US2002156798A1 | Cites | United States of America | Applicant |
| US2003023609A1 | Cites | United States of America | Applicant |
| US2003051066A1 | Cites | United States of America | Applicant |
| US2003163597A1 | Cites | United States of America | Applicant |
| US2003208472A1 | Cites | United States of America | Search report |
| US2003217081A1 | Cites | United States of America | Search report |
| US2004177100A1 | Cites | United States of America | Applicant |
| US2004236720A1 | Cites | United States of America | Applicant |
| US2005021817A1 | Cites | United States of America | Applicant |
| US2005060647A1 | Cites | United States of America | Applicant |
| US2005185578A1 | Cites | United States of America | Applicant |
| US2005193024A1 | Cites | United States of America | Applicant |
| US2005203901A1 | Cites | United States of America | Applicant |
| US2005207353A1 | Cites | United States of America | Applicant |
| US2005289120A9 | Cites | United States of America | Search report |
| US2006022955A1 | Cites | United States of America | Applicant |
| US2006026117A1 | Cites | United States of America | Applicant |
| US2006026444A1 | Cites | United States of America | Applicant |
| US2006129517A1 | Cites | United States of America | Applicant |
| US2006129540A1 | Cites | United States of America | Applicant |
| US2006168154A1 | Cites | United States of America | Applicant |
| US2006218167A1 | Cites | United States of America | Applicant |
| US2006257053A1 | Cites | United States of America | Search report |
| US2006267998A1 | Cites | United States of America | Applicant |
| US2007006119A1 | Cites | United States of America | Applicant |
| US2007061817A1 | Cites | United States of America | Applicant |
| US2007174483A1 | Cites | United States of America | Applicant |
| US4933936A | Cites | United States of America | Applicant |
| US5454101A | Cites | United States of America | Search report |
| US5694593A | Cites | United States of America | Applicant |
| US5758347A | Cites | United States of America | Applicant |
| US5799322A | Cites | United States of America | Applicant |
| US5857207A | Cites | United States of America | Applicant |
| US5870764A | Cites | United States of America | Applicant |
| US5924090A | Cites | United States of America | Search report |
| US6016489A | Cites | United States of America | Applicant |
| US6026413A | Cites | United States of America | Applicant |
| US6049390A | Cites | United States of America | Search report |
| US6061700A | Cites | United States of America | Search report |
| US6115705A | Cites | United States of America | Applicant |
| US6173317B1 | Cites | United States of America | Search report |
| US6308169B1 | Cites | United States of America | Applicant |
| US6442565B1 | Cites | United States of America | Applicant |
| US6442691B1 | Cites | United States of America | Search report |
| US6484161B1 | Cites | United States of America | Applicant |
| US6578131B1 | Cites | United States of America | Applicant |
| US6601021B2 | Cites | United States of America | Search report |
| US6876656B2 | Cites | United States of America | Applicant |
| US6904454B2 | Cites | United States of America | Applicant |
| US6996584B2 | Cites | United States of America | Search report |
| US7047242B1 | Cites | United States of America | Applicant |
| US7080088B1 | Cites | United States of America | Applicant |
| US7116666B2 | Cites | United States of America | Applicant |
| US7127551B2 | Cites | United States of America | Applicant |
| US7146369B2 | Cites | United States of America | Search report |
| US7151548B1 | Cites | United States of America | Search report |
| US7152165B1 | Cites | United States of America | Applicant |
| US7254577B2 | Cites | United States of America | Search report |
| US7281024B1 | Cites | United States of America | Applicant |
| US7290019B2 | Cites | United States of America | Applicant |
| US7313581B1 | Cites | United States of America | Applicant |
| US7512638B2 | Cites | United States of America | Applicant |
| US7590635B2 | Cites | United States of America | Applicant |
| US7747655B2 | Cites | United States of America | Search report |
| US7774308B2 | Cites | United States of America | Applicant |
| US8024377B2 | Cites | United States of America | Applicant |
| US20020036617A1 | Cites | United States of America | Applicant |
| US20020052872A1 | Cites | United States of America | Applicant |
| US20020056136A1 | Cites | United States of America | Search report |
| US20020059272A1 | Cites | United States of America | Search report |
| US20020064280A1 | Cites | United States of America | Applicant |
| US20020156798A1 | Cites | United States of America | Applicant |
| US20030023609A1 | Cites | United States of America | Applicant |
| US20030051066A1 | Cites | United States of America | Applicant |
| US20030163597A1 | Cites | United States of America | Applicant |
| US20030208472A1 | Cites | United States of America | Search report |
| US20030217081A1 | Cites | United States of America | Search report |
| US20040177100A1 | Cites | United States of America | Applicant |
| US20040236720A1 | Cites | United States of America | Applicant |
| US20050021817A1 | Cites | United States of America | Applicant |
| US20050060647A1 | Cites | United States of America | Applicant |
| US20050185578A1 | Cites | United States of America | Applicant |
| US20050193024A1 | Cites | United States of America | Applicant |
| US20050203901A1 | Cites | United States of America | Applicant |
| US20050207353A1 | Cites | United States of America | Applicant |
| US20050289120A9 | Cites | United States of America | Search report |
| US20060022955A1 | Cites | United States of America | Applicant |
| US20060026117A1 | Cites | United States of America | Applicant |
25 members in 2 offices
Priority claims10
| Document | Office | Kind | Date |
|---|---|---|---|
| 63682204 | United States of America | P | |
| 63682204 | United States of America | P | |
| 17778905 | United States of America | A | |
| 17778905 | United States of America | A | |
| 30198505 | United States of America | A | |
| 11177789 | – | – | – |
| 60636822 | – | – | – |
| US20040636822P | – | – | – |
| US20050177789 | – | – | – |
| US20050301985 | – | – | – |
Members25
| Document | Office | Kind | |
|---|---|---|---|
| US2006129517A1 | United States of America | A1 | |
| US2006129540A1 | United States of America | A1 | |
| WO2006066151A2 | World Intellectual Property Organization (WIPO) | A2 | |
| US2007011159A1 | United States of America | A1 | |
| WO2007070058A1 | World Intellectual Property Organization (WIPO) | A1 | |
| WO2006066151A3 | World Intellectual Property Organization (WIPO) | A3 | |
| US7590635B2 | United States of America | B2 | |
| US2010070473A1 | United States of America | A1 | |
| US7774308B2 | United States of America | B2 | |
| US2010312804A1 | United States of America | A1 | |
| US8024377B2 | United States of America | B2 | |
| US2011302223A1 | United States of America | A1 | |
| US8131781B2 | United States of America | B2 | |
| US2012131023A1 | United States of America | A1 | |
| US8275804B2 | United States of America | B2 | |
| US2012330893A1 | United States of America | A1 | |
| US8719313B2 | United States of America | B2 | |
| US8996486B2This record | United States of America | B2 | |
| US2015178399A1 | United States of America | A1 | |
| US10552496B2 | United States of America | B2 | |
| US2020151233A1 | United States of America | A1 | |
| US2020151233A1 | United States of America | A1 | |
| US11321408B2 | United States of America | B2 | |
| US2022261449A1 | United States of America | A1 | |
| US11727072B2 | United States of America | B2 |
127 transactions on the USPTO file
Allowed after 3 non-final rejections, 2 final rejections and 2 RCEs.
- Non-final rejections
- 3
- Final rejections
- 2
- RCEs
- 2
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Payment of Maintenance Fee, 8th Yr, Small EntityM2552 | M2552 | |
| Payment of Maintenance Fee, 4th Yr, Small EntityM2551 | M2551 | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Email NotificationEML_NTR | EML_NTR | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Email NotificationEML_NTR | EML_NTR | |
| Printer Rush- No mailingTCPB | TCPB | |
| Mail Response to 312 Amendment (PTO-271)MN271 | MN271 | |
| Dispatch to FDCD1935 | D1935 | |
| Dispatch to FDCD1935 | D1935 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Response to Amendment under Rule 312N271 | N271 | |
| Mail PUB Notice of non-compliant IDSMM327-B | MM327-B | |
| Pubs Case Remand to TCPUBTC | PUBTC | |
| PUB Notice of non-compliant IDSM327-B | M327-B | |
| Correspondence Address ChangeC.AD | C.AD | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Response to Reasons for AllowanceREAS | REAS | |
| Amendment after Notice of Allowance (Rule 312)AllowedA.NA | A.NA | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Reasons for AllowanceEX.R | EX.R | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Mail Interview Summary - Applicant Initiated - TelephonicMEXAT | MEXAT | |
| Response after Non-Final ActionA... | A... | |
| Request for Extension of Time - GrantedXT/G | XT/G | |
| Interview Summary- Applicant InitiatedEXIA | EXIA | |
| Interview Summary - Applicant Initiated - TelephonicEXAT | EXAT | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Request for Extension of Time - GrantedXT/G | XT/G | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Email NotificationEML_NTR | EML_NTR | |
| Mail Advisory Action (PTOL - 303)MCTAV | MCTAV | |
| Advisory Action (PTOL-303)CTAV | CTAV | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Response after Final ActionA.NE | A.NE | |
| PILOT- Request for After Final Consideration ProgramRAFC | RAFC | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Final Rejection (PTOL - 326)Final rejectionMCTFR | MCTFR | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Final RejectionFinal rejectionCTFR | CTFR | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Email NotificationEML_NTR | EML_NTR | |
| Mail Advisory Action (PTOL - 303)MCTAV | MCTAV | |
| Advisory Action (PTOL-303)CTAV | CTAV | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Final ActionA.NE | A.NE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Final Rejection (PTOL - 326)Final rejectionMCTFR | MCTFR | |
| Final RejectionFinal rejectionCTFR | CTFR | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Response after Non-Final ActionA... | A... | |
| Mail Examiner Interview Summary (PTOL - 413)MEXIN | MEXIN | |
| Examiner Interview Summary Record (PTOL - 413)EXIN | EXIN | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Case Docketed to Examiner in GAUDOCK | DOCK |
6 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Maintenance fee paymentMAFP | MAFP | |
| Maintenance fee paymentMAFP | MAFP | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS |
Numbers
- Publication
- 08996486
- Publication, DOCDB
- 8996486
- Publication, EPODOC
- US8996486
- Application
- 11301985
- Application, DOCDB
- 30198505
- Application, EPODOC
- US20050301985
Titles
- English
- Data store with lock-free stateless paging capability
Patent term adjustment
- A delay
- +1,737 daysthe office missed an examination deadline
- B delay
- +601 dayspendency past three years
- Overlap
- −121 daysdelays counted once
- Applicant delay
- −1,097 days
- Net adjustment
- 1,120 days
Classification
- CPC, 9
- G06F16/9535
- G06F17/3053
- G06F16/2471
- G06F16/9038
- G06F16/283
- G06F17/30545
- G06F16/955
- G06F16/24578
- G06F16/334
- IPC, 2
- G06F7 00
- G06F17 30
- USPC, 1
- 707705000