The present disclosure generally relates to networked database management systems (DBMS) and supporting infrastructure. More particularly, the present disclosure relates to computer software application access to resources, such as memory and disk. More particularly still, the present disclosure relates to a system and method by which a database application maintains open lines, and more particularly still, the present disclosure relates to a system and method by which a governing node, referred to as a designated leader, can be elected using consensus protocol.
A DBMS is a suite of computer programs that are designed to manage a database, which is a large set of structured data. In particular, a DBMS is designed to quickly access and analyze data on large amounts of stored data. Most modern DBMS systems comprise multiple computers (nodes). The nodes generally communicate via a network, which will use a network protocol, such as HTTP, or raw TCP/IP. Information that is exchanged between nodes is exchanged by packets, the specific format of which will be determined by the specific protocol used by the network. The data wrapped in the packet will generally be compressed to the greatest extent possible to preserve network bandwidth. Accordingly, when it has been received, it will have to be formatted for use by the receiving node. A variety of DBMSs and the underlying infrastructure to support them are well known in the art. Database input/output (“110”) systems comprise processes and threads that identify, read, and write blocks of data from storage; e.g., spinning magnetic disk drives, network storage, FLASH drives, or cloud storage.
Like many software systems, DBMS evolved from standalone computers, to sophisticated client/server setups, to cloud systems. An example of a cloud based DBMS is depicted in
Generally, DBMSs operate on computer systems (whether standalone, client/server, or cloud) that incorporate operating systems. Operating systems, which are usually designed to work across a wide variety of hardware, utilize device drivers to abstract the particular functions of hardware components, such as, for example, disk controllers, and network interface cards. As drivers are generally accessed through an operating system, such accesses will typically entail significant resource overhead such as a mode switch; i.e., a switch from executing application logic to operating system logic, or a context switch; i.e., the pausing of one task to perform another. Such switches are typically time consuming; sometimes on the order of milliseconds of processor time.
Data stored in a DBMS is usually stored redundantly, using, for example, a RAID controller, Storage Area Network (“SAN”) system, or dispersed data storage. For example, using prior art RAID techniques, data may be split into blocks and to ensure that data is recovered; and one or more nodes within a coding line can maintain parity. For example, for a sixteen node system, twelve nodes may store data blocks, while four nodes would store parity blocks. Other data/parity configurations, such as thirteen and three, or ten and six, could be used, and parity can be determined using any of the well-known prior art techniques.
A DBMS system must maintain a record of storage that has not yet been utilized. Slow speed databases can make use of the operating system to manage open storage. However, high speed databases need to maintain their own list of open storage. In addition, such databases need to utilize a method to determine when to recycle storage that had been in use, but is no longer in use.
A fundamental problem in distributed computing and multi-agent systems is to achieve overall system reliability in the presence of a number of faulty processes. This often requires processes to agree on some data value that is needed during computation. Examples of applications of consensus include whether to commit a transaction to a database, or agreeing on the identity of a leader. There are a number of such methods of agreement that are well known in the prior art.
Accordingly, it is an object of this disclosure to provide a new and improved system and method for maintaining a list of open coding lines within a DBMS;
Another object of the disclosure is to provide an improved DBMS that utilizes a designated leader to manage a list of open coding lines;
Another object of the disclosure is to provide an improved DBMS that utilizes a parity pattern assigned by a designated leader to manage parity nodes;
Another object of the disclosure is to provide an improved DBMS that utilizes a designated leader to modify the parity pattern on a coding line to coding line basis;
Other advantages of this disclosure will be clear to a person of ordinary skill in the art. It should be understood, however, that a system or method could practice the disclosure while not achieving all of the enumerated advantages, and that the protected disclosure is defined by the claims.
A networked database management system along with the supporting infrastructure is disclosed. The disclosed DBMS comprises a plurality of nodes, one of which is elected as a designated leader using a consensus algorithm. Under various circumstances, a new election of a designated leader takes place. For example, on system startup or when the previous designated leader experiences a verified failure. In addition, the designated leader is responsible for managing open coding lines; i.e., coding lines that have not been completely filled with data. The designated leader determines when a coding line is to be closed; i.e., it cannot hold more data, and should be flushed to disk if needed; NVRAM systems will not require this step.
In particular, a database management system comprising three or more nodes is disclosed. Each of the nodes comprises a network interface to allow the node to communicate with other nodes, and other devices, such as administration consoles. A high-speed switch is coupled to the network interface of each of the nodes, and allows the nodes to communicate with one another (and other devices). There are various circumstances wherein the nodes will utilize a consensus algorithm to elect a designated leader. On startup, all of the nodes will participate to elect a designated leader. Similarly, when a majority of nodes lose contact with the designated leader, the nodes that are not the designated leader cooperate to elect a new designated leader. In addition, when there is a verified failure of the designated leader, the nodes that are not the designated leader cooperate to elect a new designated leader. In all cases, the electing nodes utilize a consensus protocol such as RAFT or PAXOS (although in the case of RAFT, the election of the leader is actually part of the protocol).
Although the characteristic features of this disclosure will be particularly pointed out in the claims, the invention itself, and the manner in which it may be made and used, may be better understood by referring to the following description taken in connection with the accompanying drawings forming a part hereof, wherein like reference numerals refer to like parts throughout the several views and in which:
A person of ordinary skills in the art will appreciate that elements of the figures above are illustrated for simplicity and clarity, and are not necessarily drawn to scale. The dimensions of some elements in the figures may have been exaggerated relative to other elements to help understanding of the present teachings. Furthermore, a particular order in which certain elements, parts, components, modules, steps, actions, events and/or processes are described or illustrated may not be actually required. A person of ordinary skill in the art will appreciate that, for the purpose of simplicity and clarity of illustration, some commonly known and well-understood elements that are useful and/or necessary in a commercially feasible embodiment may not be depicted in order to provide a clear view of various embodiments in accordance with the present teachings.
Turning to the Figures, and to
Each coding cluster includes a number of nodes, such as the nodes 232 and 234. In one implementation, the coding clusters each have the same number of nodes. For example, the number of nodes is five (5) in each cluster. Each node includes one or more storage devices, such as Non-Volatile Memory Express (NVME) and Serial Advanced Technology Attachment (SATA) storage devices. Nodes within a coding cluster are connected through high speed links. In other words, each cluster has local high-speed-interconnect (HSI), such as Infiniband, via a switch. The clusters are connected to each other through a switch 220 via high speed links, such as the links 222 and 224. The links between the clusters are high-speed-interconnects, such as Infiniband or iWarp.
Referring now to
The links 308 and 309 are capable of remote direct memory access (RDMA). In particular, the index cluster 335 is connected to the storage clusters 305, 315, 325 by high speed, RDMA capable links 308. On the other hand, the storage clusters 305, 315, 325 are connected to one another by standard (non-RDMA capable) high performance network links 309, such as 100 Gbps Ethernet. Nodes within a cluster are linked using HSI 308, such as Infiniband or iWarp Ethernet. Switches 303, 313, 323 and 333 interconnect the clusters 305, 315, 325 and 335 over HSI 309 and HIS 308, such as 100 GB Ethernet. As discussed above, Infiniband, iWARP Ethernet, RoCE Ethernet and Omnipath are examples of high speed, RDMA capable links. Importantly, such links allow different nodes in each cluster to exchange information rapidly; as discussed above, information from one node is inserted into the memory of another node without consuming processor cycles on either node.
The blazing storage node 305 may include, for example, an array of Non-Volatile Dual Inline Memory Module (NVDIMM) storage, such as that marketed by Hewlett Packard Enterprise, or any other extremely fast storage, along with appropriate controllers to allow for full speed access to such storage. In one implementation, the storage is Apache Pass NVRAM storage. The hot storage node 313 may include, for example, one or more Solid State NVME drives, along with appropriate controllers to allow for full speed access to such storage. The warm storage node 323 may include, for example, one or more Solid State SATA drives, along with appropriate controllers to allow for full speed access to such storage.
Each index node 331 will also include storage, which will generally comprise high performance storage such as Solid State SATA drives or higher performance storage devices. Generally, the index nodes 331 will store the database structure itself, which may comprise, for example, a collection of indexes and other data for locating a particular piece of data on a storage drive in a node within the payload store.
The blazing storage cluster 305 also comprises a high-speed switch 303. Each blazing storage node 301 is operatively coupled to the high-speed switch 303 through a high speed, RDMA capable link 308. Similarly, each hot storage node 311 is coupled to a high-speed switch 313 through a high speed, RDMA capable, link 308, and each warm storage node 321 is coupled to the high-speed switch 323 through a high speed, RDMA capable, link 308. Similarly, the high-speed switches 303, 313, 323 are coupled to each storage cluster 305, 315, 325 are each coupled to the high-speed switch 333 of the index cluster 335 by a high speed, RDMA capable, link 308.
Turning to
An open coding line is a coding line where at least one segment has at least one open coding block. A DBMS must maintain at least one open coding line at all times to accommodate various transactions, such as storage transactions. More advantageously, the DBMS will strive to maintain a minimum number of open coding lines so that every node in the cluster (and accordingly each segment) maintains at least one open coding block. However, meeting such a goal requires coordination between the nodes or a controlling entity. The latter solution is simpler, but creates an additional problem; namely, if the controlling entity goes off line, how are its responsibilities transitioned to another entity?
The disclosed system solves this problem by utilizing a designated leader that is elected by a consensus protocol. In particular, the nodes cooperatively determine which among their members shall act as the designated leader for that particular cluster. Once the designated leader is determined, it is responsible for ensuring, among other things, that at least one coding block on each node is open so that a minimum number of open lines can be maintained.
There are numerous potential algorithms that the nodes within a cluster can utilize to determine a designated leader, any of which can be used. For purposes of education, however, one simple consensus algorithm that could be used would be for each node to randomly vote for any node in the cluster, exchange those votes, and for the node with the most votes to be elected designated leader. In the case of ties, a revote is triggered. A simplified flowchart illustrating this process as executed by a node is depicted in
In a first step 502, an event triggers the selection of a new designated leader. A listing of such events is depicted in the table of
Table 6 lists a number of events by which a new designated leader will be elected. In particular, these events include 1) system startup, 2) a verified failure of the present designated leader, and 3) a loss of connectivity with a majority of nodes in the cluster. These events are merely representative, and unless claimed, are not intended as limitations of the disclosed DBMS.
Generally, the designated leader does not interfere with the insert (storage) process. In particular, when a client wishes to store a block of data, it uploads the data to the DBMS. A cluster then receives the data for writing on to a disk drive. In one implementation, a data distributor (such as the computer 398 of the cluster 305) distributes the block of data to a node within the cluster. The distribution is random such that data is evenly distributed between nodes within the cluster. The node receiving the data inserts the data into one or more open coding blocks. The node then copies the newly inserted data to all nodes that store parity for the coding line. If, at the time that the client seeks to store data there are no open coding lines, the node that the client reached out to will request that the designated leader open a new coding line. The designated leader will then open a predetermined number of coding lines, and the data will be stored as outlined herein.
A flowchart illustrating this process is depicted in
The designated leader also tracks when a coding line is to be closed. In particular, each node will notify the designated leader when it has completed filling in a data coding block. After notifying the designated leader the node then flushes the coding block from memory to disk. The designated leader then notifies the parity peers for the coding line. The parity peers then 1) compute parity, 2) store the computed parity to disk, and 3) purge their copy of any coding blocks that they computed parity for.
A flowchart illustrating this process is depicted in
One advantage of this approach is that it allows for disk writes to be made sequentially; i.e., blocks with sequential addresses can be written together. For example, coding blocks, which can be sized to be the same as a FLASH page, within a FLASH memory block can be written simultaneously so that only a single erase and write are required. This improves FLASH memory durability substantially.
In addition, by allowing the designated leader to manage open lines, storage across nodes, as well as work load across nodes, can be balanced. For example, when a line is retired, all nodes will store at least one coding block. This also serves to minimize write amplification, as writes are done only as required.
In addition, another aspect of this disclosure defines a method by which a designated leader can manage the assignment of parity peers to open coding lines. In particular, the designated leader serves to distribute parity peer responsibility across all nodes in a cluster so that certain nodes are not exclusively responsible for parity while other nodes are responsible only for storing data. This improves the overall reliability and robustness of the DBMS.
In particular, the designated leader will decide on a parity pattern for the cluster. As described earlier, parity peers are logically adjacent in the coding lines, and the order of all nodes in coding lines is identical across all coding lines managed by a designated leader. The designated leader rotates parity across all nodes on a fixed basis. In particular, as a collection of coding lines is traversed, one parity peer is shifted to the right or left by a fixed number of nodes.
Parity rotation as discussed above with a rotation constant of 1 is illustrated in
Any integer rotation constant can be used; i.e., for a rotation constant of 3, the parity peers will change every three lines. In addition, while parity is depicted as rotating to the right, it can rotate to the left just as easily, as depicted in
The designated leader determines the parity rotation pattern for the cluster. If there are no exceptions (as discussed below), a particular block can be located with the following information:
However, given real world circumstances, nodes can be expected to fail for a variety of reasons, ranging from a temporary loss of network connectivity to a complete system failure. When a node fails, the data or parity that it stores needs to be reassigned to a different node.
The disclosed DBMS resolves this issue with an exception list, which may also be referred to herein as an exception table. In particular, when a node is not able to perform its function to store either data or parity for a particular coding line, an exception is generated and stored in the exception list. An example of an exception list is shown in
In particular, an exception table can include an arbitrary number of entries, each of which will include a starting coding line, an ending coding line, and an updated parity pattern. The starting coding line stores the first coding line on which there is at least one down node. The ending coding line stores the last coding line in a range of coding lines on which there is at least one down node. A range of represented coding lines can be any non-zero whole number of coding lines; i.e.; one or greater. The parity pattern stores the parity pattern for the affected lines; i.e., for the affected lines, the nodes in the affected lines which store parity in view of the affected node(s). As depicted, the starting and ending coding line will occupy 16 bytes, while the updated parity pattern, assuming a seven-node system with two parity peers and five data nodes, will utilize two bytes.
The process of creating an entry in the exception table is illustrated in
Clearing the exception list is easily done during the process of copying the data from one storage temperature to another storage temperate. When a particular block is transitioned between storage temperatures, the original (non-excepted) parity pattern is restored. As all nodes are aware of the default parity pattern, and the exception list, this is accomplished by the node that holds data, which, without the exception, would be stored on a different node, transmitting the affected data to the node designated by the default parity pattern when the data transitions between storage temperatures.
This process is illustrated in
Each node in the cluster will maintain a copy of the exception table, which will need to be referenced when data is accessed. Accordingly, for a fully robust system, the following information would be required to locate a particular stored block.
It should be noted that the DBMS must reject new data stores if more nodes become accessible than there are parity nodes for a particular system. Accordingly, if a particular data store is configured for five data nodes and two parity peers, the data store will not be able to accept more data if more than two nodes become inaccessible.
Another important function of the disclosed DBMS is to collect and aggregate certain information that is related to runtime statistics, utilization and operation of the DBMS. For example, a non-exhaustive list of tracked statistics would be percent of storage utilized, amount of data read in a last time unit (such as 1 second), the amount of data written in a last time unit (again, 1 second would be typical), the total data rate (data read plus data written) in a last time unit (such as 1 second), number of input transactions (reads) in a last time unit (such as 1 second), number of output transactions (writes) in a last time unit (such as 1 second), and the total transaction count (reads plus writes) in a last time unit (such as 1 second). While statistics such as these are tracked on a per node basis, the goal of the disclosed system is to aggregate the required data, including the calculation of any higher order quantities, across a fixed grouping of nodes only one time so that there are no duplicates or wasted processor resources. Such fixed groupings of nodes include, but are not limited to, individual clusters of nodes, or sets of nodes storing data for a particular database table.
Accordingly, the designated leader of a particular group of nodes (cluster) is assigned the task of performing data collection and aggregation (including calculation of higher order values) for a particular cluster or table. In particular, the designated leader is responsible for assigning a node or nodes to aggregate data from a particular group of other nodes. If an assigned node goes down, the designated leader is responsible for designating a replacement.
Turning to
In certain cases, more than one node may be assigned to aggregate data for a particular cluster or table. For example, for a cluster with many nodes; i.e., 64, the designated leader may assign four nodes to aggregate data, each of which will collect data from fifteen other nodes and aggregate that data with its own data.
The foregoing description of the disclosure has been presented for purposes of illustration and description, and is not intended to be exhaustive or to limit the disclosure to the precise form disclosed. The description was selected to best explain the principles of the present teachings and practical application of these principles to enable others skilled in the art to best utilize the disclosure in various embodiments and various modifications as are suited to the particular use contemplated. It is intended that the scope of the disclosure not be limited by the specification, but be defined by the claims set forth below. In addition, although narrow claims may be presented below, it should be recognized that the scope of this invention is much broader than presented by the claim(s). It is intended that broader claims will be submitted in one or more applications that claim the benefit of priority from this application. Insofar as the description above and the accompanying drawings disclose additional subject matter that is not within the scope of the claim or claims below, the additional inventions are not dedicated to the public and the right to file one or more applications to claim such additional inventions is reserved.
The present U.S. Utility patent application claims priority pursuant to 35 U.S.C. § 120 as a continuation of U.S. Utility application Ser. No. 18/165,603, entitled “DATABASE MANAGEMENT SYSTEM WITH CODING CLUSTER AND METHODS FOR USE THEREWITH”, filed Feb. 7, 2023, which is a continuation of U.S. Utility application Ser. No. 17/659,203, entitled “DATABASE SYSTEM WITH DESIGNATED LEADER AND METHODS FOR USE THEREWITH”, filed Apr. 14, 2022, issued as U.S. Pat. No. 11,599,278 on Mar. 7, 2023, which is a continuation of U.S. Utility application Ser. No. 17/092,567, entitled “DATABASE MANAGEMENT SYSTEM AND METHODS FOR USE THEREWITH”, filed Nov. 9, 2020, issued as U.S. Pat. No. 11,334,257 on May 17, 2022, which is a continuation of U.S. Utility application Ser. No. 15/840,633, entitled “SYSTEM AND METHOD FOR DESIGNATING A LEADER USING A CONSENSUS PROTOCOL WITHIN A DATABASE MANAGEMENT SYSTEM”, filed Dec. 13, 2017, issued as U.S. Pat. No. 10,868,863 on Dec. 15, 2020, which claims priority pursuant to 35 U.S.C. § 119(e) to U.S. Provisional Application No. 62/433,919, entitled “USE OF A DESIGNATED LEADER TO MANAGE A CLUSTER OF NODES IN AN DATABASE MANAGEMENT SYSTEM”, filed Dec. 14, 2016, all of which are hereby incorporated herein by reference in their entirety and made part of the present U.S. Utility patent application for all purposes. This application is also related to U.S. Patent Application No. 62/403,231, entitled “HIGHLY PARALLEL DATABASE MANAGEMENT SYSTEM,” filed on Oct. 3, 2016 in the name of George Kondiles, Rhett Colin Starr, Joseph Jablonski, and S. Christopher Gladwin, and assigned to Ocient Inc., and which is hereby included herein in its entirety by reference.
Number | Name | Date | Kind |
---|---|---|---|
5301297 | Menon | Apr 1994 | A |
5423046 | Nunnelley | Jun 1995 | A |
5485571 | Menon | Jan 1996 | A |
5548770 | Bridges | Aug 1996 | A |
5634011 | Auerbach et al. | May 1997 | A |
6230200 | Forecast | May 2001 | B1 |
6633772 | Ford | Oct 2003 | B2 |
6871317 | Corbett | Mar 2005 | B1 |
6925545 | March | Aug 2005 | B2 |
7177951 | Dykeman et al. | Feb 2007 | B1 |
7499907 | Brown | Mar 2009 | B2 |
7908242 | Achanta | Mar 2011 | B1 |
7990797 | Moshayedi | Aug 2011 | B2 |
8396053 | Giles | Mar 2013 | B2 |
8407322 | Sasikumar | Mar 2013 | B1 |
9384200 | Batchu | Jul 2016 | B1 |
9841908 | Zhao | Dec 2017 | B1 |
9842024 | David | Dec 2017 | B1 |
10521311 | Greenwood | Dec 2019 | B1 |
10868863 | Kondiles | Dec 2020 | B1 |
20010051949 | Carey | Dec 2001 | A1 |
20020010739 | Ferris et al. | Jan 2002 | A1 |
20020032676 | Reiner | Mar 2002 | A1 |
20040162853 | Brodersen | Aug 2004 | A1 |
20060037075 | Frattura | Feb 2006 | A1 |
20060075290 | Hartline | Apr 2006 | A1 |
20060268742 | Chu et al. | Nov 2006 | A1 |
20080056193 | Bourlas | Mar 2008 | A1 |
20080065570 | Schultz | Mar 2008 | A1 |
20080133456 | Richards | Jun 2008 | A1 |
20090063893 | Bagepalli | Mar 2009 | A1 |
20090077333 | Byrne | Mar 2009 | A1 |
20090172191 | Dumitriu et al. | Jul 2009 | A1 |
20090172244 | Wang | Jul 2009 | A1 |
20090172464 | Byrne | Jul 2009 | A1 |
20090183167 | Kupferschmidt | Jul 2009 | A1 |
20100082577 | Mirchandani | Apr 2010 | A1 |
20100241646 | Friedman | Sep 2010 | A1 |
20100274983 | Murphy | Oct 2010 | A1 |
20100312756 | Zhang | Dec 2010 | A1 |
20110219169 | Zhang | Sep 2011 | A1 |
20120059978 | Rosenband | Mar 2012 | A1 |
20120109888 | Zhang | May 2012 | A1 |
20120151118 | Flynn | Jun 2012 | A1 |
20120185866 | Couvee | Jul 2012 | A1 |
20120254252 | Jin | Oct 2012 | A1 |
20120311246 | McWilliams | Dec 2012 | A1 |
20130054947 | Gavrilov | Feb 2013 | A1 |
20130124463 | Lee | May 2013 | A1 |
20130290249 | Merriman | Oct 2013 | A1 |
20130332484 | Gajic | Dec 2013 | A1 |
20140047095 | Breternitz | Feb 2014 | A1 |
20140136510 | Parkkinen | May 2014 | A1 |
20140149530 | Dietz | May 2014 | A1 |
20140188841 | Sun | Jul 2014 | A1 |
20150039712 | Frank et al. | Feb 2015 | A1 |
20150125133 | Kim et al. | May 2015 | A1 |
20150135005 | Hsu-Hung | May 2015 | A1 |
20150205607 | Lindholm | Jul 2015 | A1 |
20150222444 | Sarkar | Aug 2015 | A1 |
20150244804 | Warfield | Aug 2015 | A1 |
20150248366 | Bergsten | Sep 2015 | A1 |
20150293966 | Cai | Oct 2015 | A1 |
20150310045 | Konik | Oct 2015 | A1 |
20160034547 | Lerios | Feb 2016 | A1 |
20160127200 | Dippenaar | May 2016 | A1 |
20160301610 | Amit | Oct 2016 | A1 |
20170139053 | Daniil | May 2017 | A1 |
20180268044 | Barber | Sep 2018 | A1 |
20190034505 | Renauld | Jan 2019 | A1 |
Entry |
---|
European Patent Office; Communication pursuant to Article 94(3) EPC; Application No. 17882177.3; Feb. 26, 2024; 6 pgs. |
A new high performance fabric for HPC, Michael Feldman, May 2016, Intersect360 Research. |
Alechina, N. (2006-2007). B-Trees. School of Computer Science, University of Nottingham, http://www.cs.nott.ac.uk/˜psznza/G5BADS06/lecture13-print.pdf. 41 pages. |
Amazon DynamoDB: ten things you really should know, Nov. 13, 2015, Chandan Patra, http://cloudacademy. .com/blog/amazon-dynamodb-ten-thing. |
An Inside Look at Google BigQuery, by Kazunori Sato, Solutions Architect, Cloud Solutions team, Google Inc., 2012. |
Angskun T., Bosilca G., Dongarra J. (2007) Self-healing in Binomial Graph Networks. In: Meersman R., Tari Z., Herrero P. (eds) On the Move to Meaningful Internet Systems 2007: OTM 2007 Workshops. OTM 2007. Lecture Notes in Computer Science, vol. 4806. Springer, Berlin, Heidelberg. |
Big Table, a NoSQL massively parallel table, Paul Krzyzanowski, Nov. 2011, https://www.cs.rutgers.edu/pxk/417/notes/contentlbigtable.html. |
Cabrera, et al.; On Network Coded Distributed Storage: How to Repair in a Fog of Unreliable Peers; 2016 International Symposium on Wireless Communication Systems (ISWCS); IEEE; Sep. 20, 2016; pp. 188-193. |
Distributed Systems, Fall2012, Mohsen Taheriyan, http://www-scf.usc.edu/-csci57212011Spring/presentations/Taheriyan.pptx. |
European Patent Office; Communication pursuant to Article 94(3) EPC; Application No. 17882177.3; Mar. 2, 2023; 7 pgs. |
European Patent Office; extended European Search Report; EP Application No. 17882177.3; Aug. 20, 2020; 7 pgs. |
International Searching Authority; International Search Report and Written Opinion; International Application No. PCT/US2017/054773; Feb. 13, 2018; 17 pgs. |
International Searching Authority; International Search Report and Written Opinion; International Application No. PCT/US2017/054784; Dec. 28, 2017; 10 pgs. |
International Searching Authority; International Search Report and Written Opinion; International Application No. PCT/US2017/066145; Mar. 5, 2018; 13 pgs. |
International Searching Authority; International Search Report and Written Opinion; International Application No. PCT/US2017/066169; Mar. 6, 2018; 15 pgs. |
International Searching Authority; International Search Report and Written Opinion; International Application No. PCT/US2018/025729; Jun. 27, 2018; 9 pgs. |
International Searching Authority; International Search Report and Written Opinion; International Application No. PCT/US2018/034859; Oct. 30, 2018; 8 pgs. |
MapReduce: Simplified Data Processing on Large Clusters, OSDI 2004, Jeffrey Dean and Sanjay Ghemawat, Google, Inc., 13 pgs. |
Remote Direct Memory Access Transport for Remote Procedure Call, Internet Engineering Task Force (IETF), T. Talpey, Request for Comments: 5666, Category: Standards Track, ISSN: 2070-1721, Jan. 2010. |
Rodero-Merino, L.; Storage of Structured Data: Big Table and HBase, New Trends in Distributed Systems, MSc Software and Systems, Distributed Systems Laboratory; Oct. 17, 2012; 24 pages. |
Step 2: Examine the data model and implementation details, 2016, Amazon Web Services, Inc., http://docs.aws.amazon.com/amazondynamodb/latestldeveloperguide!Ti . . . . |
T. Angskun, G. Bosilca, B. V. Zanden and J. Dongarra, Optimal Routing in Binomial Graph Networks, Eighth International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT 2007), Adelaide, SA, 2007, pp. 363-370. |
Number | Date | Country | |
---|---|---|---|
20240134539 A1 | Apr 2024 | US |
Number | Date | Country | |
---|---|---|---|
62433919 | Dec 2016 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 18165603 | Feb 2023 | US |
Child | 18532113 | US | |
Parent | 17659203 | Apr 2022 | US |
Child | 18165603 | US | |
Parent | 17092567 | Nov 2020 | US |
Child | 17659203 | US | |
Parent | 15840633 | Dec 2017 | US |
Child | 17092567 | US |