US11176113B2 - Indexing and relaying data to hot storage - Google Patents

Indexing and relaying data to hot storage Download PDF

Info

Publication number
US11176113B2
US11176113B2 US16/003,548 US201816003548A US11176113B2 US 11176113 B2 US11176113 B2 US 11176113B2 US 201816003548 A US201816003548 A US 201816003548A US 11176113 B2 US11176113 B2 US 11176113B2
Authority
US
United States
Prior art keywords
indexed
search
indexing
data
log data
Prior art date
Legal status (The legal status 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 status listed.)
Active, expires
Application number
US16/003,548
Other versions
US20190347343A1 (en
Inventor
Robert Fink
Amr Al Mallah
Haithem Turki
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Palantir Technologies Inc
Original Assignee
Palantir Technologies Inc
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 Palantir Technologies Inc filed Critical Palantir Technologies Inc
Assigned to Palantir Technologies Inc. reassignment Palantir Technologies Inc. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: TURKI, HAITHEM, FINK, ROBERT, Al Mallah, Amr
Publication of US20190347343A1 publication Critical patent/US20190347343A1/en
Assigned to ROYAL BANK OF CANADA, AS ADMINISTRATIVE AGENT reassignment ROYAL BANK OF CANADA, AS ADMINISTRATIVE AGENT SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: Palantir Technologies Inc.
Assigned to MORGAN STANLEY SENIOR FUNDING, INC., AS ADMINISTRATIVE AGENT reassignment MORGAN STANLEY SENIOR FUNDING, INC., AS ADMINISTRATIVE AGENT SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: Palantir Technologies Inc.
Assigned to Palantir Technologies Inc. reassignment Palantir Technologies Inc. RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: ROYAL BANK OF CANADA
Assigned to MORGAN STANLEY SENIOR FUNDING, INC. reassignment MORGAN STANLEY SENIOR FUNDING, INC. SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: Palantir Technologies Inc.
Assigned to Palantir Technologies Inc. reassignment Palantir Technologies Inc. CORRECTIVE ASSIGNMENT TO CORRECT THE ERRONEOUSLY LISTED PATENT BY REMOVING APPLICATION NO. 16/832267 FROM THE RELEASE OF SECURITY INTEREST PREVIOUSLY RECORDED ON REEL 052856 FRAME 0382. ASSIGNOR(S) HEREBY CONFIRMS THE RELEASE OF SECURITY INTEREST. Assignors: ROYAL BANK OF CANADA
Priority to US17/518,407 priority Critical patent/US11669507B2/en
Application granted granted Critical
Publication of US11176113B2 publication Critical patent/US11176113B2/en
Assigned to WELLS FARGO BANK, N.A. reassignment WELLS FARGO BANK, N.A. SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: Palantir Technologies Inc.
Assigned to WELLS FARGO BANK, N.A. reassignment WELLS FARGO BANK, N.A. ASSIGNMENT OF INTELLECTUAL PROPERTY SECURITY AGREEMENTS Assignors: MORGAN STANLEY SENIOR FUNDING, INC.
Priority to US18/138,492 priority patent/US11914566B2/en
Priority to US18/440,724 priority patent/US20240184761A1/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2272Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1734Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
    • 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/21Design, administration or maintenance of databases
    • G06F16/211Schema design and management
    • G06F16/212Schema design and management with details for data modelling support
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • 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/23Updating
    • G06F16/2379Updates performed during online database operations; commit processing
    • 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
    • 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
    • G06F16/24568Data stream processing; Continuous queries

Definitions

  • the present disclosure relates to methods and systems for indexing and searching, which may be considered individually or in combination.
  • Example embodiments relate to the indexing and searching of telemetry or log information for computer applications and/or systems.
  • Telemetry data of system health and log data is a critical piece of infrastructure for any distributed, large-scale application. Telemetry is distributed systems' analog to Integrated Development Environments (IDEs) and debuggers for local development workflows and allows developers and Site Reliability Engineers (SREs) to understand performance, health and usage patterns of applications.
  • IDEs Integrated Development Environments
  • SREs Site Reliability Engineers
  • log data, or log files record either events that occur in software applications or messages between different software applications or users. Similar to telemetry data, log data and log files provide an indication of system or application errors, performance, health and usage patterns of applications.
  • An end-to-end log production pipeline typically employs indexing nodes and a search Application Programming Interface (API).
  • the indexing nodes read blocks of log lines from a log stream and index them in a cluster on hot storage. The log lines can be searched via the API which accesses the indexing nodes.
  • indexing and searching infrastructure is tightly coupled, making it difficult to scale these functions independently.
  • Indexing and searching capabilities typically have very different and variable workloads; indexing is roughly constant whereas searching depends on the number of concurrent users, and search requests can spike depending on the time of day. An outage of the indexing capability may imply an outage of the search capability and vice versa.
  • An embodiment provides a method, performed by one or more processors, the method comprising:
  • Another embodiment provides a computer program, optionally stored on a non-transitory computer readable medium program which, when executed by one or more processors of a data processing apparatus, causes the data processing apparatus to carry out a method comprising:
  • Another embodiment provides an apparatus configured to carry out a method according to any previous definition, the apparatus comprising one or more processors or special-purpose computing hardware.
  • FIG. 1 is a network diagram depicting a network system comprising a data processing platform in communication with a network-based permissioning system;
  • FIG. 2 is a block diagram of a computer system according to embodiments of this specification.
  • FIG. 3 is a first indexing and searching system or architecture
  • FIG. 4 is a schematic block diagram of a second indexing and searching system or architecture
  • FIG. 5 is a flow diagram indicating processing operations performed by one or more processors of an appropriate computing system.
  • Embodiments herein relate to data indexing and searching.
  • Embodiments relate to methods and systems for performance of processing operations and an indexing and searching infrastructure.
  • the methods and systems are particularly applicable and useful to large-scale distributed systems, for example where multiple applications or services are located and/or executed on multiple servers and/or at multiple locations.
  • embodiments are also applicable to smaller systems.
  • log data generally refers to data representing discretely identifiable portions or lines of information, automatically generated by hardware or software which reflect computational activities for use in, for example, debugging or system monitoring.
  • telemetry data may also be covered by the term log data.
  • a server may automatically generate a server log consisting of the list of activities it has performed over time.
  • Servers may produce log files according to a Common Log Format.
  • an application may automatically generate an application log consisting of the list of activities it has performed over time. Other examples exist.
  • Embodiments relating to data indexing and searching aspects can be considered separately or in combination.
  • a feature of the embodiments is that searching and indexing processes are de-coupled, meaning that their functions may be handled separately and their respective infrastructure scaled up and down based on need or demand and performed independently of one another.
  • logs or “log data” can refer to any number of discrete data sets, lines or files representing individually generated logs.
  • Embodiments herein generally relate to the indexing of immutable log data, that is log data that is configured to be tamper-resistant and/or is not changed.
  • Embodiments herein generally relate to time-ordered log data, that is log data that is generated in general time-order.
  • the log data may comprise, for each data set, line or file, a respective date and time indicative of its time-order.
  • a log pipeline for a distributed network comprising multiple applications works as follows.
  • Each service of an application may be responsible for adding logs that convey pivotal information regarding its state, progress, success, and failure conditions.
  • three aspects of log production across all services and applications may be formalized or standardized.
  • each log level (e.g. WARN, INFO, ERROR, etc.) may be associated with semantics and alerting thresholds. For example, ERROR-level logs may trigger pager duty alerts to an affected team.
  • guidelines may be maintained explaining what type of information is acceptable to include in logs. For example, authentication tokens or passwords may never occur in logs.
  • a JSON or similar format for structured logs including fields like originating host, datetime, message, log level, log type, etc. may be specified. Libraries for commonly used languages (Java, Go, Python) transparently encode messages emitted from standard logging frameworks (e.g., SLF4J for Java services) into the JSON format.
  • JSON-formatted logs may be emitted to a file or standard output, depending on the environment.
  • Per-service log collectors may pick up all logs and push them to a global stream (e.g. on APACHE KAFKA or AMAZON KINESIS).
  • logs Before indexing logs from the global stream, the logs may be filtered using whitelists and blacklists. Only a defined set of environments on the whitelist may be allowed to submit logs, and logs must conform to syntax and content restrictions. Since a log schema may evolve over time, logs may be harmonized with different schema versions by mapping them to the latest supported schema.
  • the filtered and standardized logs may subsequently be indexed. Indexing may be performed in anticipation of typical search workloads.
  • An index of the full-text log message and all of the structured fields, including datetime, log type, error level, originating host and environment, etc. may be built.
  • UI User Interface
  • APIs Application Programming Interfaces
  • a user may search or query a live stream of all logs from some service or environment, e.g. logs containing a token, or string or logs corresponding to a call trace id, etc.
  • the ability to search logs means that developers can understand system or service states, and/or investigate their causes. For example, if an error is signaled, a developer may search for API calls against the service which triggered the error state as evidenced by an error log entry.
  • a data processing platform is any computing platform on which executable code, or software, may be executed, providing particular functionality and restrictions, in that low-level functionality is provided which the executable code needs to conform to.
  • a data resource is any form of executable software, data set, or data structure usually, but not exclusively for providing a service, for example a data analysis application, a data transformation application, a report generating application, a machine learning process, a spreadsheet or a database.
  • a data resource may be created, viewed and/or edited or executed, for example via a data processing pipeline management tool
  • a data repository is any form of data storage entity into which data is specifically partitioned or isolated.
  • Log data, log files or logs generally refer to data representing discretely identifiable portions or lines of information, automatically generated by hardware or software which reflect computational activities for use in, for example, debugging or system monitoring.
  • telemetry data may also be covered by the term log data.
  • a server may automatically generate a server log consisting of the list of activities it has performed over time. Servers may produce log files according to a Common Log Format.
  • Hot and cold storage refer to any data storage hardware or mechanisms that are, respectively, quicker and slower to read data from (in relative terms).
  • cold storage may comprise memory that is remote from the requesting system or service, e.g. on the cloud, whereas hot storage may be less remote or more local to the requesting system or service.
  • cold storage may use a slower technology than hot storage.
  • hot storage may comprise solid-state memory, e.g. flash or NAND flash memory, or developing technologies such as such as phase-change RAM (PRAM), ferroelectric RAM (FERAM), magneto resistive RAM (MRAM), and resistance-change RAM (RRAM).
  • Cold storage may comprise relatively slower technologies, such as mechanical disc drives or slower solid-state technology.
  • hot storage and cold storage may be distinguished by their access mechanisms. Additionally, or alternatively, hot storage and cold storage may be distinguished by their relative cost. Hot storage is generally more expensive than cold storage for a corresponding amount of storage space.
  • An execution environment is any representation of an execution platform, such as an operating system or a database management system.
  • a dataset sometimes used interchangeably with data; a dataset holds data on the data processing platform, and usually has an accompanying schema for the dataset in order to make sense, or interpret, the data within the dataset.
  • the data processing platform may be an enterprise software platform associated with an enterprise platform provider.
  • An enterprise software platform enables use by multiple users, internal and external to the enterprise platform provider.
  • the users may be users of different respective organisations, such as different commercial companies.
  • the data resources stored on the software platform may relate to technical data and/or technical processes.
  • an engine manufacturer may create and store a database relating to spare parts for the different models of engines it produces and services.
  • the database may, for example, be a multi-dimensional relational database.
  • Certain analyses may be performed on the database using another application, for example an executable application resource for analysing and/or transforming the data in order to identify trends which may be useful for predicting when certain parts will fail and/or need.
  • the software platform may comprise enterprise applications for machine-analysis of data resources.
  • an organisation may store on the software platform history data for a machine and use an enterprise application for the processing of history data for the machine in order to determine the probability, or a risk score, of the machine, or a component sub-system of the machine, experiencing a fault during a future interval.
  • the enterprise application may use the fault probabilities or risk scores determined for a machine to select a preventative maintenance task which can reduce the probability and/or severity of the machine experiencing a fault.
  • History data for a machine may include sensor logs, a sensor log being multiple measurements of physical parameters captured by a sensor and relating to different points in time (a time series).
  • History data for a machine may also include computer readable logs such as maintenance logs, fault logs and message logs corresponding to a machine.
  • the maintenance log corresponding to the machine may record information such as dates and locations of prior maintenance tasks, details of replacement parts, free text notes made by an engineer or mechanic performing a maintenance task and so forth.
  • the fault log corresponding to the machine may record information such as dates and locations of faults, the types of faults, the period of time required to rectify each fault and so forth.
  • the message log corresponding to a machine such as a ship or construction machinery, may records messages generated by controllers, processors or similar devices which are integrated into the component sub-systems of the machine.
  • the messages may include a date and time, an identifier of a component sub-system, and message content such as, for example, warning information of information identifying a fault.
  • a production pipeline is a set of data elements connected in series, where the output of a first element is the input of a second element.
  • One or more other data elements may be connected to the input of the first or second elements. Some data elements may be performed in parallel, at least partially. Some data elements may perform a task or a part of a larger task when combined with others.
  • Certain data elements may be data sets, which may be raw data or processed data.
  • the data sets may be represented in any suitable form, for example as database tables comprising one or more rows and columns.
  • the data sets may represent technical data, e.g. data representing sensed or measured data from physical sensors in an industrial setting or of a machine such as vehicle or craft.
  • the data sets may represent inventory data.
  • the data sets may represent pixels of an image.
  • the data sets may represent financial data. Many other examples of what the data sets represent are envisaged.
  • Certain data elements may relate to tasks, or part of a larger task, which define a relationship between at least a first data element and a second data element, for example between one or more input data elements and one or more output data elements.
  • the tasks may be performed using data processing elements, to be mentioned below, and may involve transforming the data in some way to achieve the defined relationship.
  • a production pipeline is fundamentally used to structure workflows done on complex tasks that may have dependencies, e.g. the data from an industrial sensor may be required before a further task is performed, although this may not be essential.
  • Data processing elements for performing tasks, or part of a larger task may perform a relatively simple operation, such as removing certain types of data from a received data element, e.g. a particular column and/or row from a received table, combining two or more received tables or certain rows and/or columns thereof, performing a unit conversion operation on data to produce other data in the same units, shifting data and so on.
  • Data processing elements may also perform more complex tasks by receiving or being applying user inputted code, such as Java, Python, or structured query language (SQL), for example to run a program of computer-readable instructions for transforming the one or more received data elements into a different form or to produce the result of a combination or calculation.
  • Data processing elements may be executed in series, in parallel or in time-sliced fashion possibly with buffer storage between elements.
  • FIG. 1 is a network diagram depicting a network system 100 comprising a data processing platform 102 in communication with a network-based permissioning system 104 (hereafter “permissioning system”) configured for registering and evaluating access permissions for data resources to which a group of application servers 106 - 108 share common access, according to an example embodiment.
  • the network system 100 may employ a client-server architecture, though the present subject matter is, of course, not limited to such an architecture, and could equally well find application in an event-driven, distributed, or peer-to-peer architecture system, for example.
  • the various functional components of the network system 100 are discussed in the singular sense, multiple instances of one or more of the various functional components may be employed.
  • the data processing platform 102 includes a group of application servers, specifically, servers 106 - 108 , which host network applications 109 - 111 , respectively.
  • the network applications 109 - 111 hosted by the data processing platform 102 may collectively compose an application suite that provides users of the network system 100 with a set of related, although independent, functionalities that are accessible by a common interface.
  • the network applications 109 - 111 may compose a suite of software application tools that can be used to analyse data to develop various insights about the data, and visualize various metrics associated with the data.
  • the network application 109 may be used to analyse data to develop particular metrics with respect to information included therein, while the network application 110 may be used to render graphical representations of such metrics.
  • FIG. 1 illustrates the data processing platform 102 as including a particular number of servers, the subject matter disclosed herein is not limited to any particular number of servers and in other embodiments, fewer or additional servers and applications may be included.
  • the applications 109 - 111 may be associated with a first organisation.
  • One or more other applications may be associated with a second, different organisation.
  • These other applications may be provided on one or more of the application servers 106 , 107 , 108 which need not be specific to a particular organisation.
  • two or more applications are provided on a common server 106 - 108 (or host), they may be containerised which as mentioned above enables them to share common functions.
  • Each of the servers 106 - 108 may in communication with the network-based permissioning system 104 over a network 112 (e.g. the Internet or an intranet). Each of the servers 106 - 108 are further shown to be in communication with a database server 114 that facilitates access to a resource database 116 over the network 112 , though in other embodiments, the servers 106 - 108 may access the resource database 116 directly, without the need for a separate database server 114 .
  • the resource database 116 may stores other data resources that may be used by any one of the applications 109 - 111 hosted by the data processing platform 102 .
  • one or more of the database server 114 and the network-based permissioning system 104 may be local to the data processing platform 102 ; that is, they may be stored in the same location or even on the same server or host as the network applications 109 , 110 , 111 .
  • the network system 100 also includes a client device 118 in communication with the data processing platform 102 and the network-based permissioning system 104 over the network 106 .
  • the client device 118 communicates and exchanges data with the data processing platform 102 .
  • the client device 118 may be any of a variety of types of devices that include at least a display, a processor, and communication capabilities that provide access to the network 106 (e.g., a smart phone, a tablet computer, a personal digital assistant (PDA), a personal navigation device (PND), a handheld computer, a desktop computer, a laptop or netbook, or a wearable computing device), and may be operated by a user (e.g., a person) to exchange data with other components of the network system 100 that pertains to various functions and aspects associated with the network system 100 and its users.
  • the data exchanged between the client device 118 and the data processing platform 102 involve user-selected functions available through one or more user interfaces (UIs).
  • UIs user interfaces
  • the UIs may be specifically associated with a web client (e.g., a browser) or an application 109 - 111 executing on the client device 118 that is in communication with the data processing platform 102 .
  • the network-based permissioning system 104 provides user interfaces to a user of the client device 118 (e.g., by communicating a set of computer-readable instructions to the client device 118 that cause the client device 118 to display the user interfaces) that allow the user to register policies associated with data resources stored in the resource database 116 .
  • FIG. 2 a block diagram of an exemplary computer system 137 , which may comprise the data processing platform 102 , one or more of the servers 106 - 108 , the database server 114 and/or the network-based permissioning system 104 , consistent with examples of the present specification is shown.
  • Computer system 137 includes a bus 138 or other communication mechanism for communicating information, and a hardware processor 139 coupled with bus 138 for processing information.
  • Hardware processor 139 can be, for example, a general purpose microprocessor.
  • Hardware processor 139 comprises electrical circuitry.
  • Computer system 137 includes a main memory 140 , such as a random access memory (RAM) or other dynamic storage device, which is coupled to the bus 138 for storing information and instructions to be executed by processor 139 .
  • the main memory 140 can also be used for storing temporary variables or other intermediate information during execution of instructions by the processor 139 .
  • Such instructions when stored in non-transitory storage media accessible to the processor 139 , render the computer system 137 into a special-purpose machine that is customized to perform the operations specified in the instructions.
  • Computer system 137 further includes a read only memory (ROM) 141 or other static storage device coupled to the bus 138 for storing static information and instructions for the processor 139 .
  • ROM read only memory
  • a storage device 142 such as a magnetic disk or optical disk, is provided and coupled to the bus 138 for storing information and instructions.
  • Computer system 137 can be coupled via the bus 138 to a display 143 , such as a cathode ray tube (CRT), liquid crystal display, or touch screen, for displaying information to a user.
  • a display 143 such as a cathode ray tube (CRT), liquid crystal display, or touch screen
  • An input device 144 is coupled to the bus 138 for communicating information and command selections to the processor 139 .
  • cursor control 145 is Another type of user input device, for example using a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to the processor 139 and for controlling cursor movement on the display 143 .
  • the input device typically has two degrees of freedom in two axes, a first axis (for example, x) and a second axis (for example, y), that allows the device to specify positions in a plane.
  • Computer system 137 can implement the techniques described herein using customized hard-wired logic, one or more ASICs or FPGAs, firmware and/or program logic which in combination with the computer system causes or programs computer system 137 to be a special-purpose machine. According to some embodiments, the operations, functionalities, and techniques disclosed herein are performed by computer system 137 in response to the processor 139 executing one or more sequences of one or more instructions contained in the main memory 140 . Such instructions can be read into the main memory 40 from another storage medium, such as storage device 142 . Execution of the sequences of instructions contained in main memory 140 causes the processor 139 to perform the process steps described herein. In alternative embodiments, hard-wired circuitry can be used in place of or in combination with software instructions.
  • Non-volatile media includes, for example, optical or magnetic disks, such as storage device 142 .
  • Volatile media includes dynamic memory, such as main memory 140 .
  • Common forms of storage media include, for example, a floppy disk, a flexible disk, hard disk, solid state drive, magnetic tape, or any other magnetic data storage medium, a CD-ROM, any other optical data storage medium, any physical medium with patterns of holes, a RAM, a PROM, and EPROM, a FLASH-EPROM, NVRAM, any other memory chip or cartridge.
  • Storage media is distinct from, but can be used in conjunction with, transmission media.
  • Transmission media participates in transferring information between storage media.
  • transmission media includes coaxial cables, copper wire and fibre optics, including the wires that comprise bus 138 .
  • transmission media can also take the form of acoustic or light waves, such as those generated during radio-wave and infra-red data communications.
  • the instructions can initially be carried on a magnetic disk or solid state drive of a remote computer.
  • the remote computer can load the instructions into its dynamic memory and send the instructions over a telephone line or other transmission medium using a modem.
  • a modem local to computer system 137 can receive the data on the telephone line or other transmission medium and use an infra-red transmitter to convert the data to an infra-red signal.
  • An infra-red detector can receive the data carried in the infra-red signal and appropriate circuitry can place the data on bus 138 .
  • Bus 138 carries the data to the main memory 140 , from which the processor 139 retrieves and executes the instructions.
  • the instructions received by the main memory 140 can optionally be stored on the storage device 142 either before or after execution by the processor 139 .
  • Computer system 137 also includes a communication interface 146 coupled to the bus 138 .
  • the communication interface 146 provides a two-way data communication coupling to a network link 147 that is connected to a local network 148 .
  • the communication interface 146 can be an integrated services digital network (ISDN) card, cable modem, satellite modem, or a modem to provide a data communication connection to a corresponding type of telephone line.
  • ISDN integrated services digital network
  • the communication interface 146 can be a local area network (LAN) card to provide a data communication connection to a compatible LAN.
  • LAN local area network
  • Wireless links can also be implemented.
  • the communication interface 146 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
  • the network link 147 typically provides data communication through one or more networks to other data devices.
  • the network link 147 can provide a connection through the local network 148 to a host computer 149 or to data equipment operated by an Internet Service Provider (ISP) 150 .
  • the ISP 150 in turn provides data communication services through the world wide packet data communication network now commonly referred to as the “Internet” 151 .
  • the local network 148 and internet 151 both use electrical, electromagnetic or optical signals that carry digital data streams.
  • the signals through the various networks and the signals on the network link 147 and through the communication interface 146 which carry the digital data to and from the computer system 137 , are example forms of transmission media.
  • the computer system 137 can send messages and receive data, including program code, through the network(s), network link 147 and communication interface 146 .
  • a first application server 106 may transmit data through the local network 148 to a different application server 107 , 108 .
  • Any one or more of the data processing platform 102 , servers 106 - 108 , 114 may automatically generate logs, the applications 109 - 111 may automatically generate logs, and the network-based permissioning system 104 may automatically generate a log.
  • the logs may conform to a predetermined syntax and/or schema and each platform, server, application or other system may use the same syntax/schema or different syntax/schema.
  • Embodiments herein relate to the indexing and also searching of such logs which may be useful for identifying and debugging errors or other anomalies.
  • FIG. 3 is a schematic block diagram of a first indexing and searching system or architecture 300 .
  • the system 300 may be implemented on hardware, software or a combination thereof.
  • the system 300 may be provided on one or more of the servers 106 - 108 , 114 , or another server.
  • the system 300 may be distributed among a plurality of the servers 106 - 108 , 114 .
  • the system 300 may receive a log stream 310 , which may, for example, use known systems such as AMAZON KINESIS or APACHE KAFKA.
  • the log stream 310 represents a stream of logs received from one or multiple distributed applications. The logs may therefore comprise logs from different applications which are interleaved within the log stream 300 .
  • indexers or indexing nodes 312 A, 312 N may be provided, which are processing nodes for allocating portions or clusters of the log stream 310 to one or more local storage systems 314 A- 314 M, which may be considered hot storage systems in that they are local and fast access speeds are needed.
  • the indexing nodes 312 A- 312 N may generate metadata for each cluster.
  • One or more search nodes 316 A- 316 M may be provided, which are processing nodes for effecting search requests received through a search API exposed to one or more users or groups of users 318 A- 318 B at their respective user terminals. Users 318 A- 318 B may be remote from the system 300 and use any type of user terminal. Their number can vary greatly. Received search requests are processed by the search nodes 316 A- 316 M and relevant logs are identified in the storage systems 314 A- 314 M and displayed as an accessible list on the search API to the appropriate users 318 A- 318 B. Relevant logs may be retrieved in the usual manner by clicking a link in the accessible list.
  • An example off-the-shelf system for implementing the shown system 300 is Elasticsearch.
  • Limitations of the system 300 include the fact that the indexing and search nodes 312 A- 312 N, 316 A- 316 B are coupled; their respective workloads share the same infrastructure and thus cannot be scaled independently to deal with varying workloads. Indexing and searching typically have very different workload characteristics; indexing loads are relatively constant as they are a function of the size of the log-generating applications and services. Search loads depend on the number of concurrent users 318 A- 318 B and may thus spike as a function of time-of-day and the day of the week. Further, an outage in any part of the system 300 , such as an outage of the indexing nodes 312 A- 312 N implies an outage on the searching nodes 316 A- 316 B and vice versa.
  • Indexing and search throughput cannot be scaled dynamically. For example, if we assume that an indexing cluster is sized such that the steady-state indexing workload is handled at 75% of the maximum throughput, a planned or unplanned outage of x minutes may require 3x minutes for the indexing nodes 312 A- 312 N to catch up. It is not straightforward to increase throughput of the indexing nodes 312 A- 312 N by adding additional temporary memory capacity to common storage systems 314 A- 314 M.
  • FIG. 4 is a schematic block diagram of a second indexing and searching system or architecture 400 , according to an example embodiment.
  • the second system 400 may be implemented on hardware, software or a combination thereof.
  • the system 400 may be provided on one or more of the servers 106 - 108 , 114 , or another server.
  • the system 400 may be distributed among a plurality of the servers 106 - 108 , 114 .
  • the system 400 may receive the log stream 310 , as before, which for example may for example use known systems such as AMAZON KINESIS or APACHE KAFKA, producing a sharded log stream.
  • the log stream 310 represents a stream of logs received from one or multiple distributed applications. The logs may therefore comprise logs from different applications which are interleaved within the log stream 310 .
  • One or more indexers or indexing nodes 412 A, 412 N may be provided, which are processing nodes for allocating portions or clusters of the log stream 310 to one or more cold storage systems 414 .
  • the one or more cold storage systems 414 may be provided remotely, e.g. in the cloud 416 , or may comprise relatively cheap, slower memory than the one or more memory systems 314 A- 314 M shown in FIG. 3 .
  • the one or more indexing nodes 412 A- 412 N are configured to receive the log stream 310 in generally time-ordered fashion, produce time and/or space-bounded portion (e.g. the minimum of 1 hour and/or 10 GBytes) which are then indexed and stored in the cold storage system 414 .
  • the index may be a Lucene index, for example. Whilst logs are being received from the log stream 310 , and before the portion is complete, the logs may be temporarily stored in local hot storage 460 for quick access, which takes account of the probability that more recent logs are more likely to be searched for. When the portion is complete, i.e. the time and/or space bound is reached, then the logs in the local hot storage 460 may be moved to the cold storage system 414 and the hot storage may be deleted or overwritten by fresh log data.
  • the schema of log data may be known, and hence static mapping may be used from fields to the index configuration, e.g. how to tokenise, what data types to use, etc.
  • the one or more indexing nodes 412 A- 412 N may push (and optionally compress) the index portion to the cold storage system 414 and generate metadata for the portion, including a pointer to the indexed portion, which metadata is stored in an index catalog module 420 .
  • the metadata may further comprise data contained within one or more fields of the logs in the indexed portion, such as defined in the schema.
  • the one or more indexing nodes 412 A- 412 N may then commit the position in the log stream 310 and repeat the above process with a fresh, empty index.
  • the index catalog module 420 may be configured to store the list of indexed portions as a pointer to the corresponding location in the cold storage system 414 , as well as the other metadata, which may include log type, index start/end date etc.
  • the index catalog module 420 should be a durable system, and one example product used for this purpose may be APACHE CASANDRA. Logs that are being temporarily stored in the local hot storage 460 may also be indexed in the index catalog module 420 in the same or a similar way, such that they are searchable.
  • the system 400 may further comprise one or more search nodes 430 A- 430 M.
  • Each search node 430 A- 430 M may be configured to serve a subset of the indexed portions responsive to user search requests.
  • the one or more search nodes 430 A- 430 M may communicate with a search coordinator module 418 for this purpose.
  • the one or more search nodes 430 A- 430 M have one or more associated hot storage systems 435 A- 435 P, meaning that received log portions retrieved from the cold storage system 414 are available for further processing of received search requests in a timely fashion.
  • the search coordinator module 418 is configured to keep track of the available search nodes 430 A- 430 M and manages the allocation of relevant indexed portions to particular search nodes. If the log data is immutable, i.e. it is tamper-resistant, it is acceptable for multiple search nodes 430 A- 430 M to serve the same indexed portion without requiring complex synchronisation logic.
  • multiple search nodes 430 A- 430 M may receive the same allocation of one or more indices, i.e. so that multiple search nodes can serve same or similar requests. This improves performance, and may protect against search node 430 A- 430 M failure because there will be another node serving the same portion, e.g. shard, of the index.
  • the search coordinator module 418 is generally responsible for receiving search requests from one or more users 450 , received through a search API that may be exposed by the search nodes 430 A- 430 M (or an associated aggregator node 440 , mentioned below), and to identify from the index catalog module 420 the location of relevant indexed portions. Relevant indexed portions may be determined based on criteria such as the timing of the logs, an application ID, system ID, server ID, type of log data or any similar data enabling identifying of a subset of all portions of log data in the cold storage system 414 and/or the local hot storage 460 . The search coordinator module 418 may receive one or more pointers to the relevant indexed portions and fetch said indexed portions from the cold storage system 414 or the local hot storage 460 . The search coordinator module 418 then sends said indexed portions to the appropriate search node 430 A- 430 M for processing the search query for displaying results through the search API.
  • An aggregator node 440 may also be provided.
  • the aggregator node 440 is configured to expose a Remote Procedure Call (RPC) query API, e.g. HTTP or JSON or protobuf, and forwards received search query requests to the one or more search nodes 430 A- 430 M.
  • RPC Remote Procedure Call
  • the aggregator node 440 may also learn from the search coordinator module 418 which of the search nodes 430 A- 430 M currently serve which indexed portions, which may be relevant to a new search query, for example with respect to the log type and/or the time window of the query.
  • the aggregator node 440 may implement an appropriate query language, including forwarding filter queries, applying limits to aggregated query results and de-duplicating data.
  • FIG. 5 is a flow diagram indicating processing operations performed by one or more processors of an appropriate computing system, for example using the system shown in FIG. 2 .
  • a first operation 5 . 1 may comprise receiving a stream of log data from one or more applications.
  • Another operation 5 . 2 may comprise indexing a plurality of different portions of the received stream to respective locations of a cold storage system.
  • Another operation 5 . 3 may comprise storing, in an index, catalog pointers to the respective locations of the indexed portions in the cold storage system.
  • Another operation 5 . 4 may comprise receiving one or more requests for log data.
  • Another operation 5 . 5 may comprise subsequently identifying from the index catalog one or more pointers to respective indexed portions appropriate to at least part of the one or more requests.
  • Another operation 5 . 6 may comprise sending of the identified one or more indexed portions to one or more hot storage systems each associated with a respective search node for processing of one or more search requests.
  • the indexing may be performed by a plurality of indexing nodes, operating independently from the one or more search nodes, for indexing different portions of the received stream.
  • the number of indexing nodes may adaptively increase and/or decrease in dependence on the amount or rate of log data in the received stream.
  • the indexed log data may be immutable. That is, the system 400 never updates logs when produced or indexed. This means that the main driver of the coordination and synchronisation in other systems vanishes and the interactions points between indexing and searching can be simplified whilst maintaining consistency.
  • precomputing search indices and storing them in relatively cheap, cold storage they can be subsequently loaded into search nodes 430 A- 430 M with hot storage to answer queries.
  • the system 400 can provide decoupling of indexing and searching operations into separate phases.
  • Indexing nodes 412 A- 412 N consume the log stream 310 and produce bounded portions or indices which are pushed into cold storage 414 .
  • the scaling of the indexing nodes 412 A- 412 N can be performed independently of the scaling of searching nodes 430 A- 430 M without affecting the infrastructure or performance of the system 400 .
  • Other operations may comprise determining which of a plurality of search nodes to send the identified one or more indexed portions to. The determination may be based on available capacity of the hot storage system associated with each search node.
  • Other operations may comprise allocating and/or de-allocating one or more search nodes for receiving and processing the one or more search requests based on a variable parameter.
  • the allocating and/or de-allocating may be based on one or more of number of search requests received over a predetermined time period and/or the time for which the sent indexed portions have been stored at the one or more search nodes.
  • Other operations may comprise de-duplicating search results. Because logs are immutable, it is relatively straightforward to de-duplicate search results by their intrinsic ID, which may be a hash of the log record. A need for de-duplication may be evident from the following example situation. Consider that one of the indexing nodes 412 A- 412 N successfully pushes an index portion to the cold storage system 414 and registers it with the index catalog module 420 . However, the stream commit fails. Then, a different indexer node may pick up the same logs from the log stream 310 and pass them as an additional, partially duplicative portion. This pattern is not unique to log indexing workflows or even the presented architecture. Processing in distributed systems requires either coordinated transactions with a commit protocol, or idempotent downstream processing. However, when using immutable log records, the latter option is simple to implement.
  • the system 400 and method offer a number of possible modes for computing such aggregates. For example, a faster, approximate mode may be provided by pushing aggregations to the search nodes 430 A- 430 M and summing their resulting counts. A slower, more exact mode may be provided by retrieving record IDs of all Q-results, followed by a de-duplication step and a count step.
  • Conditional language such as, among others, “can,” “could,” “might,” or “may,” unless specifically stated otherwise, or otherwise understood within the context as used, is generally intended to convey that certain embodiments include, while other embodiments do not include, certain features, elements and/or steps. Thus, such conditional language is not generally intended to imply that features, elements and/or steps are in any way required for one or more embodiments or that one or more embodiments necessarily include logic for deciding, with or without user input or prompting, whether these features, elements and/or steps are included or are to be performed in any particular embodiment.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Debugging And Monitoring (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A method, performed by one or more processors, is disclosed, the method comprising receiving a stream of log data from one or more applications and indexing a plurality of different portions of the received stream to respective locations of a cold storage system. The method may also comprise storing, in an index, catalog pointers to the respective locations of the indexed portions in the cold storage system. One or more requests for log data may be received, and the method may also comprise subsequently identifying from the index catalog one or more pointers to respective indexed portions appropriate to at least part of the one or more requests, and sending of the identified one or more indexed portions to one or more hot storage systems each associated with a respective search node for processing of one or more search requests.

Description

BENEFIT CLAIM
This application claims the benefit under 35 U.S.C. § 119 of Great Britain application 1807534.1, filed May 9, 2018, the entire contents of which is hereby incorporated by reference as if fully set forth herein.
FIELD OF THE DISCLOSURE
The present disclosure relates to methods and systems for indexing and searching, which may be considered individually or in combination. Example embodiments relate to the indexing and searching of telemetry or log information for computer applications and/or systems.
BACKGROUND
Telemetry data of system health and log data is a critical piece of infrastructure for any distributed, large-scale application. Telemetry is distributed systems' analog to Integrated Development Environments (IDEs) and debuggers for local development workflows and allows developers and Site Reliability Engineers (SREs) to understand performance, health and usage patterns of applications. Similarly, log data, or log files, record either events that occur in software applications or messages between different software applications or users. Similar to telemetry data, log data and log files provide an indication of system or application errors, performance, health and usage patterns of applications.
An end-to-end log production pipeline typically employs indexing nodes and a search Application Programming Interface (API). The indexing nodes read blocks of log lines from a log stream and index them in a cluster on hot storage. The log lines can be searched via the API which accesses the indexing nodes.
As the number of services and application deployments grow, so does the number of log lines requiring indexing and storing in hot storage. The use of hot storage is expensive and takes no account of standard search patterns, where only a limited amount of log data is needed most of the time, usually the most recent, yielding a poor cost/performance trade-off.
In this scenario, indexing and searching infrastructure is tightly coupled, making it difficult to scale these functions independently. Indexing and searching capabilities typically have very different and variable workloads; indexing is roughly constant whereas searching depends on the number of concurrent users, and search requests can spike depending on the time of day. An outage of the indexing capability may imply an outage of the search capability and vice versa.
SUMMARY
An embodiment provides a method, performed by one or more processors, the method comprising:
receiving a stream of log data from one or more applications;
indexing a plurality of different portions of the received stream to respective locations of a cold storage system;
storing, in an index, catalog pointers to the respective locations of the indexed portions in the cold storage system;
receiving one or more requests for log data;
subsequently identifying from the index catalog one or more pointers to respective indexed portions appropriate to at least part of the one or more requests; and
sending of the identified one or more indexed portions to one or more hot storage systems each associated with a respective search node for processing of one or more search requests.
Another embodiment provides a computer program, optionally stored on a non-transitory computer readable medium program which, when executed by one or more processors of a data processing apparatus, causes the data processing apparatus to carry out a method comprising:
receiving a stream of log data from one or more applications;
indexing a plurality of different portions of the received stream to respective locations of a cold storage system;
storing, in an index, catalog pointers to the respective locations of the indexed portions in the cold storage system;
receiving one or more requests for log data;
subsequently identifying from the index catalog one or more pointers to respective indexed portions appropriate to at least part of the one or more requests; and
sending of the identified one or more indexed portions to one or more hot storage systems each associated with a respective search node for processing of one or more search requests.
Another embodiment provides an apparatus configured to carry out a method according to any previous definition, the apparatus comprising one or more processors or special-purpose computing hardware.
BRIEF DESCRIPTION OF THE DRAWINGS
Example embodiments will now be described by way of non-limiting example with reference to the accompanying drawings, in which:
FIG. 1 is a network diagram depicting a network system comprising a data processing platform in communication with a network-based permissioning system;
FIG. 2 is a block diagram of a computer system according to embodiments of this specification;
FIG. 3 is a first indexing and searching system or architecture;
FIG. 4 is a schematic block diagram of a second indexing and searching system or architecture;
FIG. 5 is a flow diagram indicating processing operations performed by one or more processors of an appropriate computing system.
DETAILED DESCRIPTION OF CERTAIN EMBODIMENTS
Embodiments herein relate to data indexing and searching. Embodiments relate to methods and systems for performance of processing operations and an indexing and searching infrastructure. The methods and systems are particularly applicable and useful to large-scale distributed systems, for example where multiple applications or services are located and/or executed on multiple servers and/or at multiple locations. However, embodiments are also applicable to smaller systems.
For example, embodiments may relate to data indexing and searching of log data. Log data generally refers to data representing discretely identifiable portions or lines of information, automatically generated by hardware or software which reflect computational activities for use in, for example, debugging or system monitoring. In this context, telemetry data may also be covered by the term log data. For example, a server may automatically generate a server log consisting of the list of activities it has performed over time. Servers may produce log files according to a Common Log Format. For example, an application may automatically generate an application log consisting of the list of activities it has performed over time. Other examples exist.
Embodiments relating to data indexing and searching aspects can be considered separately or in combination. A feature of the embodiments is that searching and indexing processes are de-coupled, meaning that their functions may be handled separately and their respective infrastructure scaled up and down based on need or demand and performed independently of one another.
References to “logs” or “log data” can refer to any number of discrete data sets, lines or files representing individually generated logs.
Embodiments herein generally relate to the indexing of immutable log data, that is log data that is configured to be tamper-resistant and/or is not changed.
Embodiments herein generally relate to time-ordered log data, that is log data that is generated in general time-order. The log data may comprise, for each data set, line or file, a respective date and time indicative of its time-order.
Generally speaking, a log pipeline for a distributed network comprising multiple applications works as follows. Each service of an application may be responsible for adding logs that convey pivotal information regarding its state, progress, success, and failure conditions. For example, three aspects of log production across all services and applications may be formalized or standardized. First,
each log level (e.g. WARN, INFO, ERROR, etc.) may be associated with semantics and alerting thresholds. For example, ERROR-level logs may trigger pager duty alerts to an affected team. Next, guidelines may be maintained explaining what type of information is acceptable to include in logs. For example, authentication tokens or passwords may never occur in logs. Finally, a JSON or similar format for structured logs, including fields like originating host, datetime, message, log level, log type, etc. may be specified. Libraries for commonly used languages (Java, Go, Python) transparently encode messages emitted from standard logging frameworks (e.g., SLF4J for Java services) into the JSON format.
JSON-formatted logs may be emitted to a file or standard output, depending on the environment. Per-service log collectors may pick up all logs and push them to a global stream (e.g. on APACHE KAFKA or AMAZON KINESIS).
Before indexing logs from the global stream, the logs may be filtered using whitelists and blacklists. Only a defined set of environments on the whitelist may be allowed to submit logs, and logs must conform to syntax and content restrictions. Since a log schema may evolve over time, logs may be harmonized with different schema versions by mapping them to the latest supported schema.
The filtered and standardized logs may subsequently be indexed. Indexing may be performed in anticipation of typical search workloads. An index of the full-text log message and all of the structured fields, including datetime, log type, error level, originating host and environment, etc. may be built.
Developers and SREs may then search or query indexed logs via a custom User Interface (UI) or through Application Programming Interfaces (APIs).
For example, a user may search or query a live stream of all logs from some service or environment, e.g. logs containing a token, or string or logs corresponding to a call trace id, etc.
The ability to search logs means that developers can understand system or service states, and/or investigate their causes. For example, if an error is signaled, a developer may search for API calls against the service which triggered the error state as evidenced by an error log entry.
In the context of the following, the following definitions apply.
A data processing platform is any computing platform on which executable code, or software, may be executed, providing particular functionality and restrictions, in that low-level functionality is provided which the executable code needs to conform to.
A data resource is any form of executable software, data set, or data structure usually, but not exclusively for providing a service, for example a data analysis application, a data transformation application, a report generating application, a machine learning process, a spreadsheet or a database. A data resource may be created, viewed and/or edited or executed, for example via a data processing pipeline management tool
A data repository is any form of data storage entity into which data is specifically partitioned or isolated.
Log data, log files or logs generally refer to data representing discretely identifiable portions or lines of information, automatically generated by hardware or software which reflect computational activities for use in, for example, debugging or system monitoring. In this context, telemetry data may also be covered by the term log data. For example, a server may automatically generate a server log consisting of the list of activities it has performed over time. Servers may produce log files according to a Common Log Format.
Hot and cold storage refer to any data storage hardware or mechanisms that are, respectively, quicker and slower to read data from (in relative terms). For example, cold storage may comprise memory that is remote from the requesting system or service, e.g. on the cloud, whereas hot storage may be less remote or more local to the requesting system or service. Additionally, or alternatively, cold storage may use a slower technology than hot storage. For example, hot storage may comprise solid-state memory, e.g. flash or NAND flash memory, or developing technologies such as such as phase-change RAM (PRAM), ferroelectric RAM (FERAM), magneto resistive RAM (MRAM), and resistance-change RAM (RRAM). Cold storage may comprise relatively slower technologies, such as mechanical disc drives or slower solid-state technology. Additionally, or alternatively, hot storage and cold storage may be distinguished by their access mechanisms. Additionally, or alternatively, hot storage and cold storage may be distinguished by their relative cost. Hot storage is generally more expensive than cold storage for a corresponding amount of storage space.
An execution environment is any representation of an execution platform, such as an operating system or a database management system.
A dataset, sometimes used interchangeably with data; a dataset holds data on the data processing platform, and usually has an accompanying schema for the dataset in order to make sense, or interpret, the data within the dataset.
The data processing platform may be an enterprise software platform associated with an enterprise platform provider. An enterprise software platform enables use by multiple users, internal and external to the enterprise platform provider. The users may be users of different respective organisations, such as different commercial companies.
The data resources stored on the software platform, which may comprise data transformers forming part of a product pipeline, may relate to technical data and/or technical processes.
For example, in a financial organisation, it may be required to identify a list of suspicious customers by processing raw accounts, transactions and customer data in a particular order in order first to provide clean versions of the raw datasets (removing unwanted or unnecessary fields of the datasets to make data processing more efficient) and then to identify suspicious transactions which may for example be above a certain monetary amount. By correlating customer data with the suspicious transactions data, suspicious customers may be identified. This is given by way of a simple example, and will be explained further in relation to one of the embodiments below.
For example, an engine manufacturer may create and store a database relating to spare parts for the different models of engines it produces and services. The database may, for example, be a multi-dimensional relational database. Certain analyses may be performed on the database using another application, for example an executable application resource for analysing and/or transforming the data in order to identify trends which may be useful for predicting when certain parts will fail and/or need.
For this purpose, the software platform may comprise enterprise applications for machine-analysis of data resources. For example, an organisation may store on the software platform history data for a machine and use an enterprise application for the processing of history data for the machine in order to determine the probability, or a risk score, of the machine, or a component sub-system of the machine, experiencing a fault during a future interval. The enterprise application may use the fault probabilities or risk scores determined for a machine to select a preventative maintenance task which can reduce the probability and/or severity of the machine experiencing a fault. History data for a machine may include sensor logs, a sensor log being multiple measurements of physical parameters captured by a sensor and relating to different points in time (a time series). History data for a machine may also include computer readable logs such as maintenance logs, fault logs and message logs corresponding to a machine. The maintenance log corresponding to the machine may record information such as dates and locations of prior maintenance tasks, details of replacement parts, free text notes made by an engineer or mechanic performing a maintenance task and so forth. The fault log corresponding to the machine may record information such as dates and locations of faults, the types of faults, the period of time required to rectify each fault and so forth. The message log corresponding to a machine, such as a ship or construction machinery, may records messages generated by controllers, processors or similar devices which are integrated into the component sub-systems of the machine. The messages may include a date and time, an identifier of a component sub-system, and message content such as, for example, warning information of information identifying a fault.
A production pipeline is a set of data elements connected in series, where the output of a first element is the input of a second element. One or more other data elements may be connected to the input of the first or second elements. Some data elements may be performed in parallel, at least partially. Some data elements may perform a task or a part of a larger task when combined with others.
Certain data elements may be data sets, which may be raw data or processed data. In this case, the data sets may be represented in any suitable form, for example as database tables comprising one or more rows and columns. The data sets may represent technical data, e.g. data representing sensed or measured data from physical sensors in an industrial setting or of a machine such as vehicle or craft. The data sets may represent inventory data. The data sets may represent pixels of an image. The data sets may represent financial data. Many other examples of what the data sets represent are envisaged.
Certain data elements may relate to tasks, or part of a larger task, which define a relationship between at least a first data element and a second data element, for example between one or more input data elements and one or more output data elements. The tasks may be performed using data processing elements, to be mentioned below, and may involve transforming the data in some way to achieve the defined relationship.
A production pipeline is fundamentally used to structure workflows done on complex tasks that may have dependencies, e.g. the data from an industrial sensor may be required before a further task is performed, although this may not be essential.
Data processing elements for performing tasks, or part of a larger task, may perform a relatively simple operation, such as removing certain types of data from a received data element, e.g. a particular column and/or row from a received table, combining two or more received tables or certain rows and/or columns thereof, performing a unit conversion operation on data to produce other data in the same units, shifting data and so on. Data processing elements may also perform more complex tasks by receiving or being applying user inputted code, such as Java, Python, or structured query language (SQL), for example to run a program of computer-readable instructions for transforming the one or more received data elements into a different form or to produce the result of a combination or calculation. Data processing elements may be executed in series, in parallel or in time-sliced fashion possibly with buffer storage between elements.
Particular embodiments will now be described with reference to the Figures.
FIG. 1 is a network diagram depicting a network system 100 comprising a data processing platform 102 in communication with a network-based permissioning system 104 (hereafter “permissioning system”) configured for registering and evaluating access permissions for data resources to which a group of application servers 106-108 share common access, according to an example embodiment. Consistent with some embodiments, the network system 100 may employ a client-server architecture, though the present subject matter is, of course, not limited to such an architecture, and could equally well find application in an event-driven, distributed, or peer-to-peer architecture system, for example. Moreover, it shall be appreciated that although the various functional components of the network system 100 are discussed in the singular sense, multiple instances of one or more of the various functional components may be employed.
The data processing platform 102 includes a group of application servers, specifically, servers 106-108, which host network applications 109-111, respectively. The network applications 109-111 hosted by the data processing platform 102 may collectively compose an application suite that provides users of the network system 100 with a set of related, although independent, functionalities that are accessible by a common interface. For example, the network applications 109-111 may compose a suite of software application tools that can be used to analyse data to develop various insights about the data, and visualize various metrics associated with the data. To further this example, the network application 109 may be used to analyse data to develop particular metrics with respect to information included therein, while the network application 110 may be used to render graphical representations of such metrics. It shall be appreciated that although FIG. 1 illustrates the data processing platform 102 as including a particular number of servers, the subject matter disclosed herein is not limited to any particular number of servers and in other embodiments, fewer or additional servers and applications may be included.
The applications 109-111 may be associated with a first organisation. One or more other applications (not shown) may be associated with a second, different organisation. These other applications may be provided on one or more of the application servers 106, 107, 108 which need not be specific to a particular organisation. Where two or more applications are provided on a common server 106-108 (or host), they may be containerised which as mentioned above enables them to share common functions.
Each of the servers 106-108 may in communication with the network-based permissioning system 104 over a network 112 (e.g. the Internet or an intranet). Each of the servers 106-108 are further shown to be in communication with a database server 114 that facilitates access to a resource database 116 over the network 112, though in other embodiments, the servers 106-108 may access the resource database 116 directly, without the need for a separate database server 114. The resource database 116 may stores other data resources that may be used by any one of the applications 109-111 hosted by the data processing platform 102.
In other embodiments, one or more of the database server 114 and the network-based permissioning system 104 may be local to the data processing platform 102; that is, they may be stored in the same location or even on the same server or host as the network applications 109, 110, 111.
As shown, the network system 100 also includes a client device 118 in communication with the data processing platform 102 and the network-based permissioning system 104 over the network 106. The client device 118 communicates and exchanges data with the data processing platform 102.
The client device 118 may be any of a variety of types of devices that include at least a display, a processor, and communication capabilities that provide access to the network 106 (e.g., a smart phone, a tablet computer, a personal digital assistant (PDA), a personal navigation device (PND), a handheld computer, a desktop computer, a laptop or netbook, or a wearable computing device), and may be operated by a user (e.g., a person) to exchange data with other components of the network system 100 that pertains to various functions and aspects associated with the network system 100 and its users. The data exchanged between the client device 118 and the data processing platform 102 involve user-selected functions available through one or more user interfaces (UIs). The UIs may be specifically associated with a web client (e.g., a browser) or an application 109-111 executing on the client device 118 that is in communication with the data processing platform 102. For example, the network-based permissioning system 104 provides user interfaces to a user of the client device 118 (e.g., by communicating a set of computer-readable instructions to the client device 118 that cause the client device 118 to display the user interfaces) that allow the user to register policies associated with data resources stored in the resource database 116.
Referring to FIG. 2, a block diagram of an exemplary computer system 137, which may comprise the data processing platform 102, one or more of the servers 106-108, the database server 114 and/or the network-based permissioning system 104, consistent with examples of the present specification is shown.
Computer system 137 includes a bus 138 or other communication mechanism for communicating information, and a hardware processor 139 coupled with bus 138 for processing information. Hardware processor 139 can be, for example, a general purpose microprocessor. Hardware processor 139 comprises electrical circuitry.
Computer system 137 includes a main memory 140, such as a random access memory (RAM) or other dynamic storage device, which is coupled to the bus 138 for storing information and instructions to be executed by processor 139. The main memory 140 can also be used for storing temporary variables or other intermediate information during execution of instructions by the processor 139. Such instructions, when stored in non-transitory storage media accessible to the processor 139, render the computer system 137 into a special-purpose machine that is customized to perform the operations specified in the instructions.
Computer system 137 further includes a read only memory (ROM) 141 or other static storage device coupled to the bus 138 for storing static information and instructions for the processor 139. A storage device 142, such as a magnetic disk or optical disk, is provided and coupled to the bus 138 for storing information and instructions.
Computer system 137 can be coupled via the bus 138 to a display 143, such as a cathode ray tube (CRT), liquid crystal display, or touch screen, for displaying information to a user. An input device 144, including alphanumeric and other keys, is coupled to the bus 138 for communicating information and command selections to the processor 139. Another type of user input device is cursor control 145, for example using a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to the processor 139 and for controlling cursor movement on the display 143. The input device typically has two degrees of freedom in two axes, a first axis (for example, x) and a second axis (for example, y), that allows the device to specify positions in a plane.
Computer system 137 can implement the techniques described herein using customized hard-wired logic, one or more ASICs or FPGAs, firmware and/or program logic which in combination with the computer system causes or programs computer system 137 to be a special-purpose machine. According to some embodiments, the operations, functionalities, and techniques disclosed herein are performed by computer system 137 in response to the processor 139 executing one or more sequences of one or more instructions contained in the main memory 140. Such instructions can be read into the main memory 40 from another storage medium, such as storage device 142. Execution of the sequences of instructions contained in main memory 140 causes the processor 139 to perform the process steps described herein. In alternative embodiments, hard-wired circuitry can be used in place of or in combination with software instructions.
The term “storage media” as used herein refers to any non-transitory media that stores data and/or instructions that cause a machine to operate in a specific fashion. Such storage media can comprise non-volatile media and/or volatile media. Non-volatile media includes, for example, optical or magnetic disks, such as storage device 142. Volatile media includes dynamic memory, such as main memory 140. Common forms of storage media include, for example, a floppy disk, a flexible disk, hard disk, solid state drive, magnetic tape, or any other magnetic data storage medium, a CD-ROM, any other optical data storage medium, any physical medium with patterns of holes, a RAM, a PROM, and EPROM, a FLASH-EPROM, NVRAM, any other memory chip or cartridge.
Storage media is distinct from, but can be used in conjunction with, transmission media. Transmission media participates in transferring information between storage media. For example, transmission media includes coaxial cables, copper wire and fibre optics, including the wires that comprise bus 138. Transmission media can also take the form of acoustic or light waves, such as those generated during radio-wave and infra-red data communications.
Various forms of media can be involved in carrying one or more sequences of one or more instructions to processor 139 for execution. For example, the instructions can initially be carried on a magnetic disk or solid state drive of a remote computer. The remote computer can load the instructions into its dynamic memory and send the instructions over a telephone line or other transmission medium using a modem. A modem local to computer system 137 can receive the data on the telephone line or other transmission medium and use an infra-red transmitter to convert the data to an infra-red signal. An infra-red detector can receive the data carried in the infra-red signal and appropriate circuitry can place the data on bus 138. Bus 138 carries the data to the main memory 140, from which the processor 139 retrieves and executes the instructions. The instructions received by the main memory 140 can optionally be stored on the storage device 142 either before or after execution by the processor 139.
Computer system 137 also includes a communication interface 146 coupled to the bus 138. The communication interface 146 provides a two-way data communication coupling to a network link 147 that is connected to a local network 148. For example, the communication interface 146 can be an integrated services digital network (ISDN) card, cable modem, satellite modem, or a modem to provide a data communication connection to a corresponding type of telephone line. As another example, the communication interface 146 can be a local area network (LAN) card to provide a data communication connection to a compatible LAN. Wireless links can also be implemented. In any such implementation, the communication interface 146 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
The network link 147 typically provides data communication through one or more networks to other data devices. For example, the network link 147 can provide a connection through the local network 148 to a host computer 149 or to data equipment operated by an Internet Service Provider (ISP) 150. The ISP 150 in turn provides data communication services through the world wide packet data communication network now commonly referred to as the “Internet” 151. The local network 148 and internet 151 both use electrical, electromagnetic or optical signals that carry digital data streams. The signals through the various networks and the signals on the network link 147 and through the communication interface 146, which carry the digital data to and from the computer system 137, are example forms of transmission media.
The computer system 137 can send messages and receive data, including program code, through the network(s), network link 147 and communication interface 146. For example, a first application server 106 may transmit data through the local network 148 to a different application server 107, 108.
Any one or more of the data processing platform 102, servers 106-108, 114 may automatically generate logs, the applications 109-111 may automatically generate logs, and the network-based permissioning system 104 may automatically generate a log. The logs may conform to a predetermined syntax and/or schema and each platform, server, application or other system may use the same syntax/schema or different syntax/schema.
Embodiments herein relate to the indexing and also searching of such logs which may be useful for identifying and debugging errors or other anomalies.
FIG. 3 is a schematic block diagram of a first indexing and searching system or architecture 300. The system 300 may be implemented on hardware, software or a combination thereof. The system 300 may be provided on one or more of the servers 106-108, 114, or another server. The system 300 may be distributed among a plurality of the servers 106-108, 114.
The system 300 may receive a log stream 310, which may, for example, use known systems such as AMAZON KINESIS or APACHE KAFKA. The log stream 310 represents a stream of logs received from one or multiple distributed applications. The logs may therefore comprise logs from different applications which are interleaved within the log stream 300.
One or more indexers or indexing nodes 312A, 312N may be provided, which are processing nodes for allocating portions or clusters of the log stream 310 to one or more local storage systems 314A-314M, which may be considered hot storage systems in that they are local and fast access speeds are needed. The indexing nodes 312A-312N may generate metadata for each cluster.
One or more search nodes 316A-316M may be provided, which are processing nodes for effecting search requests received through a search API exposed to one or more users or groups of users 318A-318B at their respective user terminals. Users 318A-318B may be remote from the system 300 and use any type of user terminal. Their number can vary greatly. Received search requests are processed by the search nodes 316A-316M and relevant logs are identified in the storage systems 314A-314M and displayed as an accessible list on the search API to the appropriate users 318A-318B. Relevant logs may be retrieved in the usual manner by clicking a link in the accessible list.
An example off-the-shelf system for implementing the shown system 300 is Elasticsearch.
Limitations of the system 300 include the fact that the indexing and search nodes 312A-312N, 316A-316B are coupled; their respective workloads share the same infrastructure and thus cannot be scaled independently to deal with varying workloads. Indexing and searching typically have very different workload characteristics; indexing loads are relatively constant as they are a function of the size of the log-generating applications and services. Search loads depend on the number of concurrent users 318A-318B and may thus spike as a function of time-of-day and the day of the week. Further, an outage in any part of the system 300, such as an outage of the indexing nodes 312A-312N implies an outage on the searching nodes 316A-316B and vice versa.
Indexing and search throughput cannot be scaled dynamically. For example, if we assume that an indexing cluster is sized such that the steady-state indexing workload is handled at 75% of the maximum throughput, a planned or unplanned outage of x minutes may require 3x minutes for the indexing nodes 312A-312N to catch up. It is not straightforward to increase throughput of the indexing nodes 312A-312N by adding additional temporary memory capacity to common storage systems 314A-314M.
Additionally, as the number of applications and services grow, so will the number and/or rate of logs received from the log stream 310, requiring time consuming management activities.
FIG. 4 is a schematic block diagram of a second indexing and searching system or architecture 400, according to an example embodiment. The second system 400 may be implemented on hardware, software or a combination thereof. The system 400 may be provided on one or more of the servers 106-108, 114, or another server. The system 400 may be distributed among a plurality of the servers 106-108, 114.
The system 400 may receive the log stream 310, as before, which for example may for example use known systems such as AMAZON KINESIS or APACHE KAFKA, producing a sharded log stream. The log stream 310 represents a stream of logs received from one or multiple distributed applications. The logs may therefore comprise logs from different applications which are interleaved within the log stream 310.
One or more indexers or indexing nodes 412A, 412N may be provided, which are processing nodes for allocating portions or clusters of the log stream 310 to one or more cold storage systems 414. The one or more cold storage systems 414 may be provided remotely, e.g. in the cloud 416, or may comprise relatively cheap, slower memory than the one or more memory systems 314A-314M shown in FIG. 3.
The one or more indexing nodes 412A-412N are configured to receive the log stream 310 in generally time-ordered fashion, produce time and/or space-bounded portion (e.g. the minimum of 1 hour and/or 10 GBytes) which are then indexed and stored in the cold storage system 414. The index may be a Lucene index, for example. Whilst logs are being received from the log stream 310, and before the portion is complete, the logs may be temporarily stored in local hot storage 460 for quick access, which takes account of the probability that more recent logs are more likely to be searched for. When the portion is complete, i.e. the time and/or space bound is reached, then the logs in the local hot storage 460 may be moved to the cold storage system 414 and the hot storage may be deleted or overwritten by fresh log data.
The schema of log data may be known, and hence static mapping may be used from fields to the index configuration, e.g. how to tokenise, what data types to use, etc. When the time and/or space bound is reached, the one or more indexing nodes 412A-412N may push (and optionally compress) the index portion to the cold storage system 414 and generate metadata for the portion, including a pointer to the indexed portion, which metadata is stored in an index catalog module 420. The metadata may further comprise data contained within one or more fields of the logs in the indexed portion, such as defined in the schema. The one or more indexing nodes 412A-412N may then commit the position in the log stream 310 and repeat the above process with a fresh, empty index.
The index catalog module 420 may be configured to store the list of indexed portions as a pointer to the corresponding location in the cold storage system 414, as well as the other metadata, which may include log type, index start/end date etc. The index catalog module 420 should be a durable system, and one example product used for this purpose may be APACHE CASANDRA. Logs that are being temporarily stored in the local hot storage 460 may also be indexed in the index catalog module 420 in the same or a similar way, such that they are searchable.
The system 400 may further comprise one or more search nodes 430A-430M. Each search node 430A-430M may be configured to serve a subset of the indexed portions responsive to user search requests. The one or more search nodes 430A-430M may communicate with a search coordinator module 418 for this purpose. The one or more search nodes 430A-430M have one or more associated hot storage systems 435A-435P, meaning that received log portions retrieved from the cold storage system 414 are available for further processing of received search requests in a timely fashion.
The search coordinator module 418 is configured to keep track of the available search nodes 430A-430M and manages the allocation of relevant indexed portions to particular search nodes. If the log data is immutable, i.e. it is tamper-resistant, it is acceptable for multiple search nodes 430A-430M to serve the same indexed portion without requiring complex synchronisation logic.
In general, it is possible for multiple search nodes 430A-430M to receive the same allocation of one or more indices, i.e. so that multiple search nodes can serve same or similar requests. This improves performance, and may protect against search node 430A-430M failure because there will be another node serving the same portion, e.g. shard, of the index.
The search coordinator module 418 is generally responsible for receiving search requests from one or more users 450, received through a search API that may be exposed by the search nodes 430A-430M (or an associated aggregator node 440, mentioned below), and to identify from the index catalog module 420 the location of relevant indexed portions. Relevant indexed portions may be determined based on criteria such as the timing of the logs, an application ID, system ID, server ID, type of log data or any similar data enabling identifying of a subset of all portions of log data in the cold storage system 414 and/or the local hot storage 460. The search coordinator module 418 may receive one or more pointers to the relevant indexed portions and fetch said indexed portions from the cold storage system 414 or the local hot storage 460. The search coordinator module 418 then sends said indexed portions to the appropriate search node 430A-430M for processing the search query for displaying results through the search API.
An aggregator node 440 may also be provided. The aggregator node 440 is configured to expose a Remote Procedure Call (RPC) query API, e.g. HTTP or JSON or protobuf, and forwards received search query requests to the one or more search nodes 430A-430M. The aggregator node 440 may also learn from the search coordinator module 418 which of the search nodes 430A-430M currently serve which indexed portions, which may be relevant to a new search query, for example with respect to the log type and/or the time window of the query. Hence, if it is possible to process a new search query based on what data portions are currently held on hot storage associated with the one or more search nodes 430A-430M, there is no need to fetch the data portions from the cold storage system 414, saving time and bandwidth.
The aggregator node 440 may implement an appropriate query language, including forwarding filter queries, applying limits to aggregated query results and de-duplicating data.
In overview, the operation of the system 400 is explained with reference to FIG. 5, which is a flow diagram indicating processing operations performed by one or more processors of an appropriate computing system, for example using the system shown in FIG. 2.
A first operation 5.1 may comprise receiving a stream of log data from one or more applications.
Another operation 5.2 may comprise indexing a plurality of different portions of the received stream to respective locations of a cold storage system.
Another operation 5.3 may comprise storing, in an index, catalog pointers to the respective locations of the indexed portions in the cold storage system.
Another operation 5.4 may comprise receiving one or more requests for log data.
Another operation 5.5 may comprise subsequently identifying from the index catalog one or more pointers to respective indexed portions appropriate to at least part of the one or more requests.
Another operation 5.6 may comprise sending of the identified one or more indexed portions to one or more hot storage systems each associated with a respective search node for processing of one or more search requests.
It will be appreciated that certain operations may be omitted or reordered in some embodiments.
As explained, the indexing may be performed by a plurality of indexing nodes, operating independently from the one or more search nodes, for indexing different portions of the received stream. The number of indexing nodes may adaptively increase and/or decrease in dependence on the amount or rate of log data in the received stream. The indexed log data may be immutable. That is, the system 400 never updates logs when produced or indexed. This means that the main driver of the coordination and synchronisation in other systems vanishes and the interactions points between indexing and searching can be simplified whilst maintaining consistency. By precomputing search indices and storing them in relatively cheap, cold storage, they can be subsequently loaded into search nodes 430A-430M with hot storage to answer queries.
It will be appreciated that the system 400 can provide decoupling of indexing and searching operations into separate phases. Indexing nodes 412A-412N consume the log stream 310 and produce bounded portions or indices which are pushed into cold storage 414. The scaling of the indexing nodes 412A-412N can be performed independently of the scaling of searching nodes 430A-430M without affecting the infrastructure or performance of the system 400.
Other operations may comprise determining which of a plurality of search nodes to send the identified one or more indexed portions to. The determination may be based on available capacity of the hot storage system associated with each search node.
Other operations may comprise allocating and/or de-allocating one or more search nodes for receiving and processing the one or more search requests based on a variable parameter. For example, the allocating and/or de-allocating may be based on one or more of number of search requests received over a predetermined time period and/or the time for which the sent indexed portions have been stored at the one or more search nodes.
Other operations may comprise de-duplicating search results. Because logs are immutable, it is relatively straightforward to de-duplicate search results by their intrinsic ID, which may be a hash of the log record. A need for de-duplication may be evident from the following example situation. Consider that one of the indexing nodes 412A-412N successfully pushes an index portion to the cold storage system 414 and registers it with the index catalog module 420. However, the stream commit fails. Then, a different indexer node may pick up the same logs from the log stream 310 and pass them as an additional, partially duplicative portion. This pattern is not unique to log indexing workflows or even the presented architecture. Processing in distributed systems requires either coordinated transactions with a commit protocol, or idempotent downstream processing. However, when using immutable log records, the latter option is simple to implement.
Further, aggregation queries like count(Q) pose additional challenges in the presence of duplicated records. It is not possible to push the aggregation operation from the aggregation node 440 to the search nodes 430A-430M without jeopardizing correctness. The system 400 and method offer a number of possible modes for computing such aggregates. For example, a faster, approximate mode may be provided by pushing aggregations to the search nodes 430A-430M and summing their resulting counts. A slower, more exact mode may be provided by retrieving record IDs of all Q-results, followed by a de-duplication step and a count step.
Each of the processes, methods, and algorithms described in the preceding sections may be embodied in, and fully or partially automated by, code modules executed by one or more computer systems or computer processors comprising computer hardware. The processes and algorithms may be implemented partially or wholly in application-specific circuitry.
The various features and processes described above may be used independently of one another, or may be combined in various ways. All possible combinations and sub combinations are intended to fall within the scope of this disclosure. In addition, certain method or process blocks may be omitted in some implementations. The methods and processes described herein are also not limited to any particular sequence, and the blocks or states relating thereto can be performed in other sequences that are appropriate. For example, described blocks or states may be performed in an order other than that specifically disclosed, or multiple blocks or states may be combined in a single block or state. The example blocks or states may be performed in serial, in parallel, or in some other manner. Blocks or states may be added to or removed from the disclosed example embodiments. The example systems and components described herein may be configured differently than described. For example, elements may be added to, removed from, or rearranged compared to the disclosed example embodiments.
Conditional language, such as, among others, “can,” “could,” “might,” or “may,” unless specifically stated otherwise, or otherwise understood within the context as used, is generally intended to convey that certain embodiments include, while other embodiments do not include, certain features, elements and/or steps. Thus, such conditional language is not generally intended to imply that features, elements and/or steps are in any way required for one or more embodiments or that one or more embodiments necessarily include logic for deciding, with or without user input or prompting, whether these features, elements and/or steps are included or are to be performed in any particular embodiment.
Any process descriptions, elements, or blocks in the flow diagrams described herein and/or depicted in the attached figures should be understood as potentially representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps in the process. Alternate implementations are included within the scope of the embodiments described herein in which elements or functions may be deleted, executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those skilled in the art.
It should be emphasized that many variations and modifications may be made to the above-described embodiments, the elements of which are to be understood as being among other acceptable examples. All such modifications and variations are intended to be included herein within the scope of this disclosure. The foregoing description details certain embodiments of the invention. It will be appreciated, however, that no matter how detailed the foregoing appears in text, the invention can be practiced in many ways. As is also stated above, it should be noted that the use of particular terminology when describing certain features or aspects of the invention should not be taken to imply that the terminology is being re-defined herein to be restricted to including any specific characteristics of the features or aspects of the invention with which that terminology is associated. The scope of the invention should therefore be construed in accordance with the appended claims and any equivalents thereof.

Claims (20)

The invention claimed is:
1. A method, performed by one or more processors, the method comprising:
receiving a stream of log data from one or more applications;
indexing, by one or more indexing nodes, a plurality of different portions of the received stream to obtain a plurality of indexed portions;
storing an indexed portion of the plurality of indexed portions in a cold storage system;
storing, in an index catalog, a pointer to a location of the indexed portion in the cold storage system;
receiving, by one or more search nodes, one or more requests for log data, wherein the indexing is performed by the one or more indexing nodes simultaneously with the receiving by the one or more search nodes;
identifying, from the index catalog, one or more pointers to corresponding locations of indexed portions based on at least part of the one or more requests for log data;
sending one or more of the plurality of indexed portions corresponding to the identified one or more pointers to one or more hot storage systems, wherein each of the one or more hot storage systems is associated with at least one search node of the one or more search nodes; and
processing, by the associated at least one search node, one or more search requests using the sent one or more indexed portions.
2. The method of claim 1, wherein a number of indexing nodes in the one or more indexing nodes increases or decreases in dependence on an amount or a rate of log data in the received stream.
3. The method of claim 1, wherein the plurality of different portions of the received stream of data is immutable.
4. The method of claim 1, wherein the plurality of different portions of the received stream of log data is time ordered.
5. The method of claim 4, wherein one or more of the plurality of indexed portions are automatically deleted from, or overwritten in, the cold storage system after a predetermined period of time.
6. The method of claim 1, further comprising monitoring the received stream of log data with respect to a predetermined quantity and allocating the received stream of log data to the plurality of different portions for indexing based on the predetermined quantity being reached.
7. The method of claim 6, wherein the predetermined quantity is one or both of an amount of log data and a time period over which the log data is received to provide a plurality of time and/or space bounded portions.
8. The method of claim 6, wherein, prior to the predetermined quantity being reached, the method further comprises temporarily indexing the received stream of log data into an indexing hot storage system and storing in the index catalog a pointer to the temporarily indexed log data in the indexing hot storage system.
9. The method of claim 8, wherein the temporarily indexed log data is overwritten by additional temporarily indexed log data subsequent to the predetermined quantity being reached.
10. The method of claim 1, further comprising storing, in the index catalog, metadata associated with each pointer, wherein the metadata is indicative of the log data stored in the plurality of indexed portions.
11. The method of claim 10, wherein the plurality of indexed portions comprise discrete lines of log data, each line conforming to a known schema, and wherein the metadata comprises a portion of the log data from one or more fields of each line defined by the schema.
12. The method of claim 1, wherein the one or more requests for log data are received through one or more Application Programming Interfaces (API).
13. The method of claim 1, further comprising determining which of the one or more search nodes to send the one or more of the plurality of indexed portions to.
14. The method of claim 13, wherein the determination is based on available capacity of the one or more hot storage systems associated with each of the one or more search nodes.
15. The method of claim 1, wherein the method further comprises allocating and/or de-allocating the one or more search nodes for receiving and processing the one or more search requests based on a variable parameter.
16. The method of claim 15, wherein the variable parameter is based on one or more of a number of search requests received over a predetermined time period and a time for which the sent indexed portions have been stored at the one or more search nodes.
17. The method of claim 1, further comprising de-duplicating search results responsive to the processing of the one or more search requests.
18. The method of claim 1, further comprising:
storing a second indexed portion of the plurality of indexed portion in a local hot storage system; and
storing, in the index catalog, a second pointer to a location of the second indexed portion in the local hot storage system.
19. A non-transitory computer-readable storage medium storing sequences of instructions which, when executed by one or more processors of a data processing apparatus, cause the data processing apparatus to carry out:
receiving a stream of log data from one or more applications;
indexing, by one or more indexing nodes, a plurality of different portions of the received stream to obtain a plurality of indexed portions;
storing an indexed portion of the plurality of indexed portions in a cold storage system;
storing, in an index catalog, a pointer to a location of the indexed portion in the cold storage system;
receiving, by one or more search nodes, one or more requests for log data, wherein the indexing is performed by the one or more indexing nodes simultaneously with the receiving by the one or more search nodes;
identifying, from the index catalog, one or more pointers to corresponding locations of indexed portions based on at least part of the one or more requests for log data;
sending one or more of the plurality of indexed portions corresponding to the identified one or more pointers to one or more hot storage systems, wherein each of the one or more hot storage systems is associated with at least one search node of the one or more search nodes; and
processing, by the associated at least one search node, one or more search requests using the sent one or more indexed portions.
20. The non-transitory computer-readable storage medium of claim 19, wherein the one or more indexing nodes operates independently from the one or more search nodes.
US16/003,548 2018-05-09 2018-06-08 Indexing and relaying data to hot storage Active 2039-11-15 US11176113B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US17/518,407 US11669507B2 (en) 2018-05-09 2021-11-03 Indexing and relaying data to hot storage
US18/138,492 US11914566B2 (en) 2018-05-09 2023-04-24 Indexing and relaying data to hot storage
US18/440,724 US20240184761A1 (en) 2018-05-09 2024-02-13 Indexing and relaying data to hot storage

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
GB1807534.1 2018-05-09
GBGB1807534.1A GB201807534D0 (en) 2018-05-09 2018-05-09 Systems and methods for indexing and searching
GB1807534 2018-05-09

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US17/518,407 Continuation US11669507B2 (en) 2018-05-09 2021-11-03 Indexing and relaying data to hot storage

Publications (2)

Publication Number Publication Date
US20190347343A1 US20190347343A1 (en) 2019-11-14
US11176113B2 true US11176113B2 (en) 2021-11-16

Family

ID=62598107

Family Applications (4)

Application Number Title Priority Date Filing Date
US16/003,548 Active 2039-11-15 US11176113B2 (en) 2018-05-09 2018-06-08 Indexing and relaying data to hot storage
US17/518,407 Active US11669507B2 (en) 2018-05-09 2021-11-03 Indexing and relaying data to hot storage
US18/138,492 Active US11914566B2 (en) 2018-05-09 2023-04-24 Indexing and relaying data to hot storage
US18/440,724 Pending US20240184761A1 (en) 2018-05-09 2024-02-13 Indexing and relaying data to hot storage

Family Applications After (3)

Application Number Title Priority Date Filing Date
US17/518,407 Active US11669507B2 (en) 2018-05-09 2021-11-03 Indexing and relaying data to hot storage
US18/138,492 Active US11914566B2 (en) 2018-05-09 2023-04-24 Indexing and relaying data to hot storage
US18/440,724 Pending US20240184761A1 (en) 2018-05-09 2024-02-13 Indexing and relaying data to hot storage

Country Status (3)

Country Link
US (4) US11176113B2 (en)
EP (1) EP3567496B1 (en)
GB (1) GB201807534D0 (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB201807534D0 (en) 2018-05-09 2018-06-20 Palantir Technologies Inc Systems and methods for indexing and searching
CN111078447B (en) * 2019-11-24 2023-09-19 杭州安恒信息技术股份有限公司 Abnormality positioning method, device, equipment and medium in micro-service architecture
CN111352938B (en) * 2020-02-26 2023-07-18 深圳市迅雷网络技术有限公司 Data processing method, computer device and storage medium
CN111740953B (en) * 2020-05-13 2023-06-06 南斗六星系统集成有限公司 Data access forwarding method and system for vehicle supervision platform
CN112637288A (en) * 2020-12-11 2021-04-09 上海哔哩哔哩科技有限公司 Streaming data distribution method and system
CN113157734B (en) * 2021-04-20 2022-10-11 平安银行股份有限公司 Data processing method, device and equipment based on search framework and storage medium
CN114756544A (en) * 2022-03-22 2022-07-15 阿里云计算有限公司 Hot spot identification method and current limiting method
CN115118583B (en) * 2022-06-29 2024-03-26 北京奇艺世纪科技有限公司 Log query method and device, electronic equipment and computer readable storage equipment
CN117555894A (en) * 2022-08-05 2024-02-13 华为技术有限公司 Method and device for creating global secondary index in distributed database
CN115174585B (en) * 2022-08-30 2022-11-11 平安银行股份有限公司 Message generation method based on Elasticissearch, redis data management system and master control equipment
CN118069590B (en) * 2024-04-22 2024-06-21 极限数据(北京)科技有限公司 Forward index processing method, device, medium and equipment for searching database

Citations (142)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0652513A1 (en) 1993-11-04 1995-05-10 International Business Machines Corporation Task scheduler for a multiprocessor system
US5724575A (en) 1994-02-25 1998-03-03 Actamed Corp. Method and system for object-based relational distributed databases
US5872973A (en) 1995-10-26 1999-02-16 Viewsoft, Inc. Method for managing dynamic relations between objects in dynamic object-oriented languages
US5897636A (en) 1996-07-11 1999-04-27 Tandem Corporation Incorporated Distributed object computer system with hierarchical name space versioning
US6073129A (en) 1997-12-29 2000-06-06 Bull Hn Information Systems Inc. Method and apparatus for improving the performance of a database management system through a central cache mechanism
US6094653A (en) 1996-12-25 2000-07-25 Nec Corporation Document classification method and apparatus therefor
US6161098A (en) 1998-09-14 2000-12-12 Folio (Fn), Inc. Method and apparatus for enabling small investors with a portfolio of securities to manage taxable events within the portfolio
US6243717B1 (en) 1998-09-01 2001-06-05 Camstar Systems, Inc. System and method for implementing revision management of linked data entities and user dependent terminology
US6304873B1 (en) 1999-07-06 2001-10-16 Compaq Computer Corporation System and method for performing database operations and for skipping over tuples locked in an incompatible mode
US20010051949A1 (en) 1997-05-09 2001-12-13 Carey Michael J. System, method, and program for object building in queries over object views
US20010056522A1 (en) 1998-06-29 2001-12-27 Raju Satyanarayana Methods and apparatus for memory allocation for object instances in an object-oriented software environment
US6366933B1 (en) 1995-10-27 2002-04-02 At&T Corp. Method and apparatus for tracking and viewing changes on the web
US6418438B1 (en) 1998-12-16 2002-07-09 Microsoft Corporation Dynamic scalable lock mechanism
US20020091694A1 (en) 2000-11-08 2002-07-11 Namik Hrle Method and system for reduced lock contention in SQL transactions
US6549752B2 (en) 2001-01-29 2003-04-15 Fujitsu Limited Apparatus and method accumulating cases to be learned
US6560620B1 (en) 1999-08-03 2003-05-06 Aplix Research, Inc. Hierarchical document comparison system and method
US6574635B2 (en) 1999-03-03 2003-06-03 Siebel Systems, Inc. Application instantiation based upon attributes and values stored in a meta data repository, including tiering of application layers objects and components
US20030105759A1 (en) 2001-10-26 2003-06-05 United Services Automobile Association (Usaa) System and method of providing electronic access to one or more documents
US20030115481A1 (en) 2001-12-18 2003-06-19 Baird Roger T. Controlling the distribution of information
US20030130993A1 (en) 2001-08-08 2003-07-10 Quiver, Inc. Document categorization engine
US20030212718A1 (en) 2002-05-10 2003-11-13 Lsi Logic Corporation Revision control for database of evolved design
US6745382B1 (en) 2000-04-13 2004-06-01 Worldcom, Inc. CORBA wrappers for rules automation technology
US20040111410A1 (en) 2002-10-14 2004-06-10 Burgoon David Alford Information reservoir
US20040117387A1 (en) 2000-02-25 2004-06-17 Vincent Civetta Database sizing and diagnostic utility
US20040117345A1 (en) 2003-08-01 2004-06-17 Oracle International Corporation Ownership reassignment in a shared-nothing database system
US20040148301A1 (en) 2003-01-24 2004-07-29 Mckay Christopher W.T. Compressed data structure for a database
US20050097441A1 (en) 2003-10-31 2005-05-05 Herbach Jonathan D. Distributed document version control
US20050108231A1 (en) 2003-11-17 2005-05-19 Terrascale Technologies Inc. Method for retrieving and modifying data elements on a shared medium
US20050114763A1 (en) 2001-03-30 2005-05-26 Kabushiki Kaisha Toshiba Apparatus, method, and program for retrieving structured documents
US6976210B1 (en) 1999-08-31 2005-12-13 Lucent Technologies Inc. Method and apparatus for web-site-independent personalization from multiple sites having user-determined extraction functionality
US6980984B1 (en) 2001-05-16 2005-12-27 Kanisa, Inc. Content provider systems and methods using structured data
US20050289524A1 (en) 2004-06-22 2005-12-29 Mcginnes Simon Systems and methods for software based on business concepts
US20060074881A1 (en) 2004-10-02 2006-04-06 Adventnet, Inc. Structure independent searching in disparate databases
US20060080316A1 (en) 2004-10-08 2006-04-13 Meridio Ltd Multiple indexing of an electronic document to selectively permit access to the content and metadata thereof
US20060095521A1 (en) 2004-11-04 2006-05-04 Seth Patinkin Method, apparatus, and system for clustering and classification
US20060106847A1 (en) 2004-05-04 2006-05-18 Boston Consulting Group, Inc. Method and apparatus for selecting, analyzing, and visualizing related database records as a network
US20060116991A1 (en) 2004-10-13 2006-06-01 Ciphergrid Limited Remote database technique
US7058648B1 (en) 2000-12-01 2006-06-06 Oracle International Corporation Hierarchy-based secured document repository
US20060161558A1 (en) 2005-01-14 2006-07-20 Microsoft Corporation Schema conformance for database servers
US7111231B1 (en) 1999-02-24 2006-09-19 Intellisync Corporation System and methodology for dynamic application environment employing runtime execution templates
US20060218206A1 (en) 2002-08-12 2006-09-28 International Business Machines Corporation Method, System, and Program for Merging Log Entries From Multiple Recovery Log Files
US20060218405A1 (en) 2005-03-23 2006-09-28 Business Objects, S.A. Apparatus and method for dynamically auditing data migration to produce metadata
US20060218491A1 (en) 2005-03-25 2006-09-28 International Business Machines Corporation System, method and program product for community review of documents
US20060242630A1 (en) 2005-03-09 2006-10-26 Maxis Co., Ltd. Process for preparing design procedure document and apparatus for the same
US20060253502A1 (en) 2005-05-06 2006-11-09 Microsoft Corporation Maintenance of link level consistency between database and file system
US20060265397A1 (en) 2001-03-06 2006-11-23 Knowledge Vector, Inc. Methods, systems, and computer program products for extensible, profile-and context-based information correlation, routing and distribution
US20070050429A1 (en) 2005-08-26 2007-03-01 Centric Software, Inc. Time-range locking for temporal database and branched-and-temporal databases
US20070061487A1 (en) 2005-02-01 2007-03-15 Moore James F Systems and methods for use of structured and unstructured distributed data
US7194680B1 (en) 1999-12-07 2007-03-20 Adobe Systems Incorporated Formatting content by example
US20070143253A1 (en) 2005-12-19 2007-06-21 Pekka Kostamaa Database system
US20070185850A1 (en) 1999-11-10 2007-08-09 Walters Edward J Apparatus and Method for Displaying Records Responsive to a Database Query
US20070233756A1 (en) 2005-02-07 2007-10-04 D Souza Roy P Retro-fitting synthetic full copies of data
US20070271317A1 (en) 2004-08-16 2007-11-22 Beinsync Ltd. System and Method for the Synchronization of Data Across Multiple Computing Devices
US20080015970A1 (en) 2006-04-28 2008-01-17 Townsend Analytics, Ltd. Order Management System and Method for Electronic Securities Trading
US20080104060A1 (en) 2006-10-31 2008-05-01 Business Objects, S.A. Apparatus and method for assessing relevant categories and measures for use in data analyses
US20080104149A1 (en) 2006-11-01 2008-05-01 Ephraim Meriwether Vishniac Managing Storage of Individually Accessible Data Units
US20080195672A1 (en) 2002-05-09 2008-08-14 International Business Machines Corporation System and program product for sequential coordination of external database application events with asynchronous internal database events
US20080201339A1 (en) 2007-02-21 2008-08-21 Mcgrew Robert J Providing unique views of data based on changes or rules
US20080215546A1 (en) 2006-10-05 2008-09-04 Baum Michael J Time Series Search Engine
US20080270316A1 (en) 2007-02-28 2008-10-30 Aaron Guidotti Information, document, and compliance management for financial professionals, clients, and supervisors
US7461158B2 (en) 2002-08-07 2008-12-02 Intelliden, Inc. System and method for controlling access rights to network resources
US20080301378A1 (en) 2007-06-01 2008-12-04 Microsoft Corporation Timestamp based transactional memory
US20090031247A1 (en) 2007-07-26 2009-01-29 Walter Wolfgang E Active Tiled User Interface
US20090037417A1 (en) 2007-07-30 2009-02-05 Oracle International Corporation Avoiding lock contention by using a wait for completion mechanism
US20090106308A1 (en) 2007-10-18 2009-04-23 Christopher Killian Complexity estimation of data objects
US20090164387A1 (en) 2007-04-17 2009-06-25 Semandex Networks Inc. Systems and methods for providing semantically enhanced financial information
US20090172669A1 (en) 2007-12-28 2009-07-02 International Business Machines Corporation Use of redundancy groups in runtime computer management of business applications
US20090177962A1 (en) 2008-01-04 2009-07-09 Microsoft Corporation Intelligently representing files in a view
US20090240664A1 (en) 2008-03-20 2009-09-24 Schooner Information Technology, Inc. Scalable Database Management Software on a Cluster of Nodes Using a Shared-Distributed Flash Memory
US20090254971A1 (en) 1999-10-27 2009-10-08 Pinpoint, Incorporated Secure data interchange
US20090271435A1 (en) 2008-04-24 2009-10-29 Katsushi Yako Data management method, data management program, and data management device
US20090313223A1 (en) 2008-06-17 2009-12-17 Tekla Corporation Data retrieval
US20090313311A1 (en) 2008-06-12 2009-12-17 Gravic, Inc. Mixed mode synchronous and asynchronous replication system
US20100036831A1 (en) 2008-08-08 2010-02-11 Oracle International Corporation Generating continuous query notifications
US20100070489A1 (en) 2008-09-15 2010-03-18 Palantir Technologies, Inc. Filter chains with associated views for exploring large data sets
US20100076939A1 (en) 2008-09-05 2010-03-25 Hitachi, Ltd. Information processing system, data update method and data update program
US20100082541A1 (en) 2005-12-19 2010-04-01 Commvault Systems, Inc. Systems and methods for performing replication copy storage operations
US20100114831A1 (en) 2008-10-30 2010-05-06 Gilbert Gary M Building a Synchronized Target Database
US20100114817A1 (en) 2008-10-30 2010-05-06 Broeder Sean L Replication of operations on objects distributed in a storage system
US20100114887A1 (en) 2008-10-17 2010-05-06 Google Inc. Textual Disambiguation Using Social Connections
US7725530B2 (en) 2005-12-12 2010-05-25 Google Inc. Proxy server collection of data for module incorporation into a container document
US7730082B2 (en) 2005-12-12 2010-06-01 Google Inc. Remote module incorporation into a container document
US7730109B2 (en) 2005-12-12 2010-06-01 Google, Inc. Message catalogs for remote modules
US20100138842A1 (en) 2008-12-03 2010-06-03 Soren Balko Multithreading And Concurrency Control For A Rule-Based Transaction Engine
US20100145909A1 (en) 2008-12-10 2010-06-10 Commvault Systems, Inc. Systems and methods for managing replicated database data
US20100161565A1 (en) 2008-12-18 2010-06-24 Electronics And Telecommunications Research Institute Cluster data management system and method for data restoration using shared redo log in cluster data management system
US20100161688A1 (en) 2008-12-22 2010-06-24 Google Inc. Asynchronous distributed garbage collection for replicated storage clusters
US7761407B1 (en) 2006-10-10 2010-07-20 Medallia, Inc. Use of primary and secondary indexes to facilitate aggregation of records of an OLAP data cube
US20100191884A1 (en) 2008-06-12 2010-07-29 Gravic, Inc. Method for replicating locks in a data replication engine
US20100211618A1 (en) 2009-02-17 2010-08-19 Agilewaves, Inc. Efficient storage of data allowing for multiple level granularity retrieval
US20100211550A1 (en) 2009-02-17 2010-08-19 Amadeus S.A.S. Method allowing validation in a production database of new entered data prior to their release
US20100235606A1 (en) 2009-03-11 2010-09-16 Oracle America, Inc. Composite hash and list partitioning of database tables
US7814084B2 (en) 2007-03-21 2010-10-12 Schmap Inc. Contact information capture and link redirection
US20100283787A1 (en) 2006-03-03 2010-11-11 Donya Labs Ab Creation and rendering of hierarchical digital multimedia data
US20100318838A1 (en) 2006-12-04 2010-12-16 Hitachi, Ltd. Method and computer system for failover
US20100325581A1 (en) 2006-11-10 2010-12-23 Microsoft Corporation Data object linking and browsing tool
US20110029498A1 (en) 2009-07-10 2011-02-03 Xkoto, Inc. System and Method for Subunit Operations in a Database
US20110047540A1 (en) 2009-08-24 2011-02-24 Embarcadero Technologies Inc. System and Methodology for Automating Delivery, Licensing, and Availability of Software Products
US7962495B2 (en) 2006-11-20 2011-06-14 Palantir Technologies, Inc. Creating data in a data store using a dynamic ontology
US20110153592A1 (en) 2002-10-16 2011-06-23 Ita Software, Inc. Dividing A Travel Query Into Sub-Queries
US20110161132A1 (en) 2009-12-29 2011-06-30 Sukriti Goel Method and system for extracting process sequences
US20110173619A1 (en) 2005-10-11 2011-07-14 Eric Ian Fish Apparatus and method for optimized application of batched data to a database
US7984374B2 (en) 1999-07-23 2011-07-19 Adobe Systems Incorporated Computer generation of documents using layout elements and content elements
US20110184813A1 (en) 2009-09-14 2011-07-28 Cbs Interactive, Inc. Targeting offers to users of a web site
US20110258242A1 (en) 2010-04-16 2011-10-20 Salesforce.Com, Inc. Methods and systems for appending data to large data volumes in a multi-tenant store
US20110258158A1 (en) 2010-04-14 2011-10-20 Bank Of America Corporation Data Services Framework Workflow Processing
US20110270812A1 (en) 2006-10-11 2011-11-03 Ruby Jonathan P Extended Transactions
US8126848B2 (en) 2006-12-07 2012-02-28 Robert Edward Wagner Automated method for identifying and repairing logical data discrepancies between database replicas in a database cluster
WO2012025915A1 (en) 2010-07-21 2012-03-01 Sqream Technologies Ltd A system and method for the parallel execution of database queries over cpus and multi core processors
US20120072825A1 (en) 2010-09-20 2012-03-22 Research In Motion Limited Methods and systems for identifying content elements
US20120124179A1 (en) 2010-11-12 2012-05-17 Realnetworks, Inc. Traffic management in adaptive streaming protocols
US20120123989A1 (en) 2010-11-15 2012-05-17 Business Objects Software Limited Dashboard evaluator
US8185819B2 (en) 2005-12-12 2012-05-22 Google Inc. Module specification for a module to be incorporated into a container document
US20120136804A1 (en) 2010-11-30 2012-05-31 Raymond J. Lucia, SR. Wealth Management System and Method
US20120150791A1 (en) 2008-06-02 2012-06-14 Ian Alexander Willson Methods and systems for loading data into a temporal data warehouse
US20120159307A1 (en) 2010-12-17 2012-06-21 Microsoft Corporation Rendering source regions into target regions of web pages
US20120197934A1 (en) * 2011-01-31 2012-08-02 Splunk Inc. Real time searching and reporting
US20120330908A1 (en) 2011-06-23 2012-12-27 Geoffrey Stowe System and method for investigating large amounts of data
EP2555126A2 (en) 2011-08-02 2013-02-06 Palantir Technologies, Inc. System and method for accessing rich objects via spreadsheets
US20130060742A1 (en) 2011-09-02 2013-03-07 Allen Chang Multi-row transactions
US20130097130A1 (en) 2011-10-17 2013-04-18 Yahoo! Inc. Method and system for resolving data inconsistency
US20130151388A1 (en) 2011-12-12 2013-06-13 Visa International Service Association Systems and methods to identify affluence levels of accounts
US20130304770A1 (en) 2012-05-10 2013-11-14 Siemens Aktiengesellschaft Method and system for storing data in a database
US8676857B1 (en) 2012-08-23 2014-03-18 International Business Machines Corporation Context-based search for a data store related to a graph node
US20140149272A1 (en) 2012-08-17 2014-05-29 Trueex Group Llc Interoffice bank offered rate financial product and implementation
US20140181833A1 (en) 2012-12-21 2014-06-26 International Business Machines Corporation Processor provisioning by a middleware system for a plurality of logical processor partitions
US20140324876A1 (en) 2013-04-25 2014-10-30 International Business Machines Corporation Management of a database system
US20150039886A1 (en) 2013-08-01 2015-02-05 Bitglass, Inc. Secure application access system
US20150089353A1 (en) 2013-09-24 2015-03-26 Chad Folkening Platform for building virtual entities using equity systems
US9009827B1 (en) 2014-02-20 2015-04-14 Palantir Technologies Inc. Security sharing system
EP2863326A1 (en) 2013-10-18 2015-04-22 Palantir Technologies, Inc. Systems and user interfaces for dynamic and interactive simultaneous querying of multiple data stores
US9043696B1 (en) 2014-01-03 2015-05-26 Palantir Technologies Inc. Systems and methods for visual definition of data associations
US9092482B2 (en) 2013-03-14 2015-07-28 Palantir Technologies, Inc. Fair scheduling for mixed-query loads
US20150213043A1 (en) 2012-07-13 2015-07-30 Hitachi Solutions, Ltd. Retrieval device, method for controlling retrieval device, and recording medium
US20150212663A1 (en) 2014-01-30 2015-07-30 Splunk Inc. Panel templates for visualization of data within an interactive dashboard
US20150213134A1 (en) 2012-10-11 2015-07-30 Tencent Technology (Shenzhen) Company Limited Data query method and system and storage medium
US20150242397A1 (en) 2013-06-19 2015-08-27 Tencent Technology (Shenzhen) Company Limited Method, server and system for managing content in content delivery network
US20150341467A1 (en) 2014-05-26 2015-11-26 Samsung Electronics Co., Ltd Method and of improving http performance on communication network and apparatus adapted thereto
US9230280B1 (en) 2013-03-15 2016-01-05 Palantir Technologies Inc. Clustering data based on indications of financial malfeasance
US20160062555A1 (en) 2014-09-03 2016-03-03 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US20160224600A1 (en) * 2015-01-30 2016-08-04 Splunk Inc. Systems And Methods For Managing Allocation Of Machine Data Storage
US20160301753A1 (en) * 2015-04-10 2016-10-13 Nathan Auch Distributed Shared Log For Modern Storage Servers

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10133741B2 (en) * 2014-02-13 2018-11-20 Amazon Technologies, Inc. Log data service in a virtual environment
GB201807534D0 (en) 2018-05-09 2018-06-20 Palantir Technologies Inc Systems and methods for indexing and searching

Patent Citations (166)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0652513A1 (en) 1993-11-04 1995-05-10 International Business Machines Corporation Task scheduler for a multiprocessor system
US5724575A (en) 1994-02-25 1998-03-03 Actamed Corp. Method and system for object-based relational distributed databases
US5872973A (en) 1995-10-26 1999-02-16 Viewsoft, Inc. Method for managing dynamic relations between objects in dynamic object-oriented languages
US6366933B1 (en) 1995-10-27 2002-04-02 At&T Corp. Method and apparatus for tracking and viewing changes on the web
US5897636A (en) 1996-07-11 1999-04-27 Tandem Corporation Incorporated Distributed object computer system with hierarchical name space versioning
US6094653A (en) 1996-12-25 2000-07-25 Nec Corporation Document classification method and apparatus therefor
US20010051949A1 (en) 1997-05-09 2001-12-13 Carey Michael J. System, method, and program for object building in queries over object views
US6073129A (en) 1997-12-29 2000-06-06 Bull Hn Information Systems Inc. Method and apparatus for improving the performance of a database management system through a central cache mechanism
US20010056522A1 (en) 1998-06-29 2001-12-27 Raju Satyanarayana Methods and apparatus for memory allocation for object instances in an object-oriented software environment
US6510504B2 (en) 1998-06-29 2003-01-21 Oracle Corporation Methods and apparatus for memory allocation for object instances in an object-oriented software environment
US6243717B1 (en) 1998-09-01 2001-06-05 Camstar Systems, Inc. System and method for implementing revision management of linked data entities and user dependent terminology
US6161098A (en) 1998-09-14 2000-12-12 Folio (Fn), Inc. Method and apparatus for enabling small investors with a portfolio of securities to manage taxable events within the portfolio
US6418438B1 (en) 1998-12-16 2002-07-09 Microsoft Corporation Dynamic scalable lock mechanism
US7111231B1 (en) 1999-02-24 2006-09-19 Intellisync Corporation System and methodology for dynamic application environment employing runtime execution templates
US20030120675A1 (en) 1999-03-03 2003-06-26 Siebel Systems, Inc. Application instantiation based upon attributes and values stored in a meta data repository, including tiering of application layers, objects, and components
US6574635B2 (en) 1999-03-03 2003-06-03 Siebel Systems, Inc. Application instantiation based upon attributes and values stored in a meta data repository, including tiering of application layers objects and components
US6304873B1 (en) 1999-07-06 2001-10-16 Compaq Computer Corporation System and method for performing database operations and for skipping over tuples locked in an incompatible mode
US7984374B2 (en) 1999-07-23 2011-07-19 Adobe Systems Incorporated Computer generation of documents using layout elements and content elements
US6560620B1 (en) 1999-08-03 2003-05-06 Aplix Research, Inc. Hierarchical document comparison system and method
US6976210B1 (en) 1999-08-31 2005-12-13 Lucent Technologies Inc. Method and apparatus for web-site-independent personalization from multiple sites having user-determined extraction functionality
US20090254971A1 (en) 1999-10-27 2009-10-08 Pinpoint, Incorporated Secure data interchange
US20070185850A1 (en) 1999-11-10 2007-08-09 Walters Edward J Apparatus and Method for Displaying Records Responsive to a Database Query
US7194680B1 (en) 1999-12-07 2007-03-20 Adobe Systems Incorporated Formatting content by example
US20040117387A1 (en) 2000-02-25 2004-06-17 Vincent Civetta Database sizing and diagnostic utility
US6745382B1 (en) 2000-04-13 2004-06-01 Worldcom, Inc. CORBA wrappers for rules automation technology
US20020091694A1 (en) 2000-11-08 2002-07-11 Namik Hrle Method and system for reduced lock contention in SQL transactions
US7058648B1 (en) 2000-12-01 2006-06-06 Oracle International Corporation Hierarchy-based secured document repository
US6549752B2 (en) 2001-01-29 2003-04-15 Fujitsu Limited Apparatus and method accumulating cases to be learned
US20060265397A1 (en) 2001-03-06 2006-11-23 Knowledge Vector, Inc. Methods, systems, and computer program products for extensible, profile-and context-based information correlation, routing and distribution
US20050114763A1 (en) 2001-03-30 2005-05-26 Kabushiki Kaisha Toshiba Apparatus, method, and program for retrieving structured documents
US6980984B1 (en) 2001-05-16 2005-12-27 Kanisa, Inc. Content provider systems and methods using structured data
US20030130993A1 (en) 2001-08-08 2003-07-10 Quiver, Inc. Document categorization engine
US20030105759A1 (en) 2001-10-26 2003-06-05 United Services Automobile Association (Usaa) System and method of providing electronic access to one or more documents
US20030115481A1 (en) 2001-12-18 2003-06-19 Baird Roger T. Controlling the distribution of information
US20080195672A1 (en) 2002-05-09 2008-08-14 International Business Machines Corporation System and program product for sequential coordination of external database application events with asynchronous internal database events
US20030212718A1 (en) 2002-05-10 2003-11-13 Lsi Logic Corporation Revision control for database of evolved design
US7461158B2 (en) 2002-08-07 2008-12-02 Intelliden, Inc. System and method for controlling access rights to network resources
US20060218206A1 (en) 2002-08-12 2006-09-28 International Business Machines Corporation Method, System, and Program for Merging Log Entries From Multiple Recovery Log Files
US20040111410A1 (en) 2002-10-14 2004-06-10 Burgoon David Alford Information reservoir
US20110153592A1 (en) 2002-10-16 2011-06-23 Ita Software, Inc. Dividing A Travel Query Into Sub-Queries
US20040148301A1 (en) 2003-01-24 2004-07-29 Mckay Christopher W.T. Compressed data structure for a database
US20040117345A1 (en) 2003-08-01 2004-06-17 Oracle International Corporation Ownership reassignment in a shared-nothing database system
US20050097441A1 (en) 2003-10-31 2005-05-05 Herbach Jonathan D. Distributed document version control
US20050108231A1 (en) 2003-11-17 2005-05-19 Terrascale Technologies Inc. Method for retrieving and modifying data elements on a shared medium
US20060106847A1 (en) 2004-05-04 2006-05-18 Boston Consulting Group, Inc. Method and apparatus for selecting, analyzing, and visualizing related database records as a network
US20050289524A1 (en) 2004-06-22 2005-12-29 Mcginnes Simon Systems and methods for software based on business concepts
US20070271317A1 (en) 2004-08-16 2007-11-22 Beinsync Ltd. System and Method for the Synchronization of Data Across Multiple Computing Devices
US20060074881A1 (en) 2004-10-02 2006-04-06 Adventnet, Inc. Structure independent searching in disparate databases
US20060080316A1 (en) 2004-10-08 2006-04-13 Meridio Ltd Multiple indexing of an electronic document to selectively permit access to the content and metadata thereof
US20060116991A1 (en) 2004-10-13 2006-06-01 Ciphergrid Limited Remote database technique
US20060095521A1 (en) 2004-11-04 2006-05-04 Seth Patinkin Method, apparatus, and system for clustering and classification
US20060161558A1 (en) 2005-01-14 2006-07-20 Microsoft Corporation Schema conformance for database servers
US20070061487A1 (en) 2005-02-01 2007-03-15 Moore James F Systems and methods for use of structured and unstructured distributed data
US20070233756A1 (en) 2005-02-07 2007-10-04 D Souza Roy P Retro-fitting synthetic full copies of data
US20060242630A1 (en) 2005-03-09 2006-10-26 Maxis Co., Ltd. Process for preparing design procedure document and apparatus for the same
US20060218405A1 (en) 2005-03-23 2006-09-28 Business Objects, S.A. Apparatus and method for dynamically auditing data migration to produce metadata
US7725728B2 (en) 2005-03-23 2010-05-25 Business Objects Data Integration, Inc. Apparatus and method for dynamically auditing data migration to produce metadata
US20060218491A1 (en) 2005-03-25 2006-09-28 International Business Machines Corporation System, method and program product for community review of documents
US20060253502A1 (en) 2005-05-06 2006-11-09 Microsoft Corporation Maintenance of link level consistency between database and file system
US20070050429A1 (en) 2005-08-26 2007-03-01 Centric Software, Inc. Time-range locking for temporal database and branched-and-temporal databases
US20110173619A1 (en) 2005-10-11 2011-07-14 Eric Ian Fish Apparatus and method for optimized application of batched data to a database
US7725530B2 (en) 2005-12-12 2010-05-25 Google Inc. Proxy server collection of data for module incorporation into a container document
US8185819B2 (en) 2005-12-12 2012-05-22 Google Inc. Module specification for a module to be incorporated into a container document
US7730109B2 (en) 2005-12-12 2010-06-01 Google, Inc. Message catalogs for remote modules
US7730082B2 (en) 2005-12-12 2010-06-01 Google Inc. Remote module incorporation into a container document
US20070143253A1 (en) 2005-12-19 2007-06-21 Pekka Kostamaa Database system
US20100082541A1 (en) 2005-12-19 2010-04-01 Commvault Systems, Inc. Systems and methods for performing replication copy storage operations
US20100283787A1 (en) 2006-03-03 2010-11-11 Donya Labs Ab Creation and rendering of hierarchical digital multimedia data
US20080015970A1 (en) 2006-04-28 2008-01-17 Townsend Analytics, Ltd. Order Management System and Method for Electronic Securities Trading
US8112425B2 (en) 2006-10-05 2012-02-07 Splunk Inc. Time series search engine
US20080215546A1 (en) 2006-10-05 2008-09-04 Baum Michael J Time Series Search Engine
US7761407B1 (en) 2006-10-10 2010-07-20 Medallia, Inc. Use of primary and secondary indexes to facilitate aggregation of records of an OLAP data cube
US20110270812A1 (en) 2006-10-11 2011-11-03 Ruby Jonathan P Extended Transactions
US20080104060A1 (en) 2006-10-31 2008-05-01 Business Objects, S.A. Apparatus and method for assessing relevant categories and measures for use in data analyses
US8229902B2 (en) 2006-11-01 2012-07-24 Ab Initio Technology Llc Managing storage of individually accessible data units
US20080104149A1 (en) 2006-11-01 2008-05-01 Ephraim Meriwether Vishniac Managing Storage of Individually Accessible Data Units
US20100325581A1 (en) 2006-11-10 2010-12-23 Microsoft Corporation Data object linking and browsing tool
US7962495B2 (en) 2006-11-20 2011-06-14 Palantir Technologies, Inc. Creating data in a data store using a dynamic ontology
US20100318838A1 (en) 2006-12-04 2010-12-16 Hitachi, Ltd. Method and computer system for failover
US8126848B2 (en) 2006-12-07 2012-02-28 Robert Edward Wagner Automated method for identifying and repairing logical data discrepancies between database replicas in a database cluster
US20150106347A1 (en) 2007-02-21 2015-04-16 Palantir Technologies, Inc. Providing unique views of data based on changes or rules
US20080201339A1 (en) 2007-02-21 2008-08-21 Mcgrew Robert J Providing unique views of data based on changes or rules
US8930331B2 (en) 2007-02-21 2015-01-06 Palantir Technologies Providing unique views of data based on changes or rules
US20080270316A1 (en) 2007-02-28 2008-10-30 Aaron Guidotti Information, document, and compliance management for financial professionals, clients, and supervisors
US7814084B2 (en) 2007-03-21 2010-10-12 Schmap Inc. Contact information capture and link redirection
US20090164387A1 (en) 2007-04-17 2009-06-25 Semandex Networks Inc. Systems and methods for providing semantically enhanced financial information
US20080301378A1 (en) 2007-06-01 2008-12-04 Microsoft Corporation Timestamp based transactional memory
US20090031247A1 (en) 2007-07-26 2009-01-29 Walter Wolfgang E Active Tiled User Interface
US20090037417A1 (en) 2007-07-30 2009-02-05 Oracle International Corporation Avoiding lock contention by using a wait for completion mechanism
US20090106308A1 (en) 2007-10-18 2009-04-23 Christopher Killian Complexity estimation of data objects
US20090172669A1 (en) 2007-12-28 2009-07-02 International Business Machines Corporation Use of redundancy groups in runtime computer management of business applications
US20090177962A1 (en) 2008-01-04 2009-07-09 Microsoft Corporation Intelligently representing files in a view
US20090240664A1 (en) 2008-03-20 2009-09-24 Schooner Information Technology, Inc. Scalable Database Management Software on a Cluster of Nodes Using a Shared-Distributed Flash Memory
US20090271435A1 (en) 2008-04-24 2009-10-29 Katsushi Yako Data management method, data management program, and data management device
US20120150791A1 (en) 2008-06-02 2012-06-14 Ian Alexander Willson Methods and systems for loading data into a temporal data warehouse
US20100191884A1 (en) 2008-06-12 2010-07-29 Gravic, Inc. Method for replicating locks in a data replication engine
US20090313311A1 (en) 2008-06-12 2009-12-17 Gravic, Inc. Mixed mode synchronous and asynchronous replication system
US20090313223A1 (en) 2008-06-17 2009-12-17 Tekla Corporation Data retrieval
US20100036831A1 (en) 2008-08-08 2010-02-11 Oracle International Corporation Generating continuous query notifications
US20100076939A1 (en) 2008-09-05 2010-03-25 Hitachi, Ltd. Information processing system, data update method and data update program
US20100070489A1 (en) 2008-09-15 2010-03-18 Palantir Technologies, Inc. Filter chains with associated views for exploring large data sets
US8041714B2 (en) 2008-09-15 2011-10-18 Palantir Technologies, Inc. Filter chains with associated views for exploring large data sets
US20100114887A1 (en) 2008-10-17 2010-05-06 Google Inc. Textual Disambiguation Using Social Connections
US20100114831A1 (en) 2008-10-30 2010-05-06 Gilbert Gary M Building a Synchronized Target Database
US20100114817A1 (en) 2008-10-30 2010-05-06 Broeder Sean L Replication of operations on objects distributed in a storage system
US20100138842A1 (en) 2008-12-03 2010-06-03 Soren Balko Multithreading And Concurrency Control For A Rule-Based Transaction Engine
US20100145909A1 (en) 2008-12-10 2010-06-10 Commvault Systems, Inc. Systems and methods for managing replicated database data
US20100161565A1 (en) 2008-12-18 2010-06-24 Electronics And Telecommunications Research Institute Cluster data management system and method for data restoration using shared redo log in cluster data management system
US20100161688A1 (en) 2008-12-22 2010-06-24 Google Inc. Asynchronous distributed garbage collection for replicated storage clusters
US20100211618A1 (en) 2009-02-17 2010-08-19 Agilewaves, Inc. Efficient storage of data allowing for multiple level granularity retrieval
US20100211550A1 (en) 2009-02-17 2010-08-19 Amadeus S.A.S. Method allowing validation in a production database of new entered data prior to their release
US20100235606A1 (en) 2009-03-11 2010-09-16 Oracle America, Inc. Composite hash and list partitioning of database tables
US20110029498A1 (en) 2009-07-10 2011-02-03 Xkoto, Inc. System and Method for Subunit Operations in a Database
US20110047540A1 (en) 2009-08-24 2011-02-24 Embarcadero Technologies Inc. System and Methodology for Automating Delivery, Licensing, and Availability of Software Products
US20110184813A1 (en) 2009-09-14 2011-07-28 Cbs Interactive, Inc. Targeting offers to users of a web site
US20110161132A1 (en) 2009-12-29 2011-06-30 Sukriti Goel Method and system for extracting process sequences
US20110258158A1 (en) 2010-04-14 2011-10-20 Bank Of America Corporation Data Services Framework Workflow Processing
US20110258242A1 (en) 2010-04-16 2011-10-20 Salesforce.Com, Inc. Methods and systems for appending data to large data volumes in a multi-tenant store
WO2012025915A1 (en) 2010-07-21 2012-03-01 Sqream Technologies Ltd A system and method for the parallel execution of database queries over cpus and multi core processors
US20120072825A1 (en) 2010-09-20 2012-03-22 Research In Motion Limited Methods and systems for identifying content elements
US20120124179A1 (en) 2010-11-12 2012-05-17 Realnetworks, Inc. Traffic management in adaptive streaming protocols
US20120123989A1 (en) 2010-11-15 2012-05-17 Business Objects Software Limited Dashboard evaluator
US20120136804A1 (en) 2010-11-30 2012-05-31 Raymond J. Lucia, SR. Wealth Management System and Method
US20120159307A1 (en) 2010-12-17 2012-06-21 Microsoft Corporation Rendering source regions into target regions of web pages
US20120197934A1 (en) * 2011-01-31 2012-08-02 Splunk Inc. Real time searching and reporting
US20120330908A1 (en) 2011-06-23 2012-12-27 Geoffrey Stowe System and method for investigating large amounts of data
US20140344231A1 (en) 2011-06-23 2014-11-20 Palantir Technologies, Inc. System and method for investigating large amounts of data
US9208159B2 (en) 2011-06-23 2015-12-08 Palantir Technologies, Inc. System and method for investigating large amounts of data
EP2555126A2 (en) 2011-08-02 2013-02-06 Palantir Technologies, Inc. System and method for accessing rich objects via spreadsheets
US9280532B2 (en) 2011-08-02 2016-03-08 Palantir Technologies, Inc. System and method for accessing rich objects via spreadsheets
US20160147730A1 (en) 2011-08-02 2016-05-26 Palantir Technologies, Inc. System and method for accessing rich objects via spreadsheets
US20130036346A1 (en) 2011-08-02 2013-02-07 Cicerone Derek Michael System and Method for Accessing Rich Objects Via Spreadsheets
US8504542B2 (en) 2011-09-02 2013-08-06 Palantir Technologies, Inc. Multi-row transactions
US20130318060A1 (en) 2011-09-02 2013-11-28 Palantir Technologies, Inc. Multi-row transactions
US20150112956A1 (en) 2011-09-02 2015-04-23 Palantir Technologies, Inc. Transaction protocol for reading database values
US20130060742A1 (en) 2011-09-02 2013-03-07 Allen Chang Multi-row transactions
AU2014206155A1 (en) 2011-09-02 2014-08-07 Palantir Technologies, Inc. Multi-row transactions
US8954410B2 (en) 2011-09-02 2015-02-10 Palantir Technologies, Inc. Multi-row transactions
US20130097130A1 (en) 2011-10-17 2013-04-18 Yahoo! Inc. Method and system for resolving data inconsistency
US20130151388A1 (en) 2011-12-12 2013-06-13 Visa International Service Association Systems and methods to identify affluence levels of accounts
US20130304770A1 (en) 2012-05-10 2013-11-14 Siemens Aktiengesellschaft Method and system for storing data in a database
US20150213043A1 (en) 2012-07-13 2015-07-30 Hitachi Solutions, Ltd. Retrieval device, method for controlling retrieval device, and recording medium
US20140149272A1 (en) 2012-08-17 2014-05-29 Trueex Group Llc Interoffice bank offered rate financial product and implementation
US8676857B1 (en) 2012-08-23 2014-03-18 International Business Machines Corporation Context-based search for a data store related to a graph node
US20150213134A1 (en) 2012-10-11 2015-07-30 Tencent Technology (Shenzhen) Company Limited Data query method and system and storage medium
US20140181833A1 (en) 2012-12-21 2014-06-26 International Business Machines Corporation Processor provisioning by a middleware system for a plurality of logical processor partitions
US9092482B2 (en) 2013-03-14 2015-07-28 Palantir Technologies, Inc. Fair scheduling for mixed-query loads
US20150261817A1 (en) 2013-03-14 2015-09-17 Palantir Technologies, Inc. Fair scheduling for mixed-query loads
US9230280B1 (en) 2013-03-15 2016-01-05 Palantir Technologies Inc. Clustering data based on indications of financial malfeasance
US20140324876A1 (en) 2013-04-25 2014-10-30 International Business Machines Corporation Management of a database system
US20150242397A1 (en) 2013-06-19 2015-08-27 Tencent Technology (Shenzhen) Company Limited Method, server and system for managing content in content delivery network
US20150039886A1 (en) 2013-08-01 2015-02-05 Bitglass, Inc. Secure application access system
US20150089353A1 (en) 2013-09-24 2015-03-26 Chad Folkening Platform for building virtual entities using equity systems
US9116975B2 (en) 2013-10-18 2015-08-25 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive simultaneous querying of multiple data stores
US20160034545A1 (en) 2013-10-18 2016-02-04 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive simultaneous querying of multiple data stores
EP2863326A1 (en) 2013-10-18 2015-04-22 Palantir Technologies, Inc. Systems and user interfaces for dynamic and interactive simultaneous querying of multiple data stores
US20150227295A1 (en) 2014-01-03 2015-08-13 Palantir Technologies, Inc. Systems and methods for visual definition of data associations
EP2891992A1 (en) 2014-01-03 2015-07-08 Palantir Technologies, Inc. Systems and methods for visual definition of data associations
US9043696B1 (en) 2014-01-03 2015-05-26 Palantir Technologies Inc. Systems and methods for visual definition of data associations
US20150212663A1 (en) 2014-01-30 2015-07-30 Splunk Inc. Panel templates for visualization of data within an interactive dashboard
US9009827B1 (en) 2014-02-20 2015-04-14 Palantir Technologies Inc. Security sharing system
US20150341467A1 (en) 2014-05-26 2015-11-26 Samsung Electronics Co., Ltd Method and of improving http performance on communication network and apparatus adapted thereto
US20160062555A1 (en) 2014-09-03 2016-03-03 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
EP2993595A1 (en) 2014-09-03 2016-03-09 Palantir Technologies, Inc. Dynamic user interface
US20160224600A1 (en) * 2015-01-30 2016-08-04 Splunk Inc. Systems And Methods For Managing Allocation Of Machine Data Storage
US20160301753A1 (en) * 2015-04-10 2016-10-13 Nathan Auch Distributed Shared Log For Modern Storage Servers

Non-Patent Citations (24)

* Cited by examiner, † Cited by third party
Title
Anonymous, "BackTult—JD Edwards One World Version Control System", in 1 page, Jul. 23, 2007.
Antoshenkov, Gennady, "Dictionary-Based Order-Preserving String Compression", The VLDB Journal, pp. 26-39, 1997.
Apache HBase, the Apache Software Foundation, published Sep. 9, 2011, 1 page.
Baker et al., "Megastore: Providing Scalable, Highly Available Storage for Interactive Services", 5th Biennial Conference on Innovative Data Systems Research (CIDR '11), Asilomar, California, Jan. 9-12, 2011.
Bernstein et al., "Hyder—A Transactional Record Manager for Shared Flash", 5th Biennial Conference on Innovative Data Systems Research (CIDR '11), vol. 12, Asilomar, California, Jan. 9-12, 2011.
Chang et al., "Bigtable: A Distributed Storage System for Structured Data", Google, Inc., OSDI'06: Seventh Symposium on Operating System Design and Implementation, Seattle, WA, Nov. 2006.
Chung, Chin-Wan, "Dataplex: An Access to Heterogeneous Distributed Databases", Communications of the ACM, Association for Computing Machinery, Inc., vol. 33, Issue No. 1. pp. 70-80, Jan. 1, 1990.
Devanbu et al. "Authentic Third-party Data Publication", http://www.cs.ucdavis.edu/˜devanbu/authdbpub.pdf, p. 19, 2000.
Dreyer et al., "An Object-Oriented Data Model for a Time Series Management System", Proceedings of the 7th International Working Conference on Scientific and Statistical Database Management, p. 12, Charlottesville, Virginia, USA, Sep. 28-30, 1994.
Elmasri et al., "Fundamentals of Database Systems", Fourth Edition, pp. 455-491, 2004.
Hogue et al., "Thresher: Automating the Unwrapping of Semantic Content from the World Wide Web", 14th International Conference on World Wide Web, WWW 2005: Chiba, Japan, May 10-14, 2005.
Klemmer et al., "Where Do Web Sites Come From? Capturing and Interacting with Design History," Association for Computing Machinery, CHI 2002, Apr. 20-25, 2002, Minneapolis, MN, pp. 8.
Kokossi et al., "D7-Dynamic Ontology Management System (Design)", Information Societies Technology Programme, pp. 1-27.
Mentzas et al., "An Architecture for Intelligent Assistance in the Forecasting Process", Proceedings of the Twenty-Eighth Hawaii International Conference on System Sciences, vol. 3, pp. 167-176, Jan. 3-6, 1995.
Miklau et al., "Securing History: Privacy and Accountability in Database Systems", 3rd Biennial Conference on Innovative Data Systems Research (CIDR), pp. 387-396, Asilomar, California, Jan. 7-10, 2007.
Niepert et al., "A Dynamic Ontology for a Dynamic Reference Work", Joint Conference on Digital Libraries, pp. 1-10, Vancouver, British Columbia, Jun. 17-22, 2007.
Nierman, "Evaluating Structural Similarity in XML Documents", 6 pages, 2002.
Peng et al., "Large-scale Incremental Processing Using Distributed Transactions and Notifications", Proceedings of the 9th USENIX Symposium on Operating Systems Design and Implementation, USENIX, p. 14, 2010.
Quest, "Toad for ORACLE 11.6—Guide to Using Toad", pp. 1-162, Sep. 24, 2012.
The Apache Cassandra Project, The Apache Software Foundation (2009), 3 pages.
Thomson et al., "The Case for Determinism in Database Systems", The 36th International Conference on Very Large Data Bases, Proceedings of the VLDB Endowment, vol. 3, Issue No. 1, p. 11, Singapore, Sep. 13-17, 2010.
Wikipedia, "Federated Database System," Sep. 7, 2013, retrieved from the internet on Jan. 27, 2015 http://en.wikipedia.org/w/index.php?title=Federated_database_system&oldid=571954221.
Wollrath et al., "A Distributed Object Model for the Java System", Conference on Object-Oriented Technologies and Systems, pp. 219-231, Jun. 17-21, 1996.
Yang et al., "HTML Page Analysis Based on Visual Cues", A129, pp. 859-864, 2001.

Also Published As

Publication number Publication date
US11914566B2 (en) 2024-02-27
US20190347343A1 (en) 2019-11-14
US20240184761A1 (en) 2024-06-06
US20230267109A1 (en) 2023-08-24
US20220058170A1 (en) 2022-02-24
GB201807534D0 (en) 2018-06-20
EP3567496A1 (en) 2019-11-13
EP3567496B1 (en) 2024-05-15
US11669507B2 (en) 2023-06-06

Similar Documents

Publication Publication Date Title
US11669507B2 (en) Indexing and relaying data to hot storage
US11789943B1 (en) Configuring alerts for tags associated with high-latency and error spans for instrumented software
US10810074B2 (en) Unified error monitoring, alerting, and debugging of distributed systems
EP3513317B1 (en) Data serialization in a distributed event processing system
CN107506451B (en) Abnormal information monitoring method and device for data interaction
US20240104147A1 (en) Real-time monitoring and reporting systems and methods for information access platform
US8731998B2 (en) Three dimensional visual representation for identifying problems in monitored model oriented business processes
CA2991150C (en) Multi-stage network discovery
US20210373914A1 (en) Batch to stream processing in a feature management platform
KR102025210B1 (en) Queue monitoring and visualization
US10868741B2 (en) Anchor shortening across streaming nodes
US11892976B2 (en) Enhanced search performance using data model summaries stored in a remote data store
US11797527B2 (en) Real time fault tolerant stateful featurization
US20230124100A1 (en) Low-Latency Data Management And Query Processing Cross-Optimizations
US11775864B2 (en) Feature management platform
US11841827B2 (en) Facilitating generation of data model summaries
US20230122781A1 (en) Low-Latency Buffer Storage Of Static Datasets For Query Operation Optimization
Mousavi Scalable Stream Processing and Management for Time Series Data
Gupta et al. Data Pipelines Using Python

Legal Events

Date Code Title Description
FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

AS Assignment

Owner name: PALANTIR TECHNOLOGIES INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:FINK, ROBERT;AL MALLAH, AMR;TURKI, HAITHEM;SIGNING DATES FROM 20180627 TO 20180709;REEL/FRAME:046644/0328

AS Assignment

Owner name: ROYAL BANK OF CANADA, AS ADMINISTRATIVE AGENT, CANADA

Free format text: SECURITY INTEREST;ASSIGNOR:PALANTIR TECHNOLOGIES INC.;REEL/FRAME:051709/0471

Effective date: 20200127

Owner name: MORGAN STANLEY SENIOR FUNDING, INC., AS ADMINISTRATIVE AGENT, NEW YORK

Free format text: SECURITY INTEREST;ASSIGNOR:PALANTIR TECHNOLOGIES INC.;REEL/FRAME:051713/0149

Effective date: 20200127

AS Assignment

Owner name: PALANTIR TECHNOLOGIES INC., CALIFORNIA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:ROYAL BANK OF CANADA;REEL/FRAME:052856/0382

Effective date: 20200604

Owner name: MORGAN STANLEY SENIOR FUNDING, INC., NEW YORK

Free format text: SECURITY INTEREST;ASSIGNOR:PALANTIR TECHNOLOGIES INC.;REEL/FRAME:052856/0817

Effective date: 20200604

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

STPP Information on status: patent application and granting procedure in general

Free format text: AWAITING TC RESP., ISSUE FEE NOT PAID

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

AS Assignment

Owner name: PALANTIR TECHNOLOGIES INC., CALIFORNIA

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE ERRONEOUSLY LISTED PATENT BY REMOVING APPLICATION NO. 16/832267 FROM THE RELEASE OF SECURITY INTEREST PREVIOUSLY RECORDED ON REEL 052856 FRAME 0382. ASSIGNOR(S) HEREBY CONFIRMS THE RELEASE OF SECURITY INTEREST;ASSIGNOR:ROYAL BANK OF CANADA;REEL/FRAME:057335/0753

Effective date: 20200604

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: WELLS FARGO BANK, N.A., NORTH CAROLINA

Free format text: ASSIGNMENT OF INTELLECTUAL PROPERTY SECURITY AGREEMENTS;ASSIGNOR:MORGAN STANLEY SENIOR FUNDING, INC.;REEL/FRAME:060572/0640

Effective date: 20220701

Owner name: WELLS FARGO BANK, N.A., NORTH CAROLINA

Free format text: SECURITY INTEREST;ASSIGNOR:PALANTIR TECHNOLOGIES INC.;REEL/FRAME:060572/0506

Effective date: 20220701