Movatterモバイル変換


[0]ホーム

URL:


US10635645B1 - Systems and methods for maintaining aggregate tables in databases - Google Patents

Systems and methods for maintaining aggregate tables in databases
Download PDF

Info

Publication number
US10635645B1
US10635645B1US14/447,619US201414447619AUS10635645B1US 10635645 B1US10635645 B1US 10635645B1US 201414447619 AUS201414447619 AUS 201414447619AUS 10635645 B1US10635645 B1US 10635645B1
Authority
US
United States
Prior art keywords
data
aggregate
metadata
mapping table
primary
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
US14/447,619
Inventor
Aeham Abushwashi
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.)
Arctera Us LLC
Original Assignee
Veritas Technologies LLC
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
Priority to US14/447,619priorityCriticalpatent/US10635645B1/en
Assigned to SYMANTEC CORPORATIONreassignmentSYMANTEC CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: ABUSHWASHI, AEHAM
Application filed by Veritas Technologies LLCfiledCriticalVeritas Technologies LLC
Assigned to VERITAS US IP HOLDINGS LLCreassignmentVERITAS US IP HOLDINGS LLCASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: SYMANTEC CORPORATION
Assigned to BANK OF AMERICA, N.A., AS COLLATERAL AGENTreassignmentBANK OF AMERICA, N.A., AS COLLATERAL AGENTSECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: VERITAS US IP HOLDINGS LLC
Assigned to WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENTreassignmentWILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENTSECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: VERITAS US IP HOLDINGS LLC
Assigned to VERITAS TECHNOLOGIES LLCreassignmentVERITAS TECHNOLOGIES LLCMERGER (SEE DOCUMENT FOR DETAILS).Assignors: VERITAS US IP HOLDINGS LLC
Application grantedgrantedCritical
Publication of US10635645B1publicationCriticalpatent/US10635645B1/en
Assigned to WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENTreassignmentWILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENTSECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: VERITAS TECHNOLOGIES LLC
Assigned to VERITAS US IP HOLDINGS, LLCreassignmentVERITAS US IP HOLDINGS, LLCTERMINATION AND RELEASE OF SECURITY IN PATENTS AT R/F 037891/0726Assignors: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENT
Assigned to ACQUIOM AGENCY SERVICES LLC, AS ASSIGNEEreassignmentACQUIOM AGENCY SERVICES LLC, AS ASSIGNEEASSIGNMENT OF SECURITY INTEREST IN PATENT COLLATERALAssignors: BANK OF AMERICA, N.A., AS ASSIGNOR
Assigned to ARCTERA US LLCreassignmentARCTERA US LLCASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: VERITAS TECHNOLOGIES LLC
Assigned to BANK OF AMERICA, N.A., AS COLLATERAL AGENTreassignmentBANK OF AMERICA, N.A., AS COLLATERAL AGENTSECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: ARCTERA US LLC
Assigned to WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENTreassignmentWILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENTPATENT SECURITY AGREEMENTAssignors: ARCTERA US LLC
Assigned to VERITAS TECHNOLOGIES LLCreassignmentVERITAS TECHNOLOGIES LLCRELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS).Assignors: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT
Assigned to VERITAS TECHNOLOGIES LLC (F/K/A VERITAS US IP HOLDINGS LLC)reassignmentVERITAS TECHNOLOGIES LLC (F/K/A VERITAS US IP HOLDINGS LLC)RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS).Assignors: ACQUIOM AGENCY SERVICES LLC, AS COLLATERAL AGENT
Activelegal-statusCriticalCurrent
Adjusted expirationlegal-statusCritical

Links

Images

Classifications

Definitions

Landscapes

Abstract

The disclosed computer-implemented method for maintaining aggregate tables in databases may include (1) maintaining a database that comprises a primary table of data, an intermediate mapping table of metadata from the data in the primary table, and an aggregate table, (2) for each new item of data received during a time period, updating the primary table with the new item of data and updating at least one row in the intermediate mapping table with metadata from the new item of data, and (3) at the end of the time period, updating the aggregate table with an aggregation of the metadata based on the metadata stored in the intermediate table. Various other methods, systems, and computer-readable media are also disclosed.

Description

CROSS REFERENCE TO RELATED APPLICATION
This application claims the benefit of U.S. Provisional Application No. 61/988,215, filed 4 May 2014, the disclosure of which is incorporated, in its entirety, by this reference.
BACKGROUND
Large data sets are being used increasingly for everything from predicting consumer behavior to managing traffic conditions on the roadways. Continuing improvements in storage technology mean that many of the previous barriers to managing large data sets are disappearing, allowing even relatively small organizations to store and process large databases. More and more, metadata gleaned from analysis of data is also being generated, used, and stored. But data is only as useful as the ability to retrieve that data. Analyzing and retrieving data and metadata at a reasonable speed is important not just for governments and large research organizations but also for enterprises and even some individual users.
Traditional systems for analyzing and retrieving data may aggregate the data to be analyzed at the time of the query. This aggregation may take a substantial amount of time and reduce the number of searches that may be run in a reasonable time frame. Some traditional systems may attempt to solve this problem by maintaining a table of commonly referenced metadata. However, such mechanisms that track metadata may become unsynced from their source tables due to an accumulation of minor flaws during the update process. Accordingly, the instant disclosure identifies an addresses a need for systems and methods for maintaining aggregate tables in databases.
SUMMARY
As will be described in greater detail below, the instant disclosure describes various systems and methods for maintaining aggregate tables in databases by periodically regenerating the aggregate tables based on intermediate mapping tables that store metadata from primary tables.
In one example, a computer-implemented method for maintaining aggregate tables in databases may include (1) maintaining a database that may include a primary table of data, an intermediate mapping table of metadata from the data in the primary table, and an aggregate table, (2) for each new item of data received during a time period, updating the primary table with the new item of data and updating at least one row in the intermediate mapping table with metadata from the new item of data, and (3) at the end of the time period, updating the aggregate table with an aggregation of the metadata based on the metadata stored in the intermediate table.
The aggregate table may be updated in a number of ways. In some examples, updating the aggregate table with the aggregation may include updating a count in the aggregate table to reflect the metadata. In one embodiment, the time period is one of a set of predefined time periods and at the end of each predefined time period within the set of predefined time periods the aggregate table is regenerated based on metadata added to the intermediate mapping table that describes data added to the primary table during the predefined time period. In some examples, updating the aggregate table based on the metadata stored in the intermediate table may include regenerating the aggregate table entirely based on the intermediate table.
In some examples, maintaining the database may include creating the intermediate mapping table based on the primary table. In these examples, the intermediate mapping table may be created when the database is initially configured.
In some examples, the computer-implemented method may further include retrieving the aggregation of the metadata from the aggregate table. In one embodiment, the computer-implemented method may further include retrieving at least one data mapping from the intermediate mapping table based on a search result obtained by retrieving the aggregation of the metadata from the aggregate table and retrieving at least one item of data from the primary table based on the data mapping retrieved from the intermediate mapping table.
In some embodiments, updating the row in the intermediate mapping table may include identifying the row to be updated based on a unique combination of properties that is shared by other data to which pointers are stored in the row in the intermediate mapping table. Additionally or alternatively, updating the row in the intermediate mapping table may include storing a pointer to the new item of data in the intermediate mapping table. In some examples, the computer-implemented method may further include retrieving a set of data from the intermediate mapping table that may include a set of pointers to items of data and a set of metadata about the items of data.
In one embodiment, a system for implementing the above-described method may include (1) a maintaining module, stored in memory, that maintains a database that may include a primary table of data, an intermediate mapping table of metadata from the data in the primary table, and an aggregate table, (2) a mapping module, stored in memory, that, for each new item of data received during a time period, updates the primary table with the new item of data and updates at least one row in the intermediate mapping table with metadata from the new item of data, (3) an aggregation module, stored in memory, that at the end of the time period, updates the aggregate table with an aggregation of the metadata based on the metadata stored in the intermediate table, and (4) at least one physical processor configured to execute the maintaining module, the mapping module, and the aggregation module.
In some examples, the above-described method may be encoded as computer-readable instructions on a non-transitory computer-readable medium. For example, a computer-readable medium may include one or more computer-executable instructions that, when executed by at least one processor of a computing device, may cause the computing device to (1) maintain a database that may include a primary table of data, an intermediate mapping table of metadata from the data in the primary table, and an aggregate table, (2) for each new item of data received during a time period, update the primary table with the new item of data and update at least one row in the intermediate mapping table with metadata from the new item of data, and (3) at the end of the time period, update the aggregate table with an aggregation of the metadata based on the metadata stored in the intermediate table.
Features from any of the above-mentioned embodiments may be used in combination with one another in accordance with the general principles described herein. These and other embodiments, features, and advantages will be more fully understood upon reading the following detailed description in conjunction with the accompanying drawings and claims.
BRIEF DESCRIPTION OF THE DRAWINGS
The accompanying drawings illustrate a number of exemplary embodiments and are a part of the specification. Together with the following description, these drawings demonstrate and explain various principles of the instant disclosure.
FIG. 1 is a block diagram of an exemplary system for maintaining aggregate tables in databases.
FIG. 2 is a block diagram of an additional exemplary system for maintaining aggregate tables in databases.
FIG. 3 is a flow diagram of an exemplary method for maintaining aggregate tables in databases.
FIG. 4 is a block diagram of an exemplary computing system for maintaining aggregate tables in databases.
FIG. 5 is a flow diagram of an exemplary method for maintaining aggregate tables in databases.
FIG. 6 is a block diagram of an exemplary computing system capable of implementing one or more of the embodiments described and/or illustrated herein.
FIG. 7 is a block diagram of an exemplary computing network capable of implementing one or more of the embodiments described and/or illustrated herein.
Throughout the drawings, identical reference characters and descriptions indicate similar, but not necessarily identical, elements. While the exemplary embodiments described herein are susceptible to various modifications and alternative forms, specific embodiments have been shown by way of example in the drawings and will be described in detail herein. However, the exemplary embodiments described herein are not intended to be limited to the particular forms disclosed. Rather, the instant disclosure covers all modifications, equivalents, and alternatives falling within the scope of the appended claims.
DETAILED DESCRIPTION OF EXEMPLARY EMBODIMENTS
The present disclosure is generally directed to systems and methods for maintaining aggregate tables in databases. As will be explained in greater detail below, by periodically regenerating an aggregate table based on an intermediate mapping table, the systems described herein may maintain an accurate aggregate table that may be more quickly searchable for aggregations of metadata than a large primary table. Because the counts, totals, and/or other aggregations in the aggregate table are regenerated based on the intermediate table, the aggregate table may not accumulate errors that may be caused by systems that simply increment counts and/or totals. The presence of an accurate aggregate table means that the primary table may not have to be queried in order to retrieve aggregations of metadata, which may lead to a significant time savings if the primary table is very large.
The following will provide, with reference toFIGS. 1, 2, and 4, detailed descriptions of exemplary systems for maintaining aggregate tables in databases. Detailed descriptions of corresponding computer-implemented methods will also be provided in connection withFIGS. 3 and 5. In addition, detailed descriptions of an exemplary computing system and network architecture capable of implementing one or more of the embodiments described herein will be provided in connection withFIGS. 6 and 7, respectively.
FIG. 1 is a block diagram ofexemplary system100 for maintaining aggregate tables in databases. As illustrated in this figure,exemplary system100 may include one ormore modules102 for performing one or more tasks. For example, and as will be explained in greater detail below,exemplary system100 may include a maintainingmodule104 that may maintain a database that may include a primary table of data, an intermediate mapping table of metadata from the data in the primary table, and an aggregate table.Exemplary system100 may additionally include amapping module106 that may, for each new item of data received during a time period, update the primary table with the new item of data and update at least one row in the intermediate mapping table with metadata from the new item of data.Exemplary system100 may also include anaggregation module108 that may, at the end of the time period, update the aggregate table with an aggregation of the metadata based on the metadata stored in the intermediate table. Although illustrated as separate elements, one or more ofmodules102 inFIG. 1 may represent portions of a single module or application.
In certain embodiments, one or more ofmodules102 inFIG. 1 may represent one or more software applications or programs that, when executed by a computing device, may cause the computing device to perform one or more tasks. For example, and as will be described in greater detail below, one or more ofmodules102 may represent software modules stored and configured to run on one or more computing devices, such ascomputing device202 inFIG. 2,computing system610 inFIG. 6, and/or portions ofexemplary network architecture700 inFIG. 7. One or more ofmodules102 inFIG. 1 may also represent all or portions of one or more special-purpose computers configured to perform one or more tasks.
As illustrated inFIG. 1,exemplary system100 may also include one or more databases, such asdatabase120. In one example,database120 may be configured to store aggregations of metadata.
Database120 may represent portions of a single database or computing device or a plurality of databases or computing devices. For example,database120 may represent a portion ofcomputing system610 inFIG. 6 and/or portions ofexemplary network architecture700 inFIG. 7. Alternatively,database120 inFIG. 1 may represent one or more physically separate devices capable of being accessed by a computing device, such ascomputing system610 inFIG. 6 and/or portions ofexemplary network architecture700 inFIG. 7. In some examples,database120 may represent a noSQL database such as CASSANDRA, HADOOP, MONGODB, and/or any other suitable type or form of noSQL database. As used herein, the term “noSQL database” generally refers to a database that models data in structures other than tabular relations. NoSQL databases may include databases that provide wide column stores, document stores, key value stores, graphical relationships, object relationships, tabular relationships, and/or various other storage technologies.
Exemplary system100 inFIG. 1 may be implemented in a variety of ways. For example, all or a portion ofexemplary system100 may represent portions ofexemplary system200 inFIG. 2. As shown inFIG. 2,system200 may include acomputing device202. In one example,computing device202 may be programmed with one or more ofmodules102 and/or may store all or a portion of the data indatabase120.
In one embodiment, one or more ofmodules102 fromFIG. 1 may, when executed by at least one processor ofcomputing device202, enablecomputing device202 to maintain aggregate tables in a database. For example, and as will be described in greater detail below, maintainingmodule104 may maintaindatabase120 that may include a primary table208 of data, an intermediate table210 of metadata from the data in primary table208, and an aggregate table212.Mapping module106 may, for each item ofdata214 received during a time period, update primary table208 withdata214 and update at least one row in intermediate table210 withmetadata216 fromdata214. Next,aggregation module108 may, at the end of the time period, update aggregate table212 with anaggregation218 ofmetadata216 based onmetadata216 stored in intermediate table210.
Computing device202 generally represents any type or form of computing device capable of reading computer-executable instructions. Examples ofcomputing device202 include, without limitation, laptops, tablets, desktops, servers, cellular phones, Personal Digital Assistants (PDAs), multimedia players, embedded systems, wearable devices (e.g., smart watches, smart glasses, etc.), gaming consoles, combinations of one or more of the same,exemplary computing system610 inFIG. 6, or any other suitable computing device.
FIG. 3 is a flow diagram of an exemplary computer-implementedmethod300 for maintaining aggregate tables in databases. The steps shown inFIG. 3 may be performed by any suitable computer-executable code and/or computing system. In some embodiments, the steps shown inFIG. 3 may be performed by one or more of the components ofsystem100 inFIG. 1,system200 inFIG. 2,computing system610 inFIG. 6, and/or portions ofexemplary network architecture700 inFIG. 7.
As illustrated inFIG. 3, atstep302 one or more of the systems described herein may maintain a database that may include a primary table of data, an intermediate mapping table of metadata from the data in the primary table, and an aggregate table. For example, maintainingmodule104 may, as part ofcomputing device202 inFIG. 2, maintaindatabase120 that may include primary table208 of data, intermediate table210 of metadata from the data in primary table208, and aggregate table212.
The term “primary table,” as used herein, generally refers to any data structure in a database. A primary table may include a table, a hash, an array, a linked list, and/or any other relevant data structure. A primary table may store data of any type including text, images, numbers, pointers, files, and/or folders. In some embodiments, a primary table may store files and/or accompanying metadata. For example, a primary table may store document files and/or metadata that describes the size, name, and/or tags of the documents. In another example, a primary table may store audio files and/or metadata that describes the length, recording date, and/or file type of the audio files.
The term “metadata,” as used herein, generally refers to any data that describes and/or may be derived from a file and/or folder. In some examples, metadata may be included in a header of a file. For example, metadata may include file properties such as a file name, file size, file type, a timestamp of when a file was created, a timestamp of when a file was last modified, and/or tags used to classify the file. In some examples, metadata may be derived by analyzing a file. For example, metadata may include a collection of keywords found in a file. In another example, metadata may include the first paragraph of a document file, the contents of all text formatted as headers within a document file, the total word count of a document file, the language in which a document file is written, and/or a summary of the text in a document file. In some examples, metadata may include a history of the file, such as a list of senders and/or recipients of a file, a list of timestamps of when a file was modified, and/or a list of computing devices that have previously stored a file.
The phrase “intermediate mapping table,” as used herein, generally refers to any table that includes both metadata about a file and a pointer to the file. In some embodiments, an intermediate mapping table may sort files into rows based on combinations of metadata describing the files. Additionally or alternatively, an intermediate mapping table may include one or more columns that include specific pieces of metadata and/or a column that includes a list and/or map of files in each row. In some examples, an intermediate mapping table may also include an aggregation of data and/or metadata.
The term “aggregate table,” as used herein, generally refers to any table that includes aggregations, counts, and/or any other type of summaries of data and/or metadata. For example, an aggregate table may include a list of counts and/or a total size of files that include specific properties.
Maintainingmodule104 may maintain the database in any of a variety of ways and/or contexts. For example, maintainingmodule104 may process input to add, update, and/or remove data from tables in the database. In some examples, maintainingmodule104 may maintain the database by creating, updating, and/or deleting tables, rows, and/or columns in the database. In some embodiments, maintainingmodule104 may process user input in a language such as structured query language (SQL).
In some examples, maintainingmodule104 may maintain the database by creating the intermediate mapping table based on the primary table. In some embodiments, maintainingmodule104 may create the intermediate mapping table based on the primary table during an initial configuration of the database.
Atstep304 one or more of the systems described herein may, for each new item of data received during a time period, update the primary table with the new item of data and update at least one row in the intermediate mapping table with metadata from the new item of data. For example,mapping module106 may, as part ofcomputing device202 inFIG. 2, for each item ofdata214 received during a time period, update primary table208 withdata214 and update at least one row in intermediate table210 withmetadata216 fromdata214.
Mapping module106 may update the primary table and/or the intermediate mapping table in a variety of ways. For example,mapping module106 may update the primary table with new data, determine the relevant properties of the data, and then update the corresponding row in the intermediate mapping table to reflect the new data in the primary table. In some embodiments,mapping module106 may update the intermediate mapping table immediately after adding data to the primary table.
In some examples,mapping module106 may update one or more rows in the intermediate mapping table by storing a pointer to the new item of data in the intermediate mapping table. For example,mapping module106 may store a name of the file and a location of the file. In some embodiments,mapping module106 may store a map of file pointers and metadata. For example,mapping module106 may store a map of file pointers and the size of each file in a row of an intermediate mapping table.
In some examples,mapping module106 may update one or more rows in the intermediate mapping table by identifying the rows to be updated based on a unique combination of properties that is shared by other data to which pointers are stored in the rows in the intermediate mapping table. For example, an intermediate mapping table may include columns for a confidentiality level of files, a size category of files, and a location of files. In this example, a file that is confidential, large, and was generated in London may have a pointer to the file placed into a mapping in a row that includes pointers to all files in a primary table that are confidential, large, and generated in London.
In some examples, systems described herein may retrieve a set of data from the intermediate mapping table that may include a set of pointers to items of data and a set of metadata about the items of data. For example, a user may run a query for how many files include a certain property. In this example, the user may also retrieve a list of pointers to the set of files that include that property from the intermediate table.
Atstep306 one or more of the systems described herein may, at the end of the time period, update the aggregate table with an aggregation of the metadata based on the metadata stored in the intermediate table. For example,aggregation module108 may, as part ofcomputing device202 inFIG. 2, at the end of the time period, update aggregate table212 withaggregation218 ofmetadata216 based onmetadata216 stored in intermediate table210.
The term “aggregation,” as used herein, generally refers to any collection, analysis, and/or summary of information. For example, an aggregation may include a count, a total, an average, a median, a mode, and/or a range. In some examples, an aggregation may include a summary of metadata relating to files. For example, an aggregation may include a count of the number of files that include a certain characteristic or combination of characteristics, a total size of all the files that include a certain characteristic, an average length of audio files, and/or a collection of all the keywords used to tag files with certain characteristics. Many other examples of aggregations are also possible.
Aggregation module108 may update the aggregate table in a variety of ways. For example,aggregation module108 may update the aggregate table by transforming the intermediate mapping table into the aggregate table.
In some examples,aggregation module108 may update the aggregate table with the aggregation by updating a count in the aggregate table to reflect the metadata. For example,aggregation module108 may update the aggregate table with a count of how many files fit into a certain category and/or include certain properties.
In some examples,aggregation module108 may update the aggregate table by replacing a mapping in the intermediate table with a count of the files in the mapping.FIG. 4 is a block diagram of anexemplary computing system400 for maintaining aggregate tables in databases. As illustrated inFIG. 4,database120 may include primary table208, intermediate table210, and/or aggregate table212. Primary table208 may store document files and may also store a location, tag, and/or size bucket of the files. Intermediate table210 may sort the files into rows according to size bucket, tag, and/or location. Intermediate table210 may also store a mapping in each row of file names to file sizes for the files in that row.
Aggregate table212 may transform the map row in intermediate table210 into two columns, one with a count of all the files in the map for that row and one with a total size of all the files in the map.
In some examples, systems described herein may include retrieving the aggregation of the metadata from the aggregate table. For example, a user that wishes to know the total number or total size of sensitive files originating in NY that fall into the medium size bucket may query aggregate table212 and may retrieve faster results than if the user had calculated the totals based on the data in primary table208.
In one embodiment, systems described herein may include retrieving at least one data mapping from the intermediate mapping table based on a search result obtained by retrieving the aggregation of the metadata from the aggregate table and retrieving at least one item of data from the primary table based the data mappings retrieved from the intermediate mapping table. To continue the previous example, the systems described herein may retrieve the results that there are two files of medium size originating in NY that have the sensitive tag and may wish to retrieve a list of the files. In this example, the systems described herein may query the row in intermediate table210 that corresponds to the row in aggregate table212 that includes the count of the medium size files originating in NY that have the sensitive tag and may retrieve the results that the two files are Payroll.xls and Job_application.pdf.
In one embodiment, the time period may be one of a set of predefined time periods, and at the end of each predefined time period within the set of predefined time periods the aggregate table may be regenerated based on metadata added to the intermediate mapping table that describes data added to the primary table during the predefined time period.FIG. 5 is a block diagram of anexemplary computing system500 for maintaining aggregate tables in databases by updating the aggregate tables at predetermined intervals.
As illustrated inFIG. 5, after the start of the time period, atstep502 the systems described herein may receive new data. For example, the data may include an audio file. Atstep504, the systems described herein may add the new data to the primary table. For example, the location of the audio file may be stored in the primary table along with metadata such as the size of the file, the length of the recording, and the date the recording was made. Atstep506, the systems described herein may update the intermediate mapping table with metadata about the new data. Continuing the example, the location of the audio file may be put into a map in a row that includes all files recorded in the same month that are below a certain length. Afterstep506, the time period may end. In some examples, the systems described herein may receive more data before the end of the time period and may return to step502. Examples of time periods may include, without limitation, thirty minutes, an hour, a day, several days, and/or a week.
After the end of the time period, atstep508, the systems described herein may regenerate the aggregate table from the intermediate mapping table. For example, rather than incrementing a count of audio files below a certain length recorded in a certain month the systems described herein may count the number of files in the map stored in the intermediate mapping table and update the aggregate table with the new total. A new time period may then start and the systems described herein may return to step502. In some examples, atstep510 the systems described herein may search the aggregate table. For example, a user may query the table to determine how many audio files below a certain length were recorded in a certain month.
In some examples,aggregation module108 may update the aggregate table based on the metadata stored in the intermediate table by regenerating the aggregate table entirely based on the intermediate table. In some embodiments,aggregation module108 may transform the intermediate table into the aggregate table. In some embodiments,aggregation module108 may update every cell in the aggregate table based on the intermediate table. Additionally or alternatively,aggregation module108 may delete the aggregate table and recreate the aggregate table based on the intermediate table.
As described in connection withmethod300 inFIG. 3 above, the systems described herein may increase the accuracy of searchable aggregation tables by maintaining an intermediate mapping table. When new data is stored in the primary table, the systems described herein may update an intermediate mapping table with any relevant metadata about the new data. At set intervals, the systems described herein may transform the intermediate mapping table into a searchable aggregation table. In some examples, the aggregation table may include counts of the items in the rows of the intermediate mapping table. When a search is run for an aggregation of data in the primary table, the aggregation may be quickly retrieved from the aggregation table. In some examples, a user may work backwards from the aggregation table to retrieve a list of files with desired properties from the intermediate table. By regenerating the aggregation table from the intermediate table, the systems described herein may maintain a quickly searchable aggregation table without risking the inaccuracies that may be caused by simply incrementing counts when new data is added to primary tables.
FIG. 6 is a block diagram of anexemplary computing system610 capable of implementing one or more of the embodiments described and/or illustrated herein. For example, all or a portion ofcomputing system610 may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the steps described herein (such as one or more of the steps illustrated inFIG. 3). All or a portion ofcomputing system610 may also perform and/or be a means for performing any other steps, methods, or processes described and/or illustrated herein.
Computing system610 broadly represents any single or multi-processor computing device or system capable of executing computer-readable instructions. Examples ofcomputing system610 include, without limitation, workstations, laptops, client-side terminals, servers, distributed computing systems, handheld devices, or any other computing system or device. In its most basic configuration,computing system610 may include at least oneprocessor614 and asystem memory616.
Processor614 generally represents any type or form of physical processing unit (e.g., a hardware-implemented central processing unit) capable of processing data or interpreting and executing instructions. In certain embodiments,processor614 may receive instructions from a software application or module. These instructions may causeprocessor614 to perform the functions of one or more of the exemplary embodiments described and/or illustrated herein.
System memory616 generally represents any type or form of volatile or non-volatile storage device or medium capable of storing data and/or other computer-readable instructions. Examples ofsystem memory616 include, without limitation, Random Access Memory (RAM), Read Only Memory (ROM), flash memory, or any other suitable memory device. Although not required, in certainembodiments computing system610 may include both a volatile memory unit (such as, for example, system memory616) and a non-volatile storage device (such as, for example,primary storage device632, as described in detail below). In one example, one or more ofmodules102 fromFIG. 1 may be loaded intosystem memory616.
In certain embodiments,exemplary computing system610 may also include one or more components or elements in addition toprocessor614 andsystem memory616. For example, as illustrated inFIG. 6,computing system610 may include amemory controller618, an Input/Output (I/O)controller620, and acommunication interface622, each of which may be interconnected via acommunication infrastructure612.Communication infrastructure612 generally represents any type or form of infrastructure capable of facilitating communication between one or more components of a computing device. Examples ofcommunication infrastructure612 include, without limitation, a communication bus (such as an Industry Standard Architecture (ISA), Peripheral Component Interconnect (PCI), PCI Express (PCIe), or similar bus) and a network.
Memory controller618 generally represents any type or form of device capable of handling memory or data or controlling communication between one or more components ofcomputing system610. For example, in certainembodiments memory controller618 may control communication betweenprocessor614,system memory616, and I/O controller620 viacommunication infrastructure612.
I/O controller620 generally represents any type or form of module capable of coordinating and/or controlling the input and output functions of a computing device. For example, in certain embodiments I/O controller620 may control or facilitate transfer of data between one or more elements ofcomputing system610, such asprocessor614,system memory616,communication interface622,display adapter626,input interface630, andstorage interface634.
Communication interface622 broadly represents any type or form of communication device or adapter capable of facilitating communication betweenexemplary computing system610 and one or more additional devices. For example, in certainembodiments communication interface622 may facilitate communication betweencomputing system610 and a private or public network including additional computing systems. Examples ofcommunication interface622 include, without limitation, a wired network interface (such as a network interface card), a wireless network interface (such as a wireless network interface card), a modem, and any other suitable interface. In at least one embodiment,communication interface622 may provide a direct connection to a remote server via a direct link to a network, such as the Internet.Communication interface622 may also indirectly provide such a connection through, for example, a local area network (such as an Ethernet network), a personal area network, a telephone or cable network, a cellular telephone connection, a satellite data connection, or any other suitable connection.
In certain embodiments,communication interface622 may also represent a host adapter configured to facilitate communication betweencomputing system610 and one or more additional network or storage devices via an external bus or communications channel. Examples of host adapters include, without limitation, Small Computer System Interface (SCSI) host adapters, Universal Serial Bus (USB) host adapters, Institute of Electrical and Electronics Engineers (IEEE) 1394 host adapters, Advanced Technology Attachment (ATA), Parallel ATA (PATA), Serial ATA (SATA), and External SATA (eSATA) host adapters, Fibre Channel interface adapters, Ethernet adapters, or the like.Communication interface622 may also allowcomputing system610 to engage in distributed or remote computing. For example,communication interface622 may receive instructions from a remote device or send instructions to a remote device for execution.
As illustrated inFIG. 6,computing system610 may also include at least onedisplay device624 coupled tocommunication infrastructure612 via adisplay adapter626.Display device624 generally represents any type or form of device capable of visually displaying information forwarded bydisplay adapter626. Similarly,display adapter626 generally represents any type or form of device configured to forward graphics, text, and other data from communication infrastructure612 (or from a frame buffer, as known in the art) for display ondisplay device624.
As illustrated inFIG. 6,exemplary computing system610 may also include at least oneinput device628 coupled tocommunication infrastructure612 via aninput interface630.Input device628 generally represents any type or form of input device capable of providing input, either computer or human generated, toexemplary computing system610. Examples ofinput device628 include, without limitation, a keyboard, a pointing device, a speech recognition device, or any other input device.
As illustrated inFIG. 6,exemplary computing system610 may also include aprimary storage device632 and abackup storage device633 coupled tocommunication infrastructure612 via astorage interface634.Storage devices632 and633 generally represent any type or form of storage device or medium capable of storing data and/or other computer-readable instructions. For example,storage devices632 and633 may be a magnetic disk drive (e.g., a so-called hard drive), a solid state drive, a floppy disk drive, a magnetic tape drive, an optical disk drive, a flash drive, or the like.Storage interface634 generally represents any type or form of interface or device for transferring data betweenstorage devices632 and633 and other components ofcomputing system610. In one example,database120 fromFIG. 1 may be stored inprimary storage device632.
In certain embodiments,storage devices632 and633 may be configured to read from and/or write to a removable storage unit configured to store computer software, data, or other computer-readable information. Examples of suitable removable storage units include, without limitation, a floppy disk, a magnetic tape, an optical disk, a flash memory device, or the like.Storage devices632 and633 may also include other similar structures or devices for allowing computer software, data, or other computer-readable instructions to be loaded intocomputing system610. For example,storage devices632 and633 may be configured to read and write software, data, or other computer-readable information.Storage devices632 and633 may also be a part ofcomputing system610 or may be a separate device accessed through other interface systems.
Many other devices or subsystems may be connected tocomputing system610. Conversely, all of the components and devices illustrated inFIG. 6 need not be present to practice the embodiments described and/or illustrated herein. The devices and subsystems referenced above may also be interconnected in different ways from that shown inFIG. 6.Computing system610 may also employ any number of software, firmware, and/or hardware configurations. For example, one or more of the exemplary embodiments disclosed herein may be encoded as a computer program (also referred to as computer software, software applications, computer-readable instructions, or computer control logic) on a computer-readable medium. The term “computer-readable medium,” as used herein, generally refers to any form of device, carrier, or medium capable of storing or carrying computer-readable instructions. Examples of computer-readable media include, without limitation, transmission-type media, such as carrier waves, and non-transitory-type media, such as magnetic-storage media (e.g., hard disk drives, tape drives, and floppy disks), optical-storage media (e.g., Compact Disks (CDs), Digital Video Disks (DVDs), and BLU-RAY disks), electronic-storage media (e.g., solid-state drives and flash media), and other distribution systems.
The computer-readable medium containing the computer program may be loaded intocomputing system610. All or a portion of the computer program stored on the computer-readable medium may then be stored insystem memory616 and/or various portions ofstorage devices632 and633. When executed byprocessor614, a computer program loaded intocomputing system610 may causeprocessor614 to perform and/or be a means for performing the functions of one or more of the exemplary embodiments described and/or illustrated herein. Additionally or alternatively, one or more of the exemplary embodiments described and/or illustrated herein may be implemented in firmware and/or hardware. For example,computing system610 may be configured as an Application Specific Integrated Circuit (ASIC) adapted to implement one or more of the exemplary embodiments disclosed herein.
FIG. 7 is a block diagram of anexemplary network architecture700 in whichclient systems710,720, and730 andservers740 and745 may be coupled to anetwork750. As detailed above, all or a portion ofnetwork architecture700 may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the steps disclosed herein (such as one or more of the steps illustrated inFIG. 3). All or a portion ofnetwork architecture700 may also be used to perform and/or be a means for performing other steps and features set forth in the instant disclosure.
Client systems710,720, and730 generally represent any type or form of computing device or system, such asexemplary computing system610 inFIG. 6. Similarly,servers740 and745 generally represent computing devices or systems, such as application servers or database servers, configured to provide various database services and/or run certain software applications.Network750 generally represents any telecommunication or computer network including, for example, an intranet, a WAN, a LAN, a PAN, or the Internet. In one example,client systems710,720, and/or730 and/orservers740 and/or745 may include all or a portion ofsystem100 fromFIG. 1.
As illustrated inFIG. 7, one or more storage devices760(1)-(N) may be directly attached toserver740. Similarly, one or more storage devices770(1)-(N) may be directly attached toserver745. Storage devices760(1)-(N) and storage devices770(1)-(N) generally represent any type or form of storage device or medium capable of storing data and/or other computer-readable instructions. In certain embodiments, storage devices760(1)-(N) and storage devices770(1)-(N) may represent Network-Attached Storage (NAS) devices configured to communicate withservers740 and745 using various protocols, such as Network File System (NFS), Server Message Block (SMB), or Common Internet File System (CIFS).
Servers740 and745 may also be connected to a Storage Area Network (SAN)fabric780.SAN fabric780 generally represents any type or form of computer network or architecture capable of facilitating communication between a plurality of storage devices.SAN fabric780 may facilitate communication betweenservers740 and745 and a plurality of storage devices790(1)-(N) and/or anintelligent storage array795.SAN fabric780 may also facilitate, vianetwork750 andservers740 and745, communication betweenclient systems710,720, and730 and storage devices790(1)-(N) and/orintelligent storage array795 in such a manner that devices790(1)-(N) andarray795 appear as locally attached devices toclient systems710,720, and730. As with storage devices760(1)-(N) and storage devices770(1)-(N), storage devices790(1)-(N) andintelligent storage array795 generally represent any type or form of storage device or medium capable of storing data and/or other computer-readable instructions.
In certain embodiments, and with reference toexemplary computing system610 ofFIG. 6, a communication interface, such ascommunication interface622 inFIG. 6, may be used to provide connectivity between eachclient system710,720, and730 andnetwork750.Client systems710,720, and730 may be able to access information onserver740 or745 using, for example, a web browser or other client software. Such software may allowclient systems710,720, and730 to access data hosted byserver740,server745, storage devices760(1)-(N), storage devices770(1)-(N), storage devices790(1)-(N), orintelligent storage array795. AlthoughFIG. 7 depicts the use of a network (such as the Internet) for exchanging data, the embodiments described and/or illustrated herein are not limited to the Internet or any particular network-based environment.
In at least one embodiment, all or a portion of one or more of the exemplary embodiments disclosed herein may be encoded as a computer program and loaded onto and executed byserver740,server745, storage devices760(1)-(N), storage devices770(1)-(N), storage devices790(1)-(N),intelligent storage array795, or any combination thereof. All or a portion of one or more of the exemplary embodiments disclosed herein may also be encoded as a computer program, stored inserver740, run byserver745, and distributed toclient systems710,720, and730 overnetwork750.
As detailed above,computing system610 and/or one or more components ofnetwork architecture700 may perform and/or be a means for performing, either alone or in combination with other elements, one or more steps of an exemplary method for maintaining aggregate tables in databases.
While the foregoing disclosure sets forth various embodiments using specific block diagrams, flowcharts, and examples, each block diagram component, flowchart step, operation, and/or component described and/or illustrated herein may be implemented, individually and/or collectively, using a wide range of hardware, software, or firmware (or any combination thereof) configurations. In addition, any disclosure of components contained within other components should be considered exemplary in nature since many other architectures can be implemented to achieve the same functionality.
In some examples, all or a portion ofexemplary system100 inFIG. 1 may represent portions of a cloud-computing or network-based environment. Cloud-computing environments may provide various services and applications via the Internet. These cloud-based services (e.g., software as a service, platform as a service, infrastructure as a service, etc.) may be accessible through a web browser or other remote interface. Various functions described herein may be provided through a remote desktop environment or any other cloud-based computing environment.
In various embodiments, all or a portion ofexemplary system100 inFIG. 1 may facilitate multi-tenancy within a cloud-based computing environment. In other words, the software modules described herein may configure a computing system (e.g., a server) to facilitate multi-tenancy for one or more of the functions described herein. For example, one or more of the software modules described herein may program a server to enable two or more clients (e.g., customers) to share an application that is running on the server. A server programmed in this manner may share an application, operating system, processing system, and/or storage system among multiple customers (i.e., tenants). One or more of the modules described herein may also partition data and/or configuration information of a multi-tenant application for each customer such that one customer cannot access data and/or configuration information of another customer.
According to various embodiments, all or a portion ofexemplary system100 inFIG. 1 may be implemented within a virtual environment. For example, the modules and/or data described herein may reside and/or execute within a virtual machine. As used herein, the term “virtual machine” generally refers to any operating system environment that is abstracted from computing hardware by a virtual machine manager (e.g., a hypervisor). Additionally or alternatively, the modules and/or data described herein may reside and/or execute within a virtualization layer. As used herein, the term “virtualization layer” generally refers to any data layer and/or application layer that overlays and/or is abstracted from an operating system environment. A virtualization layer may be managed by a software virtualization solution (e.g., a file system filter) that presents the virtualization layer as though it were part of an underlying base operating system. For example, a software virtualization solution may redirect calls that are initially directed to locations within a base file system and/or registry to locations within a virtualization layer.
In some examples, all or a portion ofexemplary system100 inFIG. 1 may represent portions of a mobile computing environment. Mobile computing environments may be implemented by a wide range of mobile computing devices, including mobile phones, tablet computers, e-book readers, personal digital assistants, wearable computing devices (e.g., computing devices with a head-mounted display, smartwatches, etc.), and the like. In some examples, mobile computing environments may have one or more distinct features, including, for example, reliance on battery power, presenting only one foreground application at any given time, remote management features, touchscreen features, location and movement data (e.g., provided by Global Positioning Systems, gyroscopes, accelerometers, etc.), restricted platforms that restrict modifications to system-level configurations and/or that limit the ability of third-party software to inspect the behavior of other applications, controls to restrict the installation of applications (e.g., to only originate from approved application stores), etc. Various functions described herein may be provided for a mobile computing environment and/or may interact with a mobile computing environment.
In addition, all or a portion ofexemplary system100 inFIG. 1 may represent portions of, interact with, consume data produced by, and/or produce data consumed by one or more systems for information management. As used herein, the term “information management” may refer to the protection, organization, and/or storage of data. Examples of systems for information management may include, without limitation, storage systems, backup systems, archival systems, replication systems, high availability systems, data search systems, virtualization systems, and the like.
In some embodiments, all or a portion ofexemplary system100 inFIG. 1 may represent portions of, produce data protected by, and/or communicate with one or more systems for information security. As used herein, the term “information security” may refer to the control of access to protected data. Examples of systems for information security may include, without limitation, systems providing managed security services, data loss prevention systems, identity authentication systems, access control systems, encryption systems, policy compliance systems, intrusion detection and prevention systems, electronic discovery systems, and the like.
According to some examples, all or a portion ofexemplary system100 inFIG. 1 may represent portions of, communicate with, and/or receive protection from one or more systems for endpoint security. As used herein, the term “endpoint security” may refer to the protection of endpoint systems from unauthorized and/or illegitimate use, access, and/or control. Examples of systems for endpoint protection may include, without limitation, anti-malware systems, user authentication systems, encryption systems, privacy systems, spam-filtering services, and the like.
The process parameters and sequence of steps described and/or illustrated herein are given by way of example only and can be varied as desired. For example, while the steps illustrated and/or described herein may be shown or discussed in a particular order, these steps do not necessarily need to be performed in the order illustrated or discussed. The various exemplary methods described and/or illustrated herein may also omit one or more of the steps described or illustrated herein or include additional steps in addition to those disclosed.
While various embodiments have been described and/or illustrated herein in the context of fully functional computing systems, one or more of these exemplary embodiments may be distributed as a program product in a variety of forms, regardless of the particular type of computer-readable media used to actually carry out the distribution. The embodiments disclosed herein may also be implemented using software modules that perform certain tasks. These software modules may include script, batch, or other executable files that may be stored on a computer-readable storage medium or in a computing system. In some embodiments, these software modules may configure a computing system to perform one or more of the exemplary embodiments disclosed herein.
In addition, one or more of the modules described herein may transform data, physical devices, and/or representations of physical devices from one form to another. For example, one or more of the modules recited herein may receive data to be transformed, transform the data, output a result of the transformation to an intermediate table, use the result of the transformation to aggregate metadata, and store the result of the transformation to an aggregation table. Additionally or alternatively, one or more of the modules recited herein may transform a processor, volatile memory, non-volatile memory, and/or any other portion of a physical computing device from one form to another by executing on the computing device, storing data on the computing device, and/or otherwise interacting with the computing device.
The preceding description has been provided to enable others skilled in the art to best utilize various aspects of the exemplary embodiments disclosed herein. This exemplary description is not intended to be exhaustive or to be limited to any precise form disclosed. Many modifications and variations are possible without departing from the spirit and scope of the instant disclosure. The embodiments disclosed herein should be considered in all respects illustrative and not restrictive. Reference should be made to the appended claims and their equivalents in determining the scope of the instant disclosure.
Unless otherwise noted, the terms “connected to” and “coupled to” (and their derivatives), as used in the specification and claims, are to be construed as permitting both direct and indirect (i.e., via other elements or components) connection. In addition, the terms “a” or “an,” as used in the specification and claims, are to be construed as meaning “at least one of.” Finally, for ease of use, the terms “including” and “having” (and their derivatives), as used in the specification and claims, are interchangeable with and have the same meaning as the word “comprising.”

Claims (20)

What is claimed is:
1. A computer-implemented method for maintaining aggregate tables in databases, at least a portion of the method being performed by a computing device comprising at least one processor, the method comprising:
maintaining a database that comprises a primary table of data, an intermediate mapping table of metadata from the data in the primary table, and an aggregate table that aggregates the metadata from the intermediate mapping table, wherein at least the intermediate mapping table comprises a physical implementation of a denormalized contiguous linked list;
for each new item of data received during a time period:
updating the primary table with the new item of data;
identifying a row in the intermediate mapping table that specifies column values and determining that the new item of data matches the specified column values; and
updating the row in the intermediate mapping table with a pointer to the new item of data within the primary table of data immediately after updating the primary table with the new item of data, such that the row in the intermediate mapping table represents an aggregation of all rows within the primary table of data that match the specified column values and the row in the intermediate mapping table includes separate pointers to each row within the primary table of data that matches the specified column values;
at the end of the time period, updating the aggregate table with an aggregation of the metadata based on the metadata stored in the intermediate table rather than directly updating a count in the aggregate table to reflect each new item of data, to increase accuracy of the aggregate table;
retrieving at least one data mapping from the intermediate mapping table based on a search result obtained by retrieving the aggregation of the metadata from the aggregate table; and
retrieving at least one item of data from the primary table based on the at least one data mapping retrieved from the intermediate mapping table.
2. The computer-implemented method ofclaim 1, wherein updating the aggregate table with the aggregation comprises updating the count in the aggregate table to reflect the metadata.
3. The computer-implemented method ofclaim 1, wherein the time period is one of a plurality of predefined time periods and at the end of each predefined time period within the plurality of predefined time periods the aggregate table is regenerated based on metadata added to the intermediate mapping table that describes data added to the primary table during the predefined time period.
4. The computer-implemented method ofclaim 1, wherein updating the aggregate table based on the metadata stored in the intermediate table comprises regenerating the aggregate table entirely based on the intermediate table.
5. The computer-implemented method ofclaim 1, wherein maintaining the database comprises creating the intermediate mapping table based on the primary table.
6. The computer-implemented method ofclaim 1, wherein updating the at least one row in the intermediate mapping table comprises storing at least one column value of the new item of data in the row in the intermediate mapping table.
7. The computer-implemented method ofclaim 1, further comprising retrieving a set of data from the intermediate mapping table that comprises a set of pointers to items of data and a set of metadata about the items of data wherein the set of pointers comprises the pointer to the new item of data.
8. The computer-implemented method ofclaim 1, wherein updating the at least one row in the intermediate mapping table comprises identifying the row to be updated based on a unique combination of properties that is shared by at least one other item of data to which the pointer is stored in the at least one row in the intermediate mapping table.
9. A system for maintaining aggregate tables in databases, the system comprising:
a maintaining module, stored in memory, that maintains a database that by a primary table of data, an intermediate mapping table of metadata from the data in the primary table, and an aggregate table that aggregates the metadata from the intermediate mapping table, wherein at least the intermediate mapping table comprises a physical implementation of a denormalized contiguous linked list;
a mapping module, stored in memory, that, for each new item of data received during a time period:
updates the primary table with the new item of data;
identifies a row in the intermediate mapping table that specifies column values and determines that the new item of data matches the specified column values; and
updates the row in the intermediate mapping table with a pointer to the new item of data within the primary table of data immediately after the primary table is updated with the new item of data, such that the row in the intermediate mapping table represents an aggregation of all rows within the primary table of data that match the specified column values and the row in the intermediate mapping table includes separate pointers to each row within the primary table of data that matches the specified column values;
an aggregation module, stored in memory, that at the end of the time period, updates the aggregate table with an aggregation of the metadata based on the metadata stored in the intermediate table rather than directly updating a count in the aggregate table to reflect each new item of data to increase accuracy of the aggregate table;
a retrieving module, stored in memory, that retrieves at least one data mapping from the intermediate mapping table based on a search result obtained by retrieving the aggregation of the metadata from the aggregate table, and the retrieving module retrieves at least one item of data from the primary table based on the at least one data mapping retrieved from the intermediate mapping table; and
at least one physical processor configured to execute the maintaining module, the mapping module, and the aggregation module.
10. The system ofclaim 9, wherein the aggregation module updates the aggregate table with the aggregation by updating the count in the aggregate table to reflect the metadata.
11. The system ofclaim 9, wherein the time period is one of a plurality of predefined time periods and at the end of each predefined time period within the plurality of predefined time periods the aggregation module regenerates the aggregate table based on metadata added to the intermediate mapping table that describes data added to the primary table during the predefined time period.
12. The system ofclaim 9, wherein the aggregation module updates the aggregate table based on the metadata stored in the intermediate table by regenerating the aggregate table entirely based on the intermediate table.
13. The system ofclaim 9, wherein the maintaining module maintains the database by creating the intermediate mapping table based on the primary table.
14. The system ofclaim 9, wherein the mapping module updates the at least one row in the intermediate mapping table by storing at least one column value of the new item of data in the row in the intermediate mapping table.
15. A non-transitory computer-readable medium comprising one or more computer-readable instructions that, when executed by at least one processor of a computing device, cause the computing device to:
maintain a database that comprises a primary table of data, an intermediate mapping table of metadata from the data in the primary table, and an aggregate table that aggregates the metadata from the intermediate mapping table, wherein at least the intermediate mapping table comprises a physical implementation of a denormalized contiguous linked list;
for each new item of data received during a time period:
update the primary table with the new item of data;
identify a row in the intermediate mapping table that specifies column values and determine that the new item of data matches the specified column values; and
update the row in the intermediate mapping table with a pointer to the new item of data within the primary table of data immediately after the primary table is updated with the new item of data, such that the row in the intermediate mapping table represents an aggregation of all rows within the primary table of data that match the specified column values and the row in the intermediate mapping table includes separate pointers to each row within the primary table of data that matches the specified column values;
at the end of the time period, update the aggregate table with an aggregation of the metadata based on the metadata stored in the intermediate table rather than directly updating a count in the aggregate table to reflect each new item of data, to increase accuracy of the aggregate table;
retrieve at least one data mapping from the intermediate mapping table based on a search result obtained by retrieving the aggregation of the metadata from the aggregate table; and
retrieve at least one item of data from the primary table based on the at least one data mapping retrieved from the intermediate mapping table.
16. The method ofclaim 1, wherein the primary table comprises a linked list of pointers to files.
17. The method ofclaim 1, wherein the denormalized contiguous linked list of the intermediate mapping table comprises a list of item names linked by commas.
18. The method ofclaim 1, wherein the denormalized contiguous linked list of the intermediate mapping table comprises pointers to files.
19. The system ofclaim 9, wherein the maintaining module is configured to create the intermediate mapping table based on the data in the primary table.
20. The system ofclaim 9, wherein the mapping module identifies a row in the intermediate mapping table by identifying the rows based on a unique combination of properties that is shared by other data to which pointers are stored in the rows in the intermediate mapping table.
US14/447,6192014-05-042014-07-31Systems and methods for maintaining aggregate tables in databasesActive2035-08-23US10635645B1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US14/447,619US10635645B1 (en)2014-05-042014-07-31Systems and methods for maintaining aggregate tables in databases

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US201461988215P2014-05-042014-05-04
US14/447,619US10635645B1 (en)2014-05-042014-07-31Systems and methods for maintaining aggregate tables in databases

Publications (1)

Publication NumberPublication Date
US10635645B1true US10635645B1 (en)2020-04-28

Family

ID=70332582

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US14/447,619Active2035-08-23US10635645B1 (en)2014-05-042014-07-31Systems and methods for maintaining aggregate tables in databases
US14/480,558Active2036-01-18US10817510B1 (en)2014-05-042014-09-08Systems and methods for navigating through a hierarchy of nodes stored in a database

Family Applications After (1)

Application NumberTitlePriority DateFiling Date
US14/480,558Active2036-01-18US10817510B1 (en)2014-05-042014-09-08Systems and methods for navigating through a hierarchy of nodes stored in a database

Country Status (1)

CountryLink
US (2)US10635645B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN112269788A (en)*2020-11-132021-01-26中盈优创资讯科技有限公司Method and device for improving click House data storage performance
US20210109899A1 (en)*2016-12-082021-04-15Exterro, Inc.Systems and methods for document search and aggregation with reduced bandwidth and storage demand
US12360978B1 (en)*2024-01-122025-07-15Fujitsu LimitedData type based aggregation of multiple linked tables for machine learning tasks

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US11693832B2 (en)*2018-03-152023-07-04Vmware, Inc.Flattening of hierarchical data into a relational schema in a computing system

Citations (123)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5832470A (en)1994-09-301998-11-03Hitachi, Ltd.Method and apparatus for classifying document information
US5850547A (en)*1997-01-081998-12-15Oracle CorporationMethod and apparatus for parallel processing aggregates using intermediate aggregate values
JPH11213014A (en)1997-11-191999-08-06Nippon Steel Corp Database system, database search method and recording medium
US5946692A (en)*1997-05-081999-08-31At & T CorpCompressed representation of a data base that permits AD HOC querying
US5991754A (en)*1998-12-281999-11-23Oracle CorporationRewriting a query in terms of a summary based on aggregate computability and canonical format, and when a dimension table is on the child side of an outer join
US6009432A (en)1998-07-081999-12-28Required Technologies, Inc.Value-instance-connectivity computer-implemented database
US6205451B1 (en)*1998-05-222001-03-20Oracle CorporationMethod and apparatus for incremental refresh of summary tables in a database system
US6216134B1 (en)*1998-06-252001-04-10Microsoft CorporationMethod and system for visualization of clusters and classifications
US20010037324A1 (en)1997-06-242001-11-01International Business Machines CorporationMultilevel taxonomy based on features derived from training documents classification using fisher values as discrimination values
US20010039544A1 (en)1998-08-292001-11-08Soumen ChakrabartiMethod for interactively creating an information database including preferred information elements, such as preferred authority, world
US6334128B1 (en)*1998-12-282001-12-25Oracle CorporationMethod and apparatus for efficiently refreshing sets of summary tables and materialized views in a database management system
US20020010708A1 (en)1996-09-232002-01-24Mcintosh LowrieDefining a uniform subject classification system incorporating document management/records retention functions
US6345272B1 (en)*1999-07-272002-02-05Oracle CorporationRewriting queries to access materialized views that group along an ordered dimension
US6356902B1 (en)1998-07-282002-03-12Matsushita Electric Industrial Co., Ltd.Method and system for storage and retrieval of multimedia objects
US20020055942A1 (en)2000-10-262002-05-09Reynolds Mark L.Creating, verifying, managing, and using original digital files
US20020069102A1 (en)*2000-12-012002-06-06Vellante David P.Method and system for assessing and quantifying the business value of an information techonology (IT) application or set of applications
US6446061B1 (en)1998-07-312002-09-03International Business Machines CorporationTaxonomy generation for document collections
US6477525B1 (en)*1998-12-282002-11-05Oracle CorporationRewriting a query in terms of a summary based on one-to-one and one-to-many losslessness of joins
US6484159B1 (en)*1999-05-202002-11-19At&T Corp.Method and system for incremental database maintenance
US6496819B1 (en)*1998-12-282002-12-17Oracle CorporationRewriting a query in terms of a summary based on functional dependencies and join backs, and based on join derivability
US20030028509A1 (en)*2001-08-062003-02-06Adam SahStorage of row-column data
WO2003030032A2 (en)2001-09-282003-04-10Oracle International CorporationAn index structure to access hierarchical data in a relational database system
US6594653B2 (en)*1998-03-272003-07-15International Business Machines CorporationServer integrated system and methods for processing precomputed views
US20030145277A1 (en)2002-01-312003-07-31Neal Michael RennInteractively comparing records in a database
US6606626B1 (en)1998-10-202003-08-12Sybase, Inc.Database system with lock manager enhancement for improving concurrency
US20030200221A1 (en)*1999-08-042003-10-23Reuven BakalashStand-alone cartridge-style data aggregation server
US6658413B1 (en)*1999-09-012003-12-02I2 Technologies Us, Inc.Multidimensional database system with intermediate lockable intersections
JP2004007508A (en)2002-03-252004-01-08Sony United Kingdom LtdApplication programming interface for accessing metadata
US20040010493A1 (en)1997-11-192004-01-15Ns Solutions CorporationDatabase system and a method of data retrieval from the system
US20040128289A1 (en)*2002-12-302004-07-01Cochrane Roberta JoSystem and method for incrementally maintaining non-distributive aggregate functions in a relational database
US6763352B2 (en)*1999-05-212004-07-13International Business Machines CorporationIncremental maintenance of summary tables with complex grouping expressions
US20040215626A1 (en)*2003-04-092004-10-28International Business Machines CorporationMethod, system, and program for improving performance of database queries
JP2005018754A (en)2003-06-262005-01-20Microsoft Corp Sharing computer objects with associations
US20050038805A1 (en)2003-08-122005-02-17Eagleforce AssociatesKnowledge Discovery Appartus and Method
US6882993B1 (en)*2002-01-282005-04-19Oracle International CorporationIncremental refresh of materialized views with joins and aggregates after arbitrary DML operations to multiple tables
US20050102195A1 (en)2003-11-122005-05-12International Business Machines CorporationMethod, system, and computer program product for identifying and implementing collected privacy policies as aggregate privacy policies in electronic transactions
US6915289B1 (en)*2000-05-042005-07-05International Business Machines CorporationUsing an index to access a subject multi-dimensional database
US6922696B1 (en)2000-05-312005-07-26Sri InternationalLattice-based security classification system and method
US20050235004A1 (en)*2004-04-142005-10-20Oracle International CorporationUsing estimated cost to schedule an order for refreshing a set of materialized views (MVS)
US20060106782A1 (en)2004-11-172006-05-18Steven BlumenauSystems and methods for searching digital assets using virtual folders having labels based on taxonomy tags
US20060122964A1 (en)*2004-12-032006-06-08Tsae-Feng YuMaterialized view maintenance and change tracking
US7100195B1 (en)1999-07-302006-08-29Accenture LlpManaging user information on an e-commerce system
US20060265427A1 (en)2005-04-052006-11-23Cohen Alexander JMulti-media search, discovery, submission and distribution control infrastructure
US7158994B1 (en)*2001-09-282007-01-02Oracle International CorporationObject-oriented materialized views
US20070112783A1 (en)2005-10-062007-05-17Mccreight ShawnElectronic discovery system and method
US20070244892A1 (en)*2006-04-172007-10-18Narancic Perry JOrganizational data analysis and management
US20080071908A1 (en)2006-09-182008-03-20Emc CorporationInformation management
US20080077852A1 (en)2006-09-222008-03-27Microsoft CorporationCustomizing applications in a discovery interface
US20080091641A1 (en)*2006-10-112008-04-17Yahoo! Inc.Infrastructure for more efficient processing to generate of ad-hoc reports
JP2008158993A (en)2006-12-262008-07-10Hitachi Ltd Storage system
US7428220B1 (en)*2005-02-102008-09-23Sun Microsystems, Inc.Method and apparatus for data aggregation in a distributed system
US20080235077A1 (en)2007-03-222008-09-25Harkness David HSystems and methods to identify intentionally placed products
AU2002334721B2 (en)2001-09-282008-10-23Oracle International CorporationAn index structure to access hierarchical data in a relational database system
US20080306947A1 (en)2007-06-082008-12-11Hewlett-Packard Development Company, L.P.Taxonomy editor
US20090019005A1 (en)*2007-07-132009-01-15Oracle International CorporationMaterialized views with user-defined aggregates
US20090024561A1 (en)2007-07-172009-01-22Bea Systems, Inc.System and method for synchronizing service metadata
US20090043825A1 (en)2007-08-092009-02-12Donald Alexander BourneLog location discovery and management
US20090049040A1 (en)2007-08-172009-02-19Oracle International CorporationSystem and method for semantic asset search in a metadata repository
US20090064160A1 (en)*2007-08-312009-03-05Microsoft CorporationTransparent lazy maintenance of indexes and materialized views
US20090063419A1 (en)2007-08-312009-03-05Jukka Kalevi NurminenDiscovering peer-to-peer content using metadata streams
US7516412B1 (en)2003-05-232009-04-07Nvidia CorporationMethod and apparatus for content-based rendering of user interfaces
US20090125828A1 (en)*2007-11-122009-05-14Apple Inc.Automatic Creation of Data Relationships
US20090182779A1 (en)*2008-01-152009-07-16At&T Services, Inc.Complex dependencies for efficient data warehouse updates
US7610285B1 (en)2005-09-212009-10-27Stored IQSystem and method for classifying objects
US20090276393A1 (en)*2008-05-012009-11-05Bestgen Robert JImplementing Aggregation Combination Using Aggregate Depth Lists and Cube Aggregation Conversion to Rollup Aggregation for Optimizing Query Processing
CN101616090A (en)2009-07-282009-12-30华为技术有限公司 Method and device for dividing tree node resources
US20100017363A1 (en)*2008-07-212010-01-21Oracle International CorporationEfficient evaluation of sql pivot operations
US20100042615A1 (en)2008-08-122010-02-18Peter RinearsonSystems and methods for aggregating content on a user-content driven website
US20100088317A1 (en)*2002-07-302010-04-08Stored Iq, Inc.Method and apparatus for harvesting file system metadata
US20100146004A1 (en)*2005-07-202010-06-10Siew Yong Sim-TangMethod Of Creating Hierarchical Indices For A Distributed Object System
US20100274750A1 (en)*2009-04-222010-10-28Microsoft CorporationData Classification Pipeline Including Automatic Classification Rules
US20100333116A1 (en)2009-06-302010-12-30Anand PrahladCloud gateway system for managing data storage to cloud storage sites
US20110040773A1 (en)*2007-12-312011-02-17Teradata Us, Inc.Data row packing apparatus, systems, and methods
US20110113466A1 (en)2009-11-062011-05-12Symantec CorporationSystems and Methods for Processing and Managing Object-Related Data for use by a Plurality of Applications
US20110131628A1 (en)2009-12-012011-06-02International Business Machines CorporationSystem and method for automatically discovering security classification of hosts
US20110145217A1 (en)2009-12-152011-06-16Maunder Anurag SSystems and methods for facilitating data discovery
US20110225125A1 (en)2009-07-162011-09-15International Business Machines CorporationRedirecting document references to a repository
US20110227754A1 (en)*2010-03-112011-09-22Entegrity LLCMethods and systems for data aggregation and reporting
US20110276607A1 (en)*2010-05-052011-11-10Microsoft CorporationNormalizing data for fast superscalar processing
US20110320480A1 (en)2010-06-292011-12-29Kisin RomanEnterprise Evidence Repository
JP2012504280A (en)2008-09-302012-02-16シマンテック コーポレーション Restore selected objects from a batch database back
US20120047483A1 (en)2010-08-202012-02-23Sap AgSmart Web Service Discovery
US20120198073A1 (en)2011-01-272012-08-02Computenext Inc.Dynamically organizing cloud computing resources to facilitate discovery
US20130013650A1 (en)2011-07-082013-01-10Annie ShumVisual and context-oriented curation platform
US8364720B2 (en)2005-12-212013-01-29Digimarc CorporationContent metadata directory services
US20130054731A1 (en)2011-06-242013-02-28Appsense, LimitedCut/copy and paste functionality
US8417715B1 (en)2007-12-192013-04-09Tilmann BruckhausPlatform independent plug-in methods and systems for data mining and analytics
US20130166543A1 (en)2011-12-222013-06-27Microsoft CorporationClient-based search over local and remote data sources for intent analysis, ranking, and relevance
US8478742B2 (en)*2004-04-142013-07-02Oracle CorporationUsing estimated cost to refresh a set of materialized views (MVS)
US8494894B2 (en)2008-09-192013-07-23Strategyn Holdings, LlcUniversal customer based information and ontology platform for business information and innovation management
US20130204886A1 (en)2012-02-022013-08-08Patrick FaithMulti-Source, Multi-Dimensional, Cross-Entity, Multimedia Encryptmatics Database Platform Apparatuses, Methods and Systems
US8533176B2 (en)2007-06-292013-09-10Microsoft CorporationBusiness application search
US8589447B1 (en)2009-07-072013-11-19Netapp, Inc.Efficient file system scan for shared data blocks
US20130311509A1 (en)*2012-05-182013-11-21Splunk Inc.Transparent index summarization
US20130332487A1 (en)*2012-06-062013-12-12Tata Consultancy Services LimitedGenerating reports based on materialized view
US20140006244A1 (en)2011-12-192014-01-02Ften Inc.Method and System for Aggregating and Managing Data from Disparate Sources in Consolidated Storage
US20140032617A1 (en)*2012-07-242014-01-30Craig W. StanfillMapping entities in data models
US20140052689A1 (en)2012-08-142014-02-20Joseph S. FicaraApplying an action on a data item according to a classification and a data management policy
US20140068706A1 (en)2012-08-282014-03-06Selim AissiProtecting Assets on a Device
US20140081890A1 (en)2010-03-312014-03-20Sherilyn I. CasianoWealth information management system
US20140089246A1 (en)2009-09-232014-03-27Edwin AdriaansenMethods and systems for knowledge discovery
US20140098101A1 (en)*2012-10-102014-04-10International Business Machines CorporationNode cluster relationships in a graph database
US20140101124A1 (en)2012-10-092014-04-10The Dun & Bradstreet CorporationSystem and method for recursively traversing the internet and other sources to identify, gather, curate, adjudicate, and qualify business identity and related data
US20140114916A1 (en)*2011-06-062014-04-24Pamela SzaboCode generation and implementation method, system, and storage medium for delivering bidirectional data aggregation and updates
US20140122439A1 (en)*2012-04-302014-05-01Franz FaerberDeleting records in a multi-level storage architecture
US20140143294A1 (en)*2012-11-202014-05-22Barinov Y. VitalyDistributed Aggregation for Contact Center Agent-Groups On Sliding Interval
US8737683B2 (en)*2008-08-282014-05-27Google Inc.Architectures and methods for creating and representing time-dependent imagery
US8755837B2 (en)2008-08-192014-06-17Digimarc CorporationMethods and systems for content processing
US20140244662A1 (en)2011-09-122014-08-28Stanley MoUse of discovery vs search as a means to understand user behavior, interests and preferences
US20140294169A1 (en)*2013-03-262014-10-02Genesys Telecommunications Laboratories, Inc.Low latency distributed aggregation for contact center agent-groups on sliding interval
US8918388B1 (en)*2010-02-262014-12-23Turn Inc.Custom data warehouse on top of mapreduce
US20150088812A1 (en)*2013-09-202015-03-26Oracle International CorporationMaintaining staleness information for aggregate data
US20150095430A1 (en)*2013-09-302015-04-02Adobe Systems IncorporatedMethod and apparatus for automatically aggregating metadata and e-mail attachments from various e-mail providers in a cloud repository
WO2015055502A2 (en)2013-10-182015-04-23Thomson LicensingMethod of partitioning storage in a distributed data storage system and corresponding device
US20150193477A1 (en)*2014-01-092015-07-09Bruno DumantDyanmic data-driven generation and modification of input schemas for data analysis
US20150286697A1 (en)2014-04-082015-10-08International Business Machines CorporationAnalyzing a query and provisioning data to analytics
US20150302205A1 (en)*2014-04-212015-10-22International Business Machines CorporationInformation asset placer
US20150317339A1 (en)2014-05-042015-11-05Symantec CorporationSystems and methods for aggregating information-asset metadata from multiple disparate data-management systems
US20150347773A1 (en)2014-05-292015-12-03Intuit Inc.Method and system for implementing data security policies using database classification
US9268849B2 (en)2007-09-072016-02-23Alexander SiedleckiApparatus and methods for web marketing tools for digital archives—web portal advertising arts
US9311326B2 (en)2013-04-122016-04-12Alterante, Inc.Virtual file system for automated data replication and review
WO2016077230A1 (en)2014-11-142016-05-19Symantec CorporationSystems and methods for aggregating information-asset classifications
US20160306897A1 (en)2013-12-302016-10-20Huawei Technologies Co., Ltd.Graph data query method and apparatus

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
EP0977128A1 (en)*1998-07-282000-02-02Matsushita Electric Industrial Co., Ltd.Method and system for storage and retrieval of multimedia objects by decomposing a tree-structure into a directed graph
US9659073B2 (en)*2008-06-182017-05-23Oracle International CorporationTechniques to extract and flatten hierarchies
US9098537B2 (en)2012-12-202015-08-04Oracle International CorporationTechniques for aligned run-length encoding

Patent Citations (140)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5832470A (en)1994-09-301998-11-03Hitachi, Ltd.Method and apparatus for classifying document information
US20020010708A1 (en)1996-09-232002-01-24Mcintosh LowrieDefining a uniform subject classification system incorporating document management/records retention functions
US5850547A (en)*1997-01-081998-12-15Oracle CorporationMethod and apparatus for parallel processing aggregates using intermediate aggregate values
US5946692A (en)*1997-05-081999-08-31At & T CorpCompressed representation of a data base that permits AD HOC querying
US20010037324A1 (en)1997-06-242001-11-01International Business Machines CorporationMultilevel taxonomy based on features derived from training documents classification using fisher values as discrimination values
JPH11213014A (en)1997-11-191999-08-06Nippon Steel Corp Database system, database search method and recording medium
US20040010493A1 (en)1997-11-192004-01-15Ns Solutions CorporationDatabase system and a method of data retrieval from the system
US6594653B2 (en)*1998-03-272003-07-15International Business Machines CorporationServer integrated system and methods for processing precomputed views
US6205451B1 (en)*1998-05-222001-03-20Oracle CorporationMethod and apparatus for incremental refresh of summary tables in a database system
US6216134B1 (en)*1998-06-252001-04-10Microsoft CorporationMethod and system for visualization of clusters and classifications
US6009432A (en)1998-07-081999-12-28Required Technologies, Inc.Value-instance-connectivity computer-implemented database
US6356902B1 (en)1998-07-282002-03-12Matsushita Electric Industrial Co., Ltd.Method and system for storage and retrieval of multimedia objects
US6446061B1 (en)1998-07-312002-09-03International Business Machines CorporationTaxonomy generation for document collections
US20010039544A1 (en)1998-08-292001-11-08Soumen ChakrabartiMethod for interactively creating an information database including preferred information elements, such as preferred authority, world
US6606626B1 (en)1998-10-202003-08-12Sybase, Inc.Database system with lock manager enhancement for improving concurrency
US6334128B1 (en)*1998-12-282001-12-25Oracle CorporationMethod and apparatus for efficiently refreshing sets of summary tables and materialized views in a database management system
US6477525B1 (en)*1998-12-282002-11-05Oracle CorporationRewriting a query in terms of a summary based on one-to-one and one-to-many losslessness of joins
US6496819B1 (en)*1998-12-282002-12-17Oracle CorporationRewriting a query in terms of a summary based on functional dependencies and join backs, and based on join derivability
US5991754A (en)*1998-12-281999-11-23Oracle CorporationRewriting a query in terms of a summary based on aggregate computability and canonical format, and when a dimension table is on the child side of an outer join
US6484159B1 (en)*1999-05-202002-11-19At&T Corp.Method and system for incremental database maintenance
US6763352B2 (en)*1999-05-212004-07-13International Business Machines CorporationIncremental maintenance of summary tables with complex grouping expressions
US6345272B1 (en)*1999-07-272002-02-05Oracle CorporationRewriting queries to access materialized views that group along an ordered dimension
US7100195B1 (en)1999-07-302006-08-29Accenture LlpManaging user information on an e-commerce system
US20030200221A1 (en)*1999-08-042003-10-23Reuven BakalashStand-alone cartridge-style data aggregation server
US7392248B2 (en)*1999-08-042008-06-24Hyperroll Israel, Ltd.Data aggregation server supporting rapid query response with sparse multi-dimensional data
US6658413B1 (en)*1999-09-012003-12-02I2 Technologies Us, Inc.Multidimensional database system with intermediate lockable intersections
US6915289B1 (en)*2000-05-042005-07-05International Business Machines CorporationUsing an index to access a subject multi-dimensional database
US6922696B1 (en)2000-05-312005-07-26Sri InternationalLattice-based security classification system and method
US20020055942A1 (en)2000-10-262002-05-09Reynolds Mark L.Creating, verifying, managing, and using original digital files
US20020069102A1 (en)*2000-12-012002-06-06Vellante David P.Method and system for assessing and quantifying the business value of an information techonology (IT) application or set of applications
US20030028509A1 (en)*2001-08-062003-02-06Adam SahStorage of row-column data
US7158994B1 (en)*2001-09-282007-01-02Oracle International CorporationObject-oriented materialized views
AU2002334721B2 (en)2001-09-282008-10-23Oracle International CorporationAn index structure to access hierarchical data in a relational database system
WO2003030032A2 (en)2001-09-282003-04-10Oracle International CorporationAn index structure to access hierarchical data in a relational database system
US6882993B1 (en)*2002-01-282005-04-19Oracle International CorporationIncremental refresh of materialized views with joins and aggregates after arbitrary DML operations to multiple tables
US20030145277A1 (en)2002-01-312003-07-31Neal Michael RennInteractively comparing records in a database
JP2004007508A (en)2002-03-252004-01-08Sony United Kingdom LtdApplication programming interface for accessing metadata
US20100088317A1 (en)*2002-07-302010-04-08Stored Iq, Inc.Method and apparatus for harvesting file system metadata
US20040128289A1 (en)*2002-12-302004-07-01Cochrane Roberta JoSystem and method for incrementally maintaining non-distributive aggregate functions in a relational database
US20040215626A1 (en)*2003-04-092004-10-28International Business Machines CorporationMethod, system, and program for improving performance of database queries
US7516412B1 (en)2003-05-232009-04-07Nvidia CorporationMethod and apparatus for content-based rendering of user interfaces
JP2005018754A (en)2003-06-262005-01-20Microsoft Corp Sharing computer objects with associations
US20050038805A1 (en)2003-08-122005-02-17Eagleforce AssociatesKnowledge Discovery Appartus and Method
US20050102195A1 (en)2003-11-122005-05-12International Business Machines CorporationMethod, system, and computer program product for identifying and implementing collected privacy policies as aggregate privacy policies in electronic transactions
US8478742B2 (en)*2004-04-142013-07-02Oracle CorporationUsing estimated cost to refresh a set of materialized views (MVS)
US20050235004A1 (en)*2004-04-142005-10-20Oracle International CorporationUsing estimated cost to schedule an order for refreshing a set of materialized views (MVS)
US20060106782A1 (en)2004-11-172006-05-18Steven BlumenauSystems and methods for searching digital assets using virtual folders having labels based on taxonomy tags
US20060122964A1 (en)*2004-12-032006-06-08Tsae-Feng YuMaterialized view maintenance and change tracking
US7428220B1 (en)*2005-02-102008-09-23Sun Microsystems, Inc.Method and apparatus for data aggregation in a distributed system
US20060265427A1 (en)2005-04-052006-11-23Cohen Alexander JMulti-media search, discovery, submission and distribution control infrastructure
US20100146004A1 (en)*2005-07-202010-06-10Siew Yong Sim-TangMethod Of Creating Hierarchical Indices For A Distributed Object System
US7610285B1 (en)2005-09-212009-10-27Stored IQSystem and method for classifying objects
US20070112783A1 (en)2005-10-062007-05-17Mccreight ShawnElectronic discovery system and method
US8364720B2 (en)2005-12-212013-01-29Digimarc CorporationContent metadata directory services
US20070244892A1 (en)*2006-04-172007-10-18Narancic Perry JOrganizational data analysis and management
US20080071908A1 (en)2006-09-182008-03-20Emc CorporationInformation management
US20080077852A1 (en)2006-09-222008-03-27Microsoft CorporationCustomizing applications in a discovery interface
US20080091641A1 (en)*2006-10-112008-04-17Yahoo! Inc.Infrastructure for more efficient processing to generate of ad-hoc reports
JP2008158993A (en)2006-12-262008-07-10Hitachi Ltd Storage system
US20080235077A1 (en)2007-03-222008-09-25Harkness David HSystems and methods to identify intentionally placed products
US20080306947A1 (en)2007-06-082008-12-11Hewlett-Packard Development Company, L.P.Taxonomy editor
US8533176B2 (en)2007-06-292013-09-10Microsoft CorporationBusiness application search
US20090019005A1 (en)*2007-07-132009-01-15Oracle International CorporationMaterialized views with user-defined aggregates
US20090024561A1 (en)2007-07-172009-01-22Bea Systems, Inc.System and method for synchronizing service metadata
US20090043825A1 (en)2007-08-092009-02-12Donald Alexander BourneLog location discovery and management
US20090049040A1 (en)2007-08-172009-02-19Oracle International CorporationSystem and method for semantic asset search in a metadata repository
US20090064160A1 (en)*2007-08-312009-03-05Microsoft CorporationTransparent lazy maintenance of indexes and materialized views
US20090063419A1 (en)2007-08-312009-03-05Jukka Kalevi NurminenDiscovering peer-to-peer content using metadata streams
US9268849B2 (en)2007-09-072016-02-23Alexander SiedleckiApparatus and methods for web marketing tools for digital archives—web portal advertising arts
US20090125828A1 (en)*2007-11-122009-05-14Apple Inc.Automatic Creation of Data Relationships
US8417715B1 (en)2007-12-192013-04-09Tilmann BruckhausPlatform independent plug-in methods and systems for data mining and analytics
US20110040773A1 (en)*2007-12-312011-02-17Teradata Us, Inc.Data row packing apparatus, systems, and methods
US20090182779A1 (en)*2008-01-152009-07-16At&T Services, Inc.Complex dependencies for efficient data warehouse updates
US20090276393A1 (en)*2008-05-012009-11-05Bestgen Robert JImplementing Aggregation Combination Using Aggregate Depth Lists and Cube Aggregation Conversion to Rollup Aggregation for Optimizing Query Processing
US20100017363A1 (en)*2008-07-212010-01-21Oracle International CorporationEfficient evaluation of sql pivot operations
US20100042615A1 (en)2008-08-122010-02-18Peter RinearsonSystems and methods for aggregating content on a user-content driven website
US8755837B2 (en)2008-08-192014-06-17Digimarc CorporationMethods and systems for content processing
US8737683B2 (en)*2008-08-282014-05-27Google Inc.Architectures and methods for creating and representing time-dependent imagery
US8494894B2 (en)2008-09-192013-07-23Strategyn Holdings, LlcUniversal customer based information and ontology platform for business information and innovation management
JP2012504280A (en)2008-09-302012-02-16シマンテック コーポレーション Restore selected objects from a batch database back
US20100274750A1 (en)*2009-04-222010-10-28Microsoft CorporationData Classification Pipeline Including Automatic Classification Rules
US20100333116A1 (en)2009-06-302010-12-30Anand PrahladCloud gateway system for managing data storage to cloud storage sites
US8589447B1 (en)2009-07-072013-11-19Netapp, Inc.Efficient file system scan for shared data blocks
US20110225125A1 (en)2009-07-162011-09-15International Business Machines CorporationRedirecting document references to a repository
CN101616090A (en)2009-07-282009-12-30华为技术有限公司 Method and device for dividing tree node resources
US20140089246A1 (en)2009-09-232014-03-27Edwin AdriaansenMethods and systems for knowledge discovery
US8458186B2 (en)2009-11-062013-06-04Symantec CorporationSystems and methods for processing and managing object-related data for use by a plurality of applications
US20110113466A1 (en)2009-11-062011-05-12Symantec CorporationSystems and Methods for Processing and Managing Object-Related Data for use by a Plurality of Applications
US20110131628A1 (en)2009-12-012011-06-02International Business Machines CorporationSystem and method for automatically discovering security classification of hosts
US20110145217A1 (en)2009-12-152011-06-16Maunder Anurag SSystems and methods for facilitating data discovery
US8918388B1 (en)*2010-02-262014-12-23Turn Inc.Custom data warehouse on top of mapreduce
US20110227754A1 (en)*2010-03-112011-09-22Entegrity LLCMethods and systems for data aggregation and reporting
US20140081890A1 (en)2010-03-312014-03-20Sherilyn I. CasianoWealth information management system
US20110276607A1 (en)*2010-05-052011-11-10Microsoft CorporationNormalizing data for fast superscalar processing
US20110320480A1 (en)2010-06-292011-12-29Kisin RomanEnterprise Evidence Repository
US20120047483A1 (en)2010-08-202012-02-23Sap AgSmart Web Service Discovery
US20120198073A1 (en)2011-01-272012-08-02Computenext Inc.Dynamically organizing cloud computing resources to facilitate discovery
US20140114916A1 (en)*2011-06-062014-04-24Pamela SzaboCode generation and implementation method, system, and storage medium for delivering bidirectional data aggregation and updates
US20130054731A1 (en)2011-06-242013-02-28Appsense, LimitedCut/copy and paste functionality
US20130013650A1 (en)2011-07-082013-01-10Annie ShumVisual and context-oriented curation platform
US20140244662A1 (en)2011-09-122014-08-28Stanley MoUse of discovery vs search as a means to understand user behavior, interests and preferences
US20140006244A1 (en)2011-12-192014-01-02Ften Inc.Method and System for Aggregating and Managing Data from Disparate Sources in Consolidated Storage
US20130166543A1 (en)2011-12-222013-06-27Microsoft CorporationClient-based search over local and remote data sources for intent analysis, ranking, and relevance
US20130204886A1 (en)2012-02-022013-08-08Patrick FaithMulti-Source, Multi-Dimensional, Cross-Entity, Multimedia Encryptmatics Database Platform Apparatuses, Methods and Systems
US20140122439A1 (en)*2012-04-302014-05-01Franz FaerberDeleting records in a multi-level storage architecture
US20130311509A1 (en)*2012-05-182013-11-21Splunk Inc.Transparent index summarization
US8682886B2 (en)2012-05-182014-03-25Splunk Inc.Report acceleration using intermediate summaries of events
US20130332487A1 (en)*2012-06-062013-12-12Tata Consultancy Services LimitedGenerating reports based on materialized view
US20140032617A1 (en)*2012-07-242014-01-30Craig W. StanfillMapping entities in data models
US20140052689A1 (en)2012-08-142014-02-20Joseph S. FicaraApplying an action on a data item according to a classification and a data management policy
US20140068706A1 (en)2012-08-282014-03-06Selim AissiProtecting Assets on a Device
US20140101124A1 (en)2012-10-092014-04-10The Dun & Bradstreet CorporationSystem and method for recursively traversing the internet and other sources to identify, gather, curate, adjudicate, and qualify business identity and related data
US20140098101A1 (en)*2012-10-102014-04-10International Business Machines CorporationNode cluster relationships in a graph database
US20140143294A1 (en)*2012-11-202014-05-22Barinov Y. VitalyDistributed Aggregation for Contact Center Agent-Groups On Sliding Interval
US9578171B2 (en)2013-03-262017-02-21Genesys Telecommunications Laboratories, Inc.Low latency distributed aggregation for contact center agent-groups on sliding interval
US20140294169A1 (en)*2013-03-262014-10-02Genesys Telecommunications Laboratories, Inc.Low latency distributed aggregation for contact center agent-groups on sliding interval
US9311326B2 (en)2013-04-122016-04-12Alterante, Inc.Virtual file system for automated data replication and review
US20150088812A1 (en)*2013-09-202015-03-26Oracle International CorporationMaintaining staleness information for aggregate data
US20150095430A1 (en)*2013-09-302015-04-02Adobe Systems IncorporatedMethod and apparatus for automatically aggregating metadata and e-mail attachments from various e-mail providers in a cloud repository
WO2015055502A2 (en)2013-10-182015-04-23Thomson LicensingMethod of partitioning storage in a distributed data storage system and corresponding device
US20160306897A1 (en)2013-12-302016-10-20Huawei Technologies Co., Ltd.Graph data query method and apparatus
US20150193477A1 (en)*2014-01-092015-07-09Bruno DumantDyanmic data-driven generation and modification of input schemas for data analysis
US20150286697A1 (en)2014-04-082015-10-08International Business Machines CorporationAnalyzing a query and provisioning data to analytics
US20150302205A1 (en)*2014-04-212015-10-22International Business Machines CorporationInformation asset placer
US20150304169A1 (en)2014-04-212015-10-22International Business Machines CorporationInformation asset placer
WO2015171434A1 (en)2014-05-042015-11-12Symantec CorporationSystems and methods for aggregating information-asset metadata from multiple disparate data-management systems
US10025804B2 (en)2014-05-042018-07-17Veritas Technologies LlcSystems and methods for aggregating information-asset metadata from multiple disparate data-management systems
US10078668B1 (en)2014-05-042018-09-18Veritas Technologies LlcSystems and methods for utilizing information-asset metadata aggregated from multiple disparate data-management systems
CA2955257A1 (en)2014-05-042015-11-12Veritas Technologies LlcSystems and methods for aggregating information-asset metadata from multiple disparate data-management systems
US20150317339A1 (en)2014-05-042015-11-05Symantec CorporationSystems and methods for aggregating information-asset metadata from multiple disparate data-management systems
EP3140787A1 (en)2014-05-042017-03-15Veritas Technologies LLCSystems and methods for aggregating information-asset metadata from multiple disparate data-management systems
US10073864B1 (en)2014-05-042018-09-11Veritas Technologies LlcSystems and methods for automated aggregation of information-source metadata
JP6336675B2 (en)2014-05-042018-06-06ベリタス テクノロジーズ エルエルシー System and method for aggregating information asset metadata from multiple heterogeneous data management systems
AU2015256400B2 (en)2014-05-042017-12-14Veritas Technologies LlcSystems and methods for aggregating information-asset metadata from multiple disparate data-management systems
US20150347773A1 (en)2014-05-292015-12-03Intuit Inc.Method and system for implementing data security policies using database classification
CN107209765A (en)2014-11-142017-09-26华睿泰科技有限责任公司System and method for aggregation information assets classes
EP3218824A1 (en)2014-11-142017-09-20Veritas Technologies LLCSystems and methods for aggregating information-asset classifications
WO2016077230A1 (en)2014-11-142016-05-19Symantec CorporationSystems and methods for aggregating information-asset classifications
US10095768B2 (en)2014-11-142018-10-09Veritas Technologies LlcSystems and methods for aggregating information-asset classifications
AU2015346655B2 (en)2014-11-142019-01-17Veritas Technologies LlcSystems and methods for aggregating information-asset classifications

Non-Patent Citations (59)

* Cited by examiner, † Cited by third party
Title
"Acaveo", http://www.acaveo.com/, as accessed May 1, 2014, (Feb. 2, 2011).
"Apache Spark-a Fast Big Data Analytics Engine", https://bighadoop.wordpress.com/2014/04/03/apache-spark-a-fast-big-data-analytics-engine/, as accessed May 1, 2014, (Apr. 3, 2014).
"APTARE", http://www.aptare.com/, as accessed May 1, 2014, (1993).
"BigQuery in Practice: Loading Data Sets That are Terabytes and Beyond", https://cloud.google.com/developers/articles/bigquery-in-practice/, as accessed May 1, 2014, (Feb. 27, 2014).
"CloneSpy", http://www.clonespy.com/, as accessed May 1, 2014, (Aug. 5, 2001).
"Collaborative filtering", http://en.wikipedia.org/wiki/Collaborative_filtering, as accessed May 1, 2014, Wikipedia, (Apr. 27, 2004).
"CommVault® Simpana Software", http://www.commvault.com/simpana-software, as accessed May 1, 2014, (Jul. 5, 2012).
"Corporations Optimize Cost-effective E-discovery", http://www.hds.com/assets/pdf/hitachi-corporations-optimize-cost-effective-e-discovery.pdf, as accessed May 1, 2014, Solution Profile, Hitachi Data Systems Corporation, (Jan. 2012).
"Duplicate Image Finder", http://www.alldup.de/delete_duplicate_files/duplicate_image_finder.htm, as accessed May 1, 2014, AllDup, Michael Thummerer Software Design, (2000).
"ediscovery.com", http://www.ediscovery.com/eu/solutions/collect/, as accessed May 1, 2014, Kroll Ontrack Inc., (2014).
"HP Autonomy", http://www.autonomy.com/, as accessed May 1, 2014, Hewlett-Packard, (Oct. 29, 1996).
"IAPMS (Information Asset Portfolio Management System)", http://www.iapms-home.com/, as accessed May 1, 2014, (2012).
"IF4IT, The International Foundation for Information Technology", http://www.if4it.com/SYNTHESIZED/DISCIPLINES/Information_Asset_Management_Home_Page.html, as accessed May 1, 2014, (2009).
"Imperva", http://www.imperva.com/, as accessed May 1, 2014, (Feb. 16, 2004).
"Improving Database Query Performance", http://kb.tableausoftware.com/articles/knowledgebase/database-query-performance, as accessed May 1, 2014, (Dec. 19, 2011).
"Index Engines", http://www.indexengines.com/, as accessed May 1, 2014, (Mar. 20, 2004).
"InfoSphere Platform", http://www-01.ibm.com/software/data/infosphere/, as accessed May 1, 2014, IBM, (Jan. 8, 2009).
"NTP Software", http://www.ntpsoftware.com/, as accessed May 1, 2014, (Dec. 20, 1996).
"Nuix", http://www.nuix.com/, as accessed May 1, 2014, (Jan. 7, 2007).
"Optimizing Resources for Efficient eDiscovery", http://www.novitex.com/pdfs/white-papers/White-Paper_Legal_Efficient%20eDiscovery_PBMS00101.pdf, as accessed May 1, 2014, White Paper, Pitney Bowes Inc., (2012).
"Proofpoint", http://www.proofpoint.com/, as accessed May 1, 2014, (Nov. 28, 2001).
"Relational database management system", http://en.wikipedia.org/wiki/Relational_database_management_system, as accessed May 1, 2014, Wikipedia, (Dec. 18, 2003).
"SQL", http://en.wikipedia.org/wiki/SQL, as accessed May 1, 2014, Wikipedia, (Jan. 1, 2004).
"Streamline E-Discovery Collections Management Process", http://falcondiscovery.com/resources/case-studies/streamline-ediscovery-collections-management-process-2/, as accessed May 1, 2014, Falcon Discovery, (Oct. 6, 2011).
"Symantec Data Insight", http://www.symantec.com/data-insight, as accessed May 1, 2014, Symantec Corporation, (1995).
"The four categories of NoSQL databases", http://rebelic.nl/2011/05/28/the-four-categories-of-nosql-databases/, as accessed May 1, 2014, (Aug. 2, 2013).
"TITUS", http://www.titus.com/, as accessed May 1, 2014, (Dec. 7, 1998).
"Varonis", http://www.varonis.com/, as accessed May 1, 2014, (Aug. 31, 2004).
"ZyLAB", http://www.zylab.com/, as accessed May 1, 2014, (Dec. 29, 1996).
"Apache Spark—a Fast Big Data Analytics Engine", https://bighadoop.wordpress.com/2014/04/03/apache-spark-a-fast-big-data-analytics-engine/, as accessed May 1, 2014, (Apr. 3, 2014).
Alok Dwivedi, et al; Systems and Methods for Automatically Translating Data Records; U.S. Appl. No. 14/540,171, filed Nov. 13, 2014.
Apache Spark, a Fast Big Data Analytics Engine; https://bighadoop.wordpress.com/2014/04/03/apache-spark-a-fast-big-data-analytics-engine/, as accessed May 1, 2014.
Barinov, Vitaly Y., "Low Latency Distributed Aggregation for Contact Center Agent-Groups on Sliding Interval", U.S. Appl. No. 61/805,513, filed Mar. 26, 2013, 84 pages.
Carey Nachenberg; Systems and Methods for Detecting Malicious Files; U.S. Appl. No. 13/715,265, filed Dec. 14, 2012.
CommVault Simpana Software; http://www.commvault.com/simpana-software, as accessed May 1, 2014.
Dourish, Paul, et al., "Extending Document Management Systems with User-Specific Active Properties", ACM Transactions on Information Systems, vol. 18, No. 2, Apr. 2000, pp. 140-170.
International Preliminary Report on Patentability received for PCT Application Serial No. PCT/US2015/028669 dated Nov. 17, 2016, 9 pages.
International Preliminary Report on Patentability received for PCT Application Serial No. PCT/US2015/059744 dated May 26, 2017, 11 pages.
International Search Report and Written Opinion received for PCT Application Serial No. PCT/US2015/028669 dated Jul. 22, 2015, 11 pages.
International Search Report and Written Opinion received for PCT Application Serial No. PCT/US2015/059744 dated Feb. 5, 2016, 12 pages.
Karl Woodrow, et al; Systems and Methods for Utilizing Information-Asset Metadata Aggregated from Multiple Disparate Data-Management Systems; U.S. Appl. No. 14/483,136, filed Sep. 10, 2014.
Keyser, Chris "Optimizing for Star Schemas on Amazon Redshift", http://aws.amazon.com/articles/8341516668711341, as accessed May 1, 2014, Amazon Web Services, Inc., (Dec. 31, 2013).
Lagoze, Carl et al., "Metadata aggregation and "automated digital libraries": A retrospective on the NSDL experience", http://arxiv.org/ftp/cs/papers/0601/0601125.pdf, as accessed May 1, 2014, (2006).
Michael Main et al., Data Structures & Other Objects Using C++, 2nd Edition, Addison Wesley, Boston, MA, 2001, pp. 91-92.
Microsoft Computer Dictionary, 5th Edition, Microsoft Press, Redmond, WA, 2002, pp. 67-68.
Millen, Jonathan K., et al., "Security for Object-Oriented Database Systems", RISP 1992, Oakland, CA, Aug. 6, 1992, pp. 260-272.
Random House Webster's College Dictionary, Random House, New York, NY, Apr. 2000, pp. 25 and 1429.
Robert Koeten, et al; Systems and Methods for Automated Aggregation of Information-Source Metadata; U.S. Appl. No. 14/561,244, filed Dec. 5, 2014.
Robert Koeten; Systems and Methods for Aggregating Information-Asset Classifications; U.S. Appl. No. 14/542,165, filed Nov. 14, 2014.
Soares, Sunil "Big Data Governance", http://dama-ny.com/images/meeting/101713/Presentation_deck/damanyc_bigdatagovernance17_october_2013.pdf, as accessed May 1, 2014, Information Asset, LLC, (Oct. 17, 2013).
Steve A. Vranyes, et al; Systems and Methods for Aggregating Information-Asset Metadata from Multiple Disparate Data-Management Systems; U.S. Appl. No. 14/483,133, filed Sep. 10, 2014.
Stockinger, Kurt et al., "Query-Driven Visualization of Large Data Sets", http://www.researchgate.net/publication/200084949_Query-Driven_Visualization_of_Large_Data_Sets, as accessed May 1, 2014, Visualization, 2005, VIS 05, IEEE, (2005).
Sudhakar Paulzagade, et al; Systems and Methods for Modifying Track Logs During Restore Processes; U.S. Appl. No. 14/283,742, filed May 21, 2014.
Tim Haynes, et al; Systems and Methods for Organizing Multi-Faceted Sets of Data; U.S. Appl. No. 14/480,560, filed Sep. 8, 2014.
Tim Haynes; Systems and Methods for Navigating Through a Hierarchy of Nodes Stored in a Database; U.S. Appl. No. 14/480,558, filed Sep. 8, 2014.
U.S. Appl. No. 61/805,513, filed Mar. 26, 2013, Barinov.
V.Laurie, "Best Free Duplicate File Remover", http://www.techsupportalert.com/best-free-duplicate-file-remover.htm, as accessed May 1, 2014, (Jul. 4, 2014).
Wikipedia, "Fingerprint (computing)", URL: https://en.wikipedia.org/w/index.php?title=Fingerprint_(computing)&oldid=571160717, Sep. 2, 2013, pp. 1-4.
Ynn-Pyng Anker Tsaur; Systems and Methods for Securely Storing Backup Data While Facilitating Fast Failovers; U.S. Appl. No. 13/656,536, filed Oct. 19, 2012.

Cited By (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20210109899A1 (en)*2016-12-082021-04-15Exterro, Inc.Systems and methods for document search and aggregation with reduced bandwidth and storage demand
US11567902B2 (en)*2016-12-082023-01-31Exterro, Inc.Systems and methods for document search and aggregation with reduced bandwidth and storage demand
CN112269788A (en)*2020-11-132021-01-26中盈优创资讯科技有限公司Method and device for improving click House data storage performance
US12360978B1 (en)*2024-01-122025-07-15Fujitsu LimitedData type based aggregation of multiple linked tables for machine learning tasks
US20250231925A1 (en)*2024-01-122025-07-17Fujitsu LimitedData type based aggregation of multiple linked tables for machine learning tasks

Also Published As

Publication numberPublication date
US10817510B1 (en)2020-10-27

Similar Documents

PublicationPublication DateTitle
US9256612B1 (en)Systems and methods for managing references in deduplicating data systems
US10025804B2 (en)Systems and methods for aggregating information-asset metadata from multiple disparate data-management systems
US9612910B2 (en)Systems and methods for generating catalogs for snapshots
US9571509B1 (en)Systems and methods for identifying variants of samples based on similarity analysis
US9946605B2 (en)Systems and methods for taking snapshots in a deduplicated virtual file system
US10706368B2 (en)Systems and methods for efficiently classifying data objects
US9785643B1 (en)Systems and methods for reclaiming storage space in deduplicating data systems
US8983899B1 (en)Systems and methods for archiving files in distributed replication environments
US9971809B1 (en)Systems and methods for searching unstructured documents for structured data
US9298561B1 (en)Systems and methods for prioritizing restoration speed with deduplicated backups
US10380074B1 (en)Systems and methods for efficient backup deduplication
US9342550B1 (en)Systems and methods for preventing data loss via temporary-file generating applications
US11062129B2 (en)Systems and methods for enabling search services to highlight documents
US11461282B2 (en)Systems and methods for write-once-read-many storage
US10096074B2 (en)Systems and methods for expanding relevant search results in electronic discovery
US9424269B1 (en)Systems and methods for deduplicating archive objects
US10635645B1 (en)Systems and methods for maintaining aggregate tables in databases
EP3350715B1 (en)Systems and methods for provisioning frequently used image segments from caches
US9830230B1 (en)Systems and methods for storing updated storage stack summaries
US10311021B1 (en)Systems and methods for indexing backup file metadata
US9122690B1 (en)Systems and methods for implementing non-native file attributes on file systems
US10769118B1 (en)Systems and methods for storing data in multiple stages
US10049115B1 (en)Systems and methods for performing incremental database backups
US9852200B1 (en)Systems and methods for restoring data files
US10372607B2 (en)Systems and methods for improving the efficiency of point-in-time representations of databases

Legal Events

DateCodeTitleDescription
STCFInformation on status: patent grant

Free format text:PATENTED CASE

MAFPMaintenance fee payment

Free format text:PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment:4


[8]ページ先頭

©2009-2025 Movatter.jp