WO2004027576A2 - Asymmetric data streaming architecture having autonomous and asynchronous job processing unit - Google Patents

Asymmetric data streaming architecture having autonomous and asynchronous job processing unit Download PDF

Info

Publication number
WO2004027576A2
WO2004027576A2 PCT/US2003/029699 US0329699W WO2004027576A2 WO 2004027576 A2 WO2004027576 A2 WO 2004027576A2 US 0329699 W US0329699 W US 0329699W WO 2004027576 A2 WO2004027576 A2 WO 2004027576A2
Authority
WO
WIPO (PCT)
Prior art keywords
data
jpu
jpus
group
job
Prior art date
Application number
PCT/US2003/029699
Other languages
French (fr)
Other versions
WO2004027576A9 (en
WO2004027576A3 (en
Inventor
Foster D. Hinshaw
Original Assignee
Netezza Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Netezza Corporation filed Critical Netezza Corporation
Priority to AU2003270828A priority Critical patent/AU2003270828A1/en
Priority to EP03752541A priority patent/EP1546822A4/en
Publication of WO2004027576A2 publication Critical patent/WO2004027576A2/en
Publication of WO2004027576A9 publication Critical patent/WO2004027576A9/en
Publication of WO2004027576A3 publication Critical patent/WO2004027576A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/273Asynchronous replication or reconciliation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure

Definitions

  • This invention relates to distributed data processing systems that use multiple processing unit groups, and in particular to an asymmetric architecture that allows for autonomous and asynchronous operation of processmg units in at least one group.
  • I/O Input Output
  • CPU Central Processing Unit
  • the demand for access to information is growing at least twice as fast the ability of a single CPU to process and deliver it.
  • data is stored on one or more mass storage devices, such as hard disk drives.
  • One or more computers are then programmed to read data from the disks and analyze it - the programs may include special database software written for this purpose.
  • the speed at which the data analysis can be performed is typically limited to the speed at which the entire set of data can be transferred into a computer's memory and then examined by the CPU(s).
  • the aggregate data transfer rate of the disks does not govern the speed at which the analysis can be performed.
  • Disks are inexpensive, and as such, data can be spread across a large number of disks arranged to be accessed in parallel. The effective data transfer rate of a set of disks, collectively, can therefore be almost arbitrarily fast.
  • the bandwidth of an interface or communications network between the disks and the CPUs is also typically less than the aggregate data transfer rate of the disks.
  • the bottleneck is thus in the communications network or in the CPUs, but not in the disks themselves.
  • SMP systems consist of several CPUs, each with their own memory cache. Resources such as memory and the I/O system are shared by and are equally accessible to each of the processors.
  • the processors in an SMP system thus constitute a pool of computation resources on which the operating system can schedule "threads" of executing code for execution.
  • the SMP approach Two weaknesses of the SMP approach impair its performance and scalability when processing very large amounts of data.
  • the first problem results from a limited ability to actually provide information to the processors.
  • the I/O subsystem and the memory bus are shared among all processors, yet they have a limited bandwidth.
  • a second problem with the SMP approach is cache coherence.
  • Within each processor is typically a cache memory for storing records so that they may be accessed faster.
  • the more that processors are added to an SMP system the more that time must be spent synchronizing all of the individual caches when changes are made to the database. In practice, it is rare for SMP machines to scale linearly beyond about 64 processors.
  • Asymmetric Multiprocessing (ASMP) systems assign specific tasks to specific processors, with a master processor controlling the system. This specialization has a number of benefits. Resources can be dedicated to specific tasks, avoiding the overhead of coordinating shared access. Scheduling is also easier in an ASMP system, where there are fewer choices about which processor to assign to a task. ASMP systems thus tend to be more scalable than SMP systems. One basic problem with asymmetry is that it can result in one processor being overloaded while others sit idle.
  • Massively Parallel Processing (MPP) systems consist of very large numbers of processors that are loosely coupled. Each processor has its own memory and devices and runs its own operating system. Communication between the processors of an MPP system is accomplished by sending messages over network connections. With no shared resources, MPP systems require much less synchronization than SMP and ASMP systems.
  • the Content-Addressable Segment Sequential Memory (CASSM) machine was designed as a complete database engine, with a proprietary query language, and a processor per track (PPT).
  • the CASSM processors could perform aggregation functions and had a bit-mapping scheme to process field-based searches.
  • the Rotating Associative Relational Store (RARES) was a selection and sorting machine, in which record data was laid out across disk tracks (rather than within disk tracks), which allowed it to examine the different fields of a record in parallel.
  • the DIRECT machine used a symmetric two-tier MPP system.
  • the first tier compiled queries into packets, which could be distributed to processors in the second tier to balance the load.
  • the processors in the second tier used a crossbar switch that allowed them to access data from any storage unit.
  • the present invention also uses a two-tier MPP approach, but unlike the DIRECT machine, the present invention assumes an asymmetric approach, in which each back-end processor is the exclusive "owner" of its data. This avoids time spent in load balancing and in coordinating access to data among multiple processors. By tightly coupling processing with a set of data, the cost and complexity of the DIRECT crossbar switch can be avoided.
  • Intelligent Disks are a package including disk drive, power, CPU, memory, and network interface, running a full and standard operating system. They are intended to offload computation from desktop machines. Intelligent disks are typically positioned as commodities for use in various applications, supporting file systems and directories, database, Internet, and mail. One goal of Intelligent Disks is to allow the incremental addition of capacity by plugging in new slices and choosing a personality (such as "file system” or "mail”) to extend.
  • Bill Bridge (Oracle) explains that, for purposes of database processing, Intelligent Disks can help allocate storage at a block level, but space within a block must be controlled by the application access method, and Intelligent Disks cannot get involved at this low level.
  • Active Disks bundle processing power, memory, and network connectivity with a disk to offer performance and functionality enhancements.
  • Erik Reidel (CMU) a leading proponent of Active Disks, cites the following advantages of the technology:
  • Uysal found limited benefit to having more than 32 megabytes of memory available to the Active Disk. Instead, Uysal's simulation indicated the value of processing intermediate results as they arrive (to reduce memory usage and synchronization), and of forwarding partial results on to other processors when out of memory.
  • the present invention is a data processing system having two or more groups of processors that have attributes that are optimized for their assigned functions.
  • a first processor group consists of one or more host computers, which are responsible for interfacing with applications and/or end users to obtain queries, for planning query execution, and for, optionally, processing certain parts of queries.
  • the hosts in the first group may be SMP type machines.
  • a second processor group consists of many streaming record-oriented processors called Job Processing Units (JPUs), typically arranged as an MPP structure.
  • the JPUs typically carry out the bulk of the data processing required to implement the logic of a query.
  • Functions of the host computers include parsing queries, generating query execution plans, optimizing parallelizing execution plans, controlling transactions, sending requests for processing to the JPUs, and receiving results of such requests.
  • the hosts are also responsible for scheduling the execution of jobs to run locally within the host itself, or even in a third group of computers referred to as Large Job Processing Units (LJPUs).
  • LJPUs Large Job Processing Units
  • LJPUs which may or may not be present, preferably consist of a relatively high speed processor and relatively large amounts of memory.
  • the LJPUs may be organized as an SMP that share portions of memory. If LJPUs are present, they can be employed to carry out suitable jobs as part of a query, such as operations that must be performed on large materialized data sets. This may include sorting, grouping, relational joining and other functions that might not otherwise be possible on a given JPU.
  • the LJPUs may be located in the same SMP cluster as the first processor group.
  • the LJPUs also preferably play an important role in other functions, such as an Execution Engine which assist the host with coordinating the results from the many jobs that maybe naming autonomously and asynchronously in the JPUs.
  • JPUs typically include a general purpose microcomputer, local memory, one or more mass storage devices, and one or more network connections.
  • the JPUs preferably use a multi-tasking operating system that permits multiple tasks to run at a given instant in time, in either an absolute-priority-based or a weighted-priority- based demand scheduling environment.
  • the JPUs are responsible for: - receiving requests from the hosts in the form of jobs, retrieving data items from disk or other data sources, and otherwise performing data processing requested as by the hosts in the first group, and other tasks such as local transaction processing, concurrency control and replication;
  • each of the JPU components is dedicated to processing a predetermined subset of the a larger data set.
  • This architectural limitation further permits each JPU to run jobs and/or portions of queries autonomously and asynchronously from jobs in process by other JPUs.
  • the architecture thus supports a programming model for JPUs based on jobs.
  • a job is a portion of a larger query that can be processed to completion by either a JPU or an LJPU or a combination of the two.
  • a job is preferably structured so that it may run using only (a) the information already locally and authoritatively available to the JPU, and/or (b) the information directly provided to the JPU as part of the job. This allows JPUs to run autonomously and asynchronously.
  • a JPU may also perform other activities asynchronously and autonomously for its associated data sets such as storage allocation and deallocation; insertion, deletion and retrieval of records; committing and rolling back transactional changes; locking; logging; mirroring; replication; compression, decompression; view maintenance; and software and hardware status reporting.
  • activities and other administrative tasks can be carried out in a manner that is optimized for that particular JPU.
  • a job dispatch component in the host may be thus used in some embodiments of the invention to enforce a requirement that certain jobs must be run in sequence. This can be implemented by issuing each job a job identifier 'tag'.
  • a job listener component in the host then coordinates receiving job identifiers from one or more JPUs or LJPUs as jobs are completed.
  • the Execution Engine in the LJPU may also assist with coordinating these reports from the JPUs. This then permits results from one or more JPUs or LJPUs to be amalgamated, before results of a particular job are reported to the application.
  • each JPU also has a special purpose programmable processor, referred to herein as a Programmable Streaming Data Processor (PSDP).
  • PSDP acts as an interface between the CPU of a JPU and storage controller and/or the mass storage device.
  • the PSDP is a processor that is distinct from the more general purpose CPU in each JPU. It is also distinct from the CPU of the "host" in the first group.
  • the PSDP can be implemented as a Field Programmable Gate Array (FPGA), as in the preferred embodiment, or as an Application-Specific Integrated Circuit (ASIC), a fully-custom Application Specific Standard Product (ASSP), or even as discrete logic on a printed-circuit board. It can also be included in an integrated processor (i.e., a CPU that includes peripheral interface logic) on a single chip or in a single package, or it could be included with the circuitry of the mass storage device. In addition to assisting the JPU in accessing data, the PSDP is a programmable device that is used to interpret data in a specific format as it is read from or written to the associated disk(s).
  • FPGA Field Programmable Gate Array
  • ASIC Application-Specific Integrated Circuit
  • ASSP Application Specific Standard Product
  • the PSDP is a programmable device that is used to interpret data in a specific format as it is read from or written to the associated disk(s).
  • PSDP This enables PSDP to perform portions of jobs on data directly, as it is read off the disk, prior such data being loaded into the memory of the JPU.
  • data can be filtered by the PSDP as records and fields of a database, so that only certain fields from certain records are actually forwarded to be written into the associated JPU's main memory.
  • While the invention is of use in processing field-oriented database records, it should be understood that the system can also be used to advantage in processing many different types of data, including other field delimited data such as tables, indices, and views.
  • the system is also advantageously used to process less structured data such as character strings, Binary Large Objects (BLOBS), XML, graphics files, and the like.
  • BLOBS Binary Large Objects
  • An important advantage of using an asynchronous, autonomous job model for execution is that JPUs can complete jobs without waiting for additional information from a host or another JPU. This increases the potential throughput of requests through a JPU, and minimizes the scheduling/coordination overhead that would otherwise be required to suspend requests in the middle of their operation until additional information was supplied.
  • each JPU may have its own multi-tasking operating system with a scheduler that determines the particular job that each JPU is dedicated to doing at a particular time based upon its local conditions. For example, if a group of JPUs are collectively assigned a sequence of jobs by the host, individual JPUs are free to complete the sequence on their own data without coordinating with other JPUs, waiting for results from other JPUs, or otherwise being constrained in the timing of their completion. This frees individual JPU to then run other jobs that may even relate to other queries, while neighboring JPU's continue to process jobs from the first query.
  • parallel components operate synchronously, in lockstep.
  • certain parallel processors finish a requested function quickly, such a system must still wait for the processor that performs the requested function most slowly to finish, before it can proceed with further work.
  • This is not a particular problem in applications such as digital signal processing or image processmg, where an identical sequence of operations is to be executed on all elements of a data set at the same time.
  • operations such as scan and restrict typically select only a portion of a data set to be subjected to further operations.
  • a JPU processes requests asynchronously and autonomously. Each JPU is thus free to process its requests as quickly as it can, and return its results (partial or complete) to the requestor. In the interim, the JPU is available to process a different job.
  • This asynchronous approach allows more work to flow through a system consisting of many independent JPUs.
  • the JPUs are implemented as embedded components. Thus, they are not directly accessible to applications or end users of the system.
  • This architectural limitation has several advantages, among them:
  • Fig. 1 is a system level block diagram of an asymmetric record processing system according to the present invention.
  • Fig. 2 is a more detailed view of a Job Processing Unit (JPU).
  • JPU Job Processing Unit
  • Fig. 3 is a detailed view of software components in a host.
  • Fig. 4A is a detailed view of Job Processing Unit (JPU) software components.
  • JPU Job Processing Unit
  • Fig. 4B is a detailed view of Large Job Processing Unit (LJPU) software components.
  • LJPU Large Job Processing Unit
  • Fig. 5 is a block diagram of a Programmable Sfreaming Data Processor (PSDP) component.
  • PSDP Programmable Sfreaming Data Processor
  • Fig. 6 is a more detailed view of portions of the PSDP.
  • Fig. 7 is a flow diagram illustrating how different JPUs process a particular assigned job at different times, depending upon conditions local to each JPU.
  • Fig. 8 illustrates an example job queue scenario.
  • the present invention is a data processing system having at least two "groups" of processing units, in which the individual components of each group are individual network “nodes" within the system.
  • the present invention has to do with how the processors on the second group may operate (a) asynchronously, with respect to each other and with respect to processors in the first group and (b) autonomously, in the sense that they can complete assigned tasks without waiting for data from other processors.
  • the first group 10 consists of one or more SMP "host" computers 12-1, ..., 12-h, each with its own memory, network interface, and local storage (not shown in Fig. 1).
  • Each host 12 runs its own operating system, and typically, but not necessarily, each host 12 uses the same type of operating system as the other hosts 12.
  • the hosts 12 typically accept queries that are requests for data stored on mass storage devices, such as hard disk drives 23.
  • the requests may originate from any number of applications, typically business intelligence applications, that may be residing on local processors 28 or client computers 36 or separately running application software 30, that may originate through a computer network 33 or locally.
  • Queries are typically provided in a format such as Structured Query Language (SQL), Open DataBase Connectivity (ODBC), Java DataBase Connectivity (JDBC), or the like.
  • SQL Structured Query Language
  • ODBC Open DataBase Connectivity
  • JDBC Java DataBase Connectivity
  • the hosts 12 accept queries that can retrieve, modify, create and/or delete data stored on disk 23 and the schema for such data.
  • the hosts 12 also accept requests to start, commit, and rollback transactions against the data.
  • the hosts 12 also perform typical administrative functions such as reporting on the status of the system 10, start and shutdown operation, backing up the current state of the data, restoring previous states of the data, replicating the data, and performing maintenance operations.
  • load balancing function 11 in front of the host 12 processors, which directs individual transactions to specific host or hosts 12 so as to evenly distribute workload.
  • a catalog management component 15 contains descriptions of the fields and layout of data.
  • Catalog management 15 also contains information about which users and applications have which permissions to operate in which ways on which types of records, datasets, and relations.
  • the various hosts 12 interact with catalog management 15 in order to process the requests they receive.
  • catalog management 15 is embedded within one of the hosts 12, with parts replicated to the other hosts 12 and second group 20 components. As will be understood shortly, the catalog manager is used to provide information to permit the components of the second group 20 to perform filtering functions. With the exception of their need to consult catalog management 15, the hosts
  • inter-host 12 communication may occur to resolve a transaction sequencing issue.
  • the second group 20 consists of a plurality of Job Processing Units (JPUs) 22-1, 22-2, ..., 22-j.
  • each JPU 22 consists of a network interface 25 for receiving requests and delivering replies, a general purpose Central Processing Unit (CPU) 26 such as a microprocessor 26, memory 27, and a Programmable Streaming Record Processor (PSDP) 28.
  • CPU Central Processing Unit
  • PSDP Programmable Streaming Record Processor
  • Each JPU 22 runs a multitasking schedule-based operating system.
  • Each JPN 22 also has an attached disk 23 and disk controller from which the JPU 22 may read streaming data.
  • the JPU 22 can receive streaming record data from alternate or additional sources such as other on-board processors or via other network interfaces in place of the disk drives 23.
  • Such streaming data might include stock quotes, satellite data, patient vital signs, and other kinds of "live- feed” information available via a network connection.
  • the JPU 22 accepts and responds to requests from host computers 12 in the first group 10 to process the streaming record-oriented data under its control. These requests are typically "jobs" of a larger query, and are expressed as sequences of primitive operations on an input stream. The primitive operations could be interpreted, but in the preferred embodiment, they are packaged as compiled code that is ready for execution. An exemplary job-based query is described in more detail below.
  • a JPU 22 In addition to processing jobs, a JPU 22 also accepts and responds to requests from hosts for other operations such as: • Start, pre-co mit, commit, abort, and recover transactions
  • Each JPU 22 also accepts and responds to requests from the hosts 12 to:
  • Send data local to one JPU to another JPU to help process a query job Send data to a logging device • Send data to a replication device
  • JPU(s) 22 typically use a multi-tasking Operating System (OS) to allow receiving, processing, and reporting the results from multiple jobs in a job queue.
  • OS Operating System
  • the OS should also support overlapping job execution.
  • the OS typically is responsible scheduling and prioritizing requests according to a number of factors that are determined in real time. These may include a job priority as assigned by the user and/or host 12, as well as a job's expected impact on the JPU's 22 local resources includes the amount of memory, disk, network, and/or J7O queues needed to complete the job.
  • the JPU 22 can also contain software for performing concurrency control, transaction management, recovery and replication of data for which the JPU is responsible.
  • JPUs 22 in the second group 20 are not directly visible or accessible to the users of, or the applications that run on, for example, the external clients that present queries to the system 10.
  • the JPUs are an embedded component and maintain significant autonomy and control over their data.
  • a given record (or other data primitive) in the system 10 is thus normally directly accessible to, and processed by only one JPU 22. While JPUs may replicate their records to increase reliability or performance, they do not share responsibility for processing a given record with other JPUs 22 when carrying at a job as part of a query.
  • the storage manager 320 within each JPU 22 provides autonomous and asynchronous support for other functions such as error checking, creation and deletion of tables, the use and maintenance of indices and views, record insert and delete, mass loading of existing user data among various JPUs, and the like.
  • the system architecture exhibits further aspects of asymmetry in that one or more so-called Large Job Processing Units (LJPUs) 30 can also play a part in processing queries.
  • Each LJPU 22 consists of a network interface for receiving job requests and delivering replies, and one or more general purpose Central Processing Units (CPUs) 32-1, ..., 32-p (each of which may have their own internal memory), as well as a shared memory 38.
  • the CPUs 32 in the LJPUs 30 preferably represent a relatively powerful computing resources, consisting of a relatively high speed processor that has access to relatively large amounts of memory.
  • the LJPUs may be organized as an SMP that share portions of memory 38.
  • the LJPUs may be located in the same SMP cluster as the first processor group.
  • LJPUs are employed to carry out jobs that are not otherwise suitable or possible to perform on the JPUs, such as operations that must be performed on large materialized data sets. This may include sorting, grouping, relational joining and other functions on filtered data, that might not otherwise be possible on a given JPU.
  • the LJPUs also preferably play an important role in other functions. One such function is to serve as an Execution Engine which assists the hosts 12 with coordinating the results from the many jobs that may be ninning autonomously and asynchronously in the JPUs 22.
  • LJPU(s) 20 may also typically use a multi-tasking Operating System (OS) to allow receiving, processing, and reporting the results from multiple jobs in a job queue.
  • OS Operating System
  • the OS should also support overlapping job execution. To coordinate this, the OS typically is responsible scheduling and prioritizing requests according to a number of factors that are determined in real time.
  • a storage layer can be designed as a tuple set manager where (from the view of other JPU processes) it stores and retrieves tuple sets. From the storage layer onward, data is normally handled in tuple sets, providing a consistent, well organized, and easily accessible format for internal operations. This is in contrast to other systems where the storage layer stores and retrieves undifferentiated blocks of data which are later converted to tuple sets by some other downstream process.
  • Another example of the streaming/tuple set architecture is the network layer, which sends and receives tuple sets instead of blocks of data.
  • a merge aggregation node where a sorted data stream is aggregated as requested, and whenever a new key index value is received, the aggregation from the previous key index value may be streamed to the next node.
  • a sfreaming/tuple set operation can be illustrated by tracking a typical dataflow during a load operation.
  • data is read into a host 12 over TCP/IP network connection 32, that data is parsed, error-checked, and transformed, and the distribution value calculated, all while the specific byte/field is in processor cache, and saved to the internal network output frame buffers as one step.
  • the input data is read and transformed in a streaming fashion and converted to network-ready tuple set packets at streaming speed with minimal overhead.
  • each data record is received, it is sent over the internal network 34 to an appropriate JPU 22 (as determined by the a distribution value in a Query Plan).
  • the received data is read, converted into an approved storage format, and placed in memory buffers on a record-by-record basis.
  • a storage layer in the JPU double-checks that the data corresponds to the indicated table, and that the table "owns" the physical space on the disk 23, and then writes that data to the disk 23. Note that during this process, a given byte of data was "touched” only a few times, and that the data was manipulated in tuple sets thereby optimizing performance and reliability.
  • a second illustration of a streaming tuple set operation is a join/aggregate operation where three joins and one co-located aggregation are performed on JPUs 22, and the results are returned through the host 12 via ODBC to the ODBC client 36 (e.g., Business Objects).
  • the disk 23 is scanned and data read off the disk through the associated PSDP, which filters records of interest and fields of interest within those records, and places the resulting tuples into a tuple set buffer in JPU memory. As each tuple set buffer is filled, that tuple set is passed through each of three JPU join nodes and the aggregate node in turn.
  • the previous aggregate value and associated key value tuple are transformed as necessary per the ODBC request, and placed in the JPU network packet output buffer associated with the requesting host 12.
  • a network packet output buffer in the JPU When a network packet output buffer in the JPU is filled, its contents are sent to the host 12, where it is immediately placed in the user-side network buffer and is immediately sent to the ODBC client 36.
  • Fig. 3 is a software component diagram for a host 12. A summary description of the functional blocks and their interactions now follows. This list is intended here to be an introduction to a more detailed description of how a query is processed into a set of jobs that can then be carried out as synchronously and autonomously by JPUs 22.
  • Postmaster 201 accepts requests from user applications via API 200
  • Plan Optimizer 205 • Cost-based optimizer, with the addition of locale costs which optimizes for most efficient operation/highest level performance
  • Plan Link 206 Takes an Execution Plan as input
  • Call Home 212 Initiates message to a Technical Assistance Center (not shown) to identify failed part and trigger service call or delivery of replacement component (as appropriate given user support level)
  • JPU/LJPU Configuration information striping information •
  • Mirror Master - maintains mirrors info - what JPUs are being mirrored where, maintains SPA data, maintains info on system spares
  • Initiates failover processing when informed by Comm layer of a non- communicative JPU - directs mirror of failed JPU to take over as primary and begin copying to designated spare, directs primary of JPU mirrored on failed JPU to copy its data to that same designated spare, to reduce load on mirror of original failed JPU also directs mirror of the primary on that failed JPU's mirror to do double duty and act as new primary until failover copying has been completed
  • Manages system expansion and allows for redistribution of data as appropriate or as requested by user during expansion Initiates JPU/LJPU diagnostics when appropriate
  • Host Diags 226 • Runs diagnostics on Host as required/requested
  • JPU Downloader 250 Downloads Firmware to System JPUs 22 at system initiation/boot Downloads PSDP 28 and JPU 22 images
  • TTD Manager 268 • Provides unique transaction identifiers (TIDs)
  • Fig. 4A is a diagram of the software components of a JPU 22.
  • Network Poster 302 to send data when buffer filled, job completed, or at Host request
  • JPU Lock Manager 308 • Controls concurrent access to data
  • Interfaces with EventTask 36 before a query is executed and for each result set returned from a scan Provides support for arithmetic locking
  • JPU Recovery Manager 312 Maintains a Journal to track transaction status on the JPU 22, using the
  • Storage Manager API Performs transaction recovery when requested by JPU Transaction Manager
  • JPU Mirror Manager 314 • Mirror Sender receives copies of record updates from Storage Manager 320 and transmits these to the mirror for this JPU when an updating transaction commits
  • Mirror Receiver receives record updates, buffers these in memory, and flushes out to disk through the Storage Manager when the Mirror Receiver buffer is full
  • Optimizes the queue to keep the PSDP/disk as busy as possible, with requests from multiple queries intermixed in the queue based on disk characteristics and location of data on the disk Takes into account the needs of any data loading for new tables being created and transformed to internal data format (i.e., to optimize the loading process)
  • FIG. 4B is a diagram of the software components of a Large JPU (LJPU) 30; the components are in general a subset of those found in the JPUs 22. Since the LJPUs are not typically responsible for managing data on the disks 23, components such as storage manager and mirror manager are not needed. If LJPUs exist in the system, they do have a special additional Execution Engine 360 component that is not found in the JPUs 22. However, If LJPUs are not present in the system, the Execution Engine 360 component can reside in the host 12.
  • LJPU Large JPU
  • Network Poster 352 to send data when buffer filled, job completed, or at Host request
  • LJPU Lock Manager 358 Controls concurrent access to data
  • LJPU Boot/Init 374 Executes image burned into flash memory at boot time to bootstrap the
  • Execution Engine 360 Receives partial record sets from JPUs 22 through the Cornm Layer Job
  • Comm Layer 350 Communicates to JPUs through Comm Layer 350 to request partial result sets from JPU buffers when idle (e.g., to get and sort/process partial records that the JPU currently has instead of waiting for JPU 22 to fill a buffer
  • the PSDP 28 functions as the disk drive controller and as a coprocessor or hardware accelerator for the JPU to which it is attached.
  • the PSDP 28 filters the data it is reading. More specifically, it parses the disk data to identify block, record, and field boundaries. Fields can thus be transformed and compared with data from other fields or with constants, right in the PSDP 28, and prior to storing any data within the JPU memory or processing any data with the JPU CPU 26. The comparisons are combined to determine if a record is wanted, and if so, selected header and data fields are formatted and returned to SPU memory. If a record is not wanted, the PSDP ignores it and proceeds to the next.
  • the PSDP 28 thus performs two major functions: as a disk driver logic interface 281 and tuple filter 282.
  • the disk driver logic interface 281 accepts standard disk drive interface signaling, such as IDE (Integrated Device Electronics) or SCSI (Small Computer Systems Interface), adapting it to a particular CPU native "bus" such as a Advanced Technology Attachment (ATA) bus or the like.
  • IDE Integrated Device Electronics
  • SCSI Small Computer Systems Interface
  • ATA Advanced Technology Attachment
  • the interface 281 becomes a network interface that is suitable to receive and/or transmit data over a communications network.
  • the disk driver logic 281 is usually implemented in an Integrated Circuit (IC) in a computer or co ⁇ imunications device, in or part of an IC that contains other logic, such as other interface logic or the CPU 26 itself.
  • the disk driver 281 could even be inside the disk 23 itself, making the disk a special-purpose unit attachable only to JPUs or communications devices for which the interface is specific.
  • the PSDP 28 is an IC that interfaces a standard disk 23 to a peripheral bus of the JPU 22.
  • All such controllers have the basic function of allowing the CPU 26 in the JPU 22 to read and write the disk 23, typically by setting up long data transfers between contiguous regions on the disk and contiguous regions in the CPU's 26 memory (a process usually referred to as DMA, for Direct Memory Access) .
  • DMA Direct Memory Access
  • the PSDP 28 also provides programmable hardware directly in the disk read path, to and from the controller.
  • This portion of the PSDP hardware called a "filter” unit 282
  • the PSDP 28 can be this programmed to operate .on data it received from the disk 23, before it is shared into the CPU's memory, in the process discarding fields and entire records that the CPU 26 would have to analyze and discard in the absence of the filter unit.
  • data can be filtered by the PSDP 28 as records and fields of a database, so that only certain fields from certain records are actually written into the associated JPU's main memory 27.
  • PSDP data can be filtered by the PSDP 28 as records and fields of a database, so that only certain fields from certain records are actually written into the associated JPU's main memory 27.
  • many other operations beyond simple filtering are possible to implement in the PSDP. For example, records with certain characteristics can be tagged as they are processed, to indicate that such records are to be ignored in further processing, or to indicate certain attributes of such records, such as if they are to be handled differently in a transactions from other records.
  • filter 282 can also perform other functions such as compression/decompression; encryption/decryption; certain job operations; and other administrative functions.
  • the PSDP 28 can be programmed to recognize that a certain set of records in a database have a specified format, for example, a preamble or "header" of determined length and format, perhaps a field, including the length of the record, followed by data including some number of fields of a certain type and length (e.g., 4-byte integers), followed by some number of fields of a different type and length (e.g., 12-byte character strings), followed by some number of fields of variable length, whose first few bytes specify the length of the field in some agreed-upon manner, and so forth.
  • a preamble or "header" of determined length and format perhaps a field, including the length of the record, followed by data including some number of fields of a certain type and length (e.g., 4-byte integers), followed by some number of fields of a different type and length (e.g., 12-byte character strings), followed by some number of fields of variable length, whose first few bytes specify the length of the field in some agreed-upon manner, and so forth
  • the filter unit 281 can then execute this program as it reads data from the disk 23, locate record and field boundaries, and even employ further appropriate Boolean logic or arithmetic methods to compare fields with one another or with literal values .
  • This allows the filter unit 282 to determine precisely which fields of which records are worth transferring to memory. The remaining records are discarded, or tagged in a manner that signals the JPU that a record need not be analyzed. Again, there will be more discussion of how this is done in detail below.
  • the filter unit 282 can, for example, be programmed to check a purchase date field against a range of numbers that correspond to dates in the month of July in the year 1999, another field for a number or string uniquely associated with the North Carolina store, another field for a set of SKU (stock-keeping unit) values belonging to various styles or manufacturers of blue raincoats, and in this fashion mark only certain records for further processing.
  • the filter unit 282 can further be programmed to know which fields contain the name and address of the customer who made the purchase, and return only these fields from the interesting records.
  • the filter unit 282 can perform them at the same rate as the data is supplied by the disk 23. Far less data ends up in the JPU's memory as a result leaving the CPU 26 free for more complex tasks such as sorting the resulting list of names and addresses by last name or by postal code.
  • a second example of how the filter unit 282 can be used is to discard or mark a record, such as in record creation and deletion in a multi-user environment.
  • Databases are not static, and it is common for some users to be analyzing a database while others are updating it.
  • records can be tagged with transaction numbers that indicate when or by whom a record was created or marked obsolete.
  • a user querying a database may not wish to see records created by another user whose activity began subsequently, or whose activity began previously but is not yet complete; if so, he probably will want to see records marked obsolete by such a user. Or the user may wish to see only the results of transactions entered by certain users, or only the results of transactions not entered by certain users.
  • record headers can contain creation and deletion identifiers that the filter unit 282 can be programmed to compare with the current user's identifier to determine whether records should be "visible" to the current user. Once again, the filter unit can avoid transferring useless data to memory or relieve the CPU 26 of a time-consuming analysis task.
  • the filter 282 unit can filter out data that is unnecessary for a given query, thereby reducing traffic on the cornmunications network and reducing the workload on the CPU. As described above, the filter unit 282 can simply discard the data. This is not always practical, however. Imagine a very long record with many fields, or large fields, many of which are to be returned to the CPU if the record meets the criteria, arranged in such a way that the contents of the last field are relevant to the decision to transfer or discard the selected fields of the record. Practical implementations of the filter unit 282 may not be able to store (“buffer") the largest possible set of returnable fields. In such a case, the filter unit must begin sending the selected fields to the CPU 26 before it can tell whether they should be sent.
  • the filter can tag the transferred data with a bit that says "never mind", thus saving the CPU 26 and the communications network a great deal of work.
  • the filter unit must append a length indication to every record fragment it does transfer to the CPU 26, so that the CPU 26 can find the boundaries between the record fragments the filter unit deposits in memory. This is a natural place for a status bit (or bits, if the CPU 26 must distinguish among multiple reasons) indicating the transfer of a useless record.
  • the filter unit 282 can create and return additional fields not present on the database, by performing calculations on the contents of the fields that are present. This can further relieve the CPU 26 of work, speeding up database analysis even more.
  • An example of this is the calculation of a "hash" function on the values of specified fields from a record, some of whose fields are to be transferred to the CPU 26.
  • a hash function is a numerical key assigned to a collection of numeric or non- numeric field values that speeds up the process of searching through a list of records.
  • Other examples of useful information that can be computed by the filter unit 282 include ⁇ ning sums or averages of field values from one record to the next. All of these benefits accrue from the filter unit's 282 ability to parse the data into records and fields as it transfers the data from the disk 23 to the CPU 26.
  • Another example is a transformation, such as an ASCII substitution.
  • ASCII substitution is to change the collation sequence of a given field. For example, if the LAST SfAME starts with the French '9' (ASCH 135) then the SQL clause "WHERE LAST_NAME IS >'H'" will erroneously fail unless ' ' has been mapped to 'C (ASCH 76). Similar issues involve the use of the UPPER() and LOWERQ functions.
  • the PSDP has two groups of registers, each 256 bytes long. If transformation of a given field is selected, then the PSDP setup loads transformation fields into these registers before the data is streamed in.
  • Each register in the transformation fields corresponds to an extended ASCII value and the register contains the value that each extended ASCII character is to be converted into.
  • register number 135 contains the value 76.
  • Each byte is individually transformed to its converted value.
  • Two registers are provided so that two types of transforms may be applied to different fields in a given stream, such as UPPERQ and LOWER().
  • the transforms may be applied either (a) in the "filter” path, before evaluation and comparisons or (b) in the "project” path so that a given field is converted before being output from the PSDP. This is especially useful for correcting collation sequences in preparation for the CPU performing a sort.
  • the PSDP 28 is in one sense an On-Line Analytic Processing (OLAP)-oriented disk drive interface. It contains logic that is capable of identifying records, filtering out the unwanted records, and selecting fields for return. It therefore dramatically increases database analysis speed by identifying and relnrning selected fields from requested records.
  • OLAP On-Line Analytic Processing
  • a PSDP 28 consists of a finite state machine called the Data Engine 400 to carry out filter logic and other control operations, a host interface 404, a disk interface, here the ATA interface 408 for connection to the disk 23, First-In-First-Out (FIFO) memories 406 and 407, and a DMA host driver 402.
  • the PSDP 28 has two major functions: to act as disk controller 281 while moving data between memory and the disk 23, and to process or "filter" 282 disk data during filtered reads from the disk 23.
  • the PSDP In acting as the disk controller 281, the PSDP translates signaling used on the JPU, such as PowerPC compatible interface signaling to the interface used in the disk 23, such as the Integrated Device Electronics (IDE) (also known as Advanced Technology Attachment (ATA)) interface as defined by ANSI NCITS 340-2000.
  • IDE Integrated Device Electronics
  • the PSDP 28 supports both a Programmed I/O (PIO) Mode-2 for register access and a UDMA (Ultra-Direct Memory Access) mode-4 for data transfers.
  • PIO Programmed I/O
  • UDMA Ultra-Direct Memory Access
  • Data that is filtered has been processed, perhaps by culling records via the comparison and/or transaction ID circuits, but certainly by reformatting the records into tuple format, during which uninteresting fields can be dropped and PSDP-generated fields added.
  • the processing of culling records is called the "restrict”.
  • the process of formatting fields into tuples is called the "project”.
  • DMA modes write, raw read, and filtered read.
  • the PSDP 28 shadows the read/write disk command in order to control its own DMA state machines. It does not shadow the disk address or sector count, nor does it have access to the memory addresses.
  • the PSDP 28 blindly moves data from one interface to the other until the JPU 22 disables the mode.
  • the JPU 22 knows the quantity of data to be moved for these modes and uses the disk and DMA controller interrupts to identify the end of transfer.
  • filtered reads the quantity of data to be transferred to memory is generally unknown, and the JPU identifies the end of transfer from the disk and filter interrupts. All of the record informatio — header and data — can be projected during a filtered read, but the block header info can only be returned by a raw read. DMA data integrity is protected across the disk interface by the IDE CRC check.
  • the PSDP 28 can filter data (or perform other operations on the data) as it is being read from the disk 23. More specifically, the PSDP parses the disk data and identifies block, record, and field boundaries. Data from specified fields are transformed and compared with data from other fields or with constants. The comparisons are combined to determine if a record is wanted (this is referred to as a restricted scan of the database). If so, data from fields to be returned (referred to as selected or projected fields) are returned to JPU memory. If a record is not wanted, the PSDP ignores it and proceeds to the next record. Details are in the Filter Unit section. As alluded to above, the PSDP 28 operates in two modes.
  • filtering mode It can return raw disk sectors in block read mode; and it can process the records within the disk block and selectively return specified fields in filtering mode.
  • filtering mode the Filter Unit 282 pulls disk blocks from a Disk Read FIFO, feeding them through the Block Header, Record Header, NULL Vector, Transaction ID, Field Parse, and Filter circuits. Fields to be returned are pushed into the Memory Write FIFO. Notice that this version of the chip does not return transformed fields. In fact, the only tuple entries created by the PSDP are the record address, tuple length, and tuple status.
  • flow through also referred to as raw read mode
  • data moves directly from the input to the output of the data engine without being filtered.
  • Data that is filtered has been processed, perhaps by culling records via the comparison and/or transaction ID circuits, but certainly by reformatting the records into tuple format, during which uninteresting fields can be dropped and PSDP- generated fields added.
  • the processing of culling records is called the “restrict”.
  • the process of formatting fields into tuples is called the “project” (as in throwing something, not as in this document).
  • DMA modes write, raw read, and filtered read.
  • the PSDP shadows the read write disk command in order to control its own DMA state machines. It does not shadow the disk address or sector count, nor does it have access to the memory addresses.
  • the PSDP blindly moves data from one interface to the other until the JPU disables the mode.
  • the JPU knows the quantity of data to be moved for these modes and uses the disk and DMA controller interrupts to identify the end of transfer.
  • filtered reads the quantity of data to be transferred to memory is generally unknown, and the JPU identifies the end of transfer from the disk and filter interrupts. All of the record info — header and data — can be projected during a filtered read, but the block header info can only be returned by a raw read. DMA data integrity is protected across the disk interface by the IDE CRC check.
  • the Data Engine 400 includes filter logic 500, a data parser block 502, header storage 504, transaction ID processing 510, error checking 506, and output tuple generator 508.
  • the data parser 502 is responsible for taking information from the disk 23 and formatting it into headers and fields so that the filter logic 500, header storage 504 and error checking 506 blocks can perform their respective tasks.
  • the tuple generator takes the output of the filter and TID processing blocks and formats the results in a "tuple", suitable for processing by the JPU 22 orhost l2.
  • Raw user table data as read from the disk 23 is understood and interpreted by the data parser 506.
  • user table data is stored on disk in 128 KB segments called "blocks". Each block begins with an 8- word header, followed by 0 or more records.
  • the format of the block header may be as follows:
  • the CRC-32 is meant to be computed by software and written to the disk along with the rest of the block header. Its calculation was to include all data from the block number through the end of the last sector of the block, including, any trailing 0's. Its primary purpose was to detect data corruption resulting from hardware or software bugs, but it could have detected disk data-retention problems as well. It is unrelated to the UDMA-mode CRC-16 calculation required by the ATA-5 specification, which only guards the physical interface between the PSDP and- disk-drive IO buffers.
  • the sector count is the number of sectors in the block, which must be from 1 to 256. Thus a 0 in this 1-byte field means 256.
  • the sector count occupies the most-significant byte of the last word of the block header.
  • the record count is the number of records in the block, which may be 0. Although the record count occupies the least-significant three bytes of the last word of the block header, only 13 bits are used.
  • a record is typically composed of a record header and one or more data fields, where the record header consists of three special fields, a length, and a null vector.
  • the special fields are the row number, created transaction ID, and deleted transaction ID. All of the record header entries are optional on a per-table (not per- record) basis. However, if the record has a null vector, it must also have a record length, but not vice versa.
  • the data types are described above in the data types section.
  • the row number (sometimes called row_num) is the unique number of the row or record in the user's table. It is distinct from the row address (sometimes called row_addr), which is the complete physical address of a row in node-table- block-record format. The row number is also distinct from the record number, which is the 0-based ordinal number of a record within a block. The record number is the final component of the row address. The row address is computed by the PRSP.
  • the created XID contains the number, or ID, of the transaction that created the record.
  • the deleted XID In the preferred embodiment, records are not actually deleted. Rather, they are marked as deleted so they can be restored if the transaction that did the deleting is rolled back. (There are system management tools to reclaim the space.) A value of 0 indicates the record has not been deleted. A value of 1 indicates that the record was created by a transaction that was rolled back. These XIDs support a multi-version database system.
  • the record length is the length of the record in bytes, excluding the row number and the transaction IDs, but including the record length, the record null vector, the data fields, and any pad bytes at the end of the record needed for proper alignment of the first item of the following record.
  • the RecordLengthSize register defines record length sizes of 0, 1, 2, and 4 bytes, but only 0 and 2 are used.
  • the record null vector specifies which fields in the record are null, thereby indicating validity, not existence. For instance, a null varchar is not the same as an empty one.
  • the record null vector consists of an even number of bytes. If it exists, the record null vector has the same number of bits as the record has data fields, and computes the number of half-words in the null vector as (FieldCount + 15) » 4. This vector is an array of bytes. Bit 0 of the byte immediately following the record length corresponds to the 0 th data field; bit 7 of that byte corresponds to the 7 th data field; bit 0 of the last byte of the word that contains the record length corresponds to the 8 th data field; and so on.
  • the row number, created XID, and deleted XID are all 8 byte fields and do not require pad bytes to align them. If there is a record length but no record null vector, two pad bytes are required following the record length.
  • the record null vector If the record null vector exists, it immediately follows the record length and naturally starts on a two-byte boundary, but two pad bytes may be required following the record null vector to properly align the first data field.
  • the physical order of data fields which often is not the same as the logical order, takes care of aligning non- character data fields; the physical order is N16, T12, N8, 18, F8, N4, 14, F4, D4, 12, D2, II, Cl, C2, ... C16, V2.
  • the fixed-length character fields are packed in as tightly as possible and are not aligned.
  • Variable-length character fields start with a 2-byte length; they are '/.-word-aligned and may require a preceding pad byte.
  • a project function encompasses the selection of record fields, the generation of new fields, and the tuple formation and return.
  • Tuples typically consist of a row number, some data fields, and a 2-byte length/status, but they can also include the created and/or deleted transaction IDs, the row address, up to 255 pad words, the 32 instructions results formed into a boolean word, the hash result, and a null vector.
  • the hash is used to organize similar tuples into groups for processing joins or grouping selects, and with the exception of the record null vector and length/status, all record-header and data fields can be used in its calculation.
  • Hash operations are defined on a per-field basis by the comparison instructions.
  • a "tuple” is used to describe projected data as provided by the tuple generator 508.
  • the tuple generator 508 uses principally the filter 500 output but can also use TID processing 510 and error checking 506 outputs.
  • the term “tuple” is used here for the purpose of differentiating disk 23 and PSDP 28 output record formats.
  • a tuple contains fields projected from the source record and up to six "virtual" fields: row address, pad words (tuple scratch pad), the boolean results from each of the filter operations, a hash result, the tuple null vector, and the tuple length. All are optional on a per-table basis. The order of these fields is given in the following table.
  • the database defines a SalesDetail data table, a Customer data table, and a Store data table as follows:
  • the mechanism for processing this query to produce these results involves a series of steps.
  • the query is passed from the user (for example, Business Intelligence Application 30) over the external network 33 to the host 12.
  • the Plan Generator 204 then creates tentative execution plans.
  • An execution plan describes the query processing steps that are required to produce results. Some of these steps can be executed in parallel, while others must be executed in sequence. Different steps may be optimally executed in different processing locales. Some steps, such as sorting large amounts of data, can benefit from fast processors with lots of shared memory, as may be the case in an SMP environment. Some steps, such as reading lots of data from disk, can benefit from running in a massively parallel environment, where I/O can be overlapped. Still other steps, such as filtering a stream of data, can benefit from specialized hardware circuits that can perform simple comparisons at streaming speeds.
  • the Plan Optimizer 205 selects an execution plan, optimizes that plan, annotates the steps of the plan to note dependencies between steps and optimum processing locales, and passes it to the Plan Link 206.
  • the Plan Link 206 expands the plan as necessary, based on where parts of the plan will be executed, resulting in a sequence of Jobs, in which each job is a group of steps that can be performed as a sequential unit within a processing locale.
  • the execution plan for the example query is shown below. It consists initially of a sequence of seven jobs, each job performing a portion of the work required for evaluating the query.
  • PSDP RESTRICT Gender "Female” PSDP PROJECT CustomerlD JPU SAVE AS TEMPCustomer
  • PSDP RESTRICT StoreLocation "NC"
  • Job 1 directs each JPU 22 to scan the portion of the Customer table that is local to its disk 23, then to use the specialized PSDP 28 to filter out everything from the Customer table except the identifiers of female customers, and then to store those CustomerlDs in a temporary file on the JPU 22' s local disk 23.
  • Job 2 scans the Store table, bringing into the JPU 22 's memory 27 only the identifiers of stores in North Carolina, and since this is a relatively small set of data, broadcasting the resulting set of identifiers to all JPUs 22, where they are then accumulated and saved in memory as TEMPStore. Jobs 1 and 2 do not depend on any other jobs, and are specified to run concurrently if possible.
  • the Host Dispatch 208 then sends individual Jobs within the plan to the respective locales (e.g., the JPUs 22 or the LJPUs 30) for execution.
  • jobs 1 -6 are sent to the JPUs 22 for execution, with job 7 reserved for the host 12.
  • Fig. 7 is a diagram illustrating how an exemplary job is processed by a set of
  • JPUs 22, in the second group included instructions 3 JPU SCAN SalesDetail
  • the JPU dispatch unit 304 Upon receipt of ajob message at the job listener 301, the JPU dispatch unit 304 adds the job to a queue of pending jobs.
  • the JPU Resource Scheduler 322 subsequently schedules the job for execution based on factors that can include the availability of memory or disk or I/O resources for processing the job. As shown in Fig. 7, the typical system 10 has a number of JPUs 22-1, 22-2 , 22-3, each capable of queuing and scheduling jobs independently of the other JPUs 22.
  • the SalesDetail table would have already been distributed across multiple JPUs.
  • three JPUs store various non- overlapping portions of the SalesDetail table.
  • a given JPU is said to "own" the data (records) sent to it for the purpose of insertion or loading.
  • one of its fields may be selected (such as the CustomerlD field 702) to distribute records more or less evenly across the multiple JPUs 22.
  • the host 12 would distribute approximately 300 records per JPU based upon the value of the CustomerlD field.
  • any such distribution may not be random for all fields, however.
  • the distribution of records may be such that JPU 22-1 contains a preponderance of SalesDetail records with a 1998 date, while JPU 22-2 contains a preponderance of SalesDetail records with a 2000 date.
  • the RESTRICT operator of Job 3 passes only those SalesDetail records with a year of 2000. Therefore, JPU 22-2 may have more data records to process than other JPUs 22- 1 or 22-3. This is, in part, at least one reason why a particular JPU may finish a job sooner than another JPU.
  • Each JPU Resource Scheduler 322 allocates a priority to the jobs in its queue based upon resource availability conditions local to its respective JPU 22. For example, JPU memory is often a high demand resource, and jobs that make a high relative demand on memory reserves may be given lower priority than other jobs. Other schemes can use other parameters to determine the priorities to be assigned to various jobs, such as desired completion time, or estimated demands on other resources such as local JPU disk and/or network I/O demand, user specified priority, and the like.
  • JPU 22-1 will typically finish its operations first before JPU 22-2. This is because the RESTRICT operation, requiring selection of records where the "Year" field is equal to "2000", will pass through fewer records for processing in subsequent steps than will be passed through on JPU 22-2. In the simple example given, there were no other steps after the
  • Job 3 included a fourth step to SORT the data resulting from the PROJECT step
  • JPU 22-2 would have additional processing on the order of N*logN where N was the number of SalesDetails records passing the RESTRICT step.
  • JPU 22-1 would thus be freed to perform other jobs for the same query, or even other jobs for different queries, as soon as it finishes processing its own data.
  • any record such as a SalesDetail record in this example, it is distributed to a particular JPU.
  • each record is processed exclusively by the JPU on which it was created, so long as that JPU is operational and so long as the record is accessible to that JPU.
  • the record may be replicated to other JPUs for mirroring purposes, but such replicas are not used for normal job processing.
  • JPU 22-2 may require more time to process Job 3 than does JPU 22-1, JPU 22-1 cannot help JPU 22-2 by processing some of its data. This frees JPU 22- 1 to do other work.
  • This architecture can be thought of as asymmetric scheduling scheme, whereby each JPU 22 is able to schedule jobs for itself, without regard to how jobs are scheduled for other JPUs. It allows each JPU to complete its assigned tasks independently of the other JPUs, thereby freeing it to perform other tasks.
  • no great advantage is evident since there is only a single job illustrated.
  • the job queue within a given JPU 22 will quickly become filled with different jobs of varying demands and priority. In such an environment, by making the JPU operations asynchronous, overall throughput is greatly increased.
  • the job listener component 210 in the host 12 thus acts to first coordinate job responses from multiple JPUs.
  • the job listener 210 waits to receive results data from each JPU before reporting back to the Host Event Handler 252 that a particular job has been completed, To expedite this, each job can be tagged with a unique job identifier (JTD)
  • each JPU returns results of a particular job to a host
  • the JTD is included, as well as an identifier for the particular JPU.
  • the Host Event Handler 252 thus knowing how many JPUs 22 are active, can then tally responses from the JPUs to ensure that job identifiers are received from each, before taking the next step in a plan that has jobs that must be run sequentially, and before ultimately reporting the results back to the application.
  • JPU-assigned jobs can run asynchronously and in parallel.
  • Jobs 1 and 2 can run concurrently and therefore be dispatched to the JPUs 22 at the same time.
  • Job 3 must only be run after both Jobs 1 and 2 have been completed.
  • Execution Engine 360 will not permit Host Dispatch 208 to issue Job 3 until Jobs 1 and 2 are complete.
  • Fig. 8 is an example scenario where two JPUs 22-1 and 22-2 execute jobs that result in different priorities being assigned to the same job.
  • the JPUs 22 have already performed an earlier task, such as a Job 1 :
  • the host 12 has generated a pair of additional jobs, including a Job 2 requesting that a SalesDetail table be processed to count all records where the Year field is equal to 2000, and a Job 4 that is a JOIN of two
  • Job 2 the count operation does not require the continuing presence of each record, merely a running total. Such ajob does not make particularly large demands on memory local to the JPU 22, since each record that is processed is simply discarded once it is counted.
  • Job 4 is a more complicated job in the sense that to perform a JOIN which requires instantiation of at least one data set in the JPU's memory. Job 4 therefore makes higher demands on local memory.
  • the JPU Resource Scheduler 322 may choose to schedule
  • Job 4 first on JPU 22-1, prior to allowing Job 2 to run (or at least with a higher priority than Job 2). This is because the prior Job 1 did not make very heavy demands on local memory, and so sufficient memory is available to process Job 4.
  • the scheduler 322 may choose Job 2 to execute first, and then Job 4. This may be a result of the fact that JPU 22-2's memory is already heavily loaded as a result of performing Job 1. It may not have enough spare memory to support Job 4, but yet have enough to complete Job 2.

Abstract

In a preferred embodiment, the present invention is an asymmetric data processing system (10) having two or more groups of processors that have attributes that are optimized for their assigned functions. A first processor group, which may be SMP (SMP Execution Engine) machines, are responsible for interfacing with applications and/or end users to obtain queries, and for planning query execution. A second processor group consists of many streaming record-oriented processors called Job Processing Units (JPUs), typically arranged as an MPP structure (MPP Execution Engine). The JPUs carry out the bulk of the data processing required to implement the logic of a query, running autonomously and asynchronously from other processors in the system. The JPUs preferably use a multi-tasking operating system that permits multiple tasks to run at a given instant in time, in either an absolute-priority- or a weighted-priority-based demand scheduling environment.

Description

ASYMMETRIC DATA STREAMING ARCHITECTURE HAVING AUTONOMOUS AND ASYNCHRONOUS JOB PROCESSING UNIT
RELATED APPLICATIONS
This application claims the benefit of U.S. Provisional Application No. 60/412,057 entitled "Asyiiimetric Streaming Record Processing Computer System," filed on September 19, 2002, and U.S. Provisional Application No. 60/411,686 entitled "Intelligent Storage Device Controller," filed on September 18, 2002. The entire teachings of these provisional applications is hereby incorporated by reference. This application is also related to U.S. Patent Application entitled
"Intelligent Storage Device Controller," (Attorney Docket No. 3336.1008-001); U.S. Patent Application entitled "Field Oriented Pipeline Architecture for a Programmable Data Streaming Processor," (Attorney Docket No. 3336.1008-002); U.S. Patent Application entitled "Asymmetric Streaming Record Data Processor Method and Apparatus," (Attorney Docket No. 3336.1016-001); and U.S. Patent Application entitled "Programmable Data Streaming Architecture Having Autonomous and Asynchronous Job Processing Unit," (Attorney Docket No. 3336.1016-003), all of which are being filed together on the same date as this application. The entire teachings of each of these co-pending patent applications is also hereby incorporated by reference. This application and the above applications are also all assigned to Netezza Corporation.
BACKGROUND OF THE INVENTION
This invention relates to distributed data processing systems that use multiple processing unit groups, and in particular to an asymmetric architecture that allows for autonomous and asynchronous operation of processmg units in at least one group.
With continued development of low cost computing systems and proliferation of computer networks, the world continues to see an exponential growth in the amount and availability of information. Indeed, the Massachusetts- based Enterprise Storage Group has observed a doubling of information every few months. Demand for easy and efficient access to this ever-growing amount of digital information is another certainty. For example, World Wide Web traffic increased 300% in 2001 according to Forrester Research. Included among the applications that continue to make the greatest demands are systems for processing:
financial transactions;
"click stream" data that encapsulates the behavior of visitors to web sites;
data relating to the operational status of public utilities such as electric power networks, communications networks, transportation systems and the like;
scientific data supporting drug discovery and space exploration.
Greg Papadopolous, the Chief Technical Officer of Sun Microsystems, Inc., has observed that the demand for access to decision support databases, referred to as the Input Output (I/O) demand growth, doubles every nine months. To put this in context, Moore's Law predicts that Central Processing Unit (CPU) power doubles only about every 18 months. In other words, the demand for access to information is growing at least twice as fast the ability of a single CPU to process and deliver it. In a typical general purpose data processmg system, data is stored on one or more mass storage devices, such as hard disk drives. One or more computers are then programmed to read data from the disks and analyze it - the programs may include special database software written for this purpose. The problem with a general purpose system architecture, however, is that all the data must be retrieved from the disk and placed in a computer's memory, prior to actually being able to perform any operations on it. If any portion of the data retrieved is not actually needed, the time spent fetching it is wasted. Valuable time is thus lost in the process of retrieval and storage of unnecessary data.
The speed at which the data analysis can be performed is typically limited to the speed at which the entire set of data can be transferred into a computer's memory and then examined by the CPU(s). Usually, the aggregate data transfer rate of the disks does not govern the speed at which the analysis can be performed. Disks are inexpensive, and as such, data can be spread across a large number of disks arranged to be accessed in parallel. The effective data transfer rate of a set of disks, collectively, can therefore be almost arbitrarily fast.
The bandwidth of an interface or communications network between the disks and the CPUs is also typically less than the aggregate data transfer rate of the disks. The bottleneck is thus in the communications network or in the CPUs, but not in the disks themselves.
It has been recognized for some time that achieving adequate performance and scalability in the face of vast and rapidly growing data thus requires some kind of system architecture that employs multiple CPUs. The three most prevalent classes of so-called multiprocessing systems today include: Symmetric Multiprocessing (SMP) Asymmetric Multiprocessing (ASMP) Massively Parallel Processing (MPP) But even these approaches have weaknesses that limit their ability to efficiently process vast amounts of data.
SMP systems consist of several CPUs, each with their own memory cache. Resources such as memory and the I/O system are shared by and are equally accessible to each of the processors. The processors in an SMP system thus constitute a pool of computation resources on which the operating system can schedule "threads" of executing code for execution.
Two weaknesses of the SMP approach impair its performance and scalability when processing very large amounts of data. The first problem results from a limited ability to actually provide information to the processors. With this architecture, the I/O subsystem and the memory bus are shared among all processors, yet they have a limited bandwidth. Thus, when the volume of data is too high, the speed of the processors is wasted waiting for data to arrive. A second problem with the SMP approach is cache coherence. Within each processor is typically a cache memory for storing records so that they may be accessed faster. However, the more that processors are added to an SMP system, the more that time must be spent synchronizing all of the individual caches when changes are made to the database. In practice, it is rare for SMP machines to scale linearly beyond about 64 processors.
Asymmetric Multiprocessing (ASMP) systems assign specific tasks to specific processors, with a master processor controlling the system. This specialization has a number of benefits. Resources can be dedicated to specific tasks, avoiding the overhead of coordinating shared access. Scheduling is also easier in an ASMP system, where there are fewer choices about which processor to assign to a task. ASMP systems thus tend to be more scalable than SMP systems. One basic problem with asymmetry is that it can result in one processor being overloaded while others sit idle.
Massively Parallel Processing (MPP) systems consist of very large numbers of processors that are loosely coupled. Each processor has its own memory and devices and runs its own operating system. Communication between the processors of an MPP system is accomplished by sending messages over network connections. With no shared resources, MPP systems require much less synchronization than SMP and ASMP systems.
One weakness of the MPP model is that communication among processors occurs by passing messages over a network connection, which is a much slower technique than communication through shared memory. If frequent inter-processor communication is required, then the advantages of parallelism are negated by cornmunication latency. Another problem with the MPP approach is that traditional programming models do not map cleanly onto message passing architectures. Using approaches such as Common Object Request Broker Architecture (CORBA), which are designed to handle message passing, are considered awkward by some designers. In the late 1970s and early 1980s, several database machine architectures were proposed to move database processing closer to the data, and to offload other work from CPUs. A common theme of these machines was special hardware for performing database functions, integrated tightly with a disk. David DeWitt of the University of Wisconsin proposed a categorization scheme for these machines according to whether they had a processor per track (PPT), a processor per head (PPH), or a processor per disk (PPD). The Content-Addressable Segment Sequential Memory (CASSM) machine was designed as a complete database engine, with a proprietary query language, and a processor per track (PPT). The CASSM processors could perform aggregation functions and had a bit-mapping scheme to process field-based searches. The Rotating Associative Relational Store (RARES) was a selection and sorting machine, in which record data was laid out across disk tracks (rather than within disk tracks), which allowed it to examine the different fields of a record in parallel.
The DIRECT machine used a symmetric two-tier MPP system. The first tier compiled queries into packets, which could be distributed to processors in the second tier to balance the load. The processors in the second tier used a crossbar switch that allowed them to access data from any storage unit. The present invention also uses a two-tier MPP approach, but unlike the DIRECT machine, the present invention assumes an asymmetric approach, in which each back-end processor is the exclusive "owner" of its data. This avoids time spent in load balancing and in coordinating access to data among multiple processors. By tightly coupling processing with a set of data, the cost and complexity of the DIRECT crossbar switch can be avoided.
So-called Intelligent Disks ("IDISKs") are a package including disk drive, power, CPU, memory, and network interface, running a full and standard operating system. They are intended to offload computation from desktop machines. Intelligent disks are typically positioned as commodities for use in various applications, supporting file systems and directories, database, Internet, and mail. One goal of Intelligent Disks is to allow the incremental addition of capacity by plugging in new slices and choosing a personality (such as "file system" or "mail") to extend.
In the Magi system (Notre Dame), Kendall and Freeh describe a prograr-j_ming model in which applications apply modular stream-oriented operations to data. They discuss the use of IDISKs for intelligent caching, data compression, and database search.
Bill Bridge (Oracle) explains that, for purposes of database processing, Intelligent Disks can help allocate storage at a block level, but space within a block must be controlled by the application access method, and Intelligent Disks cannot get involved at this low level.
Like Intelligent Disks, so-called Active Disks bundle processing power, memory, and network connectivity with a disk to offer performance and functionality enhancements. Erik Reidel (CMU), a leading proponent of Active Disks, cites the following advantages of the technology:
Ability to execute application code on disks (disklets)
Parallel processing across lots of disks yields performance and scalability
Less saturation of I/O bandwidth Scheduling ("a little bit of computation goes a long way")
Mustafa Uysal (University of Maryland) stresses the importance of a restricted execution environment for application disklets, controlled by a thin disk operating system (DiskOS), which manages scheduling, memory management, and communications. Along with Acharya (UCSB) and Saltz (UMD), Uysal notes that, while disklets can be written in any language, they should not be allowed to initiate I/O, allocate or free memory, or determine the source or destination of a stream of data. These characteristics differentiate Active Disks from Intelligent Disks. Where the former has a thin special-purpose operating system, the latter uses a general OS like Linux. Where the former allows disklets to be written in any programming language, with execution restrictions, the latter provides special stream-processing primitives, and does not impose execution restrictions.
In a performance simulation, Uysal found limited benefit to having more than 32 megabytes of memory available to the Active Disk. Instead, Uysal's simulation indicated the value of processing intermediate results as they arrive (to reduce memory usage and synchronization), and of forwarding partial results on to other processors when out of memory.
Several researchers focus on the use of Active Disks for non-database applications. For example, Lim (University of Minnesota), Kapoor (Valicert), and Wighe (Wind River Systems) use Active Disks to implement a scalable file system. SUMMARY OF THE INVENTION
Brief Description of a Preferred Embodiment
In a preferred embodiment, the present invention is a data processing system having two or more groups of processors that have attributes that are optimized for their assigned functions. A first processor group consists of one or more host computers, which are responsible for interfacing with applications and/or end users to obtain queries, for planning query execution, and for, optionally, processing certain parts of queries. The hosts in the first group may be SMP type machines. A second processor group consists of many streaming record-oriented processors called Job Processing Units (JPUs), typically arranged as an MPP structure. The JPUs typically carry out the bulk of the data processing required to implement the logic of a query.
Functions of the host computers include parsing queries, generating query execution plans, optimizing parallelizing execution plans, controlling transactions, sending requests for processing to the JPUs, and receiving results of such requests. The hosts are also responsible for scheduling the execution of jobs to run locally within the host itself, or even in a third group of computers referred to as Large Job Processing Units (LJPUs).
LJPUs, which may or may not be present, preferably consist of a relatively high speed processor and relatively large amounts of memory. The LJPUs may be organized as an SMP that share portions of memory. If LJPUs are present, they can be employed to carry out suitable jobs as part of a query, such as operations that must be performed on large materialized data sets. This may include sorting, grouping, relational joining and other functions that might not otherwise be possible on a given JPU. The LJPUs may be located in the same SMP cluster as the first processor group.
However, the LJPUs also preferably play an important role in other functions, such as an Execution Engine which assist the host with coordinating the results from the many jobs that maybe naming autonomously and asynchronously in the JPUs.
JPUs typically include a general purpose microcomputer, local memory, one or more mass storage devices, and one or more network connections. The JPUs preferably use a multi-tasking operating system that permits multiple tasks to run at a given instant in time, in either an absolute-priority-based or a weighted-priority- based demand scheduling environment. The JPUs are responsible for: - receiving requests from the hosts in the form of jobs, retrieving data items from disk or other data sources, and otherwise performing data processing requested as by the hosts in the first group, and other tasks such as local transaction processing, concurrency control and replication;
- communicating results back to the first Execution Engine; and - occasionally communicating with other second group components.
In a preferred embodiment, each of the JPU components is dedicated to processing a predetermined subset of the a larger data set. This architectural limitation further permits each JPU to run jobs and/or portions of queries autonomously and asynchronously from jobs in process by other JPUs. The architecture thus supports a programming model for JPUs based on jobs.
A job is a portion of a larger query that can be processed to completion by either a JPU or an LJPU or a combination of the two. When processed by a JPU, a job is preferably structured so that it may run using only (a) the information already locally and authoritatively available to the JPU, and/or (b) the information directly provided to the JPU as part of the job. This allows JPUs to run autonomously and asynchronously.
A JPU may also perform other activities asynchronously and autonomously for its associated data sets such as storage allocation and deallocation; insertion, deletion and retrieval of records; committing and rolling back transactional changes; locking; logging; mirroring; replication; compression, decompression; view maintenance; and software and hardware status reporting. As a result, such functions and other administrative tasks can be carried out in a manner that is optimized for that particular JPU.
It is the case that many query execution plans require coordination such that certain jobs must be carried out in a specific sequence, which others may execute in parallel. A job dispatch component in the host may be thus used in some embodiments of the invention to enforce a requirement that certain jobs must be run in sequence. This can be implemented by issuing each job a job identifier 'tag'. A job listener component in the host then coordinates receiving job identifiers from one or more JPUs or LJPUs as jobs are completed. The Execution Engine in the LJPU may also assist with coordinating these reports from the JPUs. This then permits results from one or more JPUs or LJPUs to be amalgamated, before results of a particular job are reported to the application.
In a preferred embodiment, each JPU also has a special purpose programmable processor, referred to herein as a Programmable Streaming Data Processor (PSDP). The PSDP acts as an interface between the CPU of a JPU and storage controller and/or the mass storage device. The PSDP is a processor that is distinct from the more general purpose CPU in each JPU. It is also distinct from the CPU of the "host" in the first group.
The PSDP can be implemented as a Field Programmable Gate Array (FPGA), as in the preferred embodiment, or as an Application-Specific Integrated Circuit (ASIC), a fully-custom Application Specific Standard Product (ASSP), or even as discrete logic on a printed-circuit board. It can also be included in an integrated processor (i.e., a CPU that includes peripheral interface logic) on a single chip or in a single package, or it could be included with the circuitry of the mass storage device. In addition to assisting the JPU in accessing data, the PSDP is a programmable device that is used to interpret data in a specific format as it is read from or written to the associated disk(s). This enables PSDP to perform portions of jobs on data directly, as it is read off the disk, prior such data being loaded into the memory of the JPU. In an embodiment specifically adapted for processing of record-oriented data, data can be filtered by the PSDP as records and fields of a database, so that only certain fields from certain records are actually forwarded to be written into the associated JPU's main memory.
However, many other operations beyond simple filtering are possible to implement in the PSDP. For example, records with certain characteristics can be tagged as they are written in the JPU's main memory, to indicate that such records are to be ignored in fiirther processing, or to indicate certain attributes of such records, such as if they are to be handled differently in a transactions from other records.
While the invention is of use in processing field-oriented database records, it should be understood that the system can also be used to advantage in processing many different types of data, including other field delimited data such as tables, indices, and views. The system is also advantageously used to process less structured data such as character strings, Binary Large Objects (BLOBS), XML, graphics files, and the like.
Discussion of Advantages
An important advantage of using an asynchronous, autonomous job model for execution is that JPUs can complete jobs without waiting for additional information from a host or another JPU. This increases the potential throughput of requests through a JPU, and minimizes the scheduling/coordination overhead that would otherwise be required to suspend requests in the middle of their operation until additional information was supplied.
This also enables autonomous (i.e., independent) operation of the JPUs. Specifically, each JPU may have its own multi-tasking operating system with a scheduler that determines the particular job that each JPU is dedicated to doing at a particular time based upon its local conditions. For example, if a group of JPUs are collectively assigned a sequence of jobs by the host, individual JPUs are free to complete the sequence on their own data without coordinating with other JPUs, waiting for results from other JPUs, or otherwise being constrained in the timing of their completion. This frees individual JPU to then run other jobs that may even relate to other queries, while neighboring JPU's continue to process jobs from the first query.
In certain prior art MPP architectures, parallel components operate synchronously, in lockstep. However, even if certain parallel processors finish a requested function quickly, such a system must still wait for the processor that performs the requested function most slowly to finish, before it can proceed with further work. This is not a particular problem in applications such as digital signal processing or image processmg, where an identical sequence of operations is to be executed on all elements of a data set at the same time. However, in database systems, operations such as scan and restrict typically select only a portion of a data set to be subjected to further operations.
In contrast to such synchronous lock-step systems, in the present invention, a JPU processes requests asynchronously and autonomously. Each JPU is thus free to process its requests as quickly as it can, and return its results (partial or complete) to the requestor. In the interim, the JPU is available to process a different job. This asynchronous approach allows more work to flow through a system consisting of many independent JPUs.
In firrther aspects of the invention, the JPUs are implemented as embedded components. Thus, they are not directly accessible to applications or end users of the system. This architectural limitation has several advantages, among them:
Changes are easily made to JPU functionality because of the inherent modularity of the system, without impacting end user interfaces, or requiring changes to application code;
Bugs in application code cannot cause data corruption, crashes, or affect the requests of other applications;
An application is not required to produce new code according to a new Application Programming Interface (API), and. queries written in existing standard languages using existing (APIs) will run correctly; and . When a JPU responds to job requests by host components, it operates autonomously, under its own control, and is not directly controlled by any other component within the architecture. This architecture also relieves remote or host processors from the necessity of tracking the state of multiple JPUs and making remote decisions about local affairs, which has further advantages of avoiding:
network communications that would otherwise be necessary to control the operation of the JPU; issues of "stale" state, or the overhead of keeping state up to date; and
coordination of control of the JPUs by multiple hosts, allowing increased scalability. BRCEF DESCRIPTION OF THE DRAWINGS
The foregoing and other objects, features and advantages of the invention will be apparent from the following more particular description of preferred embodiments of the invention, as illustrated in the accompanying drawings in which like reference characters refer to the same parts throughout the different views. The drawings are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the invention.
Fig. 1 is a system level block diagram of an asymmetric record processing system according to the present invention. Fig. 2 is a more detailed view of a Job Processing Unit (JPU).
Fig. 3 is a detailed view of software components in a host.
Fig. 4A is a detailed view of Job Processing Unit (JPU) software components.
Fig. 4B is a detailed view of Large Job Processing Unit (LJPU) software components.
Fig. 5 is a block diagram of a Programmable Sfreaming Data Processor (PSDP) component.
Fig. 6 is a more detailed view of portions of the PSDP.
Fig. 7 is a flow diagram illustrating how different JPUs process a particular assigned job at different times, depending upon conditions local to each JPU.
Fig. 8 illustrates an example job queue scenario.
DETAILED DESCRIPTION OF A PREFERRED EMBODIMENT
A. SYSTEM LEVEL ARCHITECTURE
First Group Components
The present invention is a data processing system having at least two "groups" of processing units, in which the individual components of each group are individual network "nodes" within the system. As will be explained in detail below, the present invention has to do with how the processors on the second group may operate (a) asynchronously, with respect to each other and with respect to processors in the first group and (b) autonomously, in the sense that they can complete assigned tasks without waiting for data from other processors.
As more particularly shown in Fig. 1, the first group 10 consists of one or more SMP "host" computers 12-1, ..., 12-h, each with its own memory, network interface, and local storage (not shown in Fig. 1). Each host 12 runs its own operating system, and typically, but not necessarily, each host 12 uses the same type of operating system as the other hosts 12.
The hosts 12 typically accept queries that are requests for data stored on mass storage devices, such as hard disk drives 23. The requests may originate from any number of applications, typically business intelligence applications, that may be residing on local processors 28 or client computers 36 or separately running application software 30, that may originate through a computer network 33 or locally. Queries are typically provided in a format such as Structured Query Language (SQL), Open DataBase Connectivity (ODBC), Java DataBase Connectivity (JDBC), or the like.
The hosts 12 accept queries that can retrieve, modify, create and/or delete data stored on disk 23 and the schema for such data. The hosts 12 also accept requests to start, commit, and rollback transactions against the data. The hosts 12 also perform typical administrative functions such as reporting on the status of the system 10, start and shutdown operation, backing up the current state of the data, restoring previous states of the data, replicating the data, and performing maintenance operations.
Optionally, there is a load balancing function 11 in front of the host 12 processors, which directs individual transactions to specific host or hosts 12 so as to evenly distribute workload.
A catalog management component 15 contains descriptions of the fields and layout of data. Catalog management 15 also contains information about which users and applications have which permissions to operate in which ways on which types of records, datasets, and relations. The various hosts 12 interact with catalog management 15 in order to process the requests they receive. In one embodiment, catalog management 15 is embedded within one of the hosts 12, with parts replicated to the other hosts 12 and second group 20 components. As will be understood shortly, the catalog manager is used to provide information to permit the components of the second group 20 to perform filtering functions. With the exception of their need to consult catalog management 15, the hosts
12 are generally able to respond to requests without having to communicate among themselves. In very rare instances, inter-host 12 communication may occur to resolve a transaction sequencing issue.
Second Group Components
The second group 20 consists of a plurality of Job Processing Units (JPUs) 22-1, 22-2, ..., 22-j. As shown in Fig. 2, each JPU 22 consists of a network interface 25 for receiving requests and delivering replies, a general purpose Central Processing Unit (CPU) 26 such as a microprocessor 26, memory 27, and a Programmable Streaming Record Processor (PSDP) 28. Each JPU 22 runs a multitasking schedule-based operating system. Each JPN 22 also has an attached disk 23 and disk controller from which the JPU 22 may read streaming data. In other embodiments, the JPU 22 can receive streaming record data from alternate or additional sources such as other on-board processors or via other network interfaces in place of the disk drives 23. Such streaming data might include stock quotes, satellite data, patient vital signs, and other kinds of "live- feed" information available via a network connection. The JPU 22 accepts and responds to requests from host computers 12 in the first group 10 to process the streaming record-oriented data under its control. These requests are typically "jobs" of a larger query, and are expressed as sequences of primitive operations on an input stream. The primitive operations could be interpreted, but in the preferred embodiment, they are packaged as compiled code that is ready for execution. An exemplary job-based query is described in more detail below.
In addition to processing jobs, a JPU 22 also accepts and responds to requests from hosts for other operations such as: • Start, pre-co mit, commit, abort, and recover transactions
Perform mirroring or other replication operations Start, initialize, reinitialize, stop, and retrieve status information Create, modify, or delete descriptions of records, indices, views and other metadata Each JPU 22 also accepts and responds to requests from the hosts 12 to:
Perform mirroring or other replication operations Redistribute data from one JPU to another
Send data local to one JPU to another JPU to help process a query job Send data to a logging device • Send data to a replication device
Acknowledge the successful completion of an operation requested by another node.
JPU(s) 22 typically use a multi-tasking Operating System (OS) to allow receiving, processing, and reporting the results from multiple jobs in a job queue. In the preferred embodiment, the OS should also support overlapping job execution. To coordinate this, the OS typically is responsible scheduling and prioritizing requests according to a number of factors that are determined in real time. These may include a job priority as assigned by the user and/or host 12, as well as a job's expected impact on the JPU's 22 local resources includes the amount of memory, disk, network, and/or J7O queues needed to complete the job. The JPU 22 can also contain software for performing concurrency control, transaction management, recovery and replication of data for which the JPU is responsible. _h the preferred embodiment, JPUs 22 in the second group 20 are not directly visible or accessible to the users of, or the applications that run on, for example, the external clients that present queries to the system 10. The JPUs are an embedded component and maintain significant autonomy and control over their data. A given record (or other data primitive) in the system 10 is thus normally directly accessible to, and processed by only one JPU 22. While JPUs may replicate their records to increase reliability or performance, they do not share responsibility for processing a given record with other JPUs 22 when carrying at a job as part of a query.
The storage manager 320 within each JPU 22 provides autonomous and asynchronous support for other functions such as error checking, creation and deletion of tables, the use and maintenance of indices and views, record insert and delete, mass loading of existing user data among various JPUs, and the like.
3. Third Group Components
The system architecture exhibits further aspects of asymmetry in that one or more so-called Large Job Processing Units (LJPUs) 30 can also play a part in processing queries. Each LJPU 22 consists of a network interface for receiving job requests and delivering replies, and one or more general purpose Central Processing Units (CPUs) 32-1, ..., 32-p (each of which may have their own internal memory), as well as a shared memory 38. The CPUs 32 in the LJPUs 30 preferably represent a relatively powerful computing resources, consisting of a relatively high speed processor that has access to relatively large amounts of memory. The LJPUs may be organized as an SMP that share portions of memory 38. The LJPUs may be located in the same SMP cluster as the first processor group.
LJPUs are employed to carry out jobs that are not otherwise suitable or possible to perform on the JPUs, such as operations that must be performed on large materialized data sets. This may include sorting, grouping, relational joining and other functions on filtered data, that might not otherwise be possible on a given JPU. The LJPUs also preferably play an important role in other functions. One such function is to serve as an Execution Engine which assists the hosts 12 with coordinating the results from the many jobs that may be ninning autonomously and asynchronously in the JPUs 22.
LJPU(s) 20 may also typically use a multi-tasking Operating System (OS) to allow receiving, processing, and reporting the results from multiple jobs in a job queue. In the preferred embodiment, the OS should also support overlapping job execution. To coordinate this, the OS typically is responsible scheduling and prioritizing requests according to a number of factors that are determined in real time.
Throughout the system, the components and sub-components are designed to optimize performance through extensive use of streaming operations coupled with tuple set operations. As will be understood shortly most operations are designed to take tuple sets (records or groups of records) as their input and output streams; these operations try not to materialize data, but instead they stream the output to the next operation. As a consequence many operations can be handled as one continuous data flow, whereas in a conventional system, it would be necessary to handle them in various layers.
For instance, a storage layer can be designed as a tuple set manager where (from the view of other JPU processes) it stores and retrieves tuple sets. From the storage layer onward, data is normally handled in tuple sets, providing a consistent, well organized, and easily accessible format for internal operations. This is in contrast to other systems where the storage layer stores and retrieves undifferentiated blocks of data which are later converted to tuple sets by some other downstream process. Another example of the streaming/tuple set architecture is the network layer, which sends and receives tuple sets instead of blocks of data. Yet another example is a merge aggregation node, where a sorted data stream is aggregated as requested, and whenever a new key index value is received, the aggregation from the previous key index value may be streamed to the next node.
A sfreaming/tuple set operation can be illustrated by tracking a typical dataflow during a load operation. In this example load case, as data is read into a host 12 over TCP/IP network connection 32, that data is parsed, error-checked, and transformed, and the distribution value calculated, all while the specific byte/field is in processor cache, and saved to the internal network output frame buffers as one step.
The result is that the input data is read and transformed in a streaming fashion and converted to network-ready tuple set packets at streaming speed with minimal overhead. Specifically, as each data record is received, it is sent over the internal network 34 to an appropriate JPU 22 (as determined by the a distribution value in a Query Plan). At the JPU 22, the received data is read, converted into an approved storage format, and placed in memory buffers on a record-by-record basis. As memory buffers are filled, a storage layer in the JPU double-checks that the data corresponds to the indicated table, and that the table "owns" the physical space on the disk 23, and then writes that data to the disk 23. Note that during this process, a given byte of data was "touched" only a few times, and that the data was manipulated in tuple sets thereby optimizing performance and reliability.
A second illustration of a streaming tuple set operation is a join/aggregate operation where three joins and one co-located aggregation are performed on JPUs 22, and the results are returned through the host 12 via ODBC to the ODBC client 36 (e.g., Business Objects). In this example, on each of three JPU's, the disk 23 is scanned and data read off the disk through the associated PSDP, which filters records of interest and fields of interest within those records, and places the resulting tuples into a tuple set buffer in JPU memory. As each tuple set buffer is filled, that tuple set is passed through each of three JPU join nodes and the aggregate node in turn. Each time a new key value is received by the.aggregate node, the previous aggregate value and associated key value tuple are transformed as necessary per the ODBC request, and placed in the JPU network packet output buffer associated with the requesting host 12. When a network packet output buffer in the JPU is filled, its contents are sent to the host 12, where it is immediately placed in the user-side network buffer and is immediately sent to the ODBC client 36.
Note that, as in the previous example, the data was "touched" only a few times. Because the data was handled in tuple sets, it could be operated on as integral units with very minimal overhead. Because the operations are extremely integrated, mixed operations such as joins, aggregates, output transformation, and network packet creation are all performed while the data is in processor cache memory. B. HOST SOFTWARE FUNCTIONS
Fig. 3 is a software component diagram for a host 12. A summary description of the functional blocks and their interactions now follows. This list is intended here to be an introduction to a more detailed description of how a query is processed into a set of jobs that can then be carried out as synchronously and autonomously by JPUs 22.
Postmaster 201/Postgres 202
Serves as Front-end for query processing
Postmaster 201 accepts requests from user applications via API 200
Creates an Execution Plan
May use authentication
Plan Generator 204
Parse/query rewrite/planner - plans how query will be processed. Supports SQL-92 DDL/DML Supports SQL Functions
Provides compatibility with Oracle, SQL Server Integrated with SQL triggers, stored procedures
Plan Optimizer 205 Cost-based optimizer, with the addition of locale costs which optimizes for most efficient operation/highest level performance
Indicates which operations will be done within host and which will be done within JPU
Communicates with Plan Link, providing tips on what filtering should be done within the Programmable Data Streaming Processing ("PSDP") if there are multiple filters that can be done there (more than the PSDP can handle) Maintains usage/reference statistics for later index creation, refreshing cluster indices
Plan Link 206 Takes an Execution Plan as input
Analyzes Execution Plan and splits plan further, identifying what will be done within the PSDP 28, what will be done within the JPU 22 after the PSDP 28 has returned its data to the JPU 22, and what will be done in the Host 12 after the JPU 22 has returned its data
SQL Expression Evaluator/SQL Converter 207 Expression Evaluator
Creates object code for evaluating given expression to be executed on the Host, JPU, and PSDP based on the expressions, their type, and the capabilities of the installed hardware
Host Dispatch 208
Similar to standard UNIX scheduler/dispatcher
Queues execution plan and prioritizes based on (a) the plan's priority, history, and expected resource requirements, and (b) available resources and other plans' requirements
Controls number of jobs being sent to any one JPU 22 or LJPU 30 to avoid
JPU/LJPU Scheduler or JPU/LJPU memory overload
Sends Host jobs to host . Sends JPUs jobs to be monitored to the Execution Engine 360 in the LJPU.
Communications Layer 210
Provides communications among the nodes Includes Job Listener to await data from nodes Uses striping data from a Topology Manager to direct multicast and unicast messages Detects non-responsiveness of nodes and communicates with Topology Manager to trigger failover processing
Call Home 212 Initiates message to a Technical Assistance Center (not shown) to identify failed part and trigger service call or delivery of replacement component (as appropriate given user support level)
Optionally communicates via SNMP to a defined app to receive a failure indicator and callhome trigger Logs error(s)
Logger/Replication Server 218
Logs transaction plans, messages, failures, etc. to Netezza log in conventional fashion • Implemented as a standard transaction logger/replication server
System Manager 220
Defines and maintains JPU/LJPU Configuration information, striping information Mirror Master - maintains mirrors info - what JPUs are being mirrored where, maintains SPA data, maintains info on system spares Initiates failover processing when informed by Comm layer of a non- communicative JPU - directs mirror of failed JPU to take over as primary and begin copying to designated spare, directs primary of JPU mirrored on failed JPU to copy its data to that same designated spare, to reduce load on mirror of original failed JPU also directs mirror of the primary on that failed JPU's mirror to do double duty and act as new primary until failover copying has been completed Communicates to callhome component to initiate replacement process • Manages system expansion and allows for redistribution of data as appropriate or as requested by user during expansion Initiates JPU/LJPU diagnostics when appropriate Provides an API to allow client management interface to get configuration data for user display/control
Host Diags 226 Runs diagnostics on Host as required/requested
Loader 230
Provides fast loader capability for loading user data onto disks
Commumcates directly to Host Dispatch to load database/insert records Communicates with System Manager to get configuration and mirroring data
Controls index creation on primary (and sets up job to run later to create indices on mirror)
Supports input via a number of methods (e.g., tab-separated data, backup/recovery) Does ETL, converts data from Oracle, SQL Server, DB/2, etc. to the internal data format
MOX/OLAP 240
Provides OLAP/MDX, ROLAP Engine on Host Creates and maintains MOLAP cubes
Supports multi-user MDX
Creates Execution Plans for OLAP requests and communicates these directly to Host Dispatch
Supports metadata writeback Provides administrative support for user creation, security
Access System Catalog through API
Cube Builder User Interface (UI) 242
Provides interface for defining and managing cubes to be used in OLAP Processing
JPU Downloader 250 Downloads Firmware to System JPUs 22 at system initiation/boot Downloads PSDP 28 and JPU 22 images
Communicates with System Manager to understand number of JPUs and JPU configurations Initializes spares for failover
Initializes replacements
Host Disk Manager 250
Manages Host Disk (used for Catalog, Temp Tables, Transaction Log, Netezza Log, Swap space)
Host Transaction Manager 264
Manages transactions on the host 12 Controls requests sent to JPUs 22 that will be involved in the transaction
Provides lock management and deadlock detection
Initiates abort processing
Sends state data to Recovery Manager 266
Sends ID requests to the Transaction I.D.(TID) Manager 268 Provides transaction IDs and deleted transaction LDs to ensure that disk records are preceded
Manages catalog requests as transaction requests as required
TTD Manager 268 Provides unique transaction identifiers (TIDs)
Coordinates with other hosts to avoid generating duplicate TIDs
Host Recovery Manager 266
Ensures transaction atomicity after component (e.g., JPU) failure Maintains j ournal of transaction state
Initiates rollback as required Backup/Recovery 270
Supports Host side of Backup/Recovery process
Interfaces with Transaction Manager and JPU Storage Manager
C. JPU SOFTWARE COMPONENTS
Fig. 4A is a diagram of the software components of a JPU 22.
Communications Layer 300
Provides internal communication among nodes
Includes Job Listener 301 to await requests
Includes Network Poster 302 to send data when buffer filled, job completed, or at Host request
JPU Dispatch/Scheduler 304
Receives plan through Communications Layer 300
Queues Plan
Schedules/dispatches jobs according to their priority, "fairness" to date, expected resource requirements, and available resources
JPU Transaction Manager 306
Processes changes in transaction state to begin a transaction, pre-commit a transaction, commit a transaction, or abort a transaction Handles processing of dependencies among transactions as flagged by the lock manager; broadcasts information about these dependencies to relevant host(s); initiates deadlock checks
JPU Lock Manager 308 Controls concurrent access to data
Interfaces with EventTask 36 before a query is executed and for each result set returned from a scan Provides support for arithmetic locking
JPU Recovery Manager 312 Maintains a Journal to track transaction status on the JPU 22, using the
Storage Manager API Performs transaction recovery when requested by JPU Transaction Manager
JPU Mirror Manager 314 Mirror Sender receives copies of record updates from Storage Manager 320 and transmits these to the mirror for this JPU when an updating transaction commits
Mirror Receiver receives record updates, buffers these in memory, and flushes out to disk through the Storage Manager when the Mirror Receiver buffer is full
Transmits all data to a spare system during failover processing
Storage Manager 320
Stores and manages information on disk in optimal fashion Has an API that supports storage and retrieval of tuple sets
Supports error checking to insure that the data conforms to the indicated table and the indicated table "owns" the physical space to which the data is being written
Supports creation and deletion of tables, views, and indices Handles record inserts and deletes
Supports ETL and mass loading of existing user data
Provides storage support for commit/rollback
Provides support for Precise Indexes
Provides mirroring support for failover Optimizes sort operations and utilizes smart hash algorithm for data distribution/striping
Provides support for compression and smart storage optimization Controls disk I O
JPU Resource Scheduler 322
Schedules jobs to run on the PSDP 28; communicates with JPU/PSDP Scheduler 324 to queue up PSDP requests to retrieve required data
Optimizes the queue to keep the PSDP/disk as busy as possible, with requests from multiple queries intermixed in the queue based on disk characteristics and location of data on the disk Takes into account the needs of any data loading for new tables being created and transformed to internal data format (i.e., to optimize the loading process)
Supports heuristic-based scheduling, ensuring that jobs are scheduled on a priority basis, but also ensuring that all jobs do get serviced (e.g., raising a job in priority if it has not been run in a certain interval of time) Supports synchronous/piggy-backed scans, combining similar requests to optimize PSDP processing
Manages memory buffers/memory allocation on JPU; allocates memory to
Execution Plans based on expected needs and hints received from Plan
Optimizer
JPU Paging (if required)
PSDP Prep 330
Defines the instructions that will be given to the PSDP 28 in order to process a request (instructions tell the PSDP 28 what to do with each field being read
Figure imgf000028_0001
Identifies what filtering, transformation, projection, and aggregation operations are to by run by the PSDP 28
EventTask 310
Executes the portion of the Execution Plan that could not be handled by the PSDP but that does not have to be handled at the Host level
Handles sorts, joins, transformations, and aggregations that could not be done as data stream through the PSDP 28 Maintains a memory buffer of result set records and returns these to Host through the Comm Layer when buffer filled, job completed, or at Host request
JPU Diags 332
Runs diagnostics on JPU as required/requested
JPUBoot/Init 334
Executes image burned into flash memory at boot time to bootstrap the JPU, run diagnostics, register the JPU with the primary Host server, and download new image from Host to run
Loads and transfers control to the image downloaded from the primary Host server to load the JPU application code, the operating system, the network stack, and disk driver code
Backup/Recovery 336
Supports JPU side of Backup/Recovery process
Interfaces with Transaction Manager and JPU Storage Manager
DBA Lite 338
Provides automatic and dynamic disk and Storage Manager support Supports dynamic index creation, defragging, index garbage collection, timers, agents
JPU/PSDP Scheduler 324
Schedules jobs to run on the PSDP; queues up PSDP requests to retrieve required data
D. LJPU SOFTWARE COMPONENTS Fig. 4B is a diagram of the software components of a Large JPU (LJPU) 30; the components are in general a subset of those found in the JPUs 22. Since the LJPUs are not typically responsible for managing data on the disks 23, components such as storage manager and mirror manager are not needed. If LJPUs exist in the system, they do have a special additional Execution Engine 360 component that is not found in the JPUs 22. However, If LJPUs are not present in the system, the Execution Engine 360 component can reside in the host 12.
LJPU Communications Layer 350
Provides internal communication among nodes
Includes Job Listener 351 to await requests
Includes Network Poster 352 to send data when buffer filled, job completed, or at Host request
LJPU Dispatch Scheduler 354
Receives plan through Communications Layer 350
Queues Plan
Can schedules/dispatch jobs according to their priority, "fairness" to date, expected resource requirements, and available resources
LJPU Transaction Manager 356
Processes changes in transaction state to begin a transaction, pre-commit a transaction, commit a transaction, or abort a transaction Handles processing of dependencies among transactions as flagged by the lock manager; broadcasts information about these dependencies to relevant host(s); initiates deadlock checks
LJPU Lock Manager 358 • Controls concurrent access to data
Provides support for arithmetic locking LJPU Recovery Manager 362
Maintains a Journal to track transaction status on the LJPU 30, using the Storage Manager API Performs transaction recovery when requested by LJPU Transaction
Manager 356
LJPU Resource Scheduler 372
Schedules jobs to run on the LJPU
LJPU Diags 380
Runs diagnostics on JPU as required requested
LJPU Boot/Init 374 Executes image burned into flash memory at boot time to bootstrap the
LJPU, run diagnostics, register the LJPU with the primary Host server, and download new image from Host to run
Loads and transfers control to the image downloaded from the primary Host server to load the LJPU application code, the operating system, the network stack, and disk driver code
LJPU Backup/Recovery 376
Supports LJPU side of Backup/Recovery process
Interfaces with LJPU Transaction Manager
LJPU Scheduler 374
Schedules jobs to run on the LJPU
Execution Engine 360 Receives partial record sets from JPUs 22 through the Cornm Layer Job
Listener Executes remainder of Execution Plan that has to be done at LJPU Provides intermediate and final sort-merge of JPU 22 results sorted data as required
Handles joins of data returned from JPUs 22 as required
Communicates to JPUs through Comm Layer 350 to request partial result sets from JPU buffers when idle (e.g., to get and sort/process partial records that the JPU currently has instead of waiting for JPU 22 to fill a buffer
E. DETAILS OF PSDP COMPONENT 28 OF THE JPUS 22 As discussed above, the PSDP 28 functions as the disk drive controller and as a coprocessor or hardware accelerator for the JPU to which it is attached. During DMA disk read operations, the PSDP 28 filters the data it is reading. More specifically, it parses the disk data to identify block, record, and field boundaries. Fields can thus be transformed and compared with data from other fields or with constants, right in the PSDP 28, and prior to storing any data within the JPU memory or processing any data with the JPU CPU 26. The comparisons are combined to determine if a record is wanted, and if so, selected header and data fields are formatted and returned to SPU memory. If a record is not wanted, the PSDP ignores it and proceeds to the next. The PSDP 28 thus performs two major functions: as a disk driver logic interface 281 and tuple filter 282.
Each of these functions is described in some detail below. It is sufficient here to note that the disk driver logic interface 281 accepts standard disk drive interface signaling, such as IDE (Integrated Device Electronics) or SCSI (Small Computer Systems Interface), adapting it to a particular CPU native "bus" such as a Advanced Technology Attachment (ATA) bus or the like. Alternatively, if there is a communications network, such as Ethernet or Fibre Channel, instead of array of disks 23 to provide access to input data stream(s), the interface 281 becomes a network interface that is suitable to receive and/or transmit data over a communications network. The disk driver logic 281 is usually implemented in an Integrated Circuit (IC) in a computer or coπimunications device, in or part of an IC that contains other logic, such as other interface logic or the CPU 26 itself. The disk driver 281 could even be inside the disk 23 itself, making the disk a special-purpose unit attachable only to JPUs or communications devices for which the interface is specific. In the preferred embodiment, the PSDP 28 is an IC that interfaces a standard disk 23 to a peripheral bus of the JPU 22. All such controllers have the basic function of allowing the CPU 26 in the JPU 22 to read and write the disk 23, typically by setting up long data transfers between contiguous regions on the disk and contiguous regions in the CPU's 26 memory (a process usually referred to as DMA, for Direct Memory Access) .
Most importantly, the PSDP 28 also provides programmable hardware directly in the disk read path, to and from the controller. This portion of the PSDP hardware, called a "filter" unit 282, can be programmed by the JPU's CPU 26 to understand the structure of the data the analysis software running on the CPU 26 wishes to read and analyze. The PSDP 28 can be this programmed to operate .on data it received from the disk 23, before it is shared into the CPU's memory, in the process discarding fields and entire records that the CPU 26 would have to analyze and discard in the absence of the filter unit.
In an embodiment specifically adapted for processing of record-oriented data, data can be filtered by the PSDP 28 as records and fields of a database, so that only certain fields from certain records are actually written into the associated JPU's main memory 27. However, many other operations beyond simple filtering are possible to implement in the PSDP. For example, records with certain characteristics can be tagged as they are processed, to indicate that such records are to be ignored in further processing, or to indicate certain attributes of such records, such as if they are to be handled differently in a transactions from other records.
While the invention is of use in processing field-oriented database records, it should be understood that the system can also be used to advantage in processing many different types of data, including other field delimited data such as tables, indices, and views. The system is also advantageously used to process less structured data such as character strings, Binary Large Objects (BLOBS), XML, graphics files, and the like. Although referred to here as a "filter" unit, it should also be understood that filter 282 can also perform other functions such as compression/decompression; encryption/decryption; certain job operations; and other administrative functions. As one example of filtering, the PSDP 28 can be programmed to recognize that a certain set of records in a database have a specified format, for example, a preamble or "header" of determined length and format, perhaps a field, including the length of the record, followed by data including some number of fields of a certain type and length (e.g., 4-byte integers), followed by some number of fields of a different type and length (e.g., 12-byte character strings), followed by some number of fields of variable length, whose first few bytes specify the length of the field in some agreed-upon manner, and so forth.
The filter unit 281 can then execute this program as it reads data from the disk 23, locate record and field boundaries, and even employ further appropriate Boolean logic or arithmetic methods to compare fields with one another or with literal values . This allows the filter unit 282 to determine precisely which fields of which records are worth transferring to memory. The remaining records are discarded, or tagged in a manner that signals the JPU that a record need not be analyzed. Again, there will be more discussion of how this is done in detail below. In the preferred embodiment, there are two basic reasons for which the filter unit 282 can discard a record (or mark it as unworthy of attention). The first is an analysis of the contents of the fields as described above. Using a previous example, the filter unit 282 can, for example, be programmed to check a purchase date field against a range of numbers that correspond to dates in the month of July in the year 1999, another field for a number or string uniquely associated with the North Carolina store, another field for a set of SKU (stock-keeping unit) values belonging to various styles or manufacturers of blue raincoats, and in this fashion mark only certain records for further processing. The filter unit 282 can further be programmed to know which fields contain the name and address of the customer who made the purchase, and return only these fields from the interesting records. Although other database software could perform these operations, the filter unit 282 can perform them at the same rate as the data is supplied by the disk 23. Far less data ends up in the JPU's memory as a result leaving the CPU 26 free for more complex tasks such as sorting the resulting list of names and addresses by last name or by postal code.
A second example of how the filter unit 282 can be used is to discard or mark a record, such as in record creation and deletion in a multi-user environment. Databases are not static, and it is common for some users to be analyzing a database while others are updating it. To allow such users concurrent access to the database, records can be tagged with transaction numbers that indicate when or by whom a record was created or marked obsolete. A user querying a database may not wish to see records created by another user whose activity began subsequently, or whose activity began previously but is not yet complete; if so, he probably will want to see records marked obsolete by such a user. Or the user may wish to see only the results of transactions entered by certain users, or only the results of transactions not entered by certain users. To facilitate this kind of record filtering, record headers can contain creation and deletion identifiers that the filter unit 282 can be programmed to compare with the current user's identifier to determine whether records should be "visible" to the current user. Once again, the filter unit can avoid transferring useless data to memory or relieve the CPU 26 of a time-consuming analysis task.
In the preferred embodiment there are two basic methods the filter 282 unit can filter out data that is unnecessary for a given query, thereby reducing traffic on the cornmunications network and reducing the workload on the CPU. As described above, the filter unit 282 can simply discard the data. This is not always practical, however. Imagine a very long record with many fields, or large fields, many of which are to be returned to the CPU if the record meets the criteria, arranged in such a way that the contents of the last field are relevant to the decision to transfer or discard the selected fields of the record. Practical implementations of the filter unit 282 may not be able to store ("buffer") the largest possible set of returnable fields. In such a case, the filter unit must begin sending the selected fields to the CPU 26 before it can tell whether they should be sent. After the record has been completely processed by the filter unit, and all the selected fields transferred to the CPU 26, the filter can tag the transferred data with a bit that says "never mind", thus saving the CPU 26 and the communications network a great deal of work. In practice, the filter unit must append a length indication to every record fragment it does transfer to the CPU 26, so that the CPU 26 can find the boundaries between the record fragments the filter unit deposits in memory. This is a natural place for a status bit (or bits, if the CPU 26 must distinguish among multiple reasons) indicating the transfer of a useless record.
In addition to selecting certain fields from certain records for transfer to the CPU 26, the filter unit 282 can create and return additional fields not present on the database, by performing calculations on the contents of the fields that are present. This can further relieve the CPU 26 of work, speeding up database analysis even more. An example of this is the calculation of a "hash" function on the values of specified fields from a record, some of whose fields are to be transferred to the CPU 26. A hash function is a numerical key assigned to a collection of numeric or non- numeric field values that speeds up the process of searching through a list of records. Other examples of useful information that can be computed by the filter unit 282 include π ning sums or averages of field values from one record to the next. All of these benefits accrue from the filter unit's 282 ability to parse the data into records and fields as it transfers the data from the disk 23 to the CPU 26.
Another example is a transformation, such as an ASCII substitution. One usage for an ASCII substitution is to change the collation sequence of a given field. For example, if the LAST SfAME starts with the French '9' (ASCH 135) then the SQL clause "WHERE LAST_NAME IS >'H'" will erroneously fail unless ' ' has been mapped to 'C (ASCH 76). Similar issues involve the use of the UPPER() and LOWERQ functions. In the preferred embodiment, the PSDP has two groups of registers, each 256 bytes long. If transformation of a given field is selected, then the PSDP setup loads transformation fields into these registers before the data is streamed in. Each register in the transformation fields corresponds to an extended ASCII value and the register contains the value that each extended ASCII character is to be converted into. In the example above, register number 135 contains the value 76. During the streaming phase, as each tuple streams through the PSDP, for those fields where a transformation is indicated, each byte is individually transformed to its converted value. Two registers are provided so that two types of transforms may be applied to different fields in a given stream, such as UPPERQ and LOWER(). The transforms may be applied either (a) in the "filter" path, before evaluation and comparisons or (b) in the "project" path so that a given field is converted before being output from the PSDP. This is especially useful for correcting collation sequences in preparation for the CPU performing a sort.
A more detailed discussion of the transformation substitution of fields is contained in the co-pending patent application U.S. Patent Application entitled "Field Oriented Pipeline Architecture for a Programmable Data Streaming Processor," (Attorney Docket No. 3336.1008-002) referenced above.
E. DETAILED DESCRIPTION OF PSDP 28 ARCHITECTURE
The preferred embodiment of the PSDP 28 is now described in further detail. The PSDP 28 is in one sense an On-Line Analytic Processing (OLAP)-oriented disk drive interface. It contains logic that is capable of identifying records, filtering out the unwanted records, and selecting fields for return. It therefore dramatically increases database analysis speed by identifying and relnrning selected fields from requested records.
As shown in Fig. 5, a PSDP 28 consists of a finite state machine called the Data Engine 400 to carry out filter logic and other control operations, a host interface 404, a disk interface, here the ATA interface 408 for connection to the disk 23, First-In-First-Out (FIFO) memories 406 and 407, and a DMA host driver 402. The PSDP 28 has two major functions: to act as disk controller 281 while moving data between memory and the disk 23, and to process or "filter" 282 disk data during filtered reads from the disk 23. In acting as the disk controller 281, the PSDP translates signaling used on the JPU, such as PowerPC compatible interface signaling to the interface used in the disk 23, such as the Integrated Device Electronics (IDE) (also known as Advanced Technology Attachment (ATA)) interface as defined by ANSI NCITS 340-2000. The PSDP 28 supports both a Programmed I/O (PIO) Mode-2 for register access and a UDMA (Ultra-Direct Memory Access) mode-4 for data transfers. The terms "flow through" and "filtered" are used to differentiate DMA reads. In flow-through mode, also referred to as raw read mode, data moves directly from the input to the output of the data engine without being filtered. Data that is filtered has been processed, perhaps by culling records via the comparison and/or transaction ID circuits, but certainly by reformatting the records into tuple format, during which uninteresting fields can be dropped and PSDP-generated fields added. The processing of culling records is called the "restrict". The process of formatting fields into tuples is called the "project".
There are three DMA modes: write, raw read, and filtered read. For all three, the PSDP 28 shadows the read/write disk command in order to control its own DMA state machines. It does not shadow the disk address or sector count, nor does it have access to the memory addresses. For writes and raw reads, the PSDP 28 blindly moves data from one interface to the other until the JPU 22 disables the mode. The JPU 22 knows the quantity of data to be moved for these modes and uses the disk and DMA controller interrupts to identify the end of transfer. For filtered reads, the quantity of data to be transferred to memory is generally unknown, and the JPU identifies the end of transfer from the disk and filter interrupts. All of the record informatio — header and data — can be projected during a filtered read, but the block header info can only be returned by a raw read. DMA data integrity is protected across the disk interface by the IDE CRC check.
As mentioned already, during disk read operations, the PSDP 28 can filter data (or perform other operations on the data) as it is being read from the disk 23. More specifically, the PSDP parses the disk data and identifies block, record, and field boundaries. Data from specified fields are transformed and compared with data from other fields or with constants. The comparisons are combined to determine if a record is wanted (this is referred to as a restricted scan of the database). If so, data from fields to be returned (referred to as selected or projected fields) are returned to JPU memory. If a record is not wanted, the PSDP ignores it and proceeds to the next record. Details are in the Filter Unit section. As alluded to above, the PSDP 28 operates in two modes. It can return raw disk sectors in block read mode; and it can process the records within the disk block and selectively return specified fields in filtering mode. [A special case of filtering mode is the return of all records without any modifications whatsoever, with or without any record header elements.] In filtering mode, the Filter Unit 282 pulls disk blocks from a Disk Read FIFO, feeding them through the Block Header, Record Header, NULL Vector, Transaction ID, Field Parse, and Filter circuits. Fields to be returned are pushed into the Memory Write FIFO. Notice that this version of the chip does not return transformed fields. In fact, the only tuple entries created by the PSDP are the record address, tuple length, and tuple status.
The terms "flow through" and "filtered" are used to differentiate DMA reads. In flow-through mode, also referred to as raw read mode, data moves directly from the input to the output of the data engine without being filtered. Data that is filtered has been processed, perhaps by culling records via the comparison and/or transaction ID circuits, but certainly by reformatting the records into tuple format, during which uninteresting fields can be dropped and PSDP- generated fields added. The processing of culling records is called the "restrict". The process of formatting fields into tuples is called the "project" (as in throwing something, not as in this document).
There are three DMA modes: write, raw read, and filtered read. For all three, the PSDP shadows the read write disk command in order to control its own DMA state machines. It does not shadow the disk address or sector count, nor does it have access to the memory addresses. For writes and raw reads, the PSDP blindly moves data from one interface to the other until the JPU disables the mode. The JPU knows the quantity of data to be moved for these modes and uses the disk and DMA controller interrupts to identify the end of transfer. For filtered reads, the quantity of data to be transferred to memory is generally unknown, and the JPU identifies the end of transfer from the disk and filter interrupts. All of the record info — header and data — can be projected during a filtered read, but the block header info can only be returned by a raw read. DMA data integrity is protected across the disk interface by the IDE CRC check.
The Data Engine 400, as shown in Fig. 5, includes filter logic 500, a data parser block 502, header storage 504, transaction ID processing 510, error checking 506, and output tuple generator 508. In general, the data parser 502 is responsible for taking information from the disk 23 and formatting it into headers and fields so that the filter logic 500, header storage 504 and error checking 506 blocks can perform their respective tasks. The tuple generator takes the output of the filter and TID processing blocks and formats the results in a "tuple", suitable for processing by the JPU 22 orhost l2.
Raw user table data as read from the disk 23 is understood and interpreted by the data parser 506. In one preferred embodiment at the present time, user table data is stored on disk in 128 KB segments called "blocks". Each block begins with an 8- word header, followed by 0 or more records. The format of the block header may be as follows:
Figure imgf000040_0001
The CRC-32 is meant to be computed by software and written to the disk along with the rest of the block header. Its calculation was to include all data from the block number through the end of the last sector of the block, including, any trailing 0's. Its primary purpose was to detect data corruption resulting from hardware or software bugs, but it could have detected disk data-retention problems as well. It is unrelated to the UDMA-mode CRC-16 calculation required by the ATA-5 specification, which only guards the physical interface between the PSDP and- disk-drive IO buffers.
The sector count is the number of sectors in the block, which must be from 1 to 256. Thus a 0 in this 1-byte field means 256. The sector count occupies the most-significant byte of the last word of the block header. The record count is the number of records in the block, which may be 0. Although the record count occupies the least-significant three bytes of the last word of the block header, only 13 bits are used.
A record is typically composed of a record header and one or more data fields, where the record header consists of three special fields, a length, and a null vector. The special fields are the row number, created transaction ID, and deleted transaction ID. All of the record header entries are optional on a per-table (not per- record) basis. However, if the record has a null vector, it must also have a record length, but not vice versa. The data types are described above in the data types section.
Figure imgf000041_0001
The row number (sometimes called row_num) is the unique number of the row or record in the user's table. It is distinct from the row address (sometimes called row_addr), which is the complete physical address of a row in node-table- block-record format. The row number is also distinct from the record number, which is the 0-based ordinal number of a record within a block. The record number is the final component of the row address. The row address is computed by the PRSP. The created XID contains the number, or ID, of the transaction that created the record.
The deleted XID. In the preferred embodiment, records are not actually deleted. Rather, they are marked as deleted so they can be restored if the transaction that did the deleting is rolled back. (There are system management tools to reclaim the space.) A value of 0 indicates the record has not been deleted. A value of 1 indicates that the record was created by a transaction that was rolled back. These XIDs support a multi-version database system. The record length is the length of the record in bytes, excluding the row number and the transaction IDs, but including the record length, the record null vector, the data fields, and any pad bytes at the end of the record needed for proper alignment of the first item of the following record. Thus, it is the distance in bytes from the beginning of the record length field to the beginning of the next record. Note that although all records in a table must have the same makeup, record lengths may vary because of variable-length character fields. The RecordLengthSize register defines record length sizes of 0, 1, 2, and 4 bytes, but only 0 and 2 are used.
The record null vector specifies which fields in the record are null, thereby indicating validity, not existence. For instance, a null varchar is not the same as an empty one. The record null vector consists of an even number of bytes. If it exists, the record null vector has the same number of bits as the record has data fields, and computes the number of half-words in the null vector as (FieldCount + 15) » 4. This vector is an array of bytes. Bit 0 of the byte immediately following the record length corresponds to the 0th data field; bit 7 of that byte corresponds to the 7th data field; bit 0 of the last byte of the word that contains the record length corresponds to the 8th data field; and so on.
There are strict rules governing field order and ah'gnment. Both the record and its first data field must start on a word boundary (addr[l :0]=0). All record fields are self-aligned up to word boundaries. This means that 16, 12, 8, and 4 byte fields are word-aligned, 2-byte fields are V -word-aligned (addr[0]=0), and 1-byte fields can start anywhere. The row number, created XID, and deleted XID are all 8 byte fields and do not require pad bytes to align them. If there is a record length but no record null vector, two pad bytes are required following the record length. If the record null vector exists, it immediately follows the record length and naturally starts on a two-byte boundary, but two pad bytes may be required following the record null vector to properly align the first data field. The physical order of data fields, which often is not the same as the logical order, takes care of aligning non- character data fields; the physical order is N16, T12, N8, 18, F8, N4, 14, F4, D4, 12, D2, II, Cl, C2, ... C16, V2. The fixed-length character fields are packed in as tightly as possible and are not aligned. Variable-length character fields start with a 2-byte length; they are '/.-word-aligned and may require a preceding pad byte. Up to three pad bytes may follow the record's last data field in order to align the next record. If so, they are counted in the length of the earlier record. More details of TID processing are contained in a co-pending U.S. Patent Application (Attorney Docket No. 3336.1017-001 ) entitled "Controlling Visibility in Multi-Version Database Systems" by Foster D. Hinshaw et. al. filed in the United States Patent and Trademark Office on August 22, 2003.
A project function encompasses the selection of record fields, the generation of new fields, and the tuple formation and return. Tuples typically consist of a row number, some data fields, and a 2-byte length/status, but they can also include the created and/or deleted transaction IDs, the row address, up to 255 pad words, the 32 instructions results formed into a boolean word, the hash result, and a null vector. The hash is used to organize similar tuples into groups for processing joins or grouping selects, and with the exception of the record null vector and length/status, all record-header and data fields can be used in its calculation. There are 7 defined hash modes, such as full CRC, which calculate a 32-bit CRC hash starting with a seed of zero and using all of the bytes of all of the fields selected. Blank spaces in character fields are skipped, as are leading 0's in positive and unsigned numbers and leading 1 's in negative numbers. Hash operations are defined on a per-field basis by the comparison instructions.
Within the PSDP 28j a "tuple" is used to describe projected data as provided by the tuple generator 508. The tuple generator 508 uses principally the filter 500 output but can also use TID processing 510 and error checking 506 outputs. The term "tuple" is used here for the purpose of differentiating disk 23 and PSDP 28 output record formats. A tuple contains fields projected from the source record and up to six "virtual" fields: row address, pad words (tuple scratch pad), the boolean results from each of the filter operations, a hash result, the tuple null vector, and the tuple length. All are optional on a per-table basis. The order of these fields is given in the following table. F. QUERY PROCESSING EXAMPLE
As an aid in the illustrating how the system 10 processes data, an example database will be described that contains store sales data. The database defines a SalesDetail data table, a Customer data table, and a Store data table as follows:
SalesDetail StorelD
CustomerlD
SaleDate
ProductCategory
Units Amount
Customer
CustomerlD
Gender
Store
StorelD
StoreLocation A sample query might be to "show me the total units and dollar amount of rain gear sold to females in North Carolina in 2000, by customer ID." This can be translated into the SQL statement:
SELECT SalesDetail.CustomerlD AS "CustID",
Sum(SalesDetail.Units) AS "Sales Units", Sum(SalesDetail.Amount) AS "Sales Amount" FROM SalesDetail, Customer, Store WHERE SalesDetail.StorelD = Store. StorelD AND SalesDetail.CustomerlD = Customer.CustomerlD
AND Store.StoreLocation = "NC" AND Customer. Gender = "Female" AND Year(SalesDetail.SaleDate)="2000" AND SalesDetail.ProductCategory = "Raingear" GROUP BY SalesDetail.CustomerlD; An output from this sample query with the total units and dollar amount of rain gear sold to females in North Carolina in 2000 by customer ID might be shown in tabular format:
CustTD Sales Units Sales Amount
021442 1,300 $45,000
021443 1,200 $41,000 021449 1,800 $60,000 021503 3,500 $98,000 021540 4,200 $112,000
021599 5,000 $150,000
021602 4,700 $143,000
021611 4,100 $104,000
021688 3,600 $101,000 021710 2,000 $65,000
021744 1,200 $41,000
021773 1,500 $43,000
The mechanism for processing this query to produce these results involves a series of steps. Referring to Figs. 1 and 3, the query is passed from the user (for example, Business Intelligence Application 30) over the external network 33 to the host 12. On the host 12, the Plan Generator 204 then creates tentative execution plans.
An execution plan describes the query processing steps that are required to produce results. Some of these steps can be executed in parallel, while others must be executed in sequence. Different steps may be optimally executed in different processing locales. Some steps, such as sorting large amounts of data, can benefit from fast processors with lots of shared memory, as may be the case in an SMP environment. Some steps, such as reading lots of data from disk, can benefit from running in a massively parallel environment, where I/O can be overlapped. Still other steps, such as filtering a stream of data, can benefit from specialized hardware circuits that can perform simple comparisons at streaming speeds.
The Plan Optimizer 205 selects an execution plan, optimizes that plan, annotates the steps of the plan to note dependencies between steps and optimum processing locales, and passes it to the Plan Link 206. The Plan Link 206 expands the plan as necessary, based on where parts of the plan will be executed, resulting in a sequence of Jobs, in which each job is a group of steps that can be performed as a sequential unit within a processing locale.
The execution plan for the example query is shown below. It consists initially of a sequence of seven jobs, each job performing a portion of the work required for evaluating the query.
Job Needs Locale Operation
0 JPU SCAN Customer
PSDP RESTRICT Gender = "Female" PSDP PROJECT CustomerlD JPU SAVE AS TEMPCustomer
0 JPU SCAN Store
PSDP RESTRICT StoreLocation = "NC" PSDP PROJECT StorelD JPU BROADCAST AS TEMPStore
1&2 JPU SCAN SalesDetail PSDP RESTRICT ProductCategory = "Raingear" AND
Year(SaleDate)="2000"
PDSP PROJECT CustomerlD, StorelD, Units, Amount
[4] 3 JPU JOIN WITH TEMPStore, Store_D=TEMPStore.Store_D JPU PROJECT CustomerlD, Units, Amount
[5] 4 JPU JOIN WITH TEMPCustomer, Customer_D= TEMPCustomer.CustomerlD
JPU PROJECT CustomerlD, Units AS "Units" , Amount AS
"Amt" [6] 5 JPU GROUP By CustomerlD JPU AGGREGATE SumfUnits) AS "Units", Sum(Amt) AS
"AmtTotal"
JPU PROJECT CustomerlD, "Units", "AmtTotal" JPU RETURN HOST
6* HOST RETURN USER
For example, Job 1 directs each JPU 22 to scan the portion of the Customer table that is local to its disk 23, then to use the specialized PSDP 28 to filter out everything from the Customer table except the identifiers of female customers, and then to store those CustomerlDs in a temporary file on the JPU 22' s local disk 23. Similarly, Job 2 scans the Store table, bringing into the JPU 22 's memory 27 only the identifiers of stores in North Carolina, and since this is a relatively small set of data, broadcasting the resulting set of identifiers to all JPUs 22, where they are then accumulated and saved in memory as TEMPStore. Jobs 1 and 2 do not depend on any other jobs, and are specified to run concurrently if possible.
When two or more jobs sharing the same processing locale must execute in sequence, the system combines them together into a single job, and avoids intermediate materialization. In the example given, Jobs 3 through 6 form such a sequence, and are combined by the Host Dispatch 208 into on streaming job. This combined job scans the SalesDetail table, with its restrictions and projections. As the tuples are received from scan and filtered through the PSDP 28, each tuple is joined with TEMPStore and TEMPCustomer and aggregated. On the aggregation node, as each new customer ID is received, the previous one and its sums are Sent to the host, where Job 7 is then invoked in a streaming fashion, to return the aggregated tuples through the ODBC connection 38 back to the user.
After it potentially combines jobs, the Host Dispatch 208 then sends individual Jobs within the plan to the respective locales (e.g., the JPUs 22 or the LJPUs 30) for execution. In this example, jobs 1 -6 are sent to the JPUs 22 for execution, with job 7 reserved for the host 12.
Fig. 7 is a diagram illustrating how an exemplary job is processed by a set of
JPUs 22, in the second group. An example Job 3 (replicated here again) included instructions 3 JPU SCAN SalesDetail
PSDP RESTRICT ProductCategory = "Raingear" AND
Year(SaleDate)="2000" PDSP PROJECT CustomerlD, StorelD, Units, Amount
Individual jobs are forwarded from the host 12 to typically many JPUs 22 (and to the LJPUs if specified as a locale for the job) in parallel as a message sent via the communication layers described above. While the messages are typically sent as a User Datagram Protocol (UDP) type broadcast message to all JPUs in parallel, it should be understood that unicast messaging can also be used, and that other protocols such as Transmission Control Protocol (TCP) can also be used. More details of messaging protocols suitable use with the invention can be found in our co-pending U.S. Patent Application Ser. No. 10/145,564 filed May 13, 2002, entitled "Network Interface For Distributed Intelligence Database System", by Hinshaw et al.
Upon receipt of ajob message at the job listener 301, the JPU dispatch unit 304 adds the job to a queue of pending jobs. The JPU Resource Scheduler 322 subsequently schedules the job for execution based on factors that can include the availability of memory or disk or I/O resources for processing the job. As shown in Fig. 7, the typical system 10 has a number of JPUs 22-1, 22-2 , 22-3, each capable of queuing and scheduling jobs independently of the other JPUs 22.
In this example, the SalesDetail table would have already been distributed across multiple JPUs. In the illustrated example, three JPUs store various non- overlapping portions of the SalesDetail table. Thus a given JPU is said to "own" the data (records) sent to it for the purpose of insertion or loading.
When a table is created, one of its fields may be selected (such as the CustomerlD field 702) to distribute records more or less evenly across the multiple JPUs 22. Thus, for example, ifthere were 900 Sales Detail records and three JPUs 22, then the host 12 would distribute approximately 300 records per JPU based upon the value of the CustomerlD field. One scheme for distributing data records to JPUs 22 is described in co-pending U.S. Patent Application (Attorney Docket No. 3336.1001-001 entitled "Disk Mirror Architecture for Database Appliance", by Hinshaw, et al, filed on September 18, 2003.
Any such distribution may not be random for all fields, however. For example, the distribution of records may be such that JPU 22-1 contains a preponderance of SalesDetail records with a 1998 date, while JPU 22-2 contains a preponderance of SalesDetail records with a 2000 date. In the example shown, the RESTRICT operator of Job 3 passes only those SalesDetail records with a year of 2000. Therefore, JPU 22-2 may have more data records to process than other JPUs 22- 1 or 22-3. This is, in part, at least one reason why a particular JPU may finish a job sooner than another JPU.
Each JPU Resource Scheduler 322 allocates a priority to the jobs in its queue based upon resource availability conditions local to its respective JPU 22. For example, JPU memory is often a high demand resource, and jobs that make a high relative demand on memory reserves may be given lower priority than other jobs. Other schemes can use other parameters to determine the priorities to be assigned to various jobs, such as desired completion time, or estimated demands on other resources such as local JPU disk and/or network I/O demand, user specified priority, and the like.
In the example illustrated in Fig. 7, JPU 22-1 will typically finish its operations first before JPU 22-2. This is because the RESTRICT operation, requiring selection of records where the "Year" field is equal to "2000", will pass through fewer records for processing in subsequent steps than will be passed through on JPU 22-2. In the simple example given, there were no other steps after the
RESTRICT and PROJECT. However, if Job 3 included a fourth step to SORT the data resulting from the PROJECT step, then JPU 22-2 would have additional processing on the order of N*logN where N was the number of SalesDetails records passing the RESTRICT step. JPU 22-1 would thus be freed to perform other jobs for the same query, or even other jobs for different queries, as soon as it finishes processing its own data.
When any record is created, such as a SalesDetail record in this example, it is distributed to a particular JPU. In the preferred embodiment, each record is processed exclusively by the JPU on which it was created, so long as that JPU is operational and so long as the record is accessible to that JPU. The record may be replicated to other JPUs for mirroring purposes, but such replicas are not used for normal job processing.
Even though JPU 22-2 may require more time to process Job 3 than does JPU 22-1, JPU 22-1 cannot help JPU 22-2 by processing some of its data. This frees JPU 22- 1 to do other work.
This architecture can be thought of as asymmetric scheduling scheme, whereby each JPU 22 is able to schedule jobs for itself, without regard to how jobs are scheduled for other JPUs. It allows each JPU to complete its assigned tasks independently of the other JPUs, thereby freeing it to perform other tasks. In the simple example presented in Fig. 7, no great advantage is evident since there is only a single job illustrated. However, in the typical environment where many users or applications are making queries at the same time, it can be appreciated that the job queue within a given JPU 22 will quickly become filled with different jobs of varying demands and priority. In such an environment, by making the JPU operations asynchronous, overall throughput is greatly increased.
This asynchronism in job execution by the JPUs 22, however, should not be carried forward in the result reporting by the Host 12 to the application 30. The job listener component 210 in the host 12 thus acts to first coordinate job responses from multiple JPUs. In particular, the job listener 210 waits to receive results data from each JPU before reporting back to the Host Event Handler 252 that a particular job has been completed, To expedite this, each job can be tagged with a unique job identifier (JTD)
704. When each JPU returns results of a particular job to a host, the JTD is included, as well as an identifier for the particular JPU. The Host Event Handler 252, thus knowing how many JPUs 22 are active, can then tally responses from the JPUs to ensure that job identifiers are received from each, before taking the next step in a plan that has jobs that must be run sequentially, and before ultimately reporting the results back to the application.
As alluded to previously, JPU-assigned jobs can run asynchronously and in parallel. In the example being described, Jobs 1 and 2 can run concurrently and therefore be dispatched to the JPUs 22 at the same time. However, Job 3 must only be run after both Jobs 1 and 2 have been completed. Thus, Execution Engine 360 will not permit Host Dispatch 208 to issue Job 3 until Jobs 1 and 2 are complete.
Fig. 8 is an example scenario where two JPUs 22-1 and 22-2 execute jobs that result in different priorities being assigned to the same job. Here, the JPUs 22 have already performed an earlier task, such as a Job 1 :
JPU SCAN SalesDetail PSDP RESTRICT ProductCategory = "Raingear" AND
Year(SaleDate)="2000" PDSP PROJECT CustomerlD, StorelD, Units, Amount
JPU SORT by CustomerlD
This is similar to Job 3 of the earlier example, but with a subsequent sort step. Given the data distribution discussed above for Fig. 7, the first JPU 22-1 has very few records that pass the RESTRICT, so that the sort step completes quickly and its local memory is relatively free after finishing Job 1. However, the second JPU 22-2 had many, many records pass the RESTRICT
(such as one million records), and its local memory may now be heavily used in the process of executing the last sorting step of Job 3.
As a next sequence of events, the host 12 has generated a pair of additional jobs, including a Job 2 requesting that a SalesDetail table be processed to count all records where the Year field is equal to 2000, and a Job 4 that is a JOIN of two
SCANS. For Job 2, the count operation does not require the continuing presence of each record, merely a running total. Such ajob does not make particularly large demands on memory local to the JPU 22, since each record that is processed is simply discarded once it is counted. Job 4 however, is a more complicated job in the sense that to perform a JOIN which requires instantiation of at least one data set in the JPU's memory. Job 4 therefore makes higher demands on local memory.
With this scenario, the JPU Resource Scheduler 322 may choose to schedule
Job 4 first on JPU 22-1, prior to allowing Job 2 to run (or at least with a higher priority than Job 2). This is because the prior Job 1 did not make very heavy demands on local memory, and so sufficient memory is available to process Job 4.
However, in the case of JPU 22-2, the scheduler 322 may choose Job 2 to execute first, and then Job 4. This may be a result of the fact that JPU 22-2's memory is already heavily loaded as a result of performing Job 1. It may not have enough spare memory to support Job 4, but yet have enough to complete Job 2. While this invention has been particularly shown and described with references to preferred embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the scope of the invention encompassed by the appended claims.

Claims

CLATMSWhat is claimed is:
1. An asymmetric data processing system comprising: a first group of one or more host computers, each comprising a memory, a network interface and one or more Central Processing Units (CPUs), each host computer accepting and responding to requests to process data; a second group of two or more Job Processing Units (JPUs), operating autonomously and asynchronously from one another, each JPU consisting of a memory, a network interface, a data interface with exclusive access to one or more sources of data, and one or more general purpose CPUs, each JPU in the second group being responsive to requests received from a host computer to execute jobs, the jobs containing instructions for the processing of a particular subset of data under the JPU's exclusive control; and a network connecting the network interfaces within each group and between the two groups.
2. The system of claim 1 wherein the data comprises structured records.
3. The system of claim 1 wherein the data comprises a mixture of fixed and variable length fields of various data types.
4. The system of claim 3 wherein the data further comprise header information describing fields with null values and offsets of variable length fields.
5. The system of claim 1 wherein the sources of data comprise one or more storage devices which are directly accessed by no other JPU in the second group and by none of the host computers in first group.
6. The system of claim 1 wherein the sources of data comprise an external source of streaming data, such that the streaming data is directly accessed by no other JPU in the second group and by none of the host computers in the first group.
7. The system of claim 1 wherein autonomous operation is such that host computers in the first group do not coordinate processing across JPUs.
8. The system of claim 1 wherein asynchronous operation is such that host computers in the first group operate in synchronism with the JPUs.
9. The system of claim 5 in which JPUs in the second group manage the storage devices autonomously, such that they have exclusive responsibility for the mapping between the location and representation of data in memory and the location and representation of data within the storage devices.
10. The system of claim 9 in which JPUs in the second group manage their associated local storage devices by performing at least one function selected from a group consisting of: storage allocation and deallocation; insertion, deletion and retrieval of records; creation and deletion and maintenance of tables, views and indices; mirroring and replication; and compression and decompression.
11. The system of claim 10 in which the JPUs in the second group further comprise a storage manager component which is responsible for hiding details of storage management from other components of the JPUs.
12. The system of claim 11 in which the storage manager component checks requests to insert record data into a table to ensure that the record data conforms to the table's definition.
13. The system of claim 1 in which the JPUs in the second group manage transactions autonomously, containing operating software which is responsible for at least one of of the following functions: starting, pre-committing, committing and aborting transactions against data on the JPU.
14. A system as in claim 1 wherein the JPUs in the second group control concurrent access to data that is local to the JPU, containing software which is responsible for locking the local data and identifying dependencies between transactions that process local data.
15. System of claim 1 in which the JPUs in the second group perform mirroring autonomously, by ensuring that modifications to data local to a first JPU are replicated redundantly on another device.
16. System of claim 15 in which the device containing replicated data of the JPU is a second JPU.
17. The system of claim 1 in which the JPUs in the second group may receive new jobs before completing older jobs, and where the resources required to satisfy jobs are scheduled locally and autonomously by the JPUs that own the resources.
18. The system of claim 1 wherein the JPU's report job results to at least one host.
19. The system of claim 18 wherein j obs are assigned a j ob identifier and wherein the host additionally coordinates completion of jobs by determining when all active JPU's report results for a particular job.
20. The system of claim 18 wherein the JPU's further provide a JPU identifier with results data, so that job completion can be coordinated by all active JPU's.
21. The system of claim 20 wherein coordination of results is performed by a Large Job Processing Unit (LJPU) in a third group of processors .
22. The system of claim 1 wherein a host in the first group sends a job to a plurality of JPUs in the second group by broadcasting a message contaming the job onto the network, without specifying the identity of any JPUs to receive the job.
23. The system of claim 22 wherein the JPUs that receive the same jobs from one or more hosts may process those jobs in different orders and at different times.
24. The system of claim 1 wherein each JPU in the second group further comprises a scheduling component, and each JPU processes its assigned jobs and returns results to a requesting host in the order and at the time that the scheduling component specifies.
25. The system of claim 1 in which a host that issues a request to multiple JPUs accepts replies from the JPUs when provided under control of the JPU operating autonomously, and not in any order specified by the host.
26. The system of claim 1 in which at least one JPU has an operating system capable of receiving and processing multiple jobs at a given time.
27. The system of claim 26 wherein the operating system supports overlapping job execution.
28. The system of claim 1 in which JPUs in the second tier are embedded components that are not directly accessible to applications that present data processing requests to the hosts.
29. The system of claim 28 in which the hosts in the first group are exclusively responsible for interfacing to external applications, thereby supporting the use of JPUs having different processing capabilities, without requiring changes to be made to the applications making requests.
30. The system of claim 28 in which execution of requests made by a first application cannot affect the correct execution of requests made by other applications.
31. The system of claim 28 in which a pre-existing application that makes a request in a standard query language of the system, results in the host distributing jobs to one or more JPUs in the second group, without having to change the preexisting application.
32. The system of claim 1 in which the data processed by the host computers in the first group is partitioned into two or more subsets, such that the processing of data in each subset is the primary responsibility of no more than one JPU. .
33. The system of claim 32 in which the identity of a JPU primarily responsible for processing a given subset of data is determinable as a function of the data.
34. The system of claim 1 additionally comprising: a third group of Large Job Processing Units (LJPUs), each LJPU being responsive to jobs, the LJPUs having greater memory and processing capabilities than the JPUs; and network also connects LJPUs in the third group to the computers of the other groups.
35. The system of claim 34 wherein LJPUs share memory resources.
36. The system of claim 33 wherein the LJPUs have an execution engine responsible for coordinating results from the JPUs.
37. The system of claim 1 wherein the computers in the first group are arranged in a symmetric multiprocessing architecture.
38. The system of claim 1 wherein the computers in the second group are arranged in a massively parallel architecture.
PCT/US2003/029699 2002-09-18 2003-09-18 Asymmetric data streaming architecture having autonomous and asynchronous job processing unit WO2004027576A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
AU2003270828A AU2003270828A1 (en) 2002-09-18 2003-09-18 Asymmetric data streaming architecture having autonomous and asynchronous job processing unit
EP03752541A EP1546822A4 (en) 2002-09-18 2003-09-18 Asymmetric data streaming architecture having autonomous and asynchronous job processing unit

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US41168602P 2002-09-18 2002-09-18
US60/411,686 2002-09-18
US41205702P 2002-09-19 2002-09-19
US60/412,057 2002-09-19

Publications (3)

Publication Number Publication Date
WO2004027576A2 true WO2004027576A2 (en) 2004-04-01
WO2004027576A9 WO2004027576A9 (en) 2004-06-17
WO2004027576A3 WO2004027576A3 (en) 2004-09-02

Family

ID=32033566

Family Applications (5)

Application Number Title Priority Date Filing Date
PCT/US2003/029699 WO2004027576A2 (en) 2002-09-18 2003-09-18 Asymmetric data streaming architecture having autonomous and asynchronous job processing unit
PCT/US2003/029377 WO2004027649A1 (en) 2002-09-18 2003-09-18 Asymmetric streaming record data processor method and apparatus
PCT/US2003/029187 WO2004027648A1 (en) 2002-09-18 2003-09-18 Intelligent storage device controller
PCT/US2003/030001 WO2004027652A1 (en) 2002-09-18 2003-09-18 Programmable streaming data processor for database appliance having multiple processing unit groups
PCT/US2003/029186 WO2004027647A1 (en) 2002-09-18 2003-09-18 Field oriented pipeline architecture for a programmable data streaming processor

Family Applications After (4)

Application Number Title Priority Date Filing Date
PCT/US2003/029377 WO2004027649A1 (en) 2002-09-18 2003-09-18 Asymmetric streaming record data processor method and apparatus
PCT/US2003/029187 WO2004027648A1 (en) 2002-09-18 2003-09-18 Intelligent storage device controller
PCT/US2003/030001 WO2004027652A1 (en) 2002-09-18 2003-09-18 Programmable streaming data processor for database appliance having multiple processing unit groups
PCT/US2003/029186 WO2004027647A1 (en) 2002-09-18 2003-09-18 Field oriented pipeline architecture for a programmable data streaming processor

Country Status (4)

Country Link
US (6) US7698338B2 (en)
EP (6) EP2264628A1 (en)
AU (5) AU2003273333A1 (en)
WO (5) WO2004027576A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7069375B2 (en) 2001-05-17 2006-06-27 Decru, Inc. Stream-oriented interconnect for networked computer storage
US9423983B2 (en) 2012-01-19 2016-08-23 Syncsort Incorporated Intelligent storage controller

Families Citing this family (328)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7165257B2 (en) * 2000-02-08 2007-01-16 Mips Technologies, Inc. Context selection and activation mechanism for activating one of a group of inactive contexts in a processor core for servicing interrupts
US7082552B2 (en) * 2000-02-08 2006-07-25 Mips Tech Inc Functional validation of a packet management unit
US7032226B1 (en) * 2000-06-30 2006-04-18 Mips Technologies, Inc. Methods and apparatus for managing a buffer of events in the background
US7058064B2 (en) * 2000-02-08 2006-06-06 Mips Technologies, Inc. Queueing system for processors in packet routing operations
US7155516B2 (en) * 2000-02-08 2006-12-26 Mips Technologies, Inc. Method and apparatus for overflowing data packets to a software-controlled memory when they do not fit into a hardware-controlled memory
US7139901B2 (en) * 2000-02-08 2006-11-21 Mips Technologies, Inc. Extended instruction set for packet processing applications
US7649901B2 (en) * 2000-02-08 2010-01-19 Mips Technologies, Inc. Method and apparatus for optimizing selection of available contexts for packet processing in multi-stream packet processing
WO2005048134A2 (en) * 2002-05-21 2005-05-26 Washington University Intelligent data storage and processing using fpga devices
US7904454B2 (en) * 2001-07-16 2011-03-08 International Business Machines Corporation Database access security
US7685126B2 (en) 2001-08-03 2010-03-23 Isilon Systems, Inc. System and methods for providing a distributed file system utilizing metadata to track information about data stored throughout the system
US7146524B2 (en) * 2001-08-03 2006-12-05 Isilon Systems, Inc. Systems and methods for providing a distributed file system incorporating a virtual hot spare
AU2003273333A1 (en) * 2002-09-18 2004-04-08 Netezza Corporation Field oriented pipeline architecture for a programmable data streaming processor
US7937421B2 (en) 2002-11-14 2011-05-03 Emc Corporation Systems and methods for restriping files in a distributed file system
US7010538B1 (en) * 2003-03-15 2006-03-07 Damian Black Method for distributed RDSMS
WO2005008529A2 (en) * 2003-07-07 2005-01-27 Netezza Corporation Optimized sql code generation
WO2005028627A2 (en) 2003-09-19 2005-03-31 Netezza Corporation Performing sequence analysis as a relational join
US7149736B2 (en) * 2003-09-26 2006-12-12 Microsoft Corporation Maintaining time-sorted aggregation records representing aggregations of values from multiple database records using multiple partitions
US7181647B2 (en) * 2003-10-15 2007-02-20 International Business Machines Corporation Error tracking method and system
US7457819B2 (en) 2003-10-17 2008-11-25 International Business Machines Corporation Configurable flat file data mapping to a database
US7634500B1 (en) * 2003-11-03 2009-12-15 Netlogic Microsystems, Inc. Multiple string searching using content addressable memory
US7870161B2 (en) 2003-11-07 2011-01-11 Qiang Wang Fast signature scan
US7454418B1 (en) * 2003-11-07 2008-11-18 Qiang Wang Fast signature scan
US9098340B2 (en) * 2003-12-08 2015-08-04 Teradata Us, Inc. Virtual regulator for a database system
US8954420B1 (en) 2003-12-31 2015-02-10 Google Inc. Methods and systems for improving a search ranking using article information
DE102004001212A1 (en) * 2004-01-06 2005-07-28 Deutsche Thomson-Brandt Gmbh Process and facility employs two search steps in order to shorten the search time when searching a database
US7529764B2 (en) * 2004-01-12 2009-05-05 Hitachi Global Storage Technologies Netherlands B.V. GUI for data pipeline
US20050154696A1 (en) * 2004-01-12 2005-07-14 Hitachi Global Storage Technologies Pipeline architecture for data summarization
US8631076B1 (en) 2004-03-31 2014-01-14 Google Inc. Methods and systems for associating instant messenger events
US7333976B1 (en) 2004-03-31 2008-02-19 Google Inc. Methods and systems for processing contact information
US8161053B1 (en) 2004-03-31 2012-04-17 Google Inc. Methods and systems for eliminating duplicate events
US7941439B1 (en) 2004-03-31 2011-05-10 Google Inc. Methods and systems for information capture
US8386728B1 (en) 2004-03-31 2013-02-26 Google Inc. Methods and systems for prioritizing a crawl
US7725508B2 (en) * 2004-03-31 2010-05-25 Google Inc. Methods and systems for information capture and retrieval
US20050234929A1 (en) * 2004-03-31 2005-10-20 Ionescu Mihai F Methods and systems for interfacing applications with a search engine
US8099407B2 (en) 2004-03-31 2012-01-17 Google Inc. Methods and systems for processing media files
US8275839B2 (en) 2004-03-31 2012-09-25 Google Inc. Methods and systems for processing email messages
US8346777B1 (en) 2004-03-31 2013-01-01 Google Inc. Systems and methods for selectively storing event data
JP2005309847A (en) * 2004-04-22 2005-11-04 Sharp Corp Data processor
US8015154B1 (en) * 2004-06-07 2011-09-06 Teradata Us, Inc. Starting database software in response to a broadcast message
US7958292B2 (en) * 2004-06-23 2011-06-07 Marvell World Trade Ltd. Disk drive system on chip with integrated buffer memory and support for host memory access
US7536693B1 (en) 2004-06-30 2009-05-19 Sun Microsystems, Inc. Method for load spreading of requests in a distributed data storage system
US7328303B1 (en) * 2004-06-30 2008-02-05 Sun Microsystems, Inc. Method and system for remote execution of code on a distributed data storage system
US7552356B1 (en) 2004-06-30 2009-06-23 Sun Microsystems, Inc. Distributed data storage system for fixed content
US7734643B1 (en) 2004-06-30 2010-06-08 Oracle America, Inc. Method for distributed storage of data
US7296180B1 (en) 2004-06-30 2007-11-13 Sun Microsystems, Inc. Method for recovery of data
US9600216B2 (en) * 2004-07-22 2017-03-21 Ca, Inc. System and method for managing jobs in heterogeneous environments
US7886296B2 (en) * 2004-07-22 2011-02-08 Computer Associates Think, Inc. System and method for providing alerts for heterogeneous jobs
US8427667B2 (en) * 2004-07-22 2013-04-23 Ca, Inc. System and method for filtering jobs
US7984443B2 (en) 2004-07-22 2011-07-19 Computer Associates Think, Inc. System and method for normalizing job properties
US8028285B2 (en) * 2004-07-22 2011-09-27 Computer Associates Think, Inc. Heterogeneous job dashboard
US9020929B2 (en) * 2004-08-05 2015-04-28 International Business Machines Corporation Method and system for tracking performance by breaking down a query
US8051425B2 (en) * 2004-10-29 2011-11-01 Emc Corporation Distributed system with asynchronous execution systems and methods
US8055711B2 (en) 2004-10-29 2011-11-08 Emc Corporation Non-blocking commit protocol systems and methods
US8238350B2 (en) 2004-10-29 2012-08-07 Emc Corporation Message batching with checkpoints systems and methods
DE102004052576A1 (en) * 2004-10-29 2006-05-04 Advanced Micro Devices, Inc., Sunnyvale Parallel processing mechanism for multiprocessor systems
US20060100845A1 (en) * 2004-11-08 2006-05-11 Mazzagatti Jane C Multiple stream real time data simulation adapted for a KStore data structure
JP2006163596A (en) * 2004-12-03 2006-06-22 Internatl Business Mach Corp <Ibm> Information processing system, control method and program
WO2006071817A2 (en) 2004-12-29 2006-07-06 Netcell Corporation Intelligent storage engine for disk drive operations with reduced local bus traffic
US20060146868A1 (en) * 2005-01-05 2006-07-06 Intel Corporation Device, system and method for selective aggregation of transmission streams
US7610397B2 (en) * 2005-02-28 2009-10-27 International Business Machines Corporation Method and apparatus for adaptive load shedding
US7389300B1 (en) * 2005-05-27 2008-06-17 Symantec Operating Corporation System and method for multi-staged in-memory checkpoint replication with relaxed consistency
US7877750B2 (en) * 2005-07-27 2011-01-25 Sap Ag Scheduled job execution management
US7970788B2 (en) 2005-08-02 2011-06-28 International Business Machines Corporation Selective local database access restriction
US9270532B2 (en) * 2005-10-06 2016-02-23 Rateze Remote Mgmt. L.L.C. Resource command messages and methods
US7353332B2 (en) * 2005-10-11 2008-04-01 Integrated Device Technology, Inc. Switching circuit implementing variable string matching
US7788303B2 (en) 2005-10-21 2010-08-31 Isilon Systems, Inc. Systems and methods for distributed system scanning
US7551572B2 (en) 2005-10-21 2009-06-23 Isilon Systems, Inc. Systems and methods for providing variable protection
US7917474B2 (en) 2005-10-21 2011-03-29 Isilon Systems, Inc. Systems and methods for accessing and updating distributed data
US7797283B2 (en) 2005-10-21 2010-09-14 Isilon Systems, Inc. Systems and methods for maintaining distributed data
US20070094343A1 (en) * 2005-10-26 2007-04-26 International Business Machines Corporation System and method of implementing selective session replication utilizing request-based service level agreements
US7933923B2 (en) * 2005-11-04 2011-04-26 International Business Machines Corporation Tracking and reconciling database commands
US7958513B2 (en) * 2005-11-17 2011-06-07 International Business Machines Corporation Method, system and program product for communicating among processes in a symmetric multi-processing cluster environment
US7606844B2 (en) 2005-12-19 2009-10-20 Commvault Systems, Inc. System and method for performing replication copy storage operations
US7651593B2 (en) * 2005-12-19 2010-01-26 Commvault Systems, Inc. Systems and methods for performing data replication
US8849745B2 (en) * 2005-12-23 2014-09-30 International Business Machines Corporation Decision support methods and apparatus
WO2007073470A2 (en) 2005-12-23 2007-06-28 Perdiem, Llc System and method for defining an event based on a relationship between an object location and a user-defined zone
US7525425B2 (en) 2006-01-20 2009-04-28 Perdiem Llc System and method for defining an event based on relationship between an object location and a user-defined zone
US20070150585A1 (en) * 2005-12-28 2007-06-28 Microsoft Corporation Multi-dimensional aggregation on event streams
US20070180275A1 (en) * 2006-01-27 2007-08-02 Brian Metzger Transparent encryption using secure JDBC/ODBC wrappers
US7848261B2 (en) 2006-02-17 2010-12-07 Isilon Systems, Inc. Systems and methods for providing a quiescing protocol
JP4140919B2 (en) * 2006-03-14 2008-08-27 インターナショナル・ビジネス・マシーンズ・コーポレーション System and method for performing processing such as spreadsheet
JP4532423B2 (en) * 2006-03-16 2010-08-25 富士通株式会社 Server system
US8607350B2 (en) * 2006-03-30 2013-12-10 International Business Machines Corporation Sovereign information sharing service
US7756898B2 (en) 2006-03-31 2010-07-13 Isilon Systems, Inc. Systems and methods for notifying listeners of events
US7933981B1 (en) * 2006-06-21 2011-04-26 Vmware, Inc. Method and apparatus for graphical representation of elements in a network
US7899800B2 (en) 2006-08-18 2011-03-01 Isilon Systems, Inc. Systems and methods for providing nonlinear journaling
US7680836B2 (en) 2006-08-18 2010-03-16 Isilon Systems, Inc. Systems and methods for a snapshot of data
US7882071B2 (en) 2006-08-18 2011-02-01 Isilon Systems, Inc. Systems and methods for a snapshot of data
US7680842B2 (en) 2006-08-18 2010-03-16 Isilon Systems, Inc. Systems and methods for a snapshot of data
US7822932B2 (en) 2006-08-18 2010-10-26 Isilon Systems, Inc. Systems and methods for providing nonlinear journaling
US7590652B2 (en) * 2006-08-18 2009-09-15 Isilon Systems, Inc. Systems and methods of reverse lookup
US7953704B2 (en) 2006-08-18 2011-05-31 Emc Corporation Systems and methods for a snapshot of data
US8244718B2 (en) * 2006-08-25 2012-08-14 Teradata Us, Inc. Methods and systems for hardware acceleration of database operations and queries
US7783654B1 (en) 2006-09-19 2010-08-24 Netlogic Microsystems, Inc. Multiple string searching using content addressable memory
US7660793B2 (en) 2006-11-13 2010-02-09 Exegy Incorporated Method and system for high performance integration, processing and searching of structured and unstructured data using coprocessors
US8127113B1 (en) 2006-12-01 2012-02-28 Synopsys, Inc. Generating hardware accelerators and processor offloads
US8289966B1 (en) 2006-12-01 2012-10-16 Synopsys, Inc. Packet ingress/egress block and system and method for receiving, transmitting, and managing packetized data
US8706987B1 (en) 2006-12-01 2014-04-22 Synopsys, Inc. Structured block transfer module, system architecture, and method for transferring
US8849746B2 (en) * 2006-12-19 2014-09-30 Teradata Us, Inc. High-throughput extract-transform-load (ETL) of program events for subsequent analysis
US8141100B2 (en) * 2006-12-20 2012-03-20 International Business Machines Corporation Identifying attribute propagation for multi-tier processing
US8286029B2 (en) 2006-12-21 2012-10-09 Emc Corporation Systems and methods for managing unavailable storage devices
US7593938B2 (en) 2006-12-22 2009-09-22 Isilon Systems, Inc. Systems and methods of directory entry encodings
US20080163224A1 (en) * 2006-12-29 2008-07-03 Frank Joachim H Modeling interrupts in a business process
US7509448B2 (en) 2007-01-05 2009-03-24 Isilon Systems, Inc. Systems and methods for managing semantic locks
US8019781B2 (en) * 2007-02-15 2011-09-13 Microsoft Corporation Host context framework
US8495367B2 (en) * 2007-02-22 2013-07-23 International Business Machines Corporation Nondestructive interception of secure data in transit
US8484220B2 (en) 2007-03-06 2013-07-09 Mcafee, Inc. Clustered index with differentiated subfields
US7962638B2 (en) * 2007-03-26 2011-06-14 International Business Machines Corporation Data stream filters and plug-ins for storage managers
US7900015B2 (en) 2007-04-13 2011-03-01 Isilon Systems, Inc. Systems and methods of quota accounting
US7779048B2 (en) 2007-04-13 2010-08-17 Isilon Systems, Inc. Systems and methods of providing possible value ranges
US8966080B2 (en) 2007-04-13 2015-02-24 Emc Corporation Systems and methods of managing resource utilization on a threaded computer system
JP4073033B1 (en) * 2007-04-27 2008-04-09 透 降矢 A database query processing system using multi-operation processing using composite relational operations that considers improvement of processing functions of join operations
US7716192B2 (en) * 2007-05-08 2010-05-11 Microsoft Corporation Concurrent, lock-free object copying
US20080288498A1 (en) * 2007-05-14 2008-11-20 Hinshaw Foster D Network-attached storage devices
US7933894B2 (en) * 2007-06-15 2011-04-26 Microsoft Corporation Parameter-sensitive plans for structural scenarios
US7676461B2 (en) * 2007-07-18 2010-03-09 Microsoft Corporation Implementation of stream algebra over class instances
US7840556B1 (en) * 2007-07-31 2010-11-23 Hewlett-Packard Development Company, L.P. Managing performance of a database query
US8055653B2 (en) * 2007-08-09 2011-11-08 International Business Machines Corporation Processing overlapping continuous queries
US7949692B2 (en) 2007-08-21 2011-05-24 Emc Corporation Systems and methods for portals into snapshot data
US7966289B2 (en) 2007-08-21 2011-06-21 Emc Corporation Systems and methods for reading objects in a file system
US7882068B2 (en) 2007-08-21 2011-02-01 Isilon Systems, Inc. Systems and methods for adaptive copy on write
US7966343B2 (en) 2008-04-07 2011-06-21 Teradata Us, Inc. Accessing data in a column store database based on hardware compatible data structures
US8862625B2 (en) 2008-04-07 2014-10-14 Teradata Us, Inc. Accessing data in a column store database based on hardware compatible indexing and replicated reordered columns
US9424315B2 (en) 2007-08-27 2016-08-23 Teradata Us, Inc. Methods and systems for run-time scheduling database operations that are executed in hardware
US8458129B2 (en) 2008-06-23 2013-06-04 Teradata Us, Inc. Methods and systems for real-time continuous updates
US8108411B2 (en) * 2007-09-14 2012-01-31 Yahoo! Inc. Methods and systems for merging data sets
US8335767B2 (en) * 2007-10-17 2012-12-18 Oracle International Corporation Maintaining and utilizing SQL execution plan histories
US9003054B2 (en) * 2007-10-25 2015-04-07 Microsoft Technology Licensing, Llc Compressing null columns in rows of the tabular data stream protocol
US7917462B1 (en) * 2007-11-09 2011-03-29 Teradata Us, Inc. Materializing subsets of a multi-dimensional table
US8392461B2 (en) * 2007-11-19 2013-03-05 Teradota Us, Inc. Virtual data maintenance
US8521682B2 (en) * 2008-01-17 2013-08-27 International Business Machines Corporation Transfer of data from transactional data sources to partitioned databases in restartable environments
US8156084B2 (en) * 2008-01-17 2012-04-10 International Business Machines Corporation Transfer of data from positional data sources to partitioned databases in restartable environments
US9251012B2 (en) * 2008-01-18 2016-02-02 Tivo Inc. Distributed backup and retrieval system
US20100198830A1 (en) * 2008-03-06 2010-08-05 Nitrosecurity, Inc. Dynamic data distribution aggregation
US8392397B2 (en) 2008-03-12 2013-03-05 International Business Machines Corporation System and method for provenance function window optimization
US7870345B2 (en) 2008-03-27 2011-01-11 Isilon Systems, Inc. Systems and methods for managing stalled storage devices
US7984324B2 (en) * 2008-03-27 2011-07-19 Emc Corporation Systems and methods for managing stalled storage devices
US7949636B2 (en) 2008-03-27 2011-05-24 Emc Corporation Systems and methods for a read only mode for a portion of a storage system
US7953709B2 (en) * 2008-03-27 2011-05-31 Emc Corporation Systems and methods for a read only mode for a portion of a storage system
US7904460B2 (en) * 2008-04-23 2011-03-08 Microsoft Corporation Determining computer information from processor properties
US8261326B2 (en) 2008-04-25 2012-09-04 International Business Machines Corporation Network intrusion blocking security overlay
JP5212469B2 (en) * 2008-05-15 2013-06-19 富士通株式会社 Computer system and computer system control method
FR2931613B1 (en) * 2008-05-22 2010-08-20 Inst Nat Rech Inf Automat DEVICE AND METHOD FOR INTEGRITY VERIFICATION OF PHYSICAL OBJECTS
US8775344B2 (en) * 2008-05-22 2014-07-08 International Business Machines Corporation Determining and validating provenance data in data stream processing system
US8301626B2 (en) 2008-05-22 2012-10-30 International Business Machines Corporation Method and apparatus for maintaining and processing provenance data in data stream processing system
US8443363B1 (en) * 2008-05-30 2013-05-14 Symantec Corporation Coordinated virtualization activities
US9720729B2 (en) * 2008-06-02 2017-08-01 Microsoft Technology Licensing, Llc Scheduler finalization
US8037024B1 (en) * 2008-06-04 2011-10-11 Google Inc. Data propagation in a multi-shard database system
US8812614B2 (en) * 2008-06-05 2014-08-19 Qualcomm Incorporated Data backup for a mobile computing device
US20110040771A1 (en) * 2008-06-18 2011-02-17 Petascan Ltd. Distributed hardware-based data querying
US9418107B2 (en) * 2008-07-30 2016-08-16 At&T Intellectual Property I, L.P. Method and apparatus for performing query aware partitioning
US8676749B2 (en) * 2008-07-31 2014-03-18 Sybase, Inc. Statement logging in databases
US9477727B2 (en) 2008-08-01 2016-10-25 Sybase, Inc. Abstracting data for use by a mobile device having occasional connectivity
US8776038B2 (en) 2008-08-07 2014-07-08 Code Systems Corporation Method and system for configuration of virtualized software applications
US8434093B2 (en) 2008-08-07 2013-04-30 Code Systems Corporation Method and system for virtualization of software applications
US20100088325A1 (en) 2008-10-07 2010-04-08 Microsoft Corporation Streaming Queries
US9043353B2 (en) * 2008-10-14 2015-05-26 Hewlett-Packard Development Company, L.P. Query stream execution using priority gradient multiprogramming
US8365174B2 (en) * 2008-10-14 2013-01-29 Chetan Kumar Gupta System and method for modifying scheduling of queries in response to the balancing average stretch and maximum stretch of scheduled queries
US9047124B2 (en) * 2008-10-14 2015-06-02 Hewlett-Packard Development Company, L.P. Query scheduler
US8204859B2 (en) 2008-12-10 2012-06-19 Commvault Systems, Inc. Systems and methods for managing replicated database data
US9495382B2 (en) 2008-12-10 2016-11-15 Commvault Systems, Inc. Systems and methods for performing discrete data replication
US9514434B2 (en) * 2009-01-06 2016-12-06 The Boeing Company Apparatus and method for automatic work instruction generation
US8412880B2 (en) * 2009-01-08 2013-04-02 Micron Technology, Inc. Memory system controller to manage wear leveling across a plurality of storage nodes
US8352710B2 (en) 2009-01-19 2013-01-08 International Business Machines Corporation Off-loading of processing from a processor blade to storage blades
US8832173B2 (en) * 2009-01-20 2014-09-09 Sap Ag System and method of multithreaded processing across multiple servers
US8214687B2 (en) * 2009-02-13 2012-07-03 International Business Machines Corporation Disaster recovery based on journaling events prioritization in information technology environments
US8566286B1 (en) 2009-05-15 2013-10-22 Idera, Inc. System and method for high speed database backup using rapidly adjusted dynamic compression ratios controlled by a feedback loop
US8239373B2 (en) * 2009-05-18 2012-08-07 Oracle International Corporation Efficient way to evaluate uncorrelated path-based row sources with XML storage
US8745031B2 (en) * 2009-05-28 2014-06-03 Oracle International Corporation Cache-based predicate handling for queries on XML data using uncorrelated path-based row sources
US8301620B2 (en) * 2009-05-28 2012-10-30 Oracle International Corporation Efficient way to evaluate aggregations on XML data using path-based row sources
US9081616B2 (en) * 2009-05-29 2015-07-14 Lexmark International Technology, SA System and method for adjusting a number of processing modules based on processing load
US20100306005A1 (en) * 2009-05-29 2010-12-02 Perceptive Software, Inc. Workflow Management System and Method
US8161035B2 (en) * 2009-06-04 2012-04-17 Oracle International Corporation Query optimization by specifying path-based predicate evaluation in a path-based query operator
JP5395565B2 (en) * 2009-08-12 2014-01-22 株式会社日立製作所 Stream data processing method and apparatus
US9158816B2 (en) 2009-10-21 2015-10-13 Microsoft Technology Licensing, Llc Event processing with XML query based on reusable XML query template
US9940670B2 (en) * 2009-12-10 2018-04-10 Royal Bank Of Canada Synchronized processing of data by networked computing resources
KR101608495B1 (en) * 2009-12-11 2016-04-01 삼성전자주식회사 Apparatus and Method for processing data stream
US8032673B2 (en) 2009-12-14 2011-10-04 Apple Inc. Transaction ID filtering for buffered programmed input/output (PIO) write acknowledgements
US8683498B2 (en) * 2009-12-16 2014-03-25 Ebay Inc. Systems and methods for facilitating call request aggregation over a network
US8909662B2 (en) * 2009-12-30 2014-12-09 Sybase, Inc. Message based mobile object with native PIM integration
US9336291B2 (en) * 2009-12-30 2016-05-10 Sybase, Inc. Message based synchronization for mobile business objects
US8788458B2 (en) 2009-12-30 2014-07-22 Sybase, Inc. Data caching for mobile applications
US8954958B2 (en) 2010-01-11 2015-02-10 Code Systems Corporation Method of configuring a virtual application
US8645377B2 (en) * 2010-01-15 2014-02-04 Microsoft Corporation Aggregating data from a work queue
US8959183B2 (en) 2010-01-27 2015-02-17 Code Systems Corporation System for downloading and executing a virtual application
US9104517B2 (en) 2010-01-27 2015-08-11 Code Systems Corporation System for downloading and executing a virtual application
US9229748B2 (en) 2010-01-29 2016-01-05 Code Systems Corporation Method and system for improving startup performance and interoperability of a virtual application
US8504515B2 (en) 2010-03-30 2013-08-06 Commvault Systems, Inc. Stubbing systems and methods in a data replication environment
US9317572B2 (en) 2010-03-31 2016-04-19 Cloudera, Inc. Configuring a system to collect and aggregate datasets
US8874526B2 (en) * 2010-03-31 2014-10-28 Cloudera, Inc. Dynamically processing an event using an extensible data model
US9081888B2 (en) 2010-03-31 2015-07-14 Cloudera, Inc. Collecting and aggregating log data with fault tolerance
US20110246550A1 (en) 2010-04-02 2011-10-06 Levari Doron System and method for aggregation of data from a plurality of data sources
US8763009B2 (en) 2010-04-17 2014-06-24 Code Systems Corporation Method of hosting a first application in a second application
US8539102B2 (en) * 2010-06-21 2013-09-17 Comcast Cable Communications, Llc Downloading a code image to remote devices
US10803066B2 (en) * 2010-06-29 2020-10-13 Teradata Us, Inc. Methods and systems for hardware acceleration of database operations and queries for a versioned database based on multiple hardware accelerators
US9218359B2 (en) 2010-07-02 2015-12-22 Code Systems Corporation Method and system for profiling virtual application resource utilization patterns by executing virtualized application
KR101139610B1 (en) * 2010-07-29 2012-04-27 한국수력원자력 주식회사 System and method for synchronized interfaces between engineering analysis programs using databased shared memory
US8566376B2 (en) * 2010-07-30 2013-10-22 Chevron U.S.A. Inc. System and method for data compression using a field programmable gate array
US9021015B2 (en) 2010-10-18 2015-04-28 Code Systems Corporation Method and system for publishing virtual applications to a web server
US20120036146A1 (en) 2010-10-26 2012-02-09 ParElastic Corporation Apparatus for elastic database processing with heterogeneous data
US20120109981A1 (en) * 2010-10-28 2012-05-03 Goetz Graefe Generating progressive query results
US9209976B2 (en) 2010-10-29 2015-12-08 Code Systems Corporation Method and system for restricting execution of virtual applications to a managed process environment
WO2012068557A1 (en) 2010-11-18 2012-05-24 Wal-Mart Stores, Inc. Real-time analytics of streaming data
WO2012068561A2 (en) * 2010-11-18 2012-05-24 Wal-Mart Stores, Inc. Processing data feeds
US10037568B2 (en) 2010-12-09 2018-07-31 Ip Reservoir, Llc Method and apparatus for managing orders in financial markets
US10102242B2 (en) 2010-12-21 2018-10-16 Sybase, Inc. Bulk initial download of mobile databases
US10019503B2 (en) * 2010-12-22 2018-07-10 Microsoft Technology Licensing, Llc Database transfers using constraint free data
US8892569B2 (en) 2010-12-23 2014-11-18 Ianywhere Solutions, Inc. Indexing spatial data with a quadtree index having cost-based query decomposition
US8892503B1 (en) * 2011-01-19 2014-11-18 Accenture-Global Services Limited Journaling tool
US8572274B2 (en) * 2011-02-17 2013-10-29 International Business Machines Corporation Estimating load shed data in streaming database applications
US8589403B2 (en) * 2011-02-28 2013-11-19 Splunk Inc. Compressed journaling in event tracking files for metadata recovery and replication
US20120323971A1 (en) * 2011-06-14 2012-12-20 Sybase, Inc. Optimizing data storage and access of an in-memory database
US9767214B2 (en) * 2011-06-29 2017-09-19 Oracle International Corporation Technique and framework to provide diagnosability for XML query/DML rewrite and XML index selection
US9020969B2 (en) * 2011-07-13 2015-04-28 Sap Se Tracking queries and retrieved results
US8560526B2 (en) 2011-07-26 2013-10-15 International Business Machines Corporation Management system for processing streaming data
US8959313B2 (en) 2011-07-26 2015-02-17 International Business Machines Corporation Using predictive determinism within a streaming environment
US9148495B2 (en) 2011-07-26 2015-09-29 International Business Machines Corporation Dynamic runtime choosing of processing communication methods
US8990452B2 (en) 2011-07-26 2015-03-24 International Business Machines Corporation Dynamic reduction of stream backpressure
US20130067346A1 (en) * 2011-09-09 2013-03-14 Microsoft Corporation Content User Experience
US9747334B2 (en) * 2011-09-30 2017-08-29 Teradata Us, Inc. Managing excess capacity of database systems in a capacity controlled computing environment
US8650204B2 (en) 2011-12-19 2014-02-11 Oracle International Corporation Techniques for efficiently supporting XQuery update facility in SQL/XML
US8949429B1 (en) * 2011-12-23 2015-02-03 Amazon Technologies, Inc. Client-managed hierarchical resource allocation
US8577840B2 (en) * 2012-01-03 2013-11-05 International Business Machines Corporation Replication of data sets
US9213735B1 (en) * 2012-01-25 2015-12-15 Google Inc. Flow control in very large query result sets using a release message to confirm that a client computer is ready to receive the data associated with a data collection operation
US9405553B2 (en) 2012-01-30 2016-08-02 International Business Machines Corporation Processing element management in a streaming data system
US9172608B2 (en) 2012-02-07 2015-10-27 Cloudera, Inc. Centralized configuration and monitoring of a distributed computing cluster
US8904014B2 (en) 2012-03-15 2014-12-02 International Business Machines Corporation Content delivery mechanisms for multicast communication
US8825811B2 (en) * 2012-03-15 2014-09-02 International Business Machines Corporation Connection management and optimization for services delivered over networks
US8862564B2 (en) * 2012-03-16 2014-10-14 Google Inc. Sponsoring resource downloads
US9055069B2 (en) 2012-03-19 2015-06-09 Xcelemor, Inc. Hardware computing system with software mediation and method of operation thereof
US11436672B2 (en) 2012-03-27 2022-09-06 Exegy Incorporated Intelligent switch for processing financial market data
US20130262433A1 (en) * 2012-04-02 2013-10-03 James Qiu Filtering a Distributed Join
US8904451B2 (en) * 2012-04-13 2014-12-02 Theplatform, Llc Systems for prioritizing video processing events based on availability of media file and agent to process the event type
US9146775B2 (en) 2012-04-26 2015-09-29 International Business Machines Corporation Operator graph changes in response to dynamic connections in stream computing applications
US20130318280A1 (en) 2012-05-22 2013-11-28 Xockets IP, LLC Offloading of computation for rack level servers and corresponding methods and systems
US20130318119A1 (en) 2012-05-22 2013-11-28 Xocketts IP, LLC Processing structured and unstructured data using offload processors
US8874682B2 (en) 2012-05-23 2014-10-28 Sybase, Inc. Composite graph cache management
US8805850B2 (en) 2012-05-23 2014-08-12 International Business Machines Corporation Hardware-accelerated relational joins
US9110807B2 (en) 2012-05-23 2015-08-18 Sybase, Inc. Cache conflict detection
US9087095B2 (en) 2012-06-21 2015-07-21 International Business Machines Corporation Processing columns in a database accelerator while preserving row-based architecture
US8977637B2 (en) * 2012-08-30 2015-03-10 International Business Machines Corporation Facilitating field programmable gate array accelerations of database functions
US10635674B2 (en) 2012-09-28 2020-04-28 Oracle International Corporation Migrating a pluggable database between database server instances with minimal impact to performance
US10915549B2 (en) 2012-09-28 2021-02-09 Oracle International Corporation Techniques for keeping a copy of a pluggable database up to date with its source pluggable database in read-write mode
US9930081B2 (en) 2012-11-13 2018-03-27 International Business Machines Corporation Streams optional execution paths depending upon data rates
GB2508603A (en) * 2012-12-04 2014-06-11 Ibm Optimizing the order of execution of multiple join operations
US9378161B1 (en) 2013-01-17 2016-06-28 Xockets, Inc. Full bandwidth packet handling with server systems including offload processors
US9250954B2 (en) 2013-01-17 2016-02-02 Xockets, Inc. Offload processor modules for connection to system memory, and corresponding methods and systems
GB2511072A (en) * 2013-02-22 2014-08-27 Ibm Non-deterministic finite state machine module for use in a regular expression matching system
US9165078B2 (en) * 2013-03-14 2015-10-20 International Business Machines Corporation Row-based data filtering at a database level
US11061965B1 (en) * 2013-03-15 2021-07-13 Teradata Us, Inc. Stored procedure execution in a distributed database system
US10268724B2 (en) * 2013-03-15 2019-04-23 Teradata Us, Inc. Techniques for improving the performance of complex queries
US9147010B2 (en) * 2013-04-17 2015-09-29 International Business Machines Corporation Reconfiguring an operator graph based on attribute usage
US9135203B2 (en) 2013-05-01 2015-09-15 Jonathan Glickman Computer system and a computer device
US9317472B2 (en) 2013-06-07 2016-04-19 International Business Machines Corporation Processing element data sharing
US9282051B2 (en) * 2013-06-26 2016-03-08 Netronome Systems, Inc. Credit-based resource allocator circuit
US9275168B2 (en) * 2013-07-19 2016-03-01 International Business Machines Corporation Hardware projection of fixed and variable length columns of database tables
US9235564B2 (en) * 2013-07-19 2016-01-12 International Business Machines Corporation Offloading projection of fixed and variable length database columns
DE102013109978A1 (en) * 2013-09-11 2015-03-12 Technische Universität Dresden Method and apparatus for pre-selecting, filtering and distributing data in database management systems
US9703925B1 (en) * 2013-10-22 2017-07-11 Pivotal Software, Inc. Rapid processing of biological sequence data
US20150120697A1 (en) 2013-10-28 2015-04-30 Scalebase Inc. System and method for analysis of a database proxy
US9608664B2 (en) 2013-12-30 2017-03-28 International Business Machines Corporation Compression of integer data using a common divisor
CN104793998B (en) * 2014-01-20 2019-04-16 中兴通讯股份有限公司 Terminal system resource management method and device
US10303702B2 (en) 2014-02-07 2019-05-28 Ignite Scalarc Solutions, Inc. System and method for analysis and management of data distribution in a distributed database environment
KR102214511B1 (en) 2014-02-17 2021-02-09 삼성전자 주식회사 Data storage device for filtering page using 2-steps, system having the same, and operation method thereof
US10108686B2 (en) 2014-02-19 2018-10-23 Snowflake Computing Inc. Implementation of semi-structured data as a first-class database element
US10795893B2 (en) 2014-03-07 2020-10-06 Capitalogix Ip Owner, Llc Systems and methods for allocating capital to trading strategies for big data trading in financial markets
US10846257B2 (en) 2014-04-01 2020-11-24 Endance Technology Limited Intelligent load balancing and high speed intelligent network recorders
US9628107B2 (en) 2014-04-07 2017-04-18 International Business Machines Corporation Compression of floating-point data by identifying a previous loss of precision
US9747335B2 (en) * 2014-06-24 2017-08-29 Sap Se Generic operator framework
US10237347B2 (en) 2015-06-08 2019-03-19 Excelero Storage Ltd. System and method for providing a client device seamless access to a plurality of remote storage devices presented as a virtual device
US10979503B2 (en) 2014-07-30 2021-04-13 Excelero Storage Ltd. System and method for improved storage access in multi core system
US9658782B2 (en) 2014-07-30 2017-05-23 Excelero Storage Ltd. Scalable data using RDMA and MMIO
US10936200B2 (en) 2014-07-30 2021-03-02 Excelero Storage Ltd. System and method for improved RDMA techniques for multi-host network interface controllers
US9350384B2 (en) 2014-09-30 2016-05-24 International Business Machines Corporation Hierarchical data compression and computation
US10679140B2 (en) * 2014-10-06 2020-06-09 Seagate Technology Llc Dynamically modifying a boundary of a deep learning network
WO2016060422A1 (en) * 2014-10-12 2016-04-21 엘지전자 주식회사 Broadcast signal transmission device, broadcast signal reception device, broadcast signal transmission method, and broadcast signal reception method
US9959299B2 (en) 2014-12-02 2018-05-01 International Business Machines Corporation Compression-aware partial sort of streaming columnar data
US10909078B2 (en) 2015-02-25 2021-02-02 International Business Machines Corporation Query predicate evaluation and computation for hierarchically compressed data
US10585887B2 (en) 2015-03-30 2020-03-10 Oracle International Corporation Multi-system query execution plan
CN107209738B (en) 2015-05-02 2020-01-10 慧与发展有限责任合伙企业 Direct access to storage memory
US20170010885A1 (en) * 2015-07-07 2017-01-12 Yi-Che Chen Wireless Data Update System and Method
US9836528B1 (en) 2015-07-20 2017-12-05 Google Inc. Data constrained resource access
US10740311B2 (en) * 2015-09-14 2020-08-11 Sap Se Asynchronous index loading for database computing system startup latency managment
US10733209B2 (en) 2015-09-30 2020-08-04 International Business Machines Corporation Smart tuple dynamic grouping of tuples
US10296620B2 (en) 2015-09-30 2019-05-21 International Business Machines Corporation Smart tuple stream alteration
US10657135B2 (en) 2015-09-30 2020-05-19 International Business Machines Corporation Smart tuple resource estimation
US10558670B2 (en) 2015-09-30 2020-02-11 International Business Machines Corporation Smart tuple condition-based operation performance
US10614063B2 (en) * 2015-10-01 2020-04-07 Microsoft Technology Licensing, Llc. Streaming records from parallel batched database access
US10789131B2 (en) 2015-10-23 2020-09-29 Oracle International Corporation Transportable backups for pluggable database relocation
US10380070B2 (en) * 2015-11-12 2019-08-13 International Business Machines Corporation Reading and writing a header and record on tape
US9948620B2 (en) 2015-12-15 2018-04-17 International Business Machines Corporation Management of encryption within processing elements
US11449365B2 (en) * 2016-01-04 2022-09-20 Trilio Data Inc. Ubiquitous and elastic workload orchestration architecture of hybrid applications/services on hybrid cloud
DE112016006514T5 (en) * 2016-02-29 2018-12-06 NEC Laboratories Europe GmbH A method and data processing system for managing streaming tasks of a predefined application topology
US10523724B2 (en) 2016-05-10 2019-12-31 International Business Machines Corporation Dynamic stream operator fission and fusion with platform management hints
CN106874320A (en) 2016-06-20 2017-06-20 阿里巴巴集团控股有限公司 The method and apparatus of distributive type data processing
US10423800B2 (en) 2016-07-01 2019-09-24 Capitalogix Ip Owner, Llc Secure intelligent networked architecture, processing and execution
US10776846B2 (en) * 2016-07-27 2020-09-15 Nike, Inc. Assortment optimization
US10649950B2 (en) 2016-08-29 2020-05-12 Excelero Storage Ltd. Disk access operation recovery techniques
US20180060315A1 (en) * 2016-08-31 2018-03-01 International Business Machines Corporation Performing file system maintenance
US10613882B2 (en) 2016-10-14 2020-04-07 Seagate Technology Llc Active drive API
US10585890B2 (en) * 2016-10-27 2020-03-10 International Business Machines Corporation Generation of query execution plans
WO2018119035A1 (en) 2016-12-22 2018-06-28 Ip Reservoir, Llc Pipelines for hardware-accelerated machine learning
US10387679B2 (en) 2017-01-06 2019-08-20 Capitalogix Ip Owner, Llc Secure intelligent networked architecture with dynamic feedback
CN108319623B (en) * 2017-01-18 2021-10-22 华为技术有限公司 Data redistribution method and device and database cluster
US20200133732A1 (en) * 2017-04-03 2020-04-30 Ocient Inc. Coordinating main memory access of a plurality of sets of threads
CN107025362B (en) * 2017-04-28 2020-12-22 无锡市同步电子科技有限公司 Method for checking consistency of schematic diagram and PCB production data
US10528400B2 (en) * 2017-06-05 2020-01-07 International Business Machines Corporation Detecting deadlock in a cluster environment using big data analytics
US10764176B1 (en) 2017-07-09 2020-09-01 Barefoot Networks, Inc. Compiler and hardware interactions to reuse register fields in the data plane of a network forwarding element
US10681120B2 (en) * 2017-07-25 2020-06-09 Uber Technologies, Inc. Load balancing sticky session routing
US11386058B2 (en) * 2017-09-29 2022-07-12 Oracle International Corporation Rule-based autonomous database cloud service framework
US11327932B2 (en) 2017-09-30 2022-05-10 Oracle International Corporation Autonomous multitenant database cloud service framework
EP3483673B1 (en) * 2017-11-14 2023-06-14 TTTech Auto AG Method and computer system to consistently control a set of actuators
US11048475B2 (en) * 2017-11-30 2021-06-29 International Business Machines Corporation Multi-cycle key compares for keys and records of variable length
US11354094B2 (en) 2017-11-30 2022-06-07 International Business Machines Corporation Hierarchical sort/merge structure using a request pipe
JP6668309B2 (en) * 2017-11-30 2020-03-18 株式会社日立製作所 Storage system and control method thereof
US10936283B2 (en) 2017-11-30 2021-03-02 International Business Machines Corporation Buffer size optimization in a hierarchical structure
US10896022B2 (en) 2017-11-30 2021-01-19 International Business Machines Corporation Sorting using pipelined compare units
US11032392B1 (en) * 2019-03-21 2021-06-08 Amazon Technologies, Inc. Including prior request performance information in requests to schedule subsequent request performance
KR102224771B1 (en) 2019-04-24 2021-03-08 주식회사 티맥스티베로 Method to manage database failure
US11188494B2 (en) 2019-05-21 2021-11-30 Google Llc Asymmetric data communication for host-device interface
US11455303B2 (en) * 2019-07-19 2022-09-27 Oracle International Corporation Driving massive scale out through rewrites of analytical functions
US11042318B2 (en) 2019-07-29 2021-06-22 Commvault Systems, Inc. Block-level data replication
US11314555B2 (en) * 2019-08-26 2022-04-26 International Business Machines Corporation Synchronous re-execution of a data transformation operation to obtain further details regarding an exception
CN112711602B (en) * 2019-10-25 2023-04-28 金篆信科有限责任公司 Method and device for running stored procedure, database system and storage medium
US11271992B2 (en) * 2020-01-22 2022-03-08 EMC IP Holding Company LLC Lazy lock queue reduction for cluster group changes
US20220391240A1 (en) * 2021-06-04 2022-12-08 Vmware, Inc. Journal space reservations for virtual disks in a virtualized computing system
US11615092B1 (en) * 2021-10-29 2023-03-28 Snowflake Inc. Lightweight database pipeline scheduler
US11809285B2 (en) 2022-02-09 2023-11-07 Commvault Systems, Inc. Protecting a management database of a data storage management system to meet a recovery point objective (RPO)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5687363A (en) * 1994-03-30 1997-11-11 Siemens Stromberg-Carlson Distributed database architecture and distributed database management system for open network evolution
US5721909A (en) * 1994-03-30 1998-02-24 Siemens Stromberg-Carlson Distributed database architecture and distributed database management system for open network evolution
US6332163B1 (en) * 1999-09-01 2001-12-18 Accenture, Llp Method for providing communication services over a computer network system
US6345206B1 (en) * 1996-11-28 2002-02-05 Siemens Aktiengesellschaft Method for configuring a fuzzy automatic-control device which is used for comparing a measurement signal with a pattern signal

Family Cites Families (135)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5144850A (en) 1974-10-15 1976-04-16 Ricoh Kk
US4594655A (en) 1983-03-14 1986-06-10 International Business Machines Corporation (k)-Instructions-at-a-time pipelined processor for parallel execution of inherently sequential instructions
FR2561428B1 (en) 1984-03-16 1986-09-12 Bull Sa DISC MEMORY RECORDING METHOD AND DISC MEMORY SYSTEM
US4829427A (en) 1984-05-25 1989-05-09 Data General Corporation Database query code generation and optimization based on the cost of alternate access methods
US4811214A (en) 1986-11-14 1989-03-07 Princeton University Multinode reconfigurable pipeline computer
JP2760794B2 (en) 1988-01-29 1998-06-04 株式会社日立製作所 Database processing method and apparatus
US5822527A (en) 1990-05-04 1998-10-13 Digital Equipment Corporation Method and apparatus for information stream filtration using tagged information access and action registration
US5544347A (en) 1990-09-24 1996-08-06 Emc Corporation Data storage system controlled remote data mirroring with respectively maintained data indices
US5321813A (en) 1991-05-01 1994-06-14 Teradata Corporation Reconfigurable, fault tolerant, multistage interconnect network and protocol
US5701480A (en) * 1991-10-17 1997-12-23 Digital Equipment Corporation Distributed multi-version commitment ordering protocols for guaranteeing serializability during transaction processing
WO1993020511A1 (en) 1992-03-31 1993-10-14 Aggregate Computing, Inc. An integrated remote execution system for a heterogenous computer network environment
US5301317A (en) 1992-04-27 1994-04-05 International Business Machines Corporation System for adapting query optimization effort to expected execution time
US5412806A (en) 1992-08-20 1995-05-02 Hewlett-Packard Company Calibration of logical cost formulae for queries in a heterogeneous DBMS using synthetic database
US5845113A (en) 1992-10-27 1998-12-01 International Business Machines Corporation Method for external sorting in shared-nothing parallel architectures
US5495601A (en) 1992-12-11 1996-02-27 International Business Machines Corporation Method to off-load host-based DBMS predicate evaluation to a disk controller
JP3266351B2 (en) 1993-01-20 2002-03-18 株式会社日立製作所 Database management system and query processing method
US5485607A (en) 1993-02-05 1996-01-16 Digital Equipment Corporation Concurrency-control method and apparatus in a database management system utilizing key-valued locking
US5581461A (en) 1993-02-08 1996-12-03 Itt Sheraton Corporation Computerized system and method for storage, processing and transfer of inventory and other data among a central processor/database and a number of remote locations
US5364845C1 (en) * 1993-03-31 2002-09-10 Nutramax Lab Inc Glusosamine chondroitin and manganese composition for the protection and repair of connective tissue
DE69428809D1 (en) 1993-08-03 2001-11-29 Sun Microsystems Inc FLEXIBLE MULTIPLE PLATFORM DIVISION FOR COMPUTER APPLICATIONS
GB2297180B (en) 1993-09-27 1998-05-20 Oracle Corp Method and apparatus for parallel processing in a database system
US5742806A (en) 1994-01-31 1998-04-21 Sun Microsystems, Inc. Apparatus and method for decomposing database queries for database management system including multiprocessor digital data processing system
US5835755A (en) * 1994-04-04 1998-11-10 At&T Global Information Solutions Company Multi-processor computer system for operating parallel client/server database processes
JP3085085B2 (en) 1994-05-09 2000-09-04 三菱電機株式会社 Data access device and distributed database system
US5537533A (en) 1994-08-11 1996-07-16 Miralink Corporation System and method for remote mirroring of digital data from a primary network server to a remote network server
JPH08221445A (en) 1995-02-20 1996-08-30 Hitachi Ltd Data retrieval method
US5634053A (en) 1995-08-29 1997-05-27 Hughes Aircraft Company Federated information management (FIM) system and method for providing data site filtering and translation for heterogeneous databases
US5875334A (en) 1995-10-27 1999-02-23 International Business Machines Corporation System, method, and program for extending a SQL compiler for handling control statements packaged with SQL query statements
US5937415A (en) 1995-12-13 1999-08-10 Sybase, Inc. Data base development system with methods facilitating copying of data from one data source to another
US6493761B1 (en) * 1995-12-20 2002-12-10 Nb Networks Systems and methods for data processing using a protocol parsing engine
US5781897A (en) 1996-04-18 1998-07-14 International Business Machines Corporation Method and system for performing record searches in a database within a computer peripheral storage device
US5701460A (en) 1996-05-23 1997-12-23 Microsoft Corporation Intelligent joining system for a relational database
US6026379A (en) 1996-06-17 2000-02-15 Verifone, Inc. System, method and article of manufacture for managing transactions in a high availability system
US5884288A (en) * 1996-07-01 1999-03-16 Sun Microsystems, Inc. Method and system for electronic bill payment
US6304874B1 (en) 1996-07-09 2001-10-16 British Telecommunications Public Limited Company Access system for distributed storage
US7680879B2 (en) * 1996-07-18 2010-03-16 Computer Associates Think, Inc. Method and apparatus for maintaining data integrity across distributed computer systems
IL118959A (en) 1996-07-26 1999-07-14 Ori Software Dev Ltd Database apparatus
US6175835B1 (en) 1996-07-26 2001-01-16 Ori Software Development, Ltd. Layered index with a basic unbalanced partitioned index that allows a balanced structure of blocks
US6886035B2 (en) * 1996-08-02 2005-04-26 Hewlett-Packard Development Company, L.P. Dynamic load balancing of a network of client and server computer
US5774660A (en) * 1996-08-05 1998-06-30 Resonate, Inc. World-wide-web server with delayed resource-binding for resource-based load balancing on a distributed resource multi-node network
US6298386B1 (en) 1996-08-14 2001-10-02 Emc Corporation Network file server having a message collector queue for connection and connectionless oriented protocols
JPH1074159A (en) 1996-08-30 1998-03-17 Hitachi Ltd Method for controlling computer system
US5870739A (en) 1996-09-20 1999-02-09 Novell, Inc. Hybrid query apparatus and method
US6447540B1 (en) * 1996-11-15 2002-09-10 Cook Incorporated Stent deployment device including splittable sleeve containing the stent
US5835908A (en) 1996-11-19 1998-11-10 Microsoft Corporation Processing multiple database transactions in the same process to reduce process overhead and redundant retrieval from database servers
US5937401A (en) 1996-11-27 1999-08-10 Sybase, Inc. Database system with improved methods for filtering duplicates from a tuple stream
US5930795A (en) 1997-01-21 1999-07-27 International Business Machines Corporation Supporting dynamic tables in SQL query compilers
US5884299A (en) 1997-02-06 1999-03-16 Ncr Corporation Optimization of SQL queries involving aggregate expressions using a plurality of local and global aggregation operations
US6295533B2 (en) * 1997-02-25 2001-09-25 At&T Corp. System and method for accessing heterogeneous databases
WO1998038762A2 (en) 1997-02-26 1998-09-03 Siebel Systems, Inc. Determining visibility to a remote database client
US5983270A (en) * 1997-03-11 1999-11-09 Sequel Technology Corporation Method and apparatus for managing internetwork and intranetwork activity
US6073209A (en) 1997-03-31 2000-06-06 Ark Research Corporation Data storage controller providing multiple hosts with access to multiple storage subsystems
US6237001B1 (en) 1997-04-23 2001-05-22 Oracle Corporation Managing access to data in a distributed database environment
US5999937A (en) * 1997-06-06 1999-12-07 Madison Information Technologies, Inc. System and method for converting data between data sets
SE510001C2 (en) 1997-07-21 1999-03-29 Ericsson Telefon Ab L M Method for storing elements in a database
US6128642A (en) 1997-07-22 2000-10-03 At&T Corporation Load balancing based on queue length, in a network of processor stations
US6006220A (en) 1997-09-30 1999-12-21 International Business Machines Corporation Determining the optimal access path for a query at execution time using an actual value for each variable in a query for estimating a filter factor
US6112281A (en) 1997-10-07 2000-08-29 Oracle Corporation I/O forwarding in a cache coherent shared disk computer system
US6427173B1 (en) 1997-10-14 2002-07-30 Alacritech, Inc. Intelligent network interfaced device and system for accelerated communication
US6253240B1 (en) 1997-10-31 2001-06-26 International Business Machines Corporation Method for producing a coherent view of storage network by a storage network manager using data storage device configuration obtained from data storage devices
US6240428B1 (en) 1997-10-31 2001-05-29 Oracle Corporation Import/export and repartitioning of partitioned objects
US6151602A (en) 1997-11-07 2000-11-21 Inprise Corporation Database system with methods providing a platform-independent self-describing data packet for transmitting information
US6374336B1 (en) 1997-12-24 2002-04-16 Avid Technology, Inc. Computer system and process for transferring multiple high bandwidth streams of data between multiple storage units and multiple applications in a scalable and reliable manner
US6415373B1 (en) * 1997-12-24 2002-07-02 Avid Technology, Inc. Computer system and process for transferring multiple high bandwidth streams of data between multiple storage units and multiple applications in a scalable and reliable manner
US6260044B1 (en) 1998-02-04 2001-07-10 Nugenesis Technologies Corporation Information storage and retrieval system for storing and retrieving the visual form of information from an application in a database
US6411974B1 (en) * 1998-02-04 2002-06-25 Novell, Inc. Method to collate and extract desired contents from heterogeneous text-data streams
US6247077B1 (en) 1998-02-06 2001-06-12 Ncr Corporation Highly-scalable parallel processing computer system architecture
US6175832B1 (en) 1998-05-11 2001-01-16 International Business Machines Corporation Method, system and program product for establishing a data reporting and display communication over a network
US6389460B1 (en) 1998-05-13 2002-05-14 Compaq Computer Corporation Method and apparatus for efficient storage and retrieval of objects in and from an object storage device
US6192377B1 (en) 1998-05-13 2001-02-20 Oracle Corporation Method and apparatus for determing whether a transaction can use a version of a data item
JP2978882B1 (en) 1998-06-03 1999-11-15 三菱電機株式会社 Device-to-device data transfer device and device-to-device data transfer method
US6279011B1 (en) 1998-06-19 2001-08-21 Network Appliance, Inc. Backup and restore for heterogeneous file server environment
US6973455B1 (en) 1999-03-03 2005-12-06 Emc Corporation File server system providing direct data sharing between clients with a server acting as an arbiter and coordinator
US6209031B1 (en) 1998-07-17 2001-03-27 International Business Machines Corporation Configuring computer network operations based upon a sequence of interactive user entries into a network server computer with a one time entry of data commonly required by multiple clients
US6138118A (en) 1998-07-30 2000-10-24 Telcordia Technologies, Inc. Method and system for reconciling concurrent streams of transactions in a database
US6272662B1 (en) 1998-08-04 2001-08-07 International Business Machines Corporation Distributed storage system using front-end and back-end locking
US6321235B1 (en) 1998-09-29 2001-11-20 International Business Machines Corporation Global caching and sharing of SQL statements in a heterogeneous application environment
US6434649B1 (en) 1998-10-14 2002-08-13 Hitachi, Ltd. Data streamer
US6542508B1 (en) 1998-12-17 2003-04-01 Watchguard Technologies, Inc. Policy engine using stream classifier and policy binding database to associate data packet with appropriate action processor for processing without involvement of a host processor
US6311187B1 (en) 1998-12-29 2001-10-30 Sun Microsystems, Inc. Propogating updates efficiently in hierarchically structured data under a push model
US6542886B1 (en) 1999-03-15 2003-04-01 Microsoft Corporation Sampling over joins for database systems
US6789116B1 (en) 1999-06-30 2004-09-07 Hi/Fn, Inc. State processor for pattern matching in a network monitor device
US6339772B1 (en) 1999-07-06 2002-01-15 Compaq Computer Corporation System and method for performing database operations on a continuous stream of tuples
US6575361B1 (en) 1999-08-19 2003-06-10 E-2 Interactive, Inc. System and method for managing stored-value card data
US7139999B2 (en) 1999-08-31 2006-11-21 Accenture Llp Development architecture framework
US6353819B1 (en) 1999-09-29 2002-03-05 Bull Hn Information Systems Inc. Method and system for using dynamically generated code to perform record management layer functions in a relational database manager
US6351749B1 (en) 1999-09-30 2002-02-26 Ncr Corporation Multi-threading, multi-tasking architecture for a relational database management system
US6161602A (en) * 1999-10-07 2000-12-19 Wisconsin Knife Works, Inc. Unitary finger joint cutting bit and finger joint cutting head incorporating the same
US6516337B1 (en) * 1999-10-14 2003-02-04 Arcessa, Inc. Sending to a central indexing site meta data or signatures from objects on a computer network
US6571232B1 (en) 1999-11-01 2003-05-27 Sun Microsystems, Inc. System and method for browsing database schema information
US6714952B2 (en) 1999-11-10 2004-03-30 Emc Corporation Method for backup and restore of a multi-lingual network file server
US6601064B1 (en) 1999-11-24 2003-07-29 Ncr Corporation Method and apparatus for fetching array based objects by direct delivery and batching
US6615203B1 (en) 1999-12-17 2003-09-02 International Business Machines Corporation Method, computer program product, and system for pushdown analysis during query plan generation
US6507834B1 (en) * 1999-12-22 2003-01-14 Ncr Corporation Method and apparatus for parallel execution of SQL from stored procedures
US6985964B1 (en) * 1999-12-22 2006-01-10 Cisco Technology, Inc. Network processor system including a central processor and at least one peripheral processor
US6732084B1 (en) 1999-12-22 2004-05-04 Ncr Corporation Method and apparatus for parallel execution of trigger actions
US6477540B1 (en) * 1999-12-22 2002-11-05 Ncr Corporation Method and apparatus for using Java as a stored procedure language and as an embedded language on a client
US6594651B2 (en) 1999-12-22 2003-07-15 Ncr Corporation Method and apparatus for parallel execution of SQL-from within user defined functions
US6763390B1 (en) 2000-01-24 2004-07-13 Ati Technologies, Inc. Method and system for receiving and framing packetized data
US6529896B1 (en) 2000-02-17 2003-03-04 International Business Machines Corporation Method of optimizing a query having an existi subquery and a not-exists subquery
US20020095400A1 (en) 2000-03-03 2002-07-18 Johnson Scott C Systems and methods for managing differentiated service in information management environments
WO2001069919A1 (en) 2000-03-10 2001-09-20 Datacube, Inc. Image processing system using an array processor
US6907546B1 (en) 2000-03-27 2005-06-14 Accenture Llp Language-driven interface for an automated testing framework
US20010039497A1 (en) 2000-03-30 2001-11-08 Hubbard Edward A. System and method for monitizing network connected user bases utilizing distributed processing systems
WO2001080515A2 (en) * 2000-04-17 2001-10-25 Circadence Corporation System and method for data prioritization
US6505285B1 (en) 2000-06-26 2003-01-07 Ncr Corporation Scratch segment subsystem for a parallel processing database system
US6721749B1 (en) 2000-07-06 2004-04-13 Microsoft Corporation Populating a data warehouse using a pipeline approach
TW561360B (en) 2000-08-22 2003-11-11 Ibm Method and system for case conversion
US7689560B2 (en) * 2000-10-13 2010-03-30 Miosoft Corporation Persistent data storage techniques
US6493701B2 (en) 2000-11-22 2002-12-10 Sybase, Inc. Database system with methodogy providing faster N-ary nested loop joins
US7711818B2 (en) 2000-12-22 2010-05-04 Oracle International Corporation Support for multiple data stores
US6829611B2 (en) 2000-12-29 2004-12-07 Bellsouth Intellectual Property Corporation Data loader application
US6731229B2 (en) * 2001-02-09 2004-05-04 International Business Machines Corporation Method to reduce storage requirements when storing semi-redundant information in a database
US7162467B2 (en) 2001-02-22 2007-01-09 Greenplum, Inc. Systems and methods for managing distributed database resources
US7418441B2 (en) 2001-02-28 2008-08-26 International Business Machines Corporation Data loading from a remote data source record by record
US6892205B1 (en) 2001-02-28 2005-05-10 Oracle International Corporation System and method for pre-compiling a source cursor into a target library cache
US7526427B2 (en) * 2001-03-06 2009-04-28 Ati Technologies, Inc. System and method for reception, processing and transmission of digital audio stream
US7203678B1 (en) 2001-03-27 2007-04-10 Bea Systems, Inc. Reconfigurable query generation system for web browsers
US20030009531A1 (en) 2001-06-07 2003-01-09 Richmann James N. Data Caching
GB2395041A (en) 2001-08-14 2004-05-12 Bloomberg Lp Distribution and mapping of financial records from data stream
US7349403B2 (en) * 2001-09-19 2008-03-25 Bay Microsystems, Inc. Differentiated services for a network processor
US7120704B2 (en) * 2002-01-31 2006-10-10 International Business Machines Corporation Method and system for workload balancing in a network of computer systems
US20030158842A1 (en) 2002-02-21 2003-08-21 Eliezer Levy Adaptive acceleration of retrieval queries
US6957236B1 (en) 2002-05-10 2005-10-18 Oracle International Corporation Providing a useable version of a data item
US7272605B1 (en) 2002-05-13 2007-09-18 Netezza Corporation Network interface for distributed intelligence database system
US7010521B2 (en) 2002-05-13 2006-03-07 Netezza Corporation Optimized database appliance
US20030233632A1 (en) 2002-06-12 2003-12-18 Lockheed Martin Corporation Automatically generated client application source code using database table definitions
US6917935B2 (en) * 2002-06-26 2005-07-12 Microsoft Corporation Manipulating schematized data in a database
US7305386B2 (en) 2002-09-13 2007-12-04 Netezza Corporation Controlling visibility in multi-version database systems
US7089448B2 (en) 2002-09-18 2006-08-08 Netezza Corporation Disk mirror architecture for database appliance
AU2003273333A1 (en) 2002-09-18 2004-04-08 Netezza Corporation Field oriented pipeline architecture for a programmable data streaming processor
US8005854B2 (en) 2003-03-14 2011-08-23 Sybase, Inc. System with methodology for executing relational operations over relational data and data retrieved from SOAP operations
CA2425046C (en) 2003-04-08 2009-10-06 Ibm Canada Limited - Ibm Canada Limitee Method and system for caching database query statements
WO2005008529A2 (en) 2003-07-07 2005-01-27 Netezza Corporation Optimized sql code generation
US8615731B2 (en) 2004-08-25 2013-12-24 Mohit Doshi System and method for automating the development of web services that incorporate business rules

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5687363A (en) * 1994-03-30 1997-11-11 Siemens Stromberg-Carlson Distributed database architecture and distributed database management system for open network evolution
US5721909A (en) * 1994-03-30 1998-02-24 Siemens Stromberg-Carlson Distributed database architecture and distributed database management system for open network evolution
US6345206B1 (en) * 1996-11-28 2002-02-05 Siemens Aktiengesellschaft Method for configuring a fuzzy automatic-control device which is used for comparing a measurement signal with a pattern signal
US6332163B1 (en) * 1999-09-01 2001-12-18 Accenture, Llp Method for providing communication services over a computer network system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1546822A2 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7069375B2 (en) 2001-05-17 2006-06-27 Decru, Inc. Stream-oriented interconnect for networked computer storage
US7944936B2 (en) 2001-05-17 2011-05-17 Netapp, Inc. Stream-oriented interconnect for networked computer storage
US9423983B2 (en) 2012-01-19 2016-08-23 Syncsort Incorporated Intelligent storage controller

Also Published As

Publication number Publication date
US7577667B2 (en) 2009-08-18
EP1546930A1 (en) 2005-06-29
AU2003270757A1 (en) 2004-04-08
EP1546822A2 (en) 2005-06-29
US20040117037A1 (en) 2004-06-17
WO2004027647A1 (en) 2004-04-01
US7730077B2 (en) 2010-06-01
WO2004027652A1 (en) 2004-04-01
EP1546929A4 (en) 2008-07-02
US20040133565A1 (en) 2004-07-08
US7634477B2 (en) 2009-12-15
EP1546822A4 (en) 2008-07-02
EP1546930A4 (en) 2008-07-02
US20040139214A1 (en) 2004-07-15
EP1546926A1 (en) 2005-06-29
EP2264628A1 (en) 2010-12-22
WO2004027576A9 (en) 2004-06-17
WO2004027649A1 (en) 2004-04-01
US20040148420A1 (en) 2004-07-29
WO2004027648A8 (en) 2004-07-08
WO2004027576A3 (en) 2004-09-02
AU2003270828A1 (en) 2004-04-08
US8880551B2 (en) 2014-11-04
AU2003270828A8 (en) 2004-04-08
US20040205110A1 (en) 2004-10-14
US20100257537A1 (en) 2010-10-07
US7698338B2 (en) 2010-04-13
AU2003275181A1 (en) 2004-04-08
AU2003273333A1 (en) 2004-04-08
EP1546928A1 (en) 2005-06-29
EP1546929A1 (en) 2005-06-29
EP1546928A4 (en) 2008-07-09
WO2004027648A1 (en) 2004-04-01
US7529752B2 (en) 2009-05-05
AU2003275005A1 (en) 2004-04-08
EP1546930B1 (en) 2015-10-21
EP1546926A4 (en) 2008-07-02

Similar Documents

Publication Publication Date Title
US7634477B2 (en) Asymmetric data streaming architecture having autonomous and asynchronous job processing unit
US9679011B2 (en) Performing sequence analysis as a relational join
US8224860B2 (en) Database management system
WO2004072810A2 (en) Materialized view system and method
CN102089741A (en) Executing computer-intensive database user-defined programs on an attached high-performance parallel computer

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
COP Corrected version of pamphlet

Free format text: PAGES 1/9-9/9, DRAWINGS, REPLACED BY NEW PAGES 1/9-9/9; DUE TO LATE TRANSMITTAL BY THE RECEIVING OFFICE

WWE Wipo information: entry into national phase

Ref document number: 2003752541

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2003752541

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP