Exemplary method, system, and computer program product embodiments for efficient state tracking for clusters are provided. In one embodiment, by way of example only, in a distributed shared memory architecture, an asynchronous calculation of deltas and the views is performed while concurrently receiving client requests and concurrently tracking the client requests times. The results of the asynchronous calculation may be applied to each of the client requests that are competing for data of the same concurrency during a certain period with currently executing client requests. A latency is bound for the client requests by a time necessitated for the asynchronous calculation of at least two of the deltas where a first state snapshot is atomically taken while simultaneously calculating the at least two of the deltas.
|
1. A method for efficient state tracking for clusters by a processor device in a distributed shared memory architecture, the method comprising:
performing an asynchronous calculation of deltas while concurrently receiving client requests and concurrently tracking client requests times;
responding to each of the client requests for data of the same concurrency during a certain period with currently executing client requests with updated views based upon results of the asynchronous calculation; concurrently executing each of the client requests occurring after the certain period on the updated views, wherein all deltas and views are updated; and
bounding a latency for the client requests by a time necessitated for the asynchronous calculation of at least two of the deltas; wherein a first state snapshot is atomically taken while simultaneously calculating the at least two of the deltas, and each of the client requests received during the certain period are served with the updated views of the asynchronously calculated at least two of the deltas.
6. A system for efficient state tracking for clusters in a distributed shared memory architecture, comprising:
a processor device executing instructions stored in the distributed shared memory architecture, wherein when executed, the instructions cause the processor device to:
perform an asynchronous calculation of deltas while concurrently receiving client requests and concurrently tracking client requests times;
respond to each of the client requests for data of the same concurrency during a certain period with currently executing client requests with updated views based upon results of the asynchronous calculation; concurrently execute each of the client requests occurring after the certain period on the updated views, wherein all deltas and views are updated; and
bound a latency for the client requests by a time necessitated for the a synchronous calculation of at least two of the deltas; wherein a first state snapshot is atomically taken while simultaneously calculating the at least two of the deltas, and each of the client requests received during the certain period are served with the updated views of the asynchronously calculated at least two of the deltas.
11. A computer program product for efficient state tracking for clusters in a distributed shared memory architecture by a processor device, the computer program product comprising a non-transitory computer-readable storage medium having computer-readable program code portions stored therein, the computer-readable program code portions comprising:
an executable portion that performs an asynchronous calculation of deltas while concurrently receiving client requests and concurrently tracking client requests times;
an executable portion that responds to each of the client requests for data of the same concurrency during a certain period with currently executing client requests with updated views based upon results of the asynchronous calculation;
an executable portion that concurrently executes each of the client requests occurring after the certain period on the updated views, wherein all deltas and views are updated; and
an executable portion that bounds a latency for the client requests by a time necessitated for the asynchronous calculation of at least two of the deltas; wherein a first state snapshot is atomically taken while simultaneously calculating the at least two of the deltas, and each of the client requests received during the certain period are served with the updated views of the asynchronously calculated at least two of the deltas.
2. The method of
3. The method of
5. The method of
7. The system of
8. The system of
9. The system of
10. The system of
12. The computer program product of
13. The computer program product of
14. The computer program product of
15. The computer program product of
|
This application is a Continuation of U.S. patent application Ser. No. 13/782,221, filed on Mar. 1, 2013, which is a Continuation of U.S. patent application Ser. No. 13/351,132, filed on Jan. 16, 2012.
The present invention relates generally to computers, and more particularly, to efficient state tracking for clusters in a computing environment.
In today's society, computer systems are commonplace. Computer systems may be found in the workplace, at home, or at school. Computer systems may include data storage systems, or disk storage systems, to process and store data. A storage system may include various storage components, such as one or more disk drives configured in a storage environment. For example, the storage environment may include a number of disk drives implemented in an array, such as a Redundant Array of Independent Disks (RAID) topology, to provide data security in the event of a hardware or software failure. The storage environment may also include other storage components, such as controllers and interfaces to mange the flow of data. Moreover, the computer system may include a complex data processing system or computing environment. A data processing system often requires computational resources or availability requirements that cannot be achieved by a single computer.
As previously mentioned, a computer system may include a complex data processing system or computing environment. The data processing system often requires computational resources or availability requirements that cannot be achieved by a single computer. In such cases, a number of computers and storage systems may be architecturally arranged to form a cluster for networking several data processing systems together for the purpose of providing continuous resource availability and for sharing workload. Within the cluster deployment, for example, a cluster may be one node or, more commonly, a set of multiple nodes coordinating access to a set of shared storage subsystems. In a clustered environment, states may be replicated across the nodes of the cluster in form of distributed shared memory (DSM) providing efficient access to the shared state for all applications on every node. The way in which externally hosted applications (“clients”, e.g., a management application or user front end) track a cluster's state presents a serious challenge.
Accordingly, and in view of the foregoing, various method, system, and computer program product embodiments for efficient state tracking for clusters are provided. In one embodiment, by way of example only, in a distributed shared memory architecture, a method comprises performing an asynchronous calculation of deltas while concurrently receiving client requests and concurrently tracking client requests times; responding to each of the client requests for data of the same concurrency during a certain period with currently executing client requests with updated views based upon results of the asynchronous calculation; and bounding a latency for the client requests by a time necessitated for the asynchronous calculation of at least two of the deltas; wherein a first state snapshot is atomically taken while simultaneously calculating the at least two of the deltas, and each of the client requests received during the certain period are served with the updated views of the asynchronously calculated at least two of the deltas.
Additional system and computer program product embodiments are disclosed and provide related advantages.
The foregoing summary has been provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter. The claimed subject matter is not limited to implementations that solve any or all disadvantages noted in the background.
In order that the advantages of the invention will be readily understood, a more particular description of the invention briefly described above will be rendered by reference to specific embodiments that are illustrated in the appended drawings. Understanding that these drawings depict embodiments of the invention and are not therefore to be considered to be limiting of its scope, the invention will be described and explained with additional specificity and detail through the use of the accompanying drawings, in which:
A distributed shared memory (DSM) presents an area of shared memory for two or more servers in the cluster. DSM may be superior even when compared to pure-in-memory database as it exposes all data into the virtual address space of a process. Thus, the need to query data in a particular language (e.g., SQL) through a database service is eliminated. Within a clustered appliance, states may be replicated across the nodes of the cluster in form of the DSM providing efficient access to the shared state for all applications on every node. The data in this memory may be structured as a tree of arbitrary complex structure, for example, or with rows of tables (similar to relational databases). Transactional services may ensure that the DSM is at all times consistent across all nodes. However, as mentioned previously, the manner and method in which externally hosted applications (“clients”, e.g., a management application or user front end) track a cluster's state presents a serious challenge. It should be noted that the definitions described herein are applicable to the illustrated embodiments by way of example, and other definitions, as commonly understood in the art, may be applicable as well for describing the functionality and purpose of the illustrated embodiments of the present invention.
In one embodiment, by way of example only, the mechanisms of the illustrated embodiments serve to distinguish between internally visible data (“state”) and externally visible data (“views”). The internally visible data (called “state”) is the ensemble of variables needed to represent the internal state of every application in the cluster. The internally visible data is stored in the DSM and governed by its transactional services. Sharing the state across the cluster allows applications to coordinate their actions and enables seamless failover in the face of hardware and/or software failures. Conversely, the externally visible data (called “views”) is a representation of the state tailored for management and monitoring applications, and thus, ultimately for the human user. The views are calculated from the state by filtering, restructuring, aggregation, or simple transformations, such as translation into different units. The views are stored in the memory of the application providing the views, and specifically, not in the DSM.
Where these views are very voluminous, the clients may require a way to track them by querying differential updates instead of full updates. Applying such differential updates (“deltas”) allows clients to maintain a local replica of the appliance's views. The deltas may be the difference between two views. Such deltas are kept in a circular buffer on the appliance. If a client requests a delta across a transaction range not covered by the buffer (because of its limited size), a full view resynchronization is needed.
In one embodiment, by way of example only, the implementation of such a scheme may require that views and deltas are recalculated after every transaction by the node initiating the transaction and distributed as part of the DSM. By this scheme, the views and deltas may be trivially consistent across the cluster and ensured by the same transactional services used for the state itself (i.e., views and deltas are part of the state). However, the calculation of the views may be complex and take significant time. Moreover, as the views perform aggregations, updating the views has a near constant cost, which is independent of transaction size.
In situations where fast transactions are a necessity for an efficient functioning of the appliance, calculating the views and deltas in a critical path (e.g., synchronous calculation) may present various problems. Specifically, the synchronous calculation may dominate the cost of a transaction itself and thus severely limit the effectiveness of the appliance.
Thus, in a distributed shared memory architecture, the mechanisms of the present invention provide for an asynchronous calculation of the views, as well as the deltas (the difference between the newly calculated views and the previously calculated views). While at all times only one copy of the views (the most recent one) is kept in memory, the deltas are kept in a circular buffer large enough to keep deltas for many recalculations of the views. This allows clients to forward their replica of the views using deltas only, provided they query such deltas before the circular buffer is exhausted.
Client requests are received asynchronously to the calculations. When a request is received, the arrival time, or equivalently, the sequence number of the most recent state transaction, is recorded. Unanswered requests are kept in a queue. Requests are answered whenever a view of sufficient currency becomes available, which may be either immediately (the current view is already based on the most recent transaction); or once the current calculation finishes (the current calculation incorporates this transaction); or once the next calculation (yet to be started) finishes (the current view is out of date, and an ongoing calculation, if any, is based on an older transaction). The upper bound for the response latency for any request is thus intrinsically the time required for two view calculations (ignoring network delays). While no requests are pending, view calculations are not performed. The use of the term “currency” rather than “concurrency” is intentional. In one embodiment, use of the term “currency” is intended to refer to (among other things) the degree of how current something is, while “concurrency” is about two things co-occurring.
In one embodiment, the mechanisms take the asynchronous calculation of views and deltas out of the critical transaction path, performing them asynchronously instead of synchronously. Since this allows transactions to be performed at a much faster rate, the implication is that views and deltas cannot be calculated after every transaction. Moreover, the calculations of views and deltas may be performed only on demand thereby implicitly folding deltas to the maximum degree.
Turning to
To facilitate a clearer understanding of the methods described herein, storage controller 240 is shown in
In some embodiments, the devices included in storage 230 may be connected in a loop architecture. Storage controller 240 manages storage 230 and facilitates the processing of write and read requests intended for storage 230. The system memory 243 of storage controller 240 stores program instructions and data, which the processor 242 may access for executing functions and method steps of the present invention for executing and managing storage 230 as described herein. In one embodiment, system memory 243 includes, is in association with, or is in communication with the operation software 250 for performing methods and operations described herein. As shown in
In some embodiments, cache 245 is implemented with a volatile memory and nonvolatile memory and coupled to microprocessor 242 via a local bus (not shown in
Storage 230 may be physically comprised of one or more storage devices, such as storage arrays. A storage array is a logical grouping of individual storage devices, such as a hard disk. In certain embodiments, storage 230 is comprised of a JBOD (Just a Bunch of Disks) array or a RAID (Redundant Array of Independent Disks) array. A collection of physical storage arrays may be further combined to form a rank, which dissociates the physical storage from the logical configuration. The storage space in a rank may be allocated into logical volumes, which define the storage location specified in a write/read request.
In one embodiment, by way of example only, the storage system as shown in
The storage controller 240 may include an asynchronous calculation module 255 and state-tracking module 257. The asynchronous calculation module 255 and state-tracking module 257 may work in conjunction with each and every component of the storage controller 240, the hosts 210, 220, 225, and storage devices 230. Both the asynchronous calculation module 255 and state-tracking module 257 may be structurally one complete module or may be associated and/or included with other individual modules. The asynchronous calculation module 255 and state-tracking module 257 may also be located in the cache 245 or other components.
The storage controller 240 includes a control switch 241 for controlling the fiber channel protocol to the host computers 210, 220, 225, a microprocessor 242 for controlling all the storage controller 240, a nonvolatile control memory 243 for storing a microprogram (operation software) 250 for controlling the operation of storage controller 240, data for control and each table described later, cache 245 for temporarily storing (buffering) data, and buffers 244 for assisting the cache 245 to read and write data, a control switch 241 for controlling a protocol to control data transfer to or from the storage devices 230, and asynchronous calculation module 255 and state-tracking module 257 in which information may be set. Multiple buffers 244 may be implemented with the present invention to assist with the operations as described herein. In one embodiment, the cluster hosts/nodes, 210, 220, 225 and the storage controller 240 are connected through a network adaptor (this could be a fibre channel) 260 as an interface i.e., via a switch called “fabric.”
In one embodiment, the host computers or one or more physical or virtual devices, 210, 220, 225 and the storage controller 240 are connected through a network adaptor (this could be a fibre channel) 260 as an interface i.e., via a switch called “fabric.” In one embodiment, the operation of the system shown in
In one embodiment, the views are updated. An asynchronous calculation of deltas and views is performed. Concurrently, client requests are received and their times of arrival are tracked. The results of the asynchronous calculation may be applied to each of the client requests that are competing for data of the same concurrency during a certain period with currently executing client requests. This embodiment is outlined in the
With an asynchronous calculation of views and deltas, the transaction rate may be too fast for the calculation of views and deltas to finish before the next transaction arrives. Recording the state after each transaction (to buffer calculations) may not be a possibility, as it requires a theoretically unbounded amount of memory. For example, consider the following four transactions:
1. add row A with value 1
2. change row A to value 2 and add row B with value 1 (value 3)
3. remove row A and change row B to value 4
4. remove row B
Assume that the view calculation is trivial in this case (i.e., the identity function). Now assume that in node X of a cluster the timings are such that the deltas are calculated after transactions 2 and 4. In node Y, deltas are calculated only after transaction 4. Thus, the deltas may be folded. The following reflect the “folded deltas” that these nodes compute:
Node X:
1-2. add to row A (value 2), add to row B (value 3)
3-4. remove row A, remove row B
Node Y:
1-4. - - - -
Specifically, in Node Y, the folding was such that the resulting delta was empty. It is important to realize that deltas are not calculated from “elementary deltas” (i.e., a transaction log). If they were, it would simply imply a theoretically unbounded memory region to store the log of elementary deltas. Rather, the deltas are calculated by direct comparison between snapshots of state and views, a “most recent” snapshot (from the time when the calculation was started), and a “previous” snapshot (the most recent snapshot from previous calculation). Thus, the space requirement is precisely two full copies of DSM and views.
In a general sense, folding may be described as the process of combining several alterations of the same data into a simpler resulting (net) difference. Folding is not achieved by actually combining such alterations, but is incurred implicitly by comparing the new state to the old state. This state comparison will yield the net difference, rather than the potentially many alterations that took place in between.
In one embodiment, the folding provides a valuable tool for view tracking as it reduces the amount of data that needs to be transmitted to the clients. Also, the folding allows for a reduction in the exhaustion of circular buffers of deltas. However, because of the lack of coordination across nodes, delta sets vary from node to node. Specifically in the above example, it would be impossible to query node Y for the “delta since transaction 2”, as this transaction was folded into a single indivisible delta for transactions 1-4. The same clients querying the same node is a necessity. However, this is unproblematic in terms of load balancing, as load balancing is about balancing many clients, rather than balancing many requests from one client (who has limited bandwidth).
Thus, in one embodiment, the calculations of views and deltas may be performed as soon as a calculation is complete and then the next calculation may commence (for whichever transaction is the most recent). In so doing, the mechanisms of the present invention preform an on-demand calculation. In other words, the asynchronous calculation may be performed only once a request for “deltas since transaction X” is received. This on-demand calculation leads to the maximum amount of folding achievable.
The mechanisms of the present invention also seek to address and improve efficiency upon concurrent requests by multiple clients on the same node. For example, on a particular node, consider that at time t1, a request from client C1 is received. Immediately, a view and delta calculation may be started (for current transaction T1). Shortly afterwards, at time t2, a request from client C2 is received. At time t3 (still during the calculation) a new transaction T2 arrives at the DSM. At time t4 the calculation of view and delta for T1 finished, and C1 is served. Now the crucial observation is that C2's request was received at a time where T1 was still the “current” transaction. Thus, it is permissible to also serve C2 with delta and view for T1, rather than calculating view and delta for T2.
In one embodiment, the mechanisms do not record the “current transaction at request time” for each request. In the event of a flurry of requests and assuming a steady flow of transactions at a higher rate than completion of calculations for the views and deltas, the mechanism seek to avoid calculating views and deltas for every single request, leading to requests being delayed by the number of queued requests times the time for the view and delta calculations. Conversely, the latency for a request may be bounded by the time needed for exactly two views and delta calculations (in the worst case where t1<t3<t2 in very narrow succession). Such concepts are further explained below in
Initially the US thread is idle, as the request queue is empty (no pending request). Now the mechanisms of the illustrated embodiments receive R1; this triggers the US thread to calculate views & deltas based on the most recent transaction. (emphasis added). The mechanisms will first, atomically take snapshots of the current state (by whichever technique is applied). The views and deltas will be calculated on the snapshot, as the DSM may move on during the calculation, which it does so in this example. Next, the US thread performs the lengthy calculation of views and deltas. Meanwhile the mechanisms have the following events: R2, T2, R3, T3 (in this order). After the calculation on the US thread is finished, the thread may serve R1 and R2. R2 may be served from the same image (views and deltas), as it arrived before T2.
On the other hand, R3 may not be served based on the same image, as it arrived after T2. Next, after serving R1 and R2, the US thread will once again atomically take a snapshot of the state (discarding the previous snapshot). However, it should be noted the mechanisms atomically take snapshots of the state based on the most recent transaction T3, rather than T2—even though R3 came in before T3. (emphasis added). The advantage is obvious. In this way, additional requests (that are yet to come) may be served by the same image T3 (and R4, R5 indeed will). On the other hand, if the mechanisms could snapshot T2 (which it could not do since it is too late), then any future requests would surely require yet another calculation, as T3 has already arrived.
The more interesting question is why is it correct to serve the T3 state to a request that arrived before T3? This is in the nature of asynchronous systems: if a client makes a request that (on the user side) begins at t_begin and returns at t_end, then it cannot have any expectation as to when exactly anything was executed on the server side—it could be that the network delays were such that most of the time elapsed before the server even saw the request, and everything happened right at t_end; or vice versa. The entire time is essentially a blackout period for the client, during which, at some point, the request was executed. Thus, in this case, where R3 comes in while T2 was current, and returns when T5 is current, any transaction level between T2 and T5 would be a valid answer.
Returning to the example and
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that may contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wired, optical fiber cable, RF, etc., or any suitable combination of the foregoing. Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
Aspects of the present invention are described above with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, may be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer readable medium that may direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks. The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowchart and block diagram in the above figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block might occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, may be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
While one or more embodiments of the present invention have been illustrated in detail, one of ordinary skill in the art will appreciate that modifications and adaptations to those embodiments may be made without departing from the scope of the present invention as set forth in the following claims.
Patent | Priority | Assignee | Title |
Patent | Priority | Assignee | Title |
5699552, | Jan 26 1996 | Unisys Corporation | System for improved processor throughput with enhanced cache utilization using specialized interleaving operations |
5900020, | Jun 27 1996 | International Business Machines Corporation | Method and apparatus for maintaining an order of write operations by processors in a multiprocessor computer to maintain memory consistency |
5918229, | Nov 22 1996 | GOOGLE LLC | Structured data storage using globally addressable memory |
6148377, | Nov 22 1996 | GOOGLE LLC | Shared memory computer networks |
6205528, | Aug 29 1997 | SEQUENT COMPUTER SYSTEMS, INC | User specifiable allocation of memory for processes in a multiprocessor computer having a non-uniform memory architecture |
6366901, | Dec 16 1998 | Microsoft Technology Licensing, LLC | Automatic database statistics maintenance and plan regeneration |
6493809, | Jan 28 2000 | International Business Machines Corporation; SEQUENT COMPUTER SYSTEMS, INC | Maintaining order of write operations in a multiprocessor for memory consistency |
6505286, | Aug 29 1997 | International Business Machines Corporation | User specifiable allocation of memory for processes in a multiprocessor computer having a non-uniform memory architecture |
6546402, | Jun 05 2000 | International Business Machines Corporation | System and method for asynchronous view maintenance |
6785888, | Aug 29 1997 | International Business Machines Corporation | Memory allocator for a multiprocessor computer system |
6904449, | Jan 14 2000 | Accenture Global Services Limited | System and method for an application provider framework |
7269698, | Dec 19 2002 | Intel Corporation | Hierarchical virtual model of a cache hierarchy in a multiprocessor system |
7395391, | Nov 05 2003 | XIV Ltd. | Parallel asynchronous order-preserving transaction processing |
7472233, | Aug 29 1997 | International Business Machines Corporation | Memory allocator for a multiprocessor computer system |
7523094, | Mar 16 2008 | SAP SE | Asynchronous task for energy cost aware database query optimization |
7739262, | Mar 19 2004 | Microsoft Technology Licensing, LLC | Enforcing currency and consistency constraints in database query processing |
7792847, | Sep 09 2005 | Microsoft Technology Licensing, LLC | Converting structured reports to formulas |
7930297, | Dec 03 2004 | Oracle International Corporation | Materialized view maintenance and change tracking |
8468313, | Jul 14 2006 | Oracle America, Inc | Asynchronous replication with write concurrency grouping |
8799922, | May 25 2010 | Microsoft Technology Licensing, LLC | Programming model for collaborative distributed systems |
8838800, | Nov 23 2009 | Hewlett-Packard Development Company, L.P. | Binding resources in a shared computing environment |
8856234, | Feb 28 2013 | WORKIVA INC | System and method for performing distributed asynchronous calculations in a networked environment |
9225774, | Feb 28 2013 | WORKIVA INC | System and method for performing distributed asynchronous calculations in a networked environment |
9392052, | Feb 28 2013 | WORKIVA INC | System and method for performing distributed asynchronous calculations in a networked environment |
9531597, | Oct 28 2010 | Hewlett Packard Enterprise Development LP | Methods and systems to maintain data coherency |
9531795, | Feb 28 2013 | Workiva Inc. | System and method for performing distributed asynchronous calculations in a networked environment |
9626257, | Mar 01 2012 | EMC IP HOLDING COMPANY LLC | Techniques for cache updates based on quality of service |
20010013049, | |||
20060031509, | |||
20060080345, | |||
20060294058, | |||
20070038598, | |||
20100049718, | |||
20110060881, | |||
20110185355, | |||
20120166390, | |||
20120197868, | |||
20120330995, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Feb 27 2013 | KELLER, MICHAEL | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 044052 | /0117 | |
Nov 07 2017 | International Business Machines Corporation | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Nov 07 2017 | BIG: Entity status set to Undiscounted (note the period is included in the code). |
Aug 22 2022 | REM: Maintenance Fee Reminder Mailed. |
Feb 06 2023 | EXP: Patent Expired for Failure to Pay Maintenance Fees. |
Date | Maintenance Schedule |
Jan 01 2022 | 4 years fee payment window open |
Jul 01 2022 | 6 months grace period start (w surcharge) |
Jan 01 2023 | patent expiry (for year 4) |
Jan 01 2025 | 2 years to revive unintentionally abandoned end. (for year 4) |
Jan 01 2026 | 8 years fee payment window open |
Jul 01 2026 | 6 months grace period start (w surcharge) |
Jan 01 2027 | patent expiry (for year 8) |
Jan 01 2029 | 2 years to revive unintentionally abandoned end. (for year 8) |
Jan 01 2030 | 12 years fee payment window open |
Jul 01 2030 | 6 months grace period start (w surcharge) |
Jan 01 2031 | patent expiry (for year 12) |
Jan 01 2033 | 2 years to revive unintentionally abandoned end. (for year 12) |