Increasing performance of in-memory databases using re-ordered query execution plans

Information

  • Patent Grant
  • 11010379
  • Patent Number
    11,010,379
  • Date Filed
    Tuesday, August 15, 2017
    7 years ago
  • Date Issued
    Tuesday, May 18, 2021
    3 years ago
  • Inventors
  • Original Assignees
  • Examiners
    • Gurmu; Muluemebet
    Agents
    • Fish & Richardson P.C.
  • CPC
  • Field of Search
    • US
    • 707 741000
    • CPC
    • G06F16/2228
  • International Classifications
    • G06F16/2453
    • G06F16/2458
    • G06F17/18
    • Disclaimer
      This patent is subject to a terminal disclaimer.
      Term Extension
      394
Abstract
Implementations of the present disclosure include methods, systems, and computer-readable storage mediums for receiving a query from an application, determining that the query has been received before, and in response, retrieving statistics for the query from a metadata table, providing a query execution plan (QEP) associated with the query, the QEP including a plurality of operators executed to provide a query result, one or more operators of the plurality of operators requiring input from computer-readable memory, fragmenting at least one operator of the plurality of operators into multiple fragment operators to provide a fragmented QEP (fQEP), the multiple operators being executed to each provide a portion of a result of the at least one operator, and storing the fQEP in computer-readable memory.
Description
BACKGROUND

A business or other type of enterprise may operate enterprise systems to provide software functionality to customers and employees. An enterprise system may include back-end enterprise servers that host enterprise applications such as enterprise resource planning (ERP) systems, client-relationship management (CRM) systems, product lifecycle management (PLM) systems, supply chain management (SCM) systems, supplier relationship management (SRM) systems, and so forth. During the execution of an enterprise application, application data may be placed in or accessed from the main memory of the enterprise server, such that the application data is immediately accessible by processors of the enterprise server.


In-memory computing has been a driver in the design of enterprise applications in terms of functionality, real-time process management, and real-time decision making. Advances in processing and memory systems have triggered the transition of enterprise applications to in-memory database technology, where all desired data is kept in main memory for high throughput processing.


Also, cloud computing has enabled the software as a service concept where the databases can be spawned for the users as per need. However, in a typical use case, the databases run on virtual machines, which share resources with other virtual machines running on the same physical node. Applications hosted in a cloud environment are constrained by the amount of memory and processing resources available therein.


SUMMARY

Implementations of the present disclosure include computer-implemented methods for using fragmented query execution plans (fQEPs) to increase performance in in-memory database systems. In some implementations, actions include receiving a query from an application, determining that the query has been received before, and in response, retrieving statistics for the query from a metadata table, providing a query execution plan (QEP) associated with the query, the QEP including a plurality of operators executed to provide a query result, one or more operators of the plurality of operators requiring input from computer-readable memory, fragmenting at least one operator of the plurality of operators into multiple fragment operators to provide a fQEP, the multiple operators being executed to each provide a portion of a result of the at least one operator, and storing the fQEP in computer-readable memory. Other implementations include corresponding systems, apparatus, and computer programs, configured to perform the actions of the methods, encoded on computer storage devices.


These and other implementations may each optionally include one or more of the following features: the at least one operator includes a join operator, and fragmenting the at least one operator includes: determining an input column to the at least one operator as a largest input column, dividing the input column, and providing a fragment operator for each division of the input column; the at least one operator is identified for fragmentation based on a statistic of the at least one operator; the statistic for the at least one operator is provided from profile data of the QEP, the profile data being determined based on a first execution of the QEP; during execution of the fQEP, at least one of the fragment operators receives input data from a cache; execution of the fQEP results in decreased execution time relative to an execution time of the QEP; and actions further include: receiving source code of the application, providing an instrumented application that includes the source code and instrumentation code, the instrumented application including at least one instruction for profiling the plurality of operators, executing the instrumented application to process the QEP to provide a profiling file, the profiling file indicating, for each operator in the plurality of operators, respective start times and end time, and, for each operator in the plurality of operators, determining a respective execution time based on a respective start time and a respective end time.


The present disclosure also provides one or more non-transitory computer-readable storage media coupled to one or more processors and having instructions stored thereon which, when executed by the one or more processors, cause the one or more processors to perform operations in accordance with implementations of the methods provided herein.


The present disclosure further provides a system for implementing the methods provided herein. The system includes one or more processors, and a computer-readable storage medium coupled to the one or more processors having instructions stored thereon which, when executed by the one or more processors, cause the one or more processors to perform operations in accordance with implementations of the methods provided herein.


It is appreciated that methods in accordance with the present disclosure may include any combination of the aspects and features described herein. That is, methods in accordance with the present disclosure are not limited to the combinations of aspects and features specifically described herein, but also include any combination of the aspects and features provided.


The details of one or more implementations of the present disclosure are set forth in the accompanying drawings and the description below. Other features and advantages of the present disclosure will be apparent from the description and drawings, and from the claims.





DESCRIPTION OF DRAWINGS


FIG. 1 depicts an example memory access path.



FIG. 2 depicts an example architecture to profile query execution plans (QEPs) in accordance with implementations of the present disclosure.



FIG. 3 depicts an example process that can be executed in accordance with implementations such as those of the present disclosure.



FIG. 4 is a schematic illustration of example computer systems that may be employed for implementations such as those of the present disclosure.





Like reference symbols in the various drawings indicate like elements.


DETAILED DESCRIPTION

Implementations of the present disclosure are generally directed to using fragmented query execution plans (fQEPs) to increase performance in-memory database systems. In some implementations, actions can include receiving a query from an application, determining that the query has been received before, and in response, retrieving statistics for the query from a metadata table, providing a query execution plan (QEP) associated with the query, the QEP including a plurality of operators executed to provide a query result, one or more operators of the plurality of operators requiring input from computer-readable memory, fragmenting at least one operator of the plurality of operators into multiple fragment operators to provide a fQEP, the multiple operators being executed to each provide a portion of a result of the at least one operator, and storing the fQEP in computer-readable memory.


To provide context for implementations of the present disclosure, real-time data analytics aim at making knowledge available with sub-second and often sub-millisecond response time. For example, real-time enterprise resource planning (ERP) systems enable enterprises to view every change in the enterprise as soon as it happens, and can be a driver in the success of the enterprise. In some examples, real-time access to information helps in gaining competitive advantage through efficient and improved (e.g., more informed) decision making, product pricing, risk management, product life-cycle, customer feedback, customer engagement, brand development, product pricing, and reduced total cost of ownership (TCO). The growing volumes of enterprise data makes it challenging to achieve the target response times in real-time data analytics.


The advances in multi-core processing, caching and less expensive main memory has brought a major breakthrough in designing real-time enterprise systems. In-memory databases open doors for real-time analytics as it uses faster main-memory as a primary storage and bypass I/O disk delays in analytical data processing. Improvements in both hardware and in-memory databases have triggered the unification of both operational and analytical storage models together in a unified in-memory data store. For example, slower, disk-based memory is only required for persistent storage. This has a negligible impact on the throughput of in-memory databases, because persistence is moved from the critical path. Accordingly, in-memory databases enable real-time data analytics on unified data with minimal response times, because the data resides in main memory, which is an order of magnitude faster for accessing than traditional, disk-based memory.


Main memory may include one or more types of memory (e.g., DRAM, NVM) that communicates with one or more processors, e.g., CPU(s), over a memory bus. An in-memory database system may be contrasted with database management systems that employ a disk storage mechanism. In some examples, in-memory database systems may be faster than disk storage databases, because internal optimization algorithms may be simpler and execute fewer CPU instructions. In some examples, accessing data in an in-memory database system may reduce or eliminate seek time when querying the data, providing faster and more predictable performance than disk-storage databases. An in-memory database may include a row-oriented database, in which data is stored in any number of rows or records. An in-memory database may also include a column-oriented in-memory database, in which data tables are stored as sections of columns of data (rather than as rows of data). An example in-memory database system is HANA, provided by SAP SE of Walldorf, Germany.


In-memory databases can be implemented in hybrid memory systems, which can include non-volatile memory (NVM) and dynamic random access memory (DRAM). In general, NVM provides persistence (like a traditional hard disk), and byte-addressability (like conventional DRAM). NVM is also referred as storage class memory (SCM). Examples NVM include phase change memory (PCM), spin transfer torque memory (STT-RAM), and memristors. DRAM uses capacitance to store electric charge, which requires continuous power due to leakage. NVM uses resistance, rather than capacitance, for bit representation. Both DRAM and NVM consume static energy and dynamic energy. Static energy is consumed at all times when the memory system is switched on, and is independent of any memory accesses. Dynamic energy is an energy that is consumed by an actual read or a write operation (memory accesses). NVM memories provide non-volatility which means that they do not lose data upon power failure. For example, power to an NVM can be switched off and on without losing any data. This feature is not provided by DRAM. DRAM is volatile and loses data as soon as it loses charge, because DRAM is a capacitance-based technology. Moreover DRAM needs continuous refresh power in order keep data alive, because capacitors continuously leak power with time.


NVM provides a unique way of persistence than traditional hard disk memory. Because NVM is byte-addressable, data can be persisted data at the level of individual bytes. This means that the CPU load and store operations can be directly persisted on the NVM.


With regard to querying databases, when a query (e.g., SQL query) is issued to a database, the database system internally represents the query in the form of a QEP. However, it is difficult to predict which operators of the QEP will cause most of the overhead in terms of main memory accesses. The execution time of the queries within the database is proportional to the number of main memory accesses, and the latency of the main memory. With the emergence of NVM as the main memory, the read and write operation cost and energy are even more significant. This is because NVM is slower than DRAM, but more energy efficient. Accordingly, a goal is to determine an ideal partitioning of a database operator, such that the data fits within on-chip caches, and the number of accesses to the main memory are reduced. If there is too much of a partition, then overhead in the form of resource contention occurs.


In view of the above context, and as described in further detail herein, implementations of the present disclosure are generally directed to partitioning QEPs, such that the maximum amount of data fits within on-chip caches. In some implementations, this is achieved incrementally on every execution of the same queries. This approach is beneficial in terms of analytics, because analytical workloads run the same query again and again for several times. Implementations of the present disclosure show that the number of writes going to main memory are significantly reduced, as compared to traditional QEP handling. Implementations of the present disclosure not only avoid the slow write latency of NVM, but also increase the lifetime of the NVM, as NVM devices deteriorate with every write operation.


In further detail, implementations of the present disclosure optimize database operators for NVM in such a way that minimal load and store operations are served from main memory, whereas most operations are served from on-chip caches. Implementations of the present disclosure learn from previous memory access patterns, and provide a tool for obtaining the memory accesses of each database operator with minimal overhead.



FIG. 1 depicts an example memory access path 100. The example memory access path 100 depicts a hardware resource pipeline for a processor 102 (e.g., a core) to access data from a memory architecture. In the depicted example, the memory architecture includes a multi-level cache having first, second, and third level caches 104, 106, 108, respectively, main memory 110, and disk-based memory 112. The example of FIG. 1 further depicts example latencies (e.g., in terms of average CPU cycles) between components. In some examples, the first and second level caches 104, 106 are on-chip caches, which are located on the processing core. Consequently, the first and second level caches 104, 106 have relatively lower latencies. In some examples, the third level cache 108 is shared by multiple processing cores. Consequently, the third level cache 108 has a higher latency (e.g., 20 CPU cycles) than the first and second level caches 104, 106. The main memory 110 is associated with a much higher latency (e.g., 100 CPU cycles). For example, if data requested by the processor 102 is not available in any of the first, second, and/or third level caches 104, 106, 108, the data is requested from the main memory 110, and ultimately from the highest latency disk-based memory 112, if also not in the main memory 110.


As described in further detail herein, implementations of the present disclosure provide fragmented QEPs (fQEPs). As noted above, a query is internally represented internally as a set of steps that constitute a QEP. More generally, all queries are broken down in to n number of steps, which can depend on the degree of parallelism or partitioning of database tables. Example operations of an example QEP can include: look-up metadata, perform selection operation, perform aggregation operation, perform join operation, and perform merge operation. In accordance with implementations of the present disclosure, the most time consuming operations of the QEP are determined, and a dictionary is provided, where a key to the dictionary is the line number of the QEP, and a value is the time taken by that line during execution of the query. In a subsequent iteration, time-consuming database operators are fragmented, by splitting the single operator into multiple operators (e.g., splitting an operator into two oprators).


In accordance with implementations of the present disclosure, partitioning of the database operator enables the data required for the operator to fit within the on-chip cache(s). In this manner, the number of accesses to the main memory are reduced, because the data is accessed directly form the on-chip cache(s). Reducing the number of main memory access operations results in a reduction in the the overall time consumed by the multiple operators. Although multiple operators replace the single operator, the memory access time is better than the single operator alone. This is because main memory is the slowest of all memories in the in-memory data processing pipeline.


To illustrate implementations of the present disclosure, an example QEP and respective fQEP are discussed in further detail. The example QEP is associated with a benchmark query that can be processed in accordance with implementations of the present disclosure. Example benchmark queries can include queries provided in the TPC Benchmark H (TPC-H) provided by the Transaction Processing Performance Council of San Francisco, Calif. The TPC-H is a decision support benchmark that includes a set of business oriented ad-hoc queries (e.g., a set of benchmark queries), and concurrent data modifications. The TPC-H is described as being representative of decision support systems that examine large volumes of data, execute queries with a high degree of complexity, and provide answers to critical business questions. Although implementations are described in further detail herein with reference to an example TPC-H benchmark query, it is contemplated that implementations of the present disclosure can be realized using any appropriate query and respective QEP.


To illustrate implementations of the present disclosure, query number 11 (Q11) of the TPC-H will be discussed. In some examples, the TPC-H includes a set of 22 queries, where Q11 is entitled “Important Stock Identification Query,” and is executed to find the most important subset of suppliers' stock in a given nation. More specifically, Q11 finds, from scanning the available stock of suppliers in a given nation, all the parts that represent a significant percentage of the total value of all available parts, and the query result displays the part number and the value of those parts in descending order of value. To execute Q11, a QEP is provided. Listing 1, below, provides excerpts from the QEP of Q11:


1 X_33:=calc.str (3, 7, 0, 0, “GERMANY”, 25);


2 X_167:=calc.str (3, 7, 0, 0, “GERMANY”, 25);


3 X_1:=sql.mvc ( );

    • . . .


24 X_39:=sql.projectdelta (X_28, X_31, X_34, r1_62, X_37);


25 (X_80, r1_208):=algebra.join (X_79, X_39); HIGH COST


26 X_55:=sql.bind (X_1, “sys”, “partsupp”, “ps_supplycost”, 0);

    • . . .


44 X_24:=X_21;


45 (X_25, r1_46):=algebra.join (X_13, X_24);


46 X_27:=algebra.leftfetchjoin (X_25, X_2);


47 (X_40, r1_74):=algebra.join (X_27, X_39); HIGH COST


48 X_65:=algebra.leftfetchjoin (r1_74, X_64);

    • . . .


79 sql.rsColumn (X_108, “sys.”, “value”, “decimal”, 19, 2, X_107);


80 X_119:=io.stdout ( );

    • Listing 1: Excerpts of QEP for TPC-H Q11


In accordance with implementations of the present disclosure, a profiling tool is used to determine the execution time of each line (operator) of a QEP. In some examples, the profiling tool is provided as an LLVM tool (e.g., LLVM pass). In some examples, executing the QEP for Q11 reveals that line 25 is associated with an execution time of approximately 65,000 milliseconds (ms), and that line 47 is associated with an execution time of approximately 53,000 ms, while the remaining lines are each largely associated with execution times of less than approximately 500 ms. Overall, it can be determined that lines 25 and 47 together account for approximately 99% of the total execution time for the QEP of Q11. Consequently, lines 25 and 47 can be determined to be time-consuming operators of the QEP.


In accordance with implementations of the present disclosure, if the query has not been analyzed before, the query is processed through the profiling tool to determine the number of load/store operations, and energy of each step of the QEP. These values are stored in the dictionary (e.g., in an in-memory metadata store). If the query has been analyzed before, the dictionary is referenced to determine which steps of the QEP are the most time and energy consuming, referred to herein as critical steps (e.g., lines 25 and 47 of the example QEP of Listing 1). After determining the critical steps, partitioning of the operator is applied, such that the operator is divided into m number of steps. In some examples, the operator is partitioned on the largest input database column by dividing it into half, and distributing it across two operators. The following example algorithm captures this workflow:


Let S be the query issued to the database.


if S is a first time query:

    • Generate QEP for S;
    • Instrument the database with profiling tool;
    • Run S and measure the operating cost of each line in terms of load and
    • store operations, and energy cost; and
    • Store statistics for each query line in metadata table.


if S is a NOT a first time query:

    • Search S in the metadata table;
    • Sort the operators in descending order of energy and latency cost;
    • For line(s) in the QEP having a memory requirement larger than a threshold:
      • Find the largest input column,
      • Divide the column,
      • Generate operator calls each containing half of the original input column,
      • Replace the single operator call in the original QEP with multiple operator calls in a fQEP, and
      • Store the fQEP in the database metadata.
        • Algorithm 1: Partitioning QEP


          In some examples, the threshold for the memory requirement in Algorithm 1 is provided as the size of the memory available in the on-chip cache(s).


With reference to Listing 2, below, an example fQEP is provided for the QEP of Listing 1, after performing the partitioning in the first iteration:


1 X_33:=calc.str (3, 7, 0, 0, “GERMANY”, 25);


2 X_167:=calc.str (3, 7, 0, 0, “GERMANY”, 25);


3 X_1:=sql.mvc ( );

    • . . .


24 X_39:=sql.projectdelta (X_28, X_31, X_34, r1_62, X_37);


25 (X_80, r1_208_1):=algebra.join (X_79_1, X_39); FRAGMENT 1


26 (X_80, r1_208_2):=algebra.join (X_79_2, X_39); FRAGMENT 2


27 X_55:=sql.bind (X_1, “sys”, “partsupp”, “ps_supplycost”, 0);

    • . . .


45 X_24:=X_21;


46 (X_25, r1_46):=algebra.join (X_13, X_24);


47 X_27:=algebra.leftfetchjoin (X_25, X_2);


48 (X_40_1, r1_74_1):=algebra.join (X_27_1, X_39); FRAGMENT 1


49 (X_40_2, r1_74_2):=algebra.join (X_27_2, X_39); FRAGMENT 2


50 X_65:=algebra.leftfetchjoin (r1_74, X_64);

    • . . .


81 sql.rsColumn (X_108, “sys.”, “value”, “decimal”, 19, 2, X_107);


X_119:=io.stdout ( );

    • Listing 2: Excerpts of fQEP for TPC-H Q11


In terms of the example of FIG. 1, fQEPs are provided, such that data requested by the processor 102 is more often available from the first, second, and/or third level caches 104, 106, 108 thereby reducing the amount of CPU cycles required to perform operations. In other words, a fQEP will execute with more in-cache data than its underlying QEP, thereby improving (decreasing) the response time required for resolving the query. Even though the main memory 110 is a significant advance over the disk-based memory 112 (at least in terms of latency), the main memory 110 is still considered a bottle-neck in high-performance in-memory systems.


The example of Listing 2 provides an example operator, join. In some examples, a join operation is a standard database EQUI-Join operator that joins two columns of the database. In the example of Listing 2, the join operator is divided into two fragments, because a single database column object exceeds the available on-chip cache of the system (e.g., the memory requirement exceeds the threshold, as provided in Algorithm 1). This means that, if the single join is performed using the database column, it is likely that the half of the data is stored in the on-chip caches (level 1, 2, or 3) of the processor, and half of the data is fetched from the DRAMNVM on demand. The objective of the present disclosure, however, is to reduce the main memory access operations. Instead of running a single join on the whole columns, implementations of the present disclosure convert the single join operation into two join operations, and pass half of the database column to each join operation. In this manner, the data is processed within the on-chip caches, and the response time of the query improves significantly as the data is processed most within the on-chip caches.


As noted above, implementations of the present disclosure provide an iterative approach for continued improvements through iterative partitioning. For example, after an initial iteration, subsequent versions of fQEPs can be compared to determine whether a subsequent fQEP (e.g., V2) improves over an immediately previous QEP (e.g., V1), which can include the original QEP, or a fQEP. Algorithm 2, below, provides for QEP selection to iteratively improve QEP performance:


Run the query for the first time:

    • Then
      • Profile the QEP and store statistics in the metadata table as shown in
        • Algorithm 1.


Run the previously profiled query:

    • Then
      • Read the last known statistics from the metadata.
      • Let V1 be the first version and V2 be the newly fragmented version.
      • Calculate:






I
=


(


LS

V





1


-

LS

V





2



)


LS

V





1









    • In order to determine the global minima, the values are calculated with respect to the first iteration:










min
global



=


(


LS

V





1


-

LS

IT





1



)


LS

V





1










    • If there is an improved global minima, the global minima is recorded:

      if(I−minglobal)>T, then minglobal=I





Algorithm 2: QEP Selection


In Algorithm 2, 1 is the improvement level (in terms of execution of time) achieved by V2 over V1, LSV1 is the total number of loads/stores in V1, and LSV2 is the total number of loads/stores in V2, minglobal is the global minima, LSIT1 is the total number of loads/stores in the first iteration (IT1), and T is a threshold value that defines the improvement in terms of execution time.


In some implementations, Algorithm 1 and Algorithm 2 operate in conjunction. More particularly, Algorithm 2 is performed to find the ideal number of fragments for repeated queries. If the same query is received by the database several times, Algorithm 2 is performed to determine whether a join operator that was fragmented in the previous iteration can give further benefits by dividing into half again. If it does, then a further fragmentation is provided. Otherwise the previous QEP (e.g., fQEP) is selected for the same query.



FIG. 2 depicts an example architecture 200 to profile QEPs in accordance with implementations of the present disclosure. In the depicted example, the example architecture 200 includes a pass 202 (e.g., an LLVM pass), and a compile-time instrumentation framework 204. In some examples, the pass 202 receives application source code 206 (e.g., source code of the application that is to be profiled), and provides executable code 208. In some examples, the pass 202 compiles the source code and adds instrumentation code to provide the executable code 208. In some examples, the instrumentation code includes instructions to profile the application during execution (e.g., objects, sizes, loads/stores of allocations).


In some examples, the executable code 208 is provided as bit-code (e.g., machine-readable code) and is executed by the compile-time instrumentation framework 204 to provide a profiling file 210, as described in further detail herein. In some examples, the profiling file 210 provides, for each operator of an executed QEP, execution time, cache accesses, cache misses, cache evictions, and main memory accesses.


In further detail, the instrumented executable code 208 can be executed to perform queries. During execution of the instrumented executable code 208, all loads and stores performed by the application (e.g., object reads/writes) are collected, and are passed to a cache simulator to identify accesses that go through to main memory (e.g., main memory traffic). For example, a QEP can be executed and, for each operator of the QEP, the following example information can be determined: execution time, cache accesses, cache misses, cache evictions, and main memory accesses. In some examples, the data of the profiling file is used to identify time-consuming operators that are memory-bound, as well as consumers and producers to enable re-ordering of the QEP to provide a fQEP.



FIG. 3 depicts an example process 300 that can be executed in accordance with implementations of the present disclosure. In some implementations, the example process 300 may be performed using one or more computer-executable programs executed using one or more computing devices.


A query (S) is received (302). For example, a query (e.g., SQL query) can be submitted to a database system using an application. In some examples, the application interacts with an in-memory database to provide a result to the query. It is determined whether this is the first time that the query has been received (304). If this is the first time that the query has been received, a QEP is provided (306). In some examples, the QEP is pre-stored in memory, and is retrieved from memory based on the query. In some examples, the QEP includes a plurality of operators provided in respective lines L. For example, the QEP can include lines L1, . . . , Lm, each line being associated with a respective operator (e.g., P1, . . . , Pm). In some examples, the operators are performed to provide the query results. The QEP is executed (308). For example, operators of the QEP are executed in line order (e.g., beginning with L1) to provide the query result. In some examples, the QEP is executed as described above with reference to FIG. 2, and a profiling file is provided (310).


If it is not the first time that the query has been received, statistics for the query are retrieved (312). In some examples, a profiling file associated with the query (e.g., generated the first time that the query was executed) is retrieved from computer-readable memory, and stores statistical data (e.g., execution time, cache accesses, cache misses, cache evictions, and main memory accesses) of the query. Operators of the query are sorted based on the statistics (314). For example, operators can be order based on time required to execute. One or more operators are partitioned to provide a fQEP (316). In some examples, a memory requirement for high-cost operators is determined, and compared to a threshold. In some examples, if the memory requirement is below the threshold, partitioning of the operator is applied, such that the operator is divided into m number of steps. In some examples, the operator is partitioned on the largest input database column by dividing it into half, and distributing it across two operators. An example threshold can include the memory capacity of the on-chip cache(s). The fQEP is stored (318), and is executed (320) to provide the query result.



FIG. 4 depicts a schematic diagram of an example computing system 400. The system 400 may be used to perform the operations described with regard to one or more implementations of the present disclosure. For example, the system 400 may be included in any or all of the server components, or other computing device(s), discussed herein. The system 400 may include one or more processors 410, one or more memories 420, one or more storage devices 430, and one or more input/output (I/O) devices 440. The components 410, 420, 430, 440 may be interconnected using a system bus 450.


The processor 410 may be configured to execute instructions within the system 400. The processor 410 may include a single-threaded processor or a multi-threaded processor. The processor 410 may be configured to execute or otherwise process instructions stored in one or both of the memory 420 or the storage device 430. Execution of the instruction(s) may cause graphical information to be displayed or otherwise presented via a user interface on the I/O device 440.


The memory 420 may store information within the system 400. In some implementations, the memory 420 is a computer-readable medium. In some implementations, the memory 420 may include one or more volatile memory units. In some implementations, the memory 420 may include one or more non-volatile memory units.


The storage device 430 may be configured to provide mass storage for the system 400. In some implementations, the storage device 430 is a computer-readable medium. The storage device 430 may include a floppy disk device, a hard disk device, an optical disk device, a tape device, or other type of storage device. The I/O device 440 may provide I/O operations for the system 400. In some implementations, the I/O device 440 may include a keyboard, a pointing device, or other devices for data input. In some implementations, the I/O device 440 may include output devices such as a display unit for displaying graphical user interfaces or other types of user interfaces.


The features described may be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them. The apparatus may be implemented in a computer program product tangibly embodied in an information carrier (e.g., in a machine-readable storage device) for execution by a programmable processor; and method steps may be performed by a programmable processor executing a program of instructions to perform functions of the described implementations by operating on input data and generating output. The described features may be implemented advantageously in one or more computer programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device. A computer program is a set of instructions that may be used, directly or indirectly, in a computer to perform a certain activity or bring about a certain result. A computer program may be written in any form of programming language, including compiled or interpreted languages, and it may be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.


Suitable processors for the execution of a program of instructions include, by way of example, both general and special purpose microprocessors, and the sole processor or one of multiple processors of any kind of computer. Generally, a processor will receive instructions and data from a read-only memory or a random access memory or both. Elements of a computer may include a processor for executing instructions and one or more memories for storing instructions and data. Generally, a computer may also include, or be operatively coupled to communicate with, one or more mass storage devices for storing data files; such devices include magnetic disks, such as internal hard disks and removable disks; magneto-optical disks; and optical disks. Storage devices suitable for tangibly embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks. The processor and the memory may be supplemented by, or incorporated in, application-specific integrated circuits (ASICs).


To provide for interaction with a user, the features may be implemented on a computer having a display device such as a cathode ray tube (CRT) or liquid crystal display (LCD) monitor for displaying information to the user and a keyboard and a pointing device such as a mouse or a trackball by which the user may provide input to the computer.


The features may be implemented in a computer system that includes a back-end component, such as a data server, or that includes a middleware component, such as an application server or an Internet server, or that includes a front-end component, such as a client computer having a graphical user interface or an Internet browser, or any combination of them. The components of the system may be connected by any form or medium of digital data communication such as a communication network. Examples of communication networks include, e.g., a local area network (LAN), a wide area network (WAN), and the computers and networks forming the Internet.


The computer system may include clients and servers. A client and server are generally remote from each other and typically interact through a network, such as the described one. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.


In addition, the logic flows depicted in the figures do not require the particular order shown, or sequential order, to achieve desirable results. In addition, other steps may be provided, or steps may be eliminated, from the described flows, and other components may be added to, or removed from, the described systems. Accordingly, other implementations are within the scope of the following claims.


A number of implementations of the present disclosure have been described. Nevertheless, it will be understood that various modifications may be made without departing from the spirit and scope of the present disclosure. Accordingly, other implementations are within the scope of the following claims.

Claims
  • 1. A computer-implemented method executed by one or more processors, the method comprising: receiving, by the one or more processors, a query from an application;determining, by the one or more processors, that the query has been received before, and in response, retrieving statistics for the query from a metadata table;providing, by the one or more processors, a query execution plan (QEP) associated with the query, the QEP comprising a plurality of operators executed to provide a query result, one or more operators of the plurality of operators requiring input from computer-readable memory, the statistics comprising a set of memory requirements, each memory requirement representing an amount of memory a respective operator of the plurality of operators requires to execute;identifying at least one operator as a time-consuming operator;determining a memory requirement of the at least one operator from the metadata table using a key representing a line number of the at least one operator within the QEP; anddetermining that the memory requirement of the at least one operator exceeds a threshold, the threshold comprising a size of the memory available in one or more on-chip caches, and in response: fragmenting at least one operator of the plurality of operators into multiple fragment operators to provide a fragmented QEP (fQEP), each of the multiple fragment operators being executed to provide a portion of a result of the at least one operator, fragmenting of the at least one operator enabling data required for the at least one operator to fit within an on-chip cache instead of main memory; andstoring the fQEP in computer-readable memory.
  • 2. The method of claim 1, wherein the at least one operator comprises a join operator, and fragmenting the at least one operator comprises: determining an input column to the at least one operator as a largest input column;dividing the input column; andproviding a fragment operator for each division of the input column.
  • 3. The method of claim 1, wherein the at least one operator is identified for fragmentation based on a statistic of the at least one operator.
  • 4. The method of claim 3, wherein the statistic for the at least one operator is provided from profile data of the QEP, the profile data being determined based on a first execution of the QEP.
  • 5. The method of claim 1, wherein during execution of the fQEP, at least one of the fragment operators receives input data from a cache.
  • 6. The method of claim 1, wherein execution of the fQEP results in decreased execution time relative to an execution time of the QEP.
  • 7. The method of claim 1, further comprising: receiving source code of the application;providing an instrumented application that includes the source code and instrumentation code, the instrumented application comprising at least one instruction for profiling the plurality of operators;executing the instrumented application to process the QEP to provide a profiling file, the profiling file indicating, for each operator in the plurality of operators, respective start times and end time; andfor each operator in the plurality of operators, determining a respective execution time based on a respective start time and a respective end time.
  • 8. A non-transitory computer-readable storage medium coupled to one or more processors and having instructions stored thereon which, when executed by the one or more processors, cause the one or more processors to perform operations comprising: receiving a query from an application;determining that the query has been received before, and in response, retrieving statistics for the query from a metadata table;providing a query execution plan (QEP) associated with the query, the QEP comprising a plurality of operators executed to provide a query result, one or more operators of the plurality of operators requiring input from computer-readable memory, the statistics comprising a set of memory requirements, each memory requirement representing an amount of memory a respective operator of the plurality of operators requires to execute;identifying at least one operator as a time-consuming operator;determining a memory requirement of the at least one operator from the metadata table using a key representing a line number of the at least one operator within the QEP; anddetermining that the memory requirement of the at least one operator exceeds a threshold, the threshold comprising a size of the memory available in one or more on-chip caches, and in response: fragmenting at least one operator of the plurality of operators into multiple fragment operators to provide a fragmented QEP (fQEP), each of the multiple fragment operators being executed to provide a portion of a result of the at least one operator, fragmenting of the at least one operator enabling data required for the at least one operator to fit within an on-chip cache instead of main memory; andstoring the fQEP in computer-readable memory.
  • 9. The computer-readable storage medium of claim 8, wherein the at least one operator comprises a join operator, and fragmenting the at least one operator comprises: determining an input column to the at least one operator as a largest input column;dividing the input column; andproviding a fragment operator for each division of the input column.
  • 10. The computer-readable storage medium of claim 8, wherein the at least one operator is identified for fragmentation based on a statistic of the at least one operator.
  • 11. The computer-readable storage medium of claim 10, wherein the statistic for the at least one operator is provided from profile data of the QEP, the profile data being determined based on a first execution of the QEP.
  • 12. The computer-readable storage medium of claim 8, wherein, during execution of the fQEP, at least one of the fragment operators receives input data from a cache.
  • 13. The computer-readable storage medium of claim 8, wherein execution of the fQEP results in decreased execution time relative to an execution time of the QEP.
  • 14. The computer-readable storage medium of claim 8, wherein operations further comprise: receiving source code of the application;providing an instrumented application that includes the source code and instrumentation code, the instrumented application comprising at least one instruction for profiling the plurality of operators;executing the instrumented application to process the QEP to provide a profiling file, the profiling file indicating, for each operator in the plurality of operators, respective start times and end time; andfor each operator in the plurality of operators, determining a respective execution time based on a respective start time and a respective end time.
  • 15. A system, comprising: a computing device; anda computer-readable storage device coupled to the computing device and having instructions stored thereon which, when executed by the computing device, cause the computing device to perform operations comprising: receiving a query from an application;determining that the query has been received before, and in response, retrieving statistics for the query from a metadata table;providing a query execution plan (QEP) associated with the query, the QEP comprising a plurality of operators executed to provide a query result, one or more operators of the plurality of operators requiring input from computer-readable memory, the statistics comprising a set of memory requirements, each memory requirement representing an amount of memory a respective operator of the plurality of operators requires to execute;identifying at least one operator as a time-consuming operator;determining a memory requirement of the at least one operator from the metadata table using a key representing a line number of the at least one operator within the QEP; anddetermining that the memory requirement of the at least one operator exceeds a threshold, the threshold comprising a size of the memory available in one or more on-chip caches, and in response: fragmenting at least one operator of the plurality of operators into multiple fragment operators to provide a fragmented QEP (fQEP), each of the multiple fragment operators being executed to provide a portion of a result of the at least one operator, fragmenting of the at least one operator enabling data required for the at least one operator to fit within an on-chip cache instead of main memory; andstoring the fQEP in computer-readable memory.
  • 16. The system of claim 15, wherein the at least one operator comprises a join operator, and fragmenting the at least one operator comprises: determining an input column to the at least one operator as a largest input column;dividing the input column; andproviding a fragment operator for each division of the input column.
  • 17. The system of claim 15, wherein the at least one operator is identified for fragmentation based on a statistic of the at least one operator.
  • 18. The system of claim 17, wherein the statistic for the at least one operator is provided from profile data of the QEP, the profile data being determined based on a first execution of the QEP.
  • 19. The system of claim 15, wherein, during execution of the fQEP, at least one of the fragment operators receives input data from a cache.
  • 20. The system of claim 15, wherein execution of the fQEP results in decreased execution time relative to an execution time of the QEP.
US Referenced Citations (194)
Number Name Date Kind
5845325 Loo Dec 1998 A
6157955 Narad et al. Dec 2000 A
6195731 Bordaz et al. Feb 2001 B1
6760721 Chasen Jul 2004 B1
6952664 Lahiri et al. Oct 2005 B1
7085751 Finlay et al. Aug 2006 B2
7181578 Guha Feb 2007 B1
7360073 Billstrom et al. Apr 2008 B1
7434002 Zedlewski et al. Oct 2008 B1
7624381 Czajkowski et al. Nov 2009 B1
7765200 Kandil et al. Jul 2010 B2
7774556 Karamcheti et al. Aug 2010 B2
7840397 Chiou Nov 2010 B2
7958329 Holt Jun 2011 B2
8170859 Christensson et al. May 2012 B1
8185471 Walker et al. May 2012 B1
8214191 Ferren et al. Jul 2012 B2
8230395 Koh et al. Jul 2012 B1
8456905 Kasorla Jun 2013 B2
8572051 Chen et al. Oct 2013 B1
8862588 Gay Oct 2014 B1
8868537 Colgrove et al. Oct 2014 B1
8874846 Franceschini Oct 2014 B2
8880687 Chandrachari et al. Nov 2014 B1
8959611 Vincent Feb 2015 B1
8966462 Gounares et al. Feb 2015 B2
9043530 Sundaram et al. May 2015 B1
9304913 Dong et al. Apr 2016 B2
9348539 Saxena May 2016 B1
9626327 Eilert et al. Apr 2017 B2
9652380 Byun et al. May 2017 B2
9672158 Karamcheti et al. Jun 2017 B2
9712538 Vincent et al. Jul 2017 B1
9720925 Lawson Aug 2017 B1
9720967 Lee et al. Aug 2017 B2
9740438 Hassan Aug 2017 B2
9841914 Hassan Dec 2017 B2
9846550 Muralimanohar Dec 2017 B2
10083183 Hassan Sep 2018 B2
10698732 Hassan Jun 2020 B2
20010027387 Miyake et al. Oct 2001 A1
20030033431 Shinomiya Feb 2003 A1
20030065648 Driesch et al. Apr 2003 A1
20030065688 Dageville et al. Apr 2003 A1
20040184340 Dwarkasdas Sep 2004 A1
20040193935 Kato et al. Sep 2004 A1
20050097078 Lohman et al. May 2005 A1
20050108447 Thadani May 2005 A1
20060059474 Bhansali et al. Mar 2006 A1
20060117299 Goldsmith et al. Jun 2006 A1
20060218123 Chowdhuri et al. Sep 2006 A1
20060218125 Kandil et al. Sep 2006 A1
20070050328 Li Mar 2007 A1
20070050609 Ferren et al. Mar 2007 A1
20070162425 Betawadkar et al. Jul 2007 A1
20070202473 Koda Aug 2007 A1
20070226186 Ewen et al. Sep 2007 A1
20080005476 Venkatesan Jan 2008 A1
20080034179 Mewhinney et al. Feb 2008 A1
20080109592 Karamcheti et al. May 2008 A1
20080140682 Grosset et al. Jun 2008 A1
20080288718 Hepkin et al. Nov 2008 A1
20080288742 Hepkin et al. Nov 2008 A1
20090024568 Al-Omari et al. Feb 2009 A1
20090049234 Oh et al. Feb 2009 A1
20090157952 Kim et al. Jun 2009 A1
20090157964 Kasorla Jun 2009 A1
20090182976 Agesen et al. Jul 2009 A1
20090307462 Fleming et al. Dec 2009 A1
20100010799 Altrichter Jan 2010 A1
20100042999 Dorai et al. Feb 2010 A1
20100153631 Moon et al. Jun 2010 A1
20100169602 Hulbert et al. Jul 2010 A1
20100262633 Bhattacharjee et al. Oct 2010 A1
20100287356 Cameron et al. Nov 2010 A1
20100306591 Krishna Dec 2010 A1
20100318718 Eilert et al. Dec 2010 A1
20110066808 Flynn et al. Mar 2011 A1
20110072006 Yu et al. Mar 2011 A1
20110078340 Kim et al. Mar 2011 A1
20110093654 Roberts et al. Apr 2011 A1
20110131199 Simon et al. Jun 2011 A1
20110145221 Kim et al. Jun 2011 A1
20110271264 Vorbach et al. Nov 2011 A1
20110289126 Aikas et al. Nov 2011 A1
20110313999 Bruno et al. Dec 2011 A1
20120072744 Jain et al. Mar 2012 A1
20120089595 Jaecksch Apr 2012 A1
20120124318 Bivens May 2012 A1
20120144092 Hsieh Jun 2012 A1
20120151127 Lim Jun 2012 A1
20120151252 Harris et al. Jun 2012 A1
20120158799 Morsi et al. Jun 2012 A1
20120246392 Cheon Sep 2012 A1
20120290768 Rubowitz et al. Nov 2012 A1
20130013860 Franceschini Jan 2013 A1
20130074092 Gounares et al. Mar 2013 A1
20130080621 Jain et al. Mar 2013 A1
20130081005 Gounares et al. Mar 2013 A1
20130086309 Lee Apr 2013 A1
20130103380 Brandstatter et al. Apr 2013 A1
20130226903 Wu et al. Aug 2013 A1
20130246698 Estan Sep 2013 A1
20130275716 Nishida Oct 2013 A1
20130283250 Eichenberger Oct 2013 A1
20130326109 Kivity Dec 2013 A1
20140007043 Aliseychik et al. Jan 2014 A1
20140089564 Liu et al. Mar 2014 A1
20140108723 Nowoczynski Apr 2014 A1
20140188870 Borthakur Jul 2014 A1
20140189204 Sugimoto et al. Jul 2014 A1
20140258266 Craunes et al. Sep 2014 A1
20140280685 Magenheimer Sep 2014 A1
20140281212 Schreter et al. Sep 2014 A1
20140281249 Waldsperger Sep 2014 A1
20140282455 Felch Sep 2014 A1
20140293801 Dimou Oct 2014 A1
20140310462 Waldspurger et al. Oct 2014 A1
20140351411 Woods et al. Nov 2014 A1
20140372428 Mathis et al. Dec 2014 A1
20150012465 Pingenot Jan 2015 A1
20150062736 Kim et al. Mar 2015 A1
20150077426 Kweon et al. Mar 2015 A1
20150081300 Kim Mar 2015 A1
20150089604 Mathew Mar 2015 A1
20150106582 Mai et al. Apr 2015 A1
20150154087 Jin et al. Jun 2015 A1
20150169226 Shen et al. Jun 2015 A1
20150199126 Jayasena Jul 2015 A1
20150206574 Greathouse Jul 2015 A1
20150261818 Attaluri Sep 2015 A1
20150309789 Thorat Oct 2015 A1
20150363319 Qi Dec 2015 A1
20150370560 Tan Dec 2015 A1
20150378169 Naeimi Dec 2015 A1
20160019132 Vilakkunnadathil Jan 2016 A1
20160117241 Shah et al. Apr 2016 A1
20160117258 Karamcheti et al. Apr 2016 A1
20160125927 Wei May 2016 A1
20160150003 Magdon-Ismall May 2016 A1
20160179685 Byun et al. Jun 2016 A1
20160188217 Golander et al. Jun 2016 A1
20160196112 Edwards et al. Jul 2016 A1
20160196324 Haviv et al. Jul 2016 A1
20160205174 Pitio et al. Jul 2016 A1
20160005423 Neppalli et al. Aug 2016 A1
20160253093 Zhang Sep 2016 A1
20160283393 Kawaba Sep 2016 A1
20160321048 Matsuura Nov 2016 A1
20160328169 Hassan Nov 2016 A1
20160336069 Lin Nov 2016 A1
20160378169 Naeimi Dec 2016 A1
20160378829 Vengerov Dec 2016 A1
20160378977 Alme et al. Dec 2016 A1
20170010817 Lim Jan 2017 A1
20170010952 Nandakumar et al. Jan 2017 A1
20170052741 Hassan Feb 2017 A1
20170052742 Hassan Feb 2017 A1
20170060740 Doerner Mar 2017 A1
20170090776 Kowles Mar 2017 A1
20170091334 Kabiljo et al. Mar 2017 A1
20170115892 Gokita Apr 2017 A1
20170116210 Park et al. Apr 2017 A1
20170147516 De May 2017 A1
20170154136 Eckmann et al. Jun 2017 A1
20170160955 Jayasena Jun 2017 A1
20170161198 Trika Jun 2017 A1
20170193136 Prasad et al. Jul 2017 A1
20170206010 Nachimuthu Jul 2017 A1
20170206172 Ma Jul 2017 A1
20170212843 Agesen et al. Jul 2017 A1
20170220256 Balasubramonian Aug 2017 A1
20170220257 Balasubramonian Aug 2017 A1
20170220488 Balasubramonian Aug 2017 A1
20170220516 Eilert et al. Aug 2017 A1
20170223046 Singh Aug 2017 A1
20170242595 Niu Aug 2017 A1
20170255674 Attaluri et al. Sep 2017 A1
20170289000 Parks et al. Oct 2017 A1
20170301386 Parks et al. Oct 2017 A1
20170352012 Hearn et al. Dec 2017 A1
20180024750 Hassan Jan 2018 A1
20180024754 Hassan Jan 2018 A1
20180024755 Hassan Jan 2018 A1
20180024821 Hassan Jan 2018 A1
20180024913 Hassan Jan 2018 A1
20180024922 Hassan Jan 2018 A1
20180024923 Hassan Jan 2018 A1
20180024928 Hassan Jan 2018 A1
20180024997 Hassan Jan 2018 A1
20180025016 Hassan Jan 2018 A1
20180025055 Hassan Jan 2018 A1
20180025904 Hassan Jan 2018 A1
20190057131 Hassan Feb 2019 A1
Foreign Referenced Citations (1)
Number Date Country
2016167824 Oct 2016 WO
Non-Patent Literature Citations (67)
Entry
U.S. Office Action in related U.S. Appl. No. 15/213,816 dated Jun. 18, 2019, 46 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,626 dated Apr. 12, 2019, 23 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,674 dated Apr. 12, 2019, 27 pages.
U.S. Appl. No. 14/704,461, filed May 5, 2015, Ahmad Hassan.
U.S. Appl. No. 14/831,567, filed Aug. 20, 2015, Ahmad Hassan.
U.S. Appl. No. 14/831,624, filed Aug. 20, 2015, Ahmad Hassan.
U.S. Appl. No. 15/213,621, filed Jul. 19, 2016, Ahmad Hassan.
U.S. Appl. No. 15/213,626, filed Jul. 19, 2016, Ahmad Hassan.
U.S. Appl. No. 15/213,654, filed Jul. 19, 2016, Ahmad Hassan.
U.S. Appl. No. 15/213,674, filed Jul. 19, 2016, Ahmad Hassan.
U.S. Appl. No. 15/213,754, filed Jul. 19, 2016, Ahmad Hassan.
U.S. Appl. No. 15/213,816, filed Jul. 19, 2016, Ahmad Hassan.
U.S. Appl. No. 15/213,861, filed Jul. 19, 2016, Ahmad Hassan.
U.S. Appl. No. 15/213,930, filed Jul. 19, 2016, Ahmad Hassan.
U.S. Appl. No. 15/213,960, filed Jul. 19, 2016, Ahmad Hassan.
U.S. Appl. No. 15/214,019, filed Jul. 19, 2016, Ahmad Hassan.
U.S. Appl. No. 15/214,082, filed Jul. 19, 2016, Ahmad Hassan.
U.S. Appl. No. 15/214,102, filed Jul. 19, 2016, Ahmad Hassan.
Office Action in U.S. Appl. No. 15/213,930 dated Feb. 26, 2019, 35 pages.
Final Office Action issued in U.S. Appl. No. 15/214,082 dated Mar. 8, 2019, 41 pages.
Zakai, “Emscripten: An LLVM-to-JavaScript Compiler,” Proceedings of the ACM international conference companion on Object oriented programming systems languages and applications companion (OOPSLA), Portland, Oregon, Oct. 22-27, 2011, 12 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,754 dated May 23, 2019, 32 pages.
Chen et al., ““SRAM: Flexible Sequential and Random AccessMernory for Embedded Systems”” Laboratory for Advanced Research in Computing Technoiogy arid Compilers Technical Report No. ARCTiC; Mar. 1, 2004, 6 pages.
Dulloor et al., “Data tiering in heterogeneous memory systems” Proceedings of the Eleventh European Conference on Computer Systems, ACM, Apr. 18, 2016, 16 pages.
Ouyang et al., “SSD-Assisted Hybrid Memory to Accelerate Menncached over High Performance Networks” 2012 41st International Conference on Parallel Processing, IEEE, Sep. 10, 2012, 10 pages.
Wang et et al., ““NVMalloc: Exposing an Aggregate SSD Store as a Memory Partition in Extreme-Scale Machines”” 2012 IEEE 26thInternational Parallel and Distributed Processing Symposium, May 21, 2012, 12 pages.
Final office action issued in U.S. Appl. No. 15/213,626 dated Oct. 18, 2019, 41 pages.
Final office action issued in U.S. Appl. No. 15/213,674 dated Oct. 18, 2019, 43 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,754 dated Jan. 29, 2019, 29 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,816 dated Feb. 7, 2019, 27 pages.
U.S. Office Action in related U.S. Appl. No. 15/214,102 dated Feb. 6, 2019, 34 pages.
Dhiman et al., “PDRAM A hybrid PRAM and DRAM main memory system,” Proceedings of the 46th Annual Design Automation Conference, Jul. 26-31, 2009, pp. 664-669.
Hassan et al., “Analytical models and techniques for Software-Managed Energy-Efficient Hybrid DRAM/NVM Main Memory,” AMC International Conference on Computing Frontiers 2015, May 18-21, 2015.
Hassan et al., “Energy-Efficient In-Memory Data Stores on Hybrid Memory Hierarchies,” Eleventh International Workshop on Dada Management on New Hardware, Jun. 2015, last retrieved from https //event.cwi.nl/damon2015/slides/slides-hassan.pdf on Jan. 5, 2018.
Hu et al., “Data allocation optimization for hybrid scratch pad memory with sram and nonvolatile memory,” IEEE Transactions on Very Large Scale Integration (VLSI) Systems, Jun. 2013, 21(6) 1094-1102.
Li et al., “Assert(!Defined(Sequential I/O)),” Proceedings of the 6th USENIX Conference on Hot Topics in Storage and File Systems, Jun. 17-18, 2014, 1-5.
Luk et al., “Pin Building Customized Program Analysis Tools with Dynamic Instrumentation,” ACM Sigplan Notices, Jun. 2005, 40(6) 190-200.
Mogul et al., “Operating system support for NVM+DRAM hybrid main memory,” Proceedings of teh 12th Conference on Hot Topics in Operating Systems, May 18-20, 2009, 1-5.
Ramos et al., “Page placement in hybrid memory systems,” Proceedings of the International Conference on Supercomputing, May 31-Jun. 4, 2011.
U.S. Office Action in related U.S. Appl. No. 15/213,621 dated Dec. 13, 2018, 12 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,621 dated May 17, 2018, 11 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,654 dated Dec. 1, 2017, 21 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,654 dated Jul. 2, 2018, 41 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,654 dated Mar. 16, 2018, 31 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,654 dated Nov. 27, 2018, 7 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,754 dated Feb. 27, 2018, 23 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,754 dated Jun. 20, 2018, 22 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,754 dated Sep. 11, 2018, 22 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,816 dated Jul. 26, 2018, 27 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,930 dated Jun. 19, 2018, 20 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,930 dated Mar. 9, 2018, 20 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,930 dated Oct. 20, 2018, 23 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,960 dated Dec. 13, 2018, 22 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,960 dated Jan. 11, 2018, 22 pages.
U.S. Office Action in related U.S. Appl. No. 15/213,960 dated Jul. 12, 2018, 24 pages.
U.S. Office Action in related U.S. Appl. No. 15/214,019 dated Aug. 27, 2018, 8 pages.
U.S. Office Action in related U.S. Appl. No. 15/214,019 dated Dec. 22, 2017, 12 pages.
U.S. Office Action in related U.S. Appl. No. 15/214,019 dated Jun. 14, 2018, 10 pages.
U.S. Office Action in related U.S. Appl. No. 15/214,082 dated Aug. 27, 2018, 27 pages.
U.S. Office Action in related U.S. Appl. No. 15/214,102 dated Jul. 24, 2018, 33 pages.
Wang et al., “Optimizated Allocation of Data Variables to PCM/DRAM-based Hybrid Main Memory for Real-Time Embedded Systems,” Embedded Systems Letters, IEEE, Sep. 2014, 6(3) 61-64.
Non-final office action issued in U.S. Appl. No. 15/214,082 dated Sep. 6, 2019, 36 pages.
Final office action issued in U.S. Appl. No. 15/213,654 dated Jul. 18, 2019, 21 pages.
Final office action issued in U.S. Appl. No. 15/214,082 dated Mar. 19, 2020, 38 pages.
Non-final office action issued in U.S. Appl. No. 15/213,674 dated Jan. 30, 2020, 38 pages.
Final office action issued in U.S. Appl. No. 15/213,816 dated Jan. 2, 2020, 43 pages.
Non-Final Office Action issued in U.S. Appl. No. No. 15/213,626 dated Jun. 9, 2020, 45 pages.
Related Publications (1)
Number Date Country
20190057131 A1 Feb 2019 US