US5666528A - System and methods for optimizing database queries - Google Patents

System and methods for optimizing database queries Download PDF

Info

Publication number
US5666528A
US5666528A US08/664,961 US66496196A US5666528A US 5666528 A US5666528 A US 5666528A US 66496196 A US66496196 A US 66496196A US 5666528 A US5666528 A US 5666528A
Authority
US
United States
Prior art keywords
record
records
range
index
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
US08/664,961
Inventor
Lam H. Thai
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.)
CODEGEAR LLC
Original Assignee
Borland International Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Borland International Inc filed Critical Borland International Inc
Priority to US08/664,961 priority Critical patent/US5666528A/en
Application granted granted Critical
Publication of US5666528A publication Critical patent/US5666528A/en
Assigned to INPRISE CORPORATION reassignment INPRISE CORPORATION CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: BORLAND INTERNATIONAL INC.
Assigned to BORLAND SOFTWARE CORPORATION reassignment BORLAND SOFTWARE CORPORATION CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: INPRISE CORPORATION
Assigned to CODEGEAR LLC reassignment CODEGEAR LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BORLAND SOFTWARE CORPORATION
Assigned to WELLS FARGO FOOTHILL, INC., AS AGENT reassignment WELLS FARGO FOOTHILL, INC., AS AGENT FIRST LIEN PATENT SECURITY AGREEMENT Assignors: CODEGEAR LLC
Assigned to WELLS FARGO FOOTHILL, INC., AS AGENT reassignment WELLS FARGO FOOTHILL, INC., AS AGENT SECOND LIEN PATENT SECURITY AGREEMENT Assignors: CODEGEAR LLC
Assigned to BORLAND INTERNATIONAL, INC. reassignment BORLAND INTERNATIONAL, INC. ASSIGNMENT OF APP. NO. 08/085214 AND CONTINUATIONS THEREOF (PATENT 5666528 IS A CONTINUATION OF APP. NO. 08/554679, WHICH IS A CONTINUATION OF APP. NO. 08/085214) Assignors: THAI, LAM H.
Assigned to CODEGEAR LLC reassignment CODEGEAR LLC TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT COLLATERAL Assignors: WELLS FARGO CAPITAL FINANCE, INC., FORMERLY KNOWN AS WELLS FARGO FOOTHILL, INC., AS GRANTEE
Anticipated expiration legal-status Critical
Assigned to CODEGEAR LLC reassignment CODEGEAR LLC RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: WELLS FARGO CAPITAL FINANCE, LLC (FORMERLY KNOWN AS WELLS FARGO CAPITAL FINANCE, INC. AND WELLS FARGO FOOTHILL, INC.)
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24553Query execution of query operations
    • G06F16/24554Unary operations; Data partitioning operations
    • G06F16/24557Efficient disk access during query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2237Vectors, bitmaps or matrices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24553Query execution of query operations
    • G06F16/24561Intermediate data storage techniques for performance improvement
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99932Access augmentation or optimizing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface

Definitions

  • the present invention relates generally to the area of database management systems and, more particularly, to optimized methods and system for querying information from those systems.
  • DBMSs database management systems
  • DBMSs database management systems
  • these systems serve to maintain information in database files or tables and make that information available on demand.
  • a database management system serves as a software cushion or layer between the physical database itself (i.e., the data actually stored on a storage device) and the users of the system, thus shielding the database users from underlying hardware-level details.
  • all requests from users for access to the data are processed by the DBMS. For example, information may be added or removed from data files, information retrieved from or updated in such files, and so forth, all without knowledge of underlying system implementation.
  • the DBMS provides users with a conceptual view of the database that is removed from the hardware level.
  • the general construction and operation of a database management system is known in the art. See e.g., Date, C., An Introduction to Database Systems, Volume I and II, Addison Wesley, 1990; the disclosure of which is hereby incorporated by reference.
  • Query operations can be performed to find, change, add, or remove information. More particularly, the user can insert new records into a table, delete records from a table, change values in a field, and find records in a table.
  • a user may ask several different types of questions about the information stored in the DBMS. For example, a user can query a single table, or join two or more tables for a single query.
  • the user can employ queries to define groups and sets of information within his or her tables and to perform calculations and comparisons on those sets. All told, there is no limit to the complexity with which a query may be constructed.
  • QBE Query-by-example
  • the user simply gives the system an example of the result he or she is looking for.
  • the DBMS automatically determines how to get the answer or perform the operation. Since QBE is interactive and iterative, its queries are highly flexible. If a query does not quite obtain the desired result, for instance, the user can easily fine tune the query and run it again. By constructing queries which build on each other, the user can play "what if" scenarios with his or her data.
  • selection conditions may be specified.
  • the user can create, for example, selection conditions for alphanumeric, numeric, dollar, and date fields.
  • users may select records that have entries which fall within a certain range. For example, a user may wish to locate all records meeting a particular range (e.g., AGE>59). This is particularly helpful when one is selecting records based on entries in numeric, dollar, or date fields.
  • index files when searching for information stored in a database file.
  • a typical index file stores for each record in the database file a key expression--data derived from one or more fields of the record (e.g., "JONES" derived from a last name field)--together with a record pointer (e.g., record number) for the record.
  • Index files are usually organized into a format which is efficient for searching (e.g., B-tree), ordered according to the key expression, such as alphabetically. Because information about records may be determined without examining the underlying records themselves, the index may greatly speed up searching (querying) for and sorting of information.
  • indexing for satisfying searches may be further enhanced by simple use of bitmaps, as has been employed by various DBMS vendors. Atypical implementation is described in SYSTEM AND METHODS FOR INFORMATION RETRIEVAL, International Application No. PCT/US91/07260, International Publication No. WO 92/06440, Apr. 16, 1992, which is hereby incorporated by reference. General operation of such systems will be briefly reviewed.
  • the query may be "optimized" by recognizing that existing indices are available for satisfying each logical clause, and that query matches or hits from these indices may be conveniently mapped into one or more solution bitmaps.
  • the solution bitmaps or "bitmasks" are constructed as follows.
  • a first temporary solution bitmask is constructed during scanning of the first index. Specifically, if the search criteria is satisfied by a particular record's key value stored in the index file, the corresponding bit (i.e., nth bit for nth record) in the temporary solution bitmask is set.
  • the second index is scanned a second temporary solution bitmask is constructed, where the corresponding bit in the second temporary solution bitmask is set if the search criteria is satisfied by a particular key value in the index file.
  • indices will not be available which directly support the query conditions that a user has specified.
  • an index for alphabetizing a customer list would more likely be a composite index on all name fields (e.g., INDEX ON LASTNAME+FIRSTNAME+MI).
  • An index on last name by itself would probably not be as useful to maintain active at all times, unless the database programmer knew before what the ad hoc queries were likely to be. But even if such information were known beforehand, it is still not very practical to keep an active index for every field which is likely to be queried--updating a multitude of indices for a large database table incurs a substantial performance penalty. All told, the design limitations of prior art systems restrict those systems to optimizing a small subset of the queries which would actually be useful to end-users.
  • a system of the present invention includes a computer having a memory and a processor, a database for storing information in the memory as field values in a record, an indexing component for referencing a plurality of records by key values of the field(s), an input device for selecting desired records by entering a filter (query) condition corresponding to values stored in the field(s), and an optimization module for providing rapid access to the desired records.
  • the optimization module may employ one or more existing indices for optimizing data access, including using ones which do not directly support the filter expression.
  • the system of the present invention uses information from an index file(s) when possible to eliminate the retrieval and examination of those records which do not satisfy the selection criteria of the search query.
  • the information may be conveniently tracked in one or more bitmasks (bitmaps correlated with records) which indicate records which are of interest, based on the filter condition. In this manner, queries are optimized by minimizing or eliminating retrieval of the underlying data file.
  • the optimization module may employ a "learned" optimization method of the invention for on-the-fly learning of records which meet the filter condition. Initially, all records are assumed to meet the filter condition. Then, as records are actually retrieved, those determined not to satisfy the selection criteria of the query are "filtered out" of the set. Again, a set of records satisfying the filter condition may be conveniently tracked in one or more bitmasks. In this fashion, the "learned" bitmask may be used to determine those records which no longer need to be retrieved and re-examined (as long as the filter remains active).
  • the present invention also includes methods for refreshing bitmasks upon the operation of writing a data record which has been modified (e.g., changed, added, or deleted), and for navigating (browsing) records with a filter in place.
  • a method is also described for a preferred translation of a record number into a corresponding bitmapped position.
  • FIG. 1A is a block diagram of a computer system in which the present invention may be embodied.
  • FIG. 1B is a block diagram of a software system, including a Database Management System (DBMS), for controlling the operation of the system of FIG. 1A.
  • DBMS Database Management System
  • FIG. 1C is a block diagram illustrating (conceptually) the construction of a database table and accompanying index.
  • FIG. 2A is a diagram illustrating two modes of filtering in the system of the present invention.
  • FIG. 2B is a diagram illustrating the composition of query expressions, which include conditions which must be met for a given query or filter.
  • FIG. 2C is a diagram illustrating the atomic components of a query expression and the various levels of index support which may exist for supporting the expression.
  • FIG. 2D is a block diagram illustrating the effect of a real-time change posted to a table from which a bitmask depends.
  • FIG. 2E is a diagram illustrating the effect of a real-time change posted to a single table having a bitmask which depends on a relationship between fields of the table (i.e., interrelated fields).
  • FIGS. 3A-C are flowcharts illustrating methods of the present invention for determining optimization type or mode for a given query expression.
  • FIG. 4A is a flowchart illustrating a Full Mode method of the present invention for setting a bitmap from an index; the method does not have to repeatedly read the key expression.
  • FIG. 4B is a block diagram graphically illustrating an exemplary operation of the method of FIG. 4A.
  • FIG. 4C is a flowchart illustrating a method of the present invention for refreshing or updating a filter bitmap during a write operation (e.g., in a multi-user or multi-tasking environment), the method including steps for determining if an underlying data file has been "touched" (e.g., record(s) modified or added).
  • FIGS. 5A-B are flowcharts illustrating a method of the present invention for retrieving or "reading” a specific record.
  • FIG. 6A is a flowchart illustrating a method of the present invention for navigating records (e.g., "browsing") in natural order with a filter active.
  • FIG. 6B is a diagram illustrating exemplary operation of the method of FIG. 6A.
  • FIG. 7 is a flowchart illustrating a method of the present invention for navigating records (e.g., "browsing") in a user-specified order with a filter active.
  • a data file A collection of records which resides on a computer storage medium and has a unique identity.
  • Expression A combination of data from fields, memory variables, elements, or constants joined by operators or functions, that evaluate to one data type. Expressions may evaluate to character, date, numeric or logical type.
  • filtered-in record Record that meets the filter or search query criteria.
  • filtered-out record Record that does not meet the filter or search query criteria.
  • filtered set A collection of all "filtered-in" records.
  • FOR expression A logical expression used to evaluate and group a set of records in well defined collection in which each record will yield the same result either true or false when it is evaluated against this expression.
  • index A collection of key values generated from the fields of the data file(s) and sorted in predefined order. Each key value is accompanied by the data file record number from which the key value is derived.
  • index expression An expression used to evaluate and set the database records in a predefined order. In the detailed description, the index expression will be denoted as ⁇ exp i >.
  • index file A collection of one or more indices which resides on a computer storage medium and has a unique identity.
  • a logical clause may include one or more logical functions (see below).
  • Boolean operator e.g., .NOT., .AND., .OR.
  • logical function A computer language operation that evaluates to result a true or false answer.
  • Examples of commonly-available logical functions include user-defined function or UDF(), immediate if or iif(), and the like.
  • UDF() user-defined function
  • logical operator A symbolic notation of an expression that evaluates to logical type, true or false. Operators include:
  • record A collection of data of one or more fields that can be uniquely identified (e.g., by record number).
  • the present invention may be embodied on a computer system such as the system 100 of FIG. 1A, which comprises a central processor 101, a main memory 102, an input/output controller 103, a keyboard 104, a pointing device 105 (e.g., mouse, track ball, pen device, or the like), a display device 106, and a mass storage 107 (e.g., hard disk).
  • Processor 101 includes or is coupled to a cache memory 109 for storing frequently accessed information; memory 109 may be an on-chip cache or external cache (as shown). Additional input/output devices, such as a printing device 108, may be included in the system 100 as desired.
  • the various components of the system 100 communicate through a system bus 110 or similar architecture.
  • a computer software system 150 is provided for programming and operating the computer system 100.
  • Software system 150 which is stored in system memory 102 and on disk memory 107, includes a kernel or operating system 151 and a DBMS 154.
  • OS 151 is the executive or supervisor for the system 100, directing both task management and data management.
  • DBMS 154 includes a software subsystem for storing, retrieving, and manipulating information in database tables (e.g., tables 161, 162, 163). Under the command of DBMS 154, the system 100 receives user commands and data through user interface 152. Interface 152 includes a built-in query surface or editor for accessing and processing database information. Additional application programs, such as DBMS application software 153, may be "loaded" (i.e., transferred from storage 107 into memory 102) for execution by the system 100, particularly for further controlling the operation of DBMS 154.
  • the system 100 includes an IBM-compatible personal computer, available from a variety of vendors (including IBM of Armonk, N.Y.), and operating system 151 includes MS-DOS, available from Microsoft of Redmond, Wash.
  • DBMS 154 preferably includes dBASE IV®, ver. 2.0 (available from Borland International of Scotts Valley, Calif.) and includes as interface 152 dBASE's Command Control and QBE query surface.
  • System 150 may, for example, operate in a shared environment, such as in a client/server configuration running in a Local Area Network (LAN) environment.
  • LAN Local Area Network
  • a table 170 is organized (logically) into horizontal rows (tuples) 173 and vertical columns (fields) 175, thus making it easy for a user to examine or change data.
  • Each row or "record” contains all available information about a particular item, such as storing information about an individual person, place, or thing (depending on what the table tracks).
  • a record for an employee may include information about the employee's ID Number, Last Name and First Initial, Position, Date Hired, Social Security Number, and Salary.
  • a typical record includes several categories of information, that is, each record in the table is made up of several categories of information about one specific thing.
  • a database record includes information which is most conveniently represented as a single unit, the record itself includes one or more columns or categories of information.
  • a vertical column contains one category of the data or "field" that makes up a record.
  • Each field contains one category of information about the person, place, or thing described in the record.
  • categories include ID Number, Last Name and First Initial, Position, Date Hired, Social Security Number, Salary, and so on.
  • tables may be stored by the system as a sequence of fixed-length or variable-length binary records in a single disk file.
  • the system uses a record number as an internal counter to keep track of each record. Because the DBMS shields the database user from knowing or even caring about underlying hardware-level details, the system manages record numbers automatically, with precautions taken so an end-user cannot change them directly. Thus, all requests from users for access to the data, including requests to retrieve, add, or remove information from files, are processed through the DBMS.
  • the records of a table can be organized in many different ways, depending on a particular user's needs.
  • the system creates a file that contains the indexed field's values and their corresponding locations.
  • the system refers to the index file when locating and displaying the records in a table, thus affording quick retrieval of the information sought.
  • an index to view the records in a different order from the default order, the records themselves remain stored in the same physical location as they were entered.
  • an index may be constructed as a single disk file which is referred to internally by the system for locating and displaying records in a database file (e.g., table 170).
  • Index 180 stores two types of information: index key values 183 and unique record numbers 185.
  • An index key is a data quantity composed of one or more fields from a record; keys are used to arrange (logically) the database file records by some desired order (index expression).
  • Record numbers are unique pointers to the actual storage location of each record in the database file.
  • an index for a database file is similar to the index of a book, which lists subject keys and page numbers that point to where the actual information is located in the book.
  • an index organizes (logically not physically) the records in a database file according to the values in one or more fields of interest. Because information about records may be determined without examining the underlying records themselves, the index may greatly speed up searching (querying) for and sorting of information.
  • the system may store for each data table one or more indices; each index, in turn, stores key values derived from the fields of the table together with a reference to the data record from which the key value is derived.
  • An index file itself may be organized as an ordered tree structure, such as a conventional B-tree structure.
  • General techniques for the construction and operation of B-tree index files is well documented in the technical, trade, and patent literature. For a general description, see Sedgewick, R., Algorithms in C, Addison-Wesley, 1990.
  • B-tree indexing A look at indexing tradeoffs in dBASE, Clipper, and FoxPro, Programmer's Journal, Vol. 8.6, November/December 1990, pp. 42-46. Also, see SYSTEM AND METHODS FOR INFORMATION RETRIEVAL, International Application No. PCT/US91/07260, International Publication No. WO 92/06440, Apr. 16, 1992, which describes B-tree index for Fox® PC DBMS software.
  • index files including dBASE's .mdx files, have also been described in the technical literature; see e.g., Freeland, R., Exploring MDXs, Data Based Advisor, February 1991, pp. 85-87. The disclosures of each of the foregoing references are hereby incorporated by reference.
  • system 150 two modes for search query operation or "filtering” are provided. As shown in FIG. 2A, the modes are: global and local. With global filtering, a query or filter condition applies to an entire set of data, that is, global to a table.
  • An example of global filtering, using the dBASE language syntax of SET FILTER TO ⁇ EXPRESSION>, would include:
  • a query or filter expression includes one or more search criteria.
  • the query expression may include a logical function or one or more logical clauses, as shown.
  • a logical function is an entity which evaluates to true or false.
  • An example includes, for instance, a user-defined function (UDF) which tests whether a date meets a certain condition (e.g., past due).
  • UDF user-defined function
  • FIG. 2C A query expression broken down into the atomic components of an index expression, logical operator, and key expression is shown in detail in FIG. 2C. Based on the actual components of a query, the system determines whether there exists an index having an index expression (exp i ) which "supports" a logical clause of the query expression. Unlike prior art systems, however, the system of the present invention does not require direct index support of a clause for optimization.
  • a spectrum of support may exist.
  • the simplest case is that of full support--an index expression exists which completely satisfies the condition of the clause.
  • an existing index on last name e.g., dBASE command of INDEX ON LASTNAME
  • SMITH the index on last name
  • an index expression need not be exactly the same as a corresponding expression in a logical clause to be useful, however.
  • the present invention recognizes that an index expression may exist which is not exactly the same as the corresponding index expression in the query but, nevertheless, yields meaningful information for satisfying the condition of the query.
  • an index may exist which, although it does not exactly satisfy a given condition, nevertheless yields the same index order (as an index which does exactly satisfy a given condition).
  • a composite index based on LASTNAME and STATE e.g., dBASE command of INDEX ON LASTNAME+STATE. This index yields an index order which is the same as an index on LASTNAME alone.
  • index expression which is totally different (i.e., index expression based on a different field(s)) but has a conditional expression (dBASE "FOR" expression) which is exactly the same as the query or filter.
  • conditional expression e.g., dBASE IV 2.0: Programming in dBASE IV, available from Borland International of Scotts Valley, Calif.
  • the system of the present invention can also optimize queries which include complex expressions (e.g., one employing a function which returns a value).
  • queries which include complex expressions (e.g., one employing a function which returns a value).
  • LASTNAME "SMITH"
  • index on last name INDEX ON LASTNAME
  • both the present invention and conventional systems recognize that the index may be used to optimize the query operation.
  • a filter or query expression includes complex syntax, for example:
  • the system of the present invention provides a "learned" mode for satisfying queries without index support. If there is no index, the system still creates a bitmap; each bit is set equal to 1 (i.e., it is assumed at the outset that all records meet the specified query condition). As the table is scanned, records determined to not meet the query condition are removed from the bitmask (e.g., their corresponding bit is toggled from 1 to 0). Thus, on subsequent query operations performed for the expression, the system may restrict itself to those records remaining in the set.
  • the system of the present invention provides four levels or modes of optimization:
  • Non-Optimized Mode (NOM) query The evaluation of the search query will yield a change for each record in the data file dynamically.
  • NOM Non-Optimized Mode
  • a ⁇ LASTNAME is a field in the first work area (A)
  • B ⁇ LASTNAME is a field in the second work area (B).
  • real-time updates invalidating an existing bitmask is not limited to filters applied to multiple workareas.
  • real-time updates may invalidate solution bitmasks created for a single table.
  • bitmask 281 may be constructed, based on the state of table 270a. The table is not static, however.
  • the table shown as 270b
  • the bitmask shown as mask 282 is no longer valid.
  • NAME and AGE both are active indices (e.g., index file(s) opened along with the data file).
  • each record can definitely be determined to be either "filtered-in” (meets the condition) or "filtered-out” (does not meet the condition) from information available from one or more existing indices.
  • the determination can be made before the underlying records are read from the data file.
  • Partially Optimized Mode The evaluation of the search query might change the status of a subset of records unpredictably. This query mode is different from the Learned Mode where once an undetermined-status record is retrieved and examined, its status becomes predictable.
  • the Partially Optimized Mode may be thought of as a query having fully optimized and non-optimized components.
  • This query would disqualify all records in the current work area which do not contain value of "Doe” in the LASTNAME field. Whether the "Doe” records will dynamically be “filtered in” would depend on the FIRSTNAME value of both work areas at the time of evaluation. These "Doe” records will therefore need to be re-examined again because, even though they may currently meet query criteria, it cannot be assumed that they meet the query criteria at all times.
  • the non-optimized records must be re-examined during subsequent query operations, as they may change during the interim. Although they may meet the condition during a particular scan, they may change value in the interim. In the worst case, however, the number of records meeting the condition will be no greater than those satisfying the fully optimized condition.
  • a method 300 of the present invention for determining the level of optimization to apply to a search query or a filter is illustrated in FIGS. 3A-C.
  • the method may employ any active indices (i.e., ones which are updated), including secondary ones, which may be available. Thus, the method does not depend upon a particular master index (i.e., the index controlling the ordering of the table as viewed by a user).
  • the query expression is parsed--broken down into smaller entities.
  • a complex logical expression such as one having multiple logical clauses separated by Boolean operators (optionally including or in combination with one or more logical functions) is distilled into its constituent members.
  • Each entity e.g., single logical clause, or nested logical clauses parsed from the expression will be examined in turn for its level of optimization. The examination for each entity will now be described.
  • step 302 If an entity is a logical clause at step 302 (e.g., not just a logical function), the method proceeds to steps 303-305 to test the nature of its expressions. Otherwise (no at step 302), the method skips down to step 306.
  • step 303 if the values of both of the expressions dynamically change for each record, then no optimization is to be applied (Non-Optimized Mode) to this entity; the logical clause is a NOM clause.
  • the search query will be a Non-optimized or NOM query.
  • NOM Non-optimized or NOM query.
  • the NOM clause may be ANDed with a Full Mode (FM) clause to yield a Partially Optimized Mode (POM) query.
  • FM Full Mode
  • POM Partially Optimized Mode
  • step 304 if an entity is a logical clause and one of its expressions contains a user-defined function (UDF), the method skips to step 307 to ultimately determine if Learned Mode optimization is applicable to the query.
  • UDF user-defined function
  • step 304 If one of the expressions of the entity does not contain a user-defined function (UDF) (no at step 304), the method proceeds to step 305. At that step, if one of the expressions of the entity under examination is a constant or evaluates to a constant (denoted herein as exp c ) and the other is an evaluated expression (denoted herein as exp c ), the method skips to step 307.
  • UDF user-defined function
  • step 306 if an entity is a function, the optimization for the entity is Learned Mode. Otherwise (no at step 306), the method proceeds to step 307. At that step, the method checks whether one or more active indices are available for optimizing the search. If not, the method skips to step 316. Otherwise (yes at step 307), the method proceeds to step 308. If the entity is a logical clause having both exp c (i.e., expression is a constant or evaluates to a constant) and exp c (i.e., evaluated expression) at step 308, Full Mode optimization is applied. Otherwise (no at step 308), the method proceeds to step 309.
  • exp c i.e., expression is a constant or evaluates to a constant
  • exp c i.e., evaluated expression
  • promotion to Full Mode occurs when the function and the exp c of an entity meet one of the following criteria:
  • the system determines optimization for the query expression (as a whole). As shown in FIG. 3C, the method proceeds as follows. At step 331, if all entities of a query satisfy Full Mode optimization criteria, optimization for the query expression is set to Full Mode.
  • step 332 determines if Partially Optimized Mode is available. This condition exists when the query includes a Full Mode entity which can be ANDed (i.e., AND bitwise operation of the sets) with a Non-optimized Mode entity. Provided that Partially Optimized Mode is not available for the query, the method proceeds to step 333. At that step, if the query comprises one entity conforming to Learned Mode criteria, optimization of the search query will also be Learned Mode. Only in instances where none of the above are available will a query be non-optimized.
  • a bitmask represents an efficient way for handling a data set with a large amount of records.
  • each record may be represented by the smallest computer storage unit called a bit (binary digit), which either has a value of 1 or 0.
  • a bit value of 1 represents a record that belongs to the filtered set (i.e., "filtered-in" record).
  • a value of 0, on the other hand, represents a record that does not belong to the filtered set. It is this collection of bits which comprise a bitmap representing a set of records.
  • the size of a bitmap can be calculated. To map an entire data file, the size of the bitmap is calculated as follows:
  • m unit of modulus (byte, ushort, uint or ulong . . . )
  • n number of records in the data file
  • each logical clause or function will have its own bitmap or "source bitmap,” These bitmaps are then masked together (combined) using the Boolean operator applied to them to generate a final bitmap or "destination bitmap,” which may be used for providing record access.
  • source bitmap bitmap
  • destination bitmap bitmap
  • bitmaps are initialized to logical 1--that is, the bits are set with the assumption that all records would meet the search query (to insure they will be examined at least once).
  • the position of the bit in the bitmap must identify a corresponding record position.
  • the bit position should be translatable into a corresponding record number (or offset/position).
  • the system includes a set of logic operations for identifying a record number given a bit position and vice versa.
  • a preferred method of the present invention for translating positions does not employ the simple, yet inefficient, technique of defining the nth bit to represent the nth record, such as is employed by conventional systems (e.g., the above-referenced SYSTEM AND METHODS FOR INFORMATION RETRIEVAL).
  • the present invention defines a mutually indexed one-to-one relationship between the bitmap and the data file which advantageously employs the right-to-left bit-ordering (i.e., bit 7 to bit 0) used by modern-day microprocessor systems, thus enhancing the efficiency of searching for matched data.
  • An exemplary method of the present invention for providing logic operations which allow a record to be SET or RESET using a byte (or other) unit may be constructed as follows (shown in C programming language): ##STR1##
  • an exemplary method for combining source bitmaps to generate a destination bitmap.
  • the example uses byte-modulus for purposes of illustration and not limitation. Those skilled in the art will appreciate that any other unit of modulus such as short, int, long, double, and the like may be employed.
  • An exemplary method in accordance with the present invention may be constructed as follows (again shown in C programming language): ##STR2## F. Full Mode Bitmapping
  • a Full Mode optimization can determine the status of each record in the data file without retrieving and examining the physical records. This optimization depends on the fact that the value of each record to be examined against the search query, the key, is sorted. Each key in the sorted storage or medium is addressed with a unique identification, such as a data file's record number. For an example of one such sorted storage implementation, the reader may wish to review the above-referenced Exploring MDXs, which describes the form of index files for dBASE®.
  • the system can access a range of known keys with particular efficiency. Knowing the range, the records of all keys in that range are also immediately accessible. For each record found in this range, a corresponding bit in the bitmap is set. For records that are outside the range, their corresponding bits in the bitmap are reset. Thus, the bitmap is indexed knowing the status of the records.
  • Steps 401-403 initialize the bitmap and data structures which track the record range (i.e., filtered set).
  • the bitmap is cleared (e.g., by resetting all bits to zero). Thus, it is assumed at this point that none of the records would meet the search criteria.
  • the method proceeds to step 404 to retrieve the query expression: the key to be searched is retrieved (from the second expression) together with the logical operator.
  • the method will now define a range which meets the query condition. Specifically, at step 405, the method finds the last search key in the index tree and retrieves its corresponding record number; the corresponding bit in the bitmap is set. For the example of FIG. 4B, the last search key meeting the filter is "BZZZ"; the corresponding record number (Record No. 12) is stored internally (as a first record or "1R" variable) for comparison at step 411. If no record is found at step 406, then the method is done as no record meeting the filter condition exists. To find the other end of the range, the method locates the top search key in the corresponding index tree at step 407. For the example at hand, the top or first search key is "BAAA" which corresponds to Record No. 5, as shown in FIG. 4B.
  • the method may proceed to traverse or "walk” the index tree for determining records to "filter in” (add to the solution set).
  • the examination of records returns at step 411 to the 1R record (Record No. 12 for the example), all records have been examined and the method is done. Note that for the first pass through step 411, if the top search key is the same as the bottom search key (i.e., the record number for the record found in 407 is the same as the one found in step 405, then there is only one record satisfying the query condition; thus, the method is done.
  • step 411 If the record under exam in step 411 is not the same as 1R, the method proceeds to steps 412-417 as follows. First, the corresponding bit is set in the bitmap, thus "filtering-in” the record. Now, the method proceeds to update the minimum (bitminrec) and maximum (bitmaxrec) records of the range. At step 413, the method compares the record number of the current record (currec) meeting the condition with the previously set bitminrec value. If a current record is not greater than (i.e., is less than or equal to) the previously set bitminrec, then the method proceeds to step 414 to set bitminrec to the value of the current record (currec). Otherwise (no at step 413), the method skips step 414.
  • bitmaxrec value is set. Specifically, if the record number of the current record is not less than (i.e., is greater than or equal to) bitmaxrec at step 415, then bitmaxrec is set equal to the current record number at step 416. Otherwise (no at step 415), step 416 is skipped. As shown by step 417, the method continues to traverse the index tree, retrieving the next record, and repeating the comparison of step 411 until all records meeting the filter have been found. The values assumed by bitminrec and bitmaxrec are shown in FIG. 4B for the filter 431.
  • the method may include an optional optimization before the mapping to a bitmap to identify query expressions with identical index expressions, such as in the example of LASTNAME>"A" .AND. LASTNAME ⁇ "C" (note: LASTNAME on both sides, and mutual (AND) condition).
  • the method may compare the key expression against the filter in one pass.
  • each clause is initially treated separately (i.e., method 400 performed on each clause), thus generating a temporary solution bitmap for each; the bitmaps may then be merged or combined to generate a final solution bitmask.
  • the bitmap need only be inverted (i.e., 0 ⁇ 1, and 1 ⁇ 0) to yield a correct solution.
  • the method does not repeatedly examine key expressions to find a matching record.
  • the above-mentioned SYSTEM AND METHODS FOR INFORMATION RETRIEVAL requires repeated evaluation of the key expression (as described at looping step 64 of that reference).
  • key expressions may be quite long (on the order of 100 or more characters) such an approach is inefficient.
  • the present invention instead employs a method which relies upon the fact that the index tree is sorted and, therefore, all keys within the range established by the top and bottom matched keys will satisfy the search criteria.
  • the search criteria need only be examined twice to establish the range.
  • a record can be modified or added to a data file.
  • the record's status can change to be either "filtered-in” (i.e., being added to the filtered set) or "filtered-out” (i.e., being removed from the filtered set).
  • filtered-in i.e., being added to the filtered set
  • filtered-out i.e., being removed from the filtered set.
  • Step 451 shows that if data are touched (e.g., change/add records to a database file) a flag is set (or counter is incremented) to mark the change.
  • a modification may be tracked by modifying the header of the touched database table and/or index files. In this manner, the method may track those objects which have changed.
  • the method determines if there is any bitmap active and, thus, possibly in need of refreshing.
  • step 453 if the record's value (of the record to be written) meets the filter condition (yes at step 453), then the method proceeds to step 454 to set the corresponding bit in the bitmap. It should be noted that at step 454 no comparison is made to determine whether the bit is already set; particularly, it is more computationally efficient to just set the bit (thus eliminating an additional and unneeded comparison step). Steps 455-459 update the filter range, specifically bitminrec and bitmaxrec, as was done in previously-described steps 413-416.
  • bitminrec is set to the largest record number the data file can hold plus 1 (i.e., n+1). If the current record is not the minimum record (no at step 461), then step 462 is skipped.
  • bitmaxrec bitmaxrec
  • bitmaxrec bitmaxrec
  • All the settings and resettings of the bits in the bitmap are to eliminate the unnecessary retrieval of the "filtered-out" records when the data file is scanned to extract the records that meet the search criteria.
  • the user(s) is allowed to extract data at a very specific record (e.g., using the GOTO command), even though such data do not meet the criteria of the search query or filter imposed upon the data set. For this reason, the preferred method for data reading is different for reading a current record versus searching for next Or previous record(s) that satisfy the search query.
  • the method determines whether a data object(s) of interest is being shared with other users (and/or other tasks).
  • data objects e.g., database and index files
  • data objects include an "exclusive" flag for indicating whether a particular data object is shared with other users (tasks) or is exclusive to this user (task). If the data object might be shared at step 501, the method proceeds to determine whether the file has been "touched" (i.e., record(s) modified or appended).
  • the method reads the header(s) to the file(s) of interest. If any change has been registered (e.g., by modifying the header) at step 503, then the method proceeds to step 504.
  • the method proceeds to step 505 to set all bits in the bitmap (i.e., set all bits equal to 1) and the optimization mode is set to Learned Mode. The method then proceeds to step 506.
  • the method proceeds directly to step 506 to retrieve/read the record.
  • a filter condition 531 employs a logical function, udfCanVote--a user-defined function returning true when an individual is eligible to vote (e.g., eighteen years or older).
  • udfCanVote--a user-defined function returning true when an individual is eligible to vote (e.g., eighteen years or older).
  • the user has a database table 533 and wishes to view (browse) a small range of records as shown by the browsing window.
  • each browsing window is illustrated as a small subset of records displayed on screen.
  • each browsing window is a virtual window of records including a subset on the order of 2 n records, where n equals 8, 16, or the like; for the system 100, n is 16. This allows the user to very quickly scroll among particular records of interest (e.g., by scanning up and down) within each virtual subset.
  • the system initializes the bitmask for this group to 1, thus assuming initially that all records meet the condition.
  • the system "learns" which records truly meet the filter condition.
  • two records (Babbet and Bates) are filtered out since, upon reading, the system learns that they do not meet the filter condition.
  • the user may instruct the system to jump back to a subset of records which has already been "learned.”
  • the system need only apply the previously-learned bitmask for rapidly retrieving the information of interest.
  • the system of the present invention may optimize data access for conditions which are not otherwise optimizable (by indexing).
  • step 507 of the method 500 determines whether any bitmaps are active. If not (no at step 507), then no bitmap updating is necessary and the method may return.
  • step 508 the method determines whether the current optimization is Full Mode. With Full Mode optimization, the system knows that the active bitmap(s) is not dynamically changing and/or will not be modified by other users. Thus, the method may simply return when optimization is Full Mode (yes at step 508), since it is known that the bitmap does not require updating.
  • the method may return as the bitmap does not require updating.
  • the method proceeds to update the bitmap and range in a manner similar to that which was done for steps 453-464 of FIG. 4C.
  • FIGS. 6-7 illustrate methods 600, 700 of the present invention for navigating records (i.e., reading a next or a previous record) in natural order or index order, respectively.
  • the method 600 determines if a bitmap is active. If one is active (yes at step 601), then the method may employ the bitmap for retrieving the next or previous record.
  • the method locates the next or previous bit in the bitmap and translates that bit into a corresponding record number (F -- REC).
  • the current rec (currec) is X 1 ; this corresponds to a current bit location 631.
  • the previous bit for this scenario is prev.
  • bit 633 which translates into record number X 2 .
  • the method returns End-of-File (EOF) or Beginning-of-File (BOF), respectively, at step 605. Otherwise (no at step 603), the method proceeds to read the record at step 604 (by repeating steps 506-520 of FIG. 5B). At the conclusion of these steps, the method is done (or can loop to step 602 for skipping to the next or previous record desired).
  • a method 700 of the present invention for navigating records with the underlying table adhering to a particular index order (e.g., SET ORDER TO) and a filter condition in place is illustrated.
  • a filter set to NAME e.g., SET FILTER TO NAME>"SMITH
  • an index order on AGE e.g., SET ORDER TO AGE
  • the method is similar to method 600.
  • method 700 is modified to take into account the order effected by the index (of SET ORDER TO); this is done by locating next and prev. records in the index tree (as opposed to the bitmap).
  • step 701 the method determines the next or prev. record number from the index tree (which has been employed for setting the order).
  • the method determines whether this index is also one used to qualify one of the search clauses of the query to be Full Mode. If so (yes at step 702), then the method proceeds to step 703 to determine if the index key meets the search criteria. If not (no at step 703), the method sets the flag to End-of-File (EOF) for "next" operations, or sets it to Beginning-of-File (BOF) for "prev.” operations.
  • EEF End-of-File
  • BOF Beginning-of-File
  • step 705 the method tests whether the "EOF” flag has been tripped for "next" operations, or the "BOF” flag has been tripped for "prev.” operations. If yes, then the requested operation has reached the end of the filtered range; the method has concluded and may return. Otherwise (no at step 705), the method proceeds to step 706 to determine if there is an active bitmap. If a bitmap is active (yes at step 706) and the bit for this record is set (meets the condition) at step 707, then the method proceeds to step 708 (where the record reading steps of FIG. 5B are repeated), after which the method concludes. If, on the other hand, the bit is not set for this record (no at step 707), then the record does not meet the filter condition and the method may loop back to step 701 to repeat the process.

Abstract

System and methods are provided for optimizing the access of information, particularly in response to ad hoc queries or filters. The system of the present invention includes a computer having a memory and a processor, a database for storing information in the memory as field values in a record, an indexing component for referencing a plurality of records by key values of the field(s), an input device for selecting desired records by entering a filter (query) condition corresponding to values stored in the field(s), and an optimization module for providing rapid access to the desired records. The optimization module employs one or more existing indices for optimizing data access, including using ones which do not directly support the filter expression. In instances where no indices are available, the optimization module may employ a "learned" optimization method of the invention for on-the-fly learning of records which meet the filter condition.

Description

This is a continuation application of Ser. No. 08/544,679 filed Oct. 18, 1995, now U.S. Pat. No. 5,560,005 which is a continuation application of Ser. No. 08/085,214, filed Jun. 30, 1993, now abondoned.
COPYRIGHT NOTICE
A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
BACKGROUND OF THE INVENTION
The present invention relates generally to the area of database management systems and, more particularly, to optimized methods and system for querying information from those systems.
Computers are a powerful tool for the acquisition and processing of information. Of particular interest to the present invention are database management systems (DBMSs), which can be regarded as a kind of electronic filing cabinet or repository for collecting computerized data files. As such, these systems serve to maintain information in database files or tables and make that information available on demand.
A database management system serves as a software cushion or layer between the physical database itself (i.e., the data actually stored on a storage device) and the users of the system, thus shielding the database users from underlying hardware-level details. In particular, all requests from users for access to the data are processed by the DBMS. For example, information may be added or removed from data files, information retrieved from or updated in such files, and so forth, all without knowledge of underlying system implementation. In this manner, the DBMS provides users with a conceptual view of the database that is removed from the hardware level. The general construction and operation of a database management system is known in the art. See e.g., Date, C., An Introduction to Database Systems, Volume I and II, Addison Wesley, 1990; the disclosure of which is hereby incorporated by reference.
Users of a database management system are perhaps most interested in querying a database, that is, retrieving information according to user-supplied selection criteria. Query operations can be performed to find, change, add, or remove information. More particularly, the user can insert new records into a table, delete records from a table, change values in a field, and find records in a table. A user may ask several different types of questions about the information stored in the DBMS. For example, a user can query a single table, or join two or more tables for a single query. In addition, the user can employ queries to define groups and sets of information within his or her tables and to perform calculations and comparisons on those sets. All told, there is no limit to the complexity with which a query may be constructed.
Perhaps the most popular method for querying a database is Query-by-example (QBE), which allows a user to ask questions and perform query operations by constructing simple examples. Instead of spending time figuring out how to perform the query, the user simply gives the system an example of the result he or she is looking for. In turn, the DBMS automatically determines how to get the answer or perform the operation. Since QBE is interactive and iterative, its queries are highly flexible. If a query does not quite obtain the desired result, for instance, the user can easily fine tune the query and run it again. By constructing queries which build on each other, the user can play "what if" scenarios with his or her data.
Whether performed through a query interface or manually (i.e., command-line or script driven), the basic operation of a query centers around the definition of search criteria or conditions. Search criteria tell the DBMS which records the user wants selected (e.g., for including in a resulting view or answer table). Search criteria are like filter or tests that select records based on entries in one or more fields. For instance, a simple selection condition could include state equal to "CA" (e.g., query expression of STATE="CA"); this condition instructs the DBMS to include only those records with the state field entry equal to "CA".
Many types of selection conditions may be specified. The user can create, for example, selection conditions for alphanumeric, numeric, dollar, and date fields. In addition to specifying exact-match conditions (e.g., AGE=59), users may select records that have entries which fall within a certain range. For example, a user may wish to locate all records meeting a particular range (e.g., AGE>59). This is particularly helpful when one is selecting records based on entries in numeric, dollar, or date fields.
In addition to specifying a single criterion, a user may specify a plurality of criteria. Multiple criteria require a matching record to meet either of two or more tests (logical "OR", such as LASTNAME="JONES" .OR. FIRSTNAME="KEVIN"), or to simultaneously meet all of two or more conditions (logical "AND", such as LASTNAME="JONES" .AND. FIRSTNAME="KEVIN"). Also, criteria may be specified having various combinations of AND and OR conditions, including nesting of conditions, such as LASTNAME="JONES" .AND. (FIRSTNAME="KEVIN" .OR. FIRSTNAME="JOHN").
It is known in the art to employ one or more index files when searching for information stored in a database file. A typical index file stores for each record in the database file a key expression--data derived from one or more fields of the record (e.g., "JONES" derived from a last name field)--together with a record pointer (e.g., record number) for the record. Index files are usually organized into a format which is efficient for searching (e.g., B-tree), ordered according to the key expression, such as alphabetically. Because information about records may be determined without examining the underlying records themselves, the index may greatly speed up searching (querying) for and sorting of information.
The use of indexing for satisfying searches may be further enhanced by simple use of bitmaps, as has been employed by various DBMS vendors. Atypical implementation is described in SYSTEM AND METHODS FOR INFORMATION RETRIEVAL, International Application No. PCT/US91/07260, International Publication No. WO 92/06440, Apr. 16, 1992, which is hereby incorporated by reference. General operation of such systems will be briefly reviewed.
Consider a query expression of LASTNAME="FOX" .AND. AGE=80, with an existing index on LASTNAME and another index on AGE. The query may be "optimized" by recognizing that existing indices are available for satisfying each logical clause, and that query matches or hits from these indices may be conveniently mapped into one or more solution bitmaps. In operation, the first index may be scanned to determine a first subset of records satisfying the first half (first logical clause) of the query (i.e., LASTNAME="FOX"). The second index may be scanned to determine a second subset of records satisfying the second half (second logical clause) of the query (i.e., AGE=80).
The solution bitmaps or "bitmasks" are constructed as follows. A first temporary solution bitmask is constructed during scanning of the first index. Specifically, if the search criteria is satisfied by a particular record's key value stored in the index file, the corresponding bit (i.e., nth bit for nth record) in the temporary solution bitmask is set. In a like manner, as the second index is scanned a second temporary solution bitmask is constructed, where the corresponding bit in the second temporary solution bitmask is set if the search criteria is satisfied by a particular key value in the index file. By combining the two bitmasks (bitwise operation of "ANDing" the two bit sets), a final solution is ascertainable, all without having accessed the underlying physical records.
Although simple bitmap optimization techniques, such as the foregoing, may improve searching efficiency under appropriate circumstances, the techniques have pronounced shortcomings. In particular, real-world queries (i.e., ones most likely to be useful in everyday, normal user operation) often demand searches on conditions which are "non-optimizable" under these systems. Consider, for example, the query LASTNAME="FULTON" .AND. STATE="CA" specified by a user at runtime. To apply optimization, prior art techniques require at least one pre-existing index which directly supports the query. For the foregoing query, such systems would require at least one index on LASTNAME or on STATE. And to "fully optimize" the search (i.e., apply bitmap optimization), such indices must directly support its corresponding logical clause. That is, for the clause LASTNAME="FULTON" the index must be only on LASTNAME--INDEX ON LASTNAME, but not INDEX ON LASTNAME+FIRSTNAME. Such an approach ignores the realities of everyday use situations where users specify ad hoc query conditions for solving real-world data processing problems.
Most often in a given system, indices will not be available which directly support the query conditions that a user has specified. In the above example, for instance, an index for alphabetizing a customer list would more likely be a composite index on all name fields (e.g., INDEX ON LASTNAME+FIRSTNAME+MI). An index on last name by itself would probably not be as useful to maintain active at all times, unless the database programmer knew before what the ad hoc queries were likely to be. But even if such information were known beforehand, it is still not very practical to keep an active index for every field which is likely to be queried--updating a multitude of indices for a large database table incurs a substantial performance penalty. All told, the design limitations of prior art systems restrict those systems to optimizing a small subset of the queries which would actually be useful to end-users.
What is needed are system and methods which intelligently process all available indices for satisfying a query, including ones which may not directly support the query expression under examination. The present invention fulfills this and other needs.
SUMMARY OF THE INVENTION
System and methods are provided for optimizing the access of information, particularly in response to ad hoc queries or "filter" conditions. A system of the present invention includes a computer having a memory and a processor, a database for storing information in the memory as field values in a record, an indexing component for referencing a plurality of records by key values of the field(s), an input device for selecting desired records by entering a filter (query) condition corresponding to values stored in the field(s), and an optimization module for providing rapid access to the desired records.
The optimization module may employ one or more existing indices for optimizing data access, including using ones which do not directly support the filter expression. The system of the present invention uses information from an index file(s) when possible to eliminate the retrieval and examination of those records which do not satisfy the selection criteria of the search query. The information may be conveniently tracked in one or more bitmasks (bitmaps correlated with records) which indicate records which are of interest, based on the filter condition. In this manner, queries are optimized by minimizing or eliminating retrieval of the underlying data file.
In instances where no indices are available, the optimization module may employ a "learned" optimization method of the invention for on-the-fly learning of records which meet the filter condition. Initially, all records are assumed to meet the filter condition. Then, as records are actually retrieved, those determined not to satisfy the selection criteria of the query are "filtered out" of the set. Again, a set of records satisfying the filter condition may be conveniently tracked in one or more bitmasks. In this fashion, the "learned" bitmask may be used to determine those records which no longer need to be retrieved and re-examined (as long as the filter remains active).
The present invention also includes methods for refreshing bitmasks upon the operation of writing a data record which has been modified (e.g., changed, added, or deleted), and for navigating (browsing) records with a filter in place. A method is also described for a preferred translation of a record number into a corresponding bitmapped position.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1A is a block diagram of a computer system in which the present invention may be embodied.
FIG. 1B is a block diagram of a software system, including a Database Management System (DBMS), for controlling the operation of the system of FIG. 1A.
FIG. 1C is a block diagram illustrating (conceptually) the construction of a database table and accompanying index.
FIG. 2A is a diagram illustrating two modes of filtering in the system of the present invention.
FIG. 2B is a diagram illustrating the composition of query expressions, which include conditions which must be met for a given query or filter.
FIG. 2C is a diagram illustrating the atomic components of a query expression and the various levels of index support which may exist for supporting the expression.
FIG. 2D is a block diagram illustrating the effect of a real-time change posted to a table from which a bitmask depends.
FIG. 2E is a diagram illustrating the effect of a real-time change posted to a single table having a bitmask which depends on a relationship between fields of the table (i.e., interrelated fields).
FIGS. 3A-C are flowcharts illustrating methods of the present invention for determining optimization type or mode for a given query expression.
FIG. 4A is a flowchart illustrating a Full Mode method of the present invention for setting a bitmap from an index; the method does not have to repeatedly read the key expression.
FIG. 4B is a block diagram graphically illustrating an exemplary operation of the method of FIG. 4A.
FIG. 4C is a flowchart illustrating a method of the present invention for refreshing or updating a filter bitmap during a write operation (e.g., in a multi-user or multi-tasking environment), the method including steps for determining if an underlying data file has been "touched" (e.g., record(s) modified or added).
FIGS. 5A-B are flowcharts illustrating a method of the present invention for retrieving or "reading" a specific record.
FIGS. 5C-are block diagrams illustrating operation of Learned Mode optimization.
FIG. 6A is a flowchart illustrating a method of the present invention for navigating records (e.g., "browsing") in natural order with a filter active.
FIG. 6B is a diagram illustrating exemplary operation of the method of FIG. 6A.
FIG. 7 is a flowchart illustrating a method of the present invention for navigating records (e.g., "browsing") in a user-specified order with a filter active.
GLOSSARY
data file: A collection of records which resides on a computer storage medium and has a unique identity.
expression: A combination of data from fields, memory variables, elements, or constants joined by operators or functions, that evaluate to one data type. Expressions may evaluate to character, date, numeric or logical type.
field: One variable, or term of information.
"filtered-in" record: Record that meets the filter or search query criteria.
"filtered-out" record: Record that does not meet the filter or search query criteria.
filtered set: A collection of all "filtered-in" records.
FOR expression: A logical expression used to evaluate and group a set of records in well defined collection in which each record will yield the same result either true or false when it is evaluated against this expression.
index: A collection of key values generated from the fields of the data file(s) and sorted in predefined order. Each key value is accompanied by the data file record number from which the key value is derived.
index expression: An expression used to evaluate and set the database records in a predefined order. In the detailed description, the index expression will be denoted as <expi >.
index file: A collection of one or more indices which resides on a computer storage medium and has a unique identity.
logical clause: A criterion to select a set of data from a database. The clause will typically be in the general form of:
<expression.sub.1 > <logical operator> <expression.sub.2 >
which evaluates to true or false, such as LASTNAME="JONES". A logical clause may include one or more logical functions (see below).
logical expression: One or more logical clauses that are joined by a Boolean operator (e.g., .NOT., .AND., .OR.), such as (LASTNAME="SMITH" .AND. AGE>21).
logical function: A computer language operation that evaluates to result a true or false answer. Examples of commonly-available logical functions include user-defined function or UDF(), immediate if or iif(), and the like. An example of a clause including a UDF() would be ELIGIBILITY=UDF-- Bool-- Adult(BIRTHDATE), where the UDF() returns true for a record when the age (as determined from BIRTHDATE) is 18 years or older.
logical operator: A symbolic notation of an expression that evaluates to logical type, true or false. Operators include:
1)= (equal)
2)> (greater than)
3)< (less than)
4)>= (greater than or equal)
5)<= (less than or equal)
6)<> (not equal)
7)# (not equal)
8) $ (is substring of)
natural order: There is no imposing index order on to a data file for its listing.
record: A collection of data of one or more fields that can be uniquely identified (e.g., by record number).
DETAILED DESCRIPTION OF A PREFERRED EMBODIMENT
System Components
The present invention may be embodied on a computer system such as the system 100 of FIG. 1A, which comprises a central processor 101, a main memory 102, an input/output controller 103, a keyboard 104, a pointing device 105 (e.g., mouse, track ball, pen device, or the like), a display device 106, and a mass storage 107 (e.g., hard disk). Processor 101 includes or is coupled to a cache memory 109 for storing frequently accessed information; memory 109 may be an on-chip cache or external cache (as shown). Additional input/output devices, such as a printing device 108, may be included in the system 100 as desired. As shown, the various components of the system 100 communicate through a system bus 110 or similar architecture.
Illustrated in FIG. 1B, a computer software system 150 is provided for programming and operating the computer system 100. Software system 150, which is stored in system memory 102 and on disk memory 107, includes a kernel or operating system 151 and a DBMS 154. OS 151 is the executive or supervisor for the system 100, directing both task management and data management.
DBMS 154, on the other hand, includes a software subsystem for storing, retrieving, and manipulating information in database tables (e.g., tables 161, 162, 163). Under the command of DBMS 154, the system 100 receives user commands and data through user interface 152. Interface 152 includes a built-in query surface or editor for accessing and processing database information. Additional application programs, such as DBMS application software 153, may be "loaded" (i.e., transferred from storage 107 into memory 102) for execution by the system 100, particularly for further controlling the operation of DBMS 154.
In a preferred embodiment, the system 100 includes an IBM-compatible personal computer, available from a variety of vendors (including IBM of Armonk, N.Y.), and operating system 151 includes MS-DOS, available from Microsoft of Redmond, Wash. DBMS 154 preferably includes dBASE IV®, ver. 2.0 (available from Borland International of Scotts Valley, Calif.) and includes as interface 152 dBASE's Command Control and QBE query surface. If desired, other operating systems and/or DBMSs (or alternative configurations thereof) may be employed in accordance with the principles of the present invention. System 150 may, for example, operate in a shared environment, such as in a client/server configuration running in a Local Area Network (LAN) environment.
In database management system 154, information is conceptually represented as tables. As shown in FIG. 1C, a table 170 is organized (logically) into horizontal rows (tuples) 173 and vertical columns (fields) 175, thus making it easy for a user to examine or change data. Each row or "record" contains all available information about a particular item, such as storing information about an individual person, place, or thing (depending on what the table tracks). A record for an employee, for instance, may include information about the employee's ID Number, Last Name and First Initial, Position, Date Hired, Social Security Number, and Salary. Thus, a typical record includes several categories of information, that is, each record in the table is made up of several categories of information about one specific thing.
Although a database record includes information which is most conveniently represented as a single unit, the record itself includes one or more columns or categories of information. A vertical column contains one category of the data or "field" that makes up a record. Each field contains one category of information about the person, place, or thing described in the record. In the employee table, categories include ID Number, Last Name and First Initial, Position, Date Hired, Social Security Number, Salary, and so on.
Internally, tables may be stored by the system as a sequence of fixed-length or variable-length binary records in a single disk file. The system uses a record number as an internal counter to keep track of each record. Because the DBMS shields the database user from knowing or even caring about underlying hardware-level details, the system manages record numbers automatically, with precautions taken so an end-user cannot change them directly. Thus, all requests from users for access to the data, including requests to retrieve, add, or remove information from files, are processed through the DBMS.
By employing one or more database indexes, the records of a table can be organized in many different ways, depending on a particular user's needs. When a user requests an index, the system creates a file that contains the indexed field's values and their corresponding locations. The system refers to the index file when locating and displaying the records in a table, thus affording quick retrieval of the information sought. Although one can use an index to view the records in a different order from the default order, the records themselves remain stored in the same physical location as they were entered.
As shown by index 180 of FIG. 1C, for example, an index may be constructed as a single disk file which is referred to internally by the system for locating and displaying records in a database file (e.g., table 170). Index 180 stores two types of information: index key values 183 and unique record numbers 185. An index key is a data quantity composed of one or more fields from a record; keys are used to arrange (logically) the database file records by some desired order (index expression). Record numbers, on the other hand, are unique pointers to the actual storage location of each record in the database file. In this manner, an index for a database file is similar to the index of a book, which lists subject keys and page numbers that point to where the actual information is located in the book. Specifically, an index organizes (logically not physically) the records in a database file according to the values in one or more fields of interest. Because information about records may be determined without examining the underlying records themselves, the index may greatly speed up searching (querying) for and sorting of information.
In a preferred embodiment, the system may store for each data table one or more indices; each index, in turn, stores key values derived from the fields of the table together with a reference to the data record from which the key value is derived. An index file itself may be organized as an ordered tree structure, such as a conventional B-tree structure. General techniques for the construction and operation of B-tree index files is well documented in the technical, trade, and patent literature. For a general description, see Sedgewick, R., Algorithms in C, Addison-Wesley, 1990. For a description of B-tree indices implemented in a PC DBMS system, see Baker, M., B-tree indexing: A look at indexing tradeoffs in dBASE, Clipper, and FoxPro, Programmer's Journal, Vol. 8.6, November/December 1990, pp. 42-46. Also, see SYSTEM AND METHODS FOR INFORMATION RETRIEVAL, International Application No. PCT/US91/07260, International Publication No. WO 92/06440, Apr. 16, 1992, which describes B-tree index for Fox® PC DBMS software. Multiple index files, including dBASE's .mdx files, have also been described in the technical literature; see e.g., Freeland, R., Exploring MDXs, Data Based Advisor, February 1991, pp. 85-87. The disclosures of each of the foregoing references are hereby incorporated by reference.
Methods for Optimized Data Access
A. General
In system 150, two modes for search query operation or "filtering" are provided. As shown in FIG. 2A, the modes are: global and local. With global filtering, a query or filter condition applies to an entire set of data, that is, global to a table. An example of global filtering, using the dBASE language syntax of SET FILTER TO <EXPRESSION>, would include:
SET FILTER TO LASTNAME="SMITH"
With local filtering, on the other hand, the condition is applied to a range of records, that is, local to a particular subset of records. An example of this, using the dBASE language syntax of <COMMAND> FOR <EXPRESSION>, would include:
LIST FOR LASTNAME="THE" .AND. STATE="CA"
Whether local or global, however, the process of filtering information records may benefit from optimizations.
B. Composition of query (filter) expressions and index support
As shown in FIG. 2B, a query or filter expression includes one or more search criteria. Specifically, the query expression may include a logical function or one or more logical clauses, as shown. A logical function is an entity which evaluates to true or false. An example includes, for instance, a user-defined function (UDF) which tests whether a date meets a certain condition (e.g., past due). A logical clause, on the other hand, is typically in the form of an index expression (e.g., LASTNAME) and a key expression (e.g., "SMITH") separated by a logical operator (e.g., "="); a clause may also include one or more logical functions. In either case, all expressions ultimately evaluate to either true or false for a given record and search condition.
A query expression broken down into the atomic components of an index expression, logical operator, and key expression is shown in detail in FIG. 2C. Based on the actual components of a query, the system determines whether there exists an index having an index expression (expi) which "supports" a logical clause of the query expression. Unlike prior art systems, however, the system of the present invention does not require direct index support of a clause for optimization.
As shown in FIG. 2C, a spectrum of support may exist. The simplest case is that of full support--an index expression exists which completely satisfies the condition of the clause. For instance, an existing index on last name (e.g., dBASE command of INDEX ON LASTNAME) may be used to satisfy the query of LASTNAME="SMITH". This case is straightforward and is adequately addressed by conventional systems.
An index expression need not be exactly the same as a corresponding expression in a logical clause to be useful, however. In particular, the present invention recognizes that an index expression may exist which is not exactly the same as the corresponding index expression in the query but, nevertheless, yields meaningful information for satisfying the condition of the query. For instance, an index may exist which, although it does not exactly satisfy a given condition, nevertheless yields the same index order (as an index which does exactly satisfy a given condition). Consider, for example, a composite index based on LASTNAME and STATE (e.g., dBASE command of INDEX ON LASTNAME+STATE). This index yields an index order which is the same as an index on LASTNAME alone. Hence, the composite index may be advantageously employed for satisfying a condition of LASTNAME="SMITH", despite the fact that the index does not support (i.e., exactly match) the index expression of the condition directly.
Also of potential value is an index expression which is totally different (i.e., index expression based on a different field(s)) but has a conditional expression (dBASE "FOR" expression) which is exactly the same as the query or filter. (For a discussion of conditional indices, see dBASE IV 2.0: Programming in dBASE IV, available from Borland International of Scotts Valley, Calif.) Consider, for instance, an index created on a ZIPCODE field but only for records where LASTNAME is equal to "SMITH" (e.g., dBASE command of INDEX ON ZIPCODE FOR LASTNAME="SMITH"). Note that the conditional expression LASTNAME="SMITH" is exactly the same as the desired query or filter (e.g., SET FILTER TO LASTNAME="SMITH").
Employing the foregoing principles, the system of the present invention can also optimize queries which include complex expressions (e.g., one employing a function which returns a value). Given a filter expression of LASTNAME="SMITH" and an index on last name (INDEX ON LASTNAME), both the present invention and conventional systems recognize that the index may be used to optimize the query operation. However, such is not the case when a filter or query expression includes complex syntax, for example:
INDEX ON (UPPER(TRIM(LASTNAME))+UPPER(TRIM(FIRSTNAME)))
(the function UPPER() converts a text string to uppercase, and the function TRIM() strips trailing space characters from a text string). Since the index expression (UPPER(TRIM(LASTNAME))+UPPER(TRIM(FIRSTNAME))) of the existing index does not match the index expression of the query (e.g., LASTNAME), conventional systems treat the query as non-optimizable. In contrast, the system of the present invention again recognizes that the above index yields the same record ordering as is required by a query expression requesting LASTNAME="SMITH".
At the extreme end of the spectrum illustrated in FIG. 2C is the case of absolutely no index support for the query. The system of the present invention provides a "learned" mode for satisfying queries without index support. If there is no index, the system still creates a bitmap; each bit is set equal to 1 (i.e., it is assumed at the outset that all records meet the specified query condition). As the table is scanned, records determined to not meet the query condition are removed from the bitmask (e.g., their corresponding bit is toggled from 1 to 0). Thus, on subsequent query operations performed for the expression, the system may restrict itself to those records remaining in the set.
C. Modes of operation
The system of the present invention provides four levels or modes of optimization:
(1) Non-Optimized Mode (NOM) query: The evaluation of the search query will yield a change for each record in the data file dynamically. Consider the example, shown in FIG. 2D, of setting a filter to last name of one work area greater than or equal to the last name on another work area:
SET FILTER TO A→LASTNAME>=B→LASTNAME
where A→LASTNAME is a field in the first work area (A), and B→LASTNAME is a field in the second work area (B). When operating in one workarea, the contents of the other workarea cannot be guaranteed (assuming a lock is not maintained on that workarea); hence, a reliable bitmap cannot be created. Specifically, a bitmask created for the other work area is invalid as soon as a change (e.g., transaction posted by another user) in the other work occurs.
The problem of real-time updates invalidating an existing bitmask is not limited to filters applied to multiple workareas. As illustrated by FIG. 2E, real-time updates may invalidate solution bitmasks created for a single table. Consider, for instance, a single table 270 having a filter condition which interrelates two fields 271, 273:
SET FILTER TO FLD.sub.-- 1>=FLD.sub.-- 2
that is, set a filter to include those records where a first field (FLD-- 1) value is greater than or equal to a second field (FLD-- 2) value. At time T1, bitmask 281 may be constructed, based on the state of table 270a. The table is not static, however. By time T2, the table (shown as 270b) has changed. Specifically, a new value for the second field of a record has been posted; as a consequence, the bitmask (shown as mask 282) is no longer valid.
Thus, real-time or "on-the-fly" changes may affect the validity of the filters. Nevertheless, conventional systems assume that the data are static. At best, such an assumption leads to incorrect query results and at worst leads to corruption of data (e.g., when a query result is used in turn to effect a change to the data). Although the data may be "locked" against change, such an approach is unacceptable in multi-user, transaction-based systems. By recognizing and providing for these instances, the system of the present invention provides query optimization without compromising the integrity of the results or underlying data.
(2) Full Mode (FM) query: This level of optimization is available in instances where an evaluation of the search query results in a correct determination of the status of each record in the data file. As an example of Full Mode, consider the following selection criteria:
SET FILTER TO NAME=`Elayne` .AND. AGE>=30 .AND. AGE<=40
where NAME and AGE both are active indices (e.g., index file(s) opened along with the data file). Here, each record can definitely be determined to be either "filtered-in" (meets the condition) or "filtered-out" (does not meet the condition) from information available from one or more existing indices. Thus, the determination can be made before the underlying records are read from the data file.
(3) Learned Mode (LM) query: Complimenting the Full Mode is the Learned Mode. In this mode, there is a possibility that a record's status cannot be determined until the record is retrieved and examined from the data file. Again, consider the query of:
SET FILTER TO NAME=`Elayne` .AND. AGE>=30 .AND. AGE<=40
with no active index for NAME or AGE (in contrast to the above Full Mode example). Which records ultimately meet all search criteria cannot be fully determined until the records are retrieved and examined. Once a record is retrieved, however, the system may determine whether to "filter-out" the record; a bitmap may be updated accordingly. On subsequent operations, the filtered-out record will no longer be accessed (again, as long as that filter remains active). This approach may work in conjunction with a supporting index. If an index is available for NAME, for instance, the system may create a bitmap mask from that index (e.g., for indexed records with name of Elayne). From that bitmap, the system may in turn examine records on-the-fly to determine those which should be "filtered-out" (i.e., those which do not have AGE>=30 .AND. AGE<=40). Once filtered-out, a record is not accessed on subsequent operations (while the filter is active).
(4) Partially Optimized Mode (POM) query: The evaluation of the search query might change the status of a subset of records unpredictably. This query mode is different from the Learned Mode where once an undetermined-status record is retrieved and examined, its status becomes predictable. The Partially Optimized Mode may be thought of as a query having fully optimized and non-optimized components. Consider the following filter:
SET FILTER TO FIRSTNAME=B→FIRSTNAME .AND. LASTNAME="Doe"
This example has two logical clauses:
1) FIRSTNAME=B→FIRSTNAME (NOM clause)
2) LASTNAME="Doe" (FM clause with a support of a active index in workarea #1)
This query would disqualify all records in the current work area which do not contain value of "Doe" in the LASTNAME field. Whether the "Doe" records will dynamically be "filtered in" would depend on the FIRSTNAME value of both work areas at the time of evaluation. These "Doe" records will therefore need to be re-examined again because, even though they may currently meet query criteria, it cannot be assumed that they meet the query criteria at all times.
Even though the expression cannot be fully optimized, the maximum number of records which satisfy the condition is the same as those satisfying the fully optimized condition (i.e., LASTNAME="Doe"). Thus, for Partially Optimized mode, the non-optimized records must be re-examined during subsequent query operations, as they may change during the interim. Although they may meet the condition during a particular scan, they may change value in the interim. In the worst case, however, the number of records meeting the condition will be no greater than those satisfying the fully optimized condition.
D. Filter Optimization
A method 300 of the present invention for determining the level of optimization to apply to a search query or a filter is illustrated in FIGS. 3A-C. The method may employ any active indices (i.e., ones which are updated), including secondary ones, which may be available. Thus, the method does not depend upon a particular master index (i.e., the index controlling the ordering of the table as viewed by a user).
The steps of the method are as follows. At step 301, the query expression is parsed--broken down into smaller entities. A complex logical expression, such as one having multiple logical clauses separated by Boolean operators (optionally including or in combination with one or more logical functions) is distilled into its constituent members. Each entity (e.g., single logical clause, or nested logical clauses) parsed from the expression will be examined in turn for its level of optimization. The examination for each entity will now be described.
If an entity is a logical clause at step 302 (e.g., not just a logical function), the method proceeds to steps 303-305 to test the nature of its expressions. Otherwise (no at step 302), the method skips down to step 306. At step 303, if the values of both of the expressions dynamically change for each record, then no optimization is to be applied (Non-Optimized Mode) to this entity; the logical clause is a NOM clause. An example of such a condition is when both expressions of a clause reference a changing field or function (e.g., SET FILTER TO FLD1>=FLD2).
As will be described below (with reference to FIG. 3C), if this "non-optimized entity" is the only entity in the query expression (i.e., this is the single entity for the expression), the search query will be a Non-optimized or NOM query. On the other hand, if there exists one or more other entities, particularly Full Mode ones, the NOM clause may be ANDed with a Full Mode (FM) clause to yield a Partially Optimized Mode (POM) query. For a POM query, those records that are not in the filtered set as evaluated from the FM clause, will not be retrieved and examined. Therefore, the search will be more efficient than a non-optimized one.
Continuing with the method 300, if the values of both of the expressions do not dynamically change for each record at step 303 (no), the method continues to step 304. At that step, if an entity is a logical clause and one of its expressions contains a user-defined function (UDF), the method skips to step 307 to ultimately determine if Learned Mode optimization is applicable to the query.
If one of the expressions of the entity does not contain a user-defined function (UDF) (no at step 304), the method proceeds to step 305. At that step, if one of the expressions of the entity under examination is a constant or evaluates to a constant (denoted herein as expc) and the other is an evaluated expression (denoted herein as expc), the method skips to step 307.
At step 306, if an entity is a function, the optimization for the entity is Learned Mode. Otherwise (no at step 306), the method proceeds to step 307. At that step, the method checks whether one or more active indices are available for optimizing the search. If not, the method skips to step 316. Otherwise (yes at step 307), the method proceeds to step 308. If the entity is a logical clause having both expc (i.e., expression is a constant or evaluates to a constant) and expc (i.e., evaluated expression) at step 308, Full Mode optimization is applied. Otherwise (no at step 308), the method proceeds to step 309.
At step 309, an attempt is made to "promote" the entity to Full Mode optimization. Promotion to Full Mode occurs when the function and the expc of an entity meet one of the following criteria:
a) Its value is the same as that of any active expi evaluated against each record in the data file, provided that the index does not have a conditional ("FOR") expression.
b) Its value might not be the same as the key value of any active index, but assuming that an index can be created using the expc as an expi and its order exactly matches the ordering of one of the active indices, provided that the index does not have a conditional ("FOR") expression.
c) Its expc exactly matches one of the conditional ("FOR") expressions of an active index. In other words, the FOR expression of the index establishes the same collection of filtered records. If any of one of these conditions holds true (yes at step 309), the optimization is promoted to Full Mode for the entity. Otherwise, the method proceeds to step 310 to default to a Learned Mode.
Once all the entities of the query expression have been parsed according to the method 300, the system determines optimization for the query expression (as a whole). As shown in FIG. 3C, the method proceeds as follows. At step 331, if all entities of a query satisfy Full Mode optimization criteria, optimization for the query expression is set to Full Mode.
If Full Mode optimization is not available, the method proceeds to step 332 to determine if Partially Optimized Mode is available. This condition exists when the query includes a Full Mode entity which can be ANDed (i.e., AND bitwise operation of the sets) with a Non-optimized Mode entity. Provided that Partially Optimized Mode is not available for the query, the method proceeds to step 333. At that step, if the query comprises one entity conforming to Learned Mode criteria, optimization of the search query will also be Learned Mode. Only in instances where none of the above are available will a query be non-optimized.
E. Representing a Filtered Set
If a search query or a filter is determined to be optimizable, a collection of the representations of the filtered records has to be established. As referenced above, a bitmask represents an efficient way for handling a data set with a large amount of records. Specifically, each record may be represented by the smallest computer storage unit called a bit (binary digit), which either has a value of 1 or 0. In a preferred embodiment, a bit value of 1 represents a record that belongs to the filtered set (i.e., "filtered-in" record). A value of 0, on the other hand, represents a record that does not belong to the filtered set. It is this collection of bits which comprise a bitmap representing a set of records.
The size of a bitmap can be calculated. To map an entire data file, the size of the bitmap is calculated as follows:
Let
m=unit of modulus (byte, ushort, uint or ulong . . . )
x=size of the bitmap in a m-unit
n=number of records in the data file
c=number of records allowed to grow (appended) until the size of the map is to be recalculated
Then x=((n+c)|m+1)|*--EQUATION#1--*/
Fundamentally, each logical clause or function will have its own bitmap or "source bitmap," These bitmaps are then masked together (combined) using the Boolean operator applied to them to generate a final bitmap or "destination bitmap," which may be used for providing record access. To be more efficient (e.g., conserve memory resources), not all source bitmaps have to be generated at one time. Of course, if there is only one search criterion, the source bitmap and the destination bitmap are one and the same.
If multiple logical clauses or functions are present, at least two source bitmaps are required. One later becomes the destination bitmap after the masking process. The other bitmap will then be used for subsequent logical entity and discarded when all entities are processed. Unless a logical clause is Full Mode optimized, all bits of the bitmap are initialized to logical 1--that is, the bits are set with the assumption that all records would meet the search query (to insure they will be examined at least once).
The position of the bit in the bitmap must identify a corresponding record position. Thus, the bit position should be translatable into a corresponding record number (or offset/position). Accordingly, the system includes a set of logic operations for identifying a record number given a bit position and vice versa. As will be described below, however, a preferred method of the present invention for translating positions does not employ the simple, yet inefficient, technique of defining the nth bit to represent the nth record, such as is employed by conventional systems (e.g., the above-referenced SYSTEM AND METHODS FOR INFORMATION RETRIEVAL). Instead, the present invention defines a mutually indexed one-to-one relationship between the bitmap and the data file which advantageously employs the right-to-left bit-ordering (i.e., bit 7 to bit 0) used by modern-day microprocessor systems, thus enhancing the efficiency of searching for matched data.
The following description will focus on a methodology of the present invention for providing logic operations which allow a record to be SET or RESET using a unit of byte-modulus, an 8-bit unit. Those skilled in the art will appreciate, however, that alternative methodologies may be employed in accordance with the teachings and principles of the present invention to bring about this one-to-one relationship.
An exemplary method of the present invention for providing logic operations which allow a record to be SET or RESET using a byte (or other) unit may be constructed as follows (shown in C programming language): ##STR1##
According to the present invention, an exemplary method is provided for combining source bitmaps to generate a destination bitmap. Again, the example uses byte-modulus for purposes of illustration and not limitation. Those skilled in the art will appreciate that any other unit of modulus such as short, int, long, double, and the like may be employed. An exemplary method in accordance with the present invention may be constructed as follows (again shown in C programming language): ##STR2## F. Full Mode Bitmapping
As previously described, a Full Mode optimization can determine the status of each record in the data file without retrieving and examining the physical records. This optimization depends on the fact that the value of each record to be examined against the search query, the key, is sorted. Each key in the sorted storage or medium is addressed with a unique identification, such as a data file's record number. For an example of one such sorted storage implementation, the reader may wish to review the above-referenced Exploring MDXs, which describes the form of index files for dBASE®.
Employing such index files, the system can access a range of known keys with particular efficiency. Knowing the range, the records of all keys in that range are also immediately accessible. For each record found in this range, a corresponding bit in the bitmap is set. For records that are outside the range, their corresponding bits in the bitmap are reset. Thus, the bitmap is indexed knowing the status of the records.
Referring now to FIG. 4A, a method of the present invention for Full Mode bitmapping (setting of a bitmask) for a given Full Mode logical clause will now be described. The method is also graphically illustrated with a sample set of data in FIG. 4B, which includes a filter 431, index 433, and bitmask 435. Steps 401-403 initialize the bitmap and data structures which track the record range (i.e., filtered set). In step 401, the bitmap is cleared (e.g., by resetting all bits to zero). Thus, it is assumed at this point that none of the records would meet the search criteria. At step 402, bitminrec--the smallest record number whose bit in the bitmap is set--is initialized to the largest (theoretical) record number a data file can hold plus one (e.g., 232 +1). At step 403, bitmaxrec--the largest record number whose bit in the bitmap is set--is initialized to -1 (default value), thus initially serving as a flag indicating that no maximum record has yet to be found.
After initialization, the method proceeds to step 404 to retrieve the query expression: the key to be searched is retrieved (from the second expression) together with the logical operator. The method will now define a range which meets the query condition. Specifically, at step 405, the method finds the last search key in the index tree and retrieves its corresponding record number; the corresponding bit in the bitmap is set. For the example of FIG. 4B, the last search key meeting the filter is "BZZZ"; the corresponding record number (Record No. 12) is stored internally (as a first record or "1R" variable) for comparison at step 411. If no record is found at step 406, then the method is done as no record meeting the filter condition exists. To find the other end of the range, the method locates the top search key in the corresponding index tree at step 407. For the example at hand, the top or first search key is "BAAA" which corresponds to Record No. 5, as shown in FIG. 4B.
Having defined the two extremes (e.g., "BAAA" and "BZZZ"), the method may proceed to traverse or "walk" the index tree for determining records to "filter in" (add to the solution set). When the examination of records returns at step 411 to the 1R record (Record No. 12 for the example), all records have been examined and the method is done. Note that for the first pass through step 411, if the top search key is the same as the bottom search key (i.e., the record number for the record found in 407 is the same as the one found in step 405, then there is only one record satisfying the query condition; thus, the method is done.
If the record under exam in step 411 is not the same as 1R, the method proceeds to steps 412-417 as follows. First, the corresponding bit is set in the bitmap, thus "filtering-in" the record. Now, the method proceeds to update the minimum (bitminrec) and maximum (bitmaxrec) records of the range. At step 413, the method compares the record number of the current record (currec) meeting the condition with the previously set bitminrec value. If a current record is not greater than (i.e., is less than or equal to) the previously set bitminrec, then the method proceeds to step 414 to set bitminrec to the value of the current record (currec). Otherwise (no at step 413), the method skips step 414. In a similar manner, at steps 415 and 416 the bitmaxrec value is set. Specifically, if the record number of the current record is not less than (i.e., is greater than or equal to) bitmaxrec at step 415, then bitmaxrec is set equal to the current record number at step 416. Otherwise (no at step 415), step 416 is skipped. As shown by step 417, the method continues to traverse the index tree, retrieving the next record, and repeating the comparison of step 411 until all records meeting the filter have been found. The values assumed by bitminrec and bitmaxrec are shown in FIG. 4B for the filter 431.
As shown by the dashed line (from after step 411 to before step 417), the method may include an optional optimization before the mapping to a bitmap to identify query expressions with identical index expressions, such as in the example of LASTNAME>"A" .AND. LASTNAME<"C" (note: LASTNAME on both sides, and mutual (AND) condition). In such instances, the method may compare the key expression against the filter in one pass. Alternatively, each clause is initially treated separately (i.e., method 400 performed on each clause), thus generating a temporary solution bitmap for each; the bitmaps may then be merged or combined to generate a final solution bitmask. In the instance of a NOT. modifier being applied, the bitmap need only be inverted (i.e., 0→1, and 1→0) to yield a correct solution.
As a particular advantage of the present invention, the method does not repeatedly examine key expressions to find a matching record. The above-mentioned SYSTEM AND METHODS FOR INFORMATION RETRIEVAL, in contrast, requires repeated evaluation of the key expression (as described at looping step 64 of that reference). As key expressions may be quite long (on the order of 100 or more characters) such an approach is inefficient. The present invention instead employs a method which relies upon the fact that the index tree is sorted and, therefore, all keys within the range established by the top and bottom matched keys will satisfy the search criteria. Thus in a preferred method of the present invention, the search criteria need only be examined twice to establish the range.
G. Modifying and Appending Data
Regardless of what mode a search query has been classified, a record can be modified or added to a data file. Depending on the new values of the fields in this record, the record's status can change to be either "filtered-in" (i.e., being added to the filtered set) or "filtered-out" (i.e., being removed from the filtered set). To insure that this record takes on proper status and any dependent bitmap remains current, every time a record is modified or added to a data file, its status is examined and its representation (i.e. its uniquely indexed bit) in the bitmap is set or reset accordingly.
Referring now to FIG. 4C, a method 450 of the present invention for performing bitmap refresh during the operation of writing a record will be described. The flowchart illustrates the sequence of activities to be carried out to keep both the data file and its bitmap in synchronization. The steps are as follows. Step 451 shows that if data are touched (e.g., change/add records to a database file) a flag is set (or counter is incremented) to mark the change. Thus, for the system 150 (of FIG. 1B), a modification may be tracked by modifying the header of the touched database table and/or index files. In this manner, the method may track those objects which have changed. At step 452, the method determines if there is any bitmap active and, thus, possibly in need of refreshing.
The bitmap is refreshed as follows. In step 453, if the record's value (of the record to be written) meets the filter condition (yes at step 453), then the method proceeds to step 454 to set the corresponding bit in the bitmap. It should be noted that at step 454 no comparison is made to determine whether the bit is already set; particularly, it is more computationally efficient to just set the bit (thus eliminating an additional and unneeded comparison step). Steps 455-459 update the filter range, specifically bitminrec and bitmaxrec, as was done in previously-described steps 413-416.
If the value of the record to be written does not meet the search criteria (no at step 453), then the method resets the corresponding bit in the bitmap at step 460. Again, it should be noted that for efficiency the bit is reset, regardless of its present state. Steps 461-464 test whether this current record (currec) whose bit is being reset affects the current range of filtered records. In step 461, if the current record is the same as the previously set minimum record (currec=bitminrec), then the method proceeds to step 462 to update the minimum range. Specifically, bitminrec is set to the next minimum record, that is, the next record whose bit is set. If the bitmap is clear (i.e., no next record with bit set is found), then bitminrec is set to the largest record number the data file can hold plus 1 (i.e., n+1). If the current record is not the minimum record (no at step 461), then step 462 is skipped.
At steps 463, 464, a similar determination is made whether the current record affects bitmaxrec, the maximum record of the filter range. At step 463, if the current record is equal to the maximum record (currec=bitmaxrec), then the method proceeds to step 464 to set bitmaxrec to the next highest record in the range (i.e., the previous record number whose bit is set). If the bitmap is clear (i.e., no previous record found), then bitmaxrec is set equal to -1 (clear flag). If the current record is not equal to the maximum record at step 463, then step 464 is skipped. At the conclusion of method 450, the bitmap has been refreshed for any changed or added record; the range of filtered records is also updated accordingly.
Reading Data
All the settings and resettings of the bits in the bitmap are to eliminate the unnecessary retrieval of the "filtered-out" records when the data file is scanned to extract the records that meet the search criteria. In a preferred embodiment (employing dBASE®as the DBMS), the user(s) is allowed to extract data at a very specific record (e.g., using the GOTO command), even though such data do not meet the criteria of the search query or filter imposed upon the data set. For this reason, the preferred method for data reading is different for reading a current record versus searching for next Or previous record(s) that satisfy the search query.
Referring now to FIGS. 5A-B, a method 500 of the present invention for retrieving/reading a specific record in a multi-user/multi-tasking (non-exclusive) environment will be described. At step 501, the method determines whether a data object(s) of interest is being shared with other users (and/or other tasks). In a preferred embodiment, data objects (e.g., database and index files) include an "exclusive" flag for indicating whether a particular data object is shared with other users (tasks) or is exclusive to this user (task). If the data object might be shared at step 501, the method proceeds to determine whether the file has been "touched" (i.e., record(s) modified or appended). Thus, at step 502, the method reads the header(s) to the file(s) of interest. If any change has been registered (e.g., by modifying the header) at step 503, then the method proceeds to step 504. At step 504, if a bitmap is active, the method proceeds to step 505 to set all bits in the bitmap (i.e., set all bits equal to 1) and the optimization mode is set to Learned Mode. The method then proceeds to step 506. As shown, in the event that the data file is not being shared (no at step 501), or no change has been registered (no at step 503), or no bitmap is active (no at step 504), then the method proceeds directly to step 506 to retrieve/read the record.
Next, beginning at step 507, the method proceeds to determine whether updating of an active bitmap is necessary. Recall that in Learned Mode, the system assumes that all records meet the filtered condition (i.e., bits are initialized to 1), but as each record is read the system "learns" the true status of a record. FIGS. 5C-D illustrate such an example. There, a filter condition 531 employs a logical function, udfCanVote--a user-defined function returning true when an individual is eligible to vote (e.g., eighteen years or older). Suppose also that the user has a database table 533 and wishes to view (browse) a small range of records as shown by the browsing window. For clarity of description, the browsing window is illustrated as a small subset of records displayed on screen. In a preferred embodiment, however, each browsing window is a virtual window of records including a subset on the order of 2n records, where n equals 8, 16, or the like; for the system 100, n is 16. This allows the user to very quickly scroll among particular records of interest (e.g., by scanning up and down) within each virtual subset.
At time=T0, the system initializes the bitmask for this group to 1, thus assuming initially that all records meet the condition. As shown at time=T1, as each record is actually read, the system "learns" which records truly meet the filter condition. As shown at T1, two records (Babbet and Bates) are filtered out since, upon reading, the system learns that they do not meet the filter condition.
Continuing with the example, suppose that the user now instructs the system to jump (e.g., GOTO) to a record out of range (e.g., Record No. 70,000), thus moving to a new browsing window. As shown at time=T2, the system again assumes that the records of the new window meet the filter condition and, thus, initializes the corresponding bits to 1. As the records are actually read at time=T4, however, the system again "learns" that certain records do not truly meet the filter condition; these records are filtered out and hence not displayed to the user.
Finally, as shown by FIG. 5D, the user may instruct the system to jump back to a subset of records which has already been "learned." As shown at time=T4, the system need only apply the previously-learned bitmask for rapidly retrieving the information of interest. By applying Learned Mode optimization, therefore, the system of the present invention may optimize data access for conditions which are not otherwise optimizable (by indexing).
Returning now to step 507 of the method 500 (of FIGS. 5A-B), the steps of updating bitmaps while retrieving records will now be described. At that step, the method 500 determines whether any bitmaps are active. If not (no at step 507), then no bitmap updating is necessary and the method may return. At step 508, the method determines whether the current optimization is Full Mode. With Full Mode optimization, the system knows that the active bitmap(s) is not dynamically changing and/or will not be modified by other users. Thus, the method may simply return when optimization is Full Mode (yes at step 508), since it is known that the bitmap does not require updating. Similarly, if optimization is not Learned Mode (i.e., it is Partial Mode) at step 509, then the method may return as the bitmap does not require updating. At steps 510-520, the method proceeds to update the bitmap and range in a manner similar to that which was done for steps 453-464 of FIG. 4C.
FIGS. 6-7 illustrate methods 600, 700 of the present invention for navigating records (i.e., reading a next or a previous record) in natural order or index order, respectively. At step 601 of FIG. 6A, the method 600 determines if a bitmap is active. If one is active (yes at step 601), then the method may employ the bitmap for retrieving the next or previous record. At step 602, the method locates the next or previous bit in the bitmap and translates that bit into a corresponding record number (F-- REC). For the scenario 630 of FIG. 6B, for example, the current rec (currec) is X1 ; this corresponds to a current bit location 631. Thus, the previous bit for this scenario is prev. bit 633, which translates into record number X2. At step 603, if the record number (F-- REC) is out of range, that is, greater than bitmaxrec (for "next" operation) or is less than bitminrec (for "prev." operation), the method returns End-of-File (EOF) or Beginning-of-File (BOF), respectively, at step 605. Otherwise (no at step 603), the method proceeds to read the record at step 604 (by repeating steps 506-520 of FIG. 5B). At the conclusion of these steps, the method is done (or can loop to step 602 for skipping to the next or previous record desired).
Referring now to FIG. 7, a method 700 of the present invention for navigating records with the underlying table adhering to a particular index order (e.g., SET ORDER TO) and a filter condition in place is illustrated. Such a situation would occur, for instance, with a filter set to NAME (e.g., SET FILTER TO NAME>"SMITH"), but an index order on AGE (e.g., SET ORDER TO AGE). In general, the method is similar to method 600. However, method 700 is modified to take into account the order effected by the index (of SET ORDER TO); this is done by locating next and prev. records in the index tree (as opposed to the bitmap).
The method proceeds as follows. At step 701, the method determines the next or prev. record number from the index tree (which has been employed for setting the order). In step 702, the method determines whether this index is also one used to qualify one of the search clauses of the query to be Full Mode. If so (yes at step 702), then the method proceeds to step 703 to determine if the index key meets the search criteria. If not (no at step 703), the method sets the flag to End-of-File (EOF) for "next" operations, or sets it to Beginning-of-File (BOF) for "prev." operations. In the event that the index is not one used to qualify one of the search clauses to be Full Mode in step 702, steps 703 and 704 are skipped. In the event that the index key does meet the search criteria (yes at step 703), the method skips down to step 706.
At step 705, the method tests whether the "EOF" flag has been tripped for "next" operations, or the "BOF" flag has been tripped for "prev." operations. If yes, then the requested operation has reached the end of the filtered range; the method has concluded and may return. Otherwise (no at step 705), the method proceeds to step 706 to determine if there is an active bitmap. If a bitmap is active (yes at step 706) and the bit for this record is set (meets the condition) at step 707, then the method proceeds to step 708 (where the record reading steps of FIG. 5B are repeated), after which the method concludes. If, on the other hand, the bit is not set for this record (no at step 707), then the record does not meet the filter condition and the method may loop back to step 701 to repeat the process.
While the invention is described in some detail with specific reference to a single preferred embodiment and certain alternatives, there is no intent to limit the invention to that particular embodiment or those specific alternatives. Thus, the true scope of the present invention is not limited to any one of the foregoing exemplary embodiments but is instead defined by the following claims.

Claims (10)

What is claimed is:
1. In a system for storing information as a plurality of data records on a storage device and for reading into a memory data records which are of interest to a user, a method for providing access to particular data records which is of interest to the user, the method comprising:
(a) specifying at least one criterion for filtering out records which are not of interest to the user, wherein said at least one criterion includes a condition such that records satisfying said at least one criterion cannot be determined by the system from an existing index of the data records;
(b) learning on-the-fly which records satisfy said at least one criterion as each record is first read from said storage device by:
(i) providing a bitmask comprising a plurality of bits, each bit corresponding to a single record of the data records, and each bit having a first state for indicating that a record satisfies said at least one criterion and a second state for indicating that a record does not satisfy said at least one criterion;
(ii) setting all of the bits to said first state, wherein said system initially assumes that all records satisfy said at least one criterion so that none of the records are filtered out which have yet to be read into said memory;
(iii) receiving a request for a desired range of records from the data records;
(iv) reading each record of the desired range into said memory whose bit is set to the first state and applying said at least one criterion as each record is read for determining whether the record being read actually satisfies said at least one criterion;
(v) for each record read in step (iv) which does not satisfy said at least one criterion, setting its corresponding bit to the second state for filtering out the record; and
(c) providing access to each record of the desired range which has not been filtered out as said each record of the desired range currently resides in said memory.
2. The method of claim 1, further comprising:
(d) receiving at least one new request for access to a different desired range of records from the data records; and
(e) repeating steps (a)-(c) for each new request, with the different desired range as said desired range.
3. The method of claim 2, further comprising:
(f) receiving a request to return to a previously requested range, said previously requested range comprising previously-requested records which are no longer in raid memory; and
(g) repeating steps (b) and (c) wherein records determined to not satisfy said at least one criterion in a previous pass of step (b) are not re-read.
4. The method of claim 1, wherein said first state has a value of logical 1 and said second state has a value of logical 0.
5. The method of claim 1, wherein said at least one criterion includes a condition which requires reading a record from said storage device for determining whether the record satisfies the at least one criterion.
6. The method of claim 1, wherein said at least one criterion includes a condition which cannot be determined by the system from an existing index of the data records.
7. An information retrieval system comprising:
a computer having a processor, a memory, and a storage device;
means for storing information as a plurality of data records on said storage device;
query means for receiving user input specifying a filter condition, for indicating particular information in said data records which is of interest to a user;
means for maintaining a bitmask comprising a plurality of bits, each bit for indicating that a particular data record satisfies the filter condition;
means for setting all bits in said bitmask to indicate that all data records initially satisfy the filter condition;
means for receiving user input requesting access to a first range of records from said plurality of data records and for retrieving from said storage device each record in said first range of records;
means for dynamically adjusting the bitmask as each record of the first range is retrieved, by comparing each data record of the first range retrieved from said storage device against the filter condition and resetting the bit which corresponds to any data record retrieved for the first range which does not satisfy the filter condition;
means for receiving user input requesting access to a second range of records from said plurality of data records and for retrieving from said storage device each record in said second range of records;
means for dynamically adjusting the bitmask as each record of the second range is retrieved, by comparing each data record of the second range retrieved from said storage device against the filter condition and resetting the bit which corresponds to any data record retrieved for the second range which does not satisfy the filter condition; and
means for receiving user input again requesting access to said first range of records from said plurality of data records and for retrieving from said storage device only those records in said first range of records whose corresponding bits have not been reset.
8. The system of claim 7, wherein bits which have been set store a value of logical 1 and bits which have been reset store a value of logical 0.
9. The system of claim 7, wherein said filter condition includes a condition which requires retrieval of a record before determination can be made as to whether the record satisfies said filter condition.
10. The system of claim 7, wherein said filter condition includes a condition which cannot be determined by the system from an existing index of the data records.
US08/664,961 1993-06-30 1996-06-13 System and methods for optimizing database queries Expired - Lifetime US5666528A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US08/664,961 US5666528A (en) 1993-06-30 1996-06-13 System and methods for optimizing database queries

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US8521493A 1993-06-30 1993-06-30
US08/544,679 US5560007A (en) 1993-06-30 1995-10-18 B-tree key-range bit map index optimization of database queries
US08/664,961 US5666528A (en) 1993-06-30 1996-06-13 System and methods for optimizing database queries

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US08/544,679 Continuation US5560007A (en) 1993-06-30 1995-10-18 B-tree key-range bit map index optimization of database queries

Publications (1)

Publication Number Publication Date
US5666528A true US5666528A (en) 1997-09-09

Family

ID=22190213

Family Applications (2)

Application Number Title Priority Date Filing Date
US08/544,679 Expired - Lifetime US5560007A (en) 1993-06-30 1995-10-18 B-tree key-range bit map index optimization of database queries
US08/664,961 Expired - Lifetime US5666528A (en) 1993-06-30 1996-06-13 System and methods for optimizing database queries

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US08/544,679 Expired - Lifetime US5560007A (en) 1993-06-30 1995-10-18 B-tree key-range bit map index optimization of database queries

Country Status (1)

Country Link
US (2) US5560007A (en)

Cited By (99)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5873079A (en) * 1996-09-20 1999-02-16 Novell, Inc. Filtered index apparatus and method
US5884307A (en) * 1997-02-28 1999-03-16 Oracle Corporation Updating bitmapped indexes
WO1999021120A1 (en) * 1997-10-17 1999-04-29 Intermec Ip Corp An electronic tag including rf modem for monitoring motor vehicle performance with filtering
US5918232A (en) * 1997-11-26 1999-06-29 Whitelight Systems, Inc. Multidimensional domain modeling method and system
US5924091A (en) * 1996-08-28 1999-07-13 Sybase, Inc. Database system with improved methods for radix sorting
US5937401A (en) * 1996-11-27 1999-08-10 Sybase, Inc. Database system with improved methods for filtering duplicates from a tuple stream
US6107917A (en) * 1998-10-16 2000-08-22 Carrender; Curtis L. Electronic tag including RF modem for monitoring motor vehicle performance with filtering
US6144957A (en) * 1997-02-28 2000-11-07 Oracle Corporation Method and apparatus for using incompatible types of indexes to process a single query
WO2001006417A1 (en) * 1999-07-20 2001-01-25 Computer Associates Think, Inc. A database system for viewing effects of changes to a index for a query optimization plan
US6338055B1 (en) * 1998-12-07 2002-01-08 Vitria Technology, Inc. Real-time query optimization in a decision support system
US20020023272A1 (en) * 1994-10-27 2002-02-21 Michael Pocock Apparatus and method to generate and access broadcast information
US20020116362A1 (en) * 1998-12-07 2002-08-22 Hui Li Real time business process analysis method and apparatus
US6442539B1 (en) * 1999-11-17 2002-08-27 International Business Machines Corporation Generating statistics for database queries using tensor representations
US6487549B1 (en) * 1999-12-14 2002-11-26 International Business Machines Corporation Generating union queries using tensor representations
US6502089B1 (en) * 1999-11-17 2002-12-31 International Business Machines Corporation Generating restriction queries using tensor representations
US6502088B1 (en) 1999-07-08 2002-12-31 International Business Machines Corporation Method and system for improved access to non-relational databases
US6507835B1 (en) * 2000-02-17 2003-01-14 International Business Machines Corporation Generating grouping queries using tensor representations
US20030018645A1 (en) * 2001-07-11 2003-01-23 Sun Microsystems, Inc. Tree structure to pass data values to prepared statement object
US20030065661A1 (en) * 2001-04-02 2003-04-03 Chang Edward Y. Maximizing expected generalization for learning complex query concepts
US6564204B1 (en) 2000-04-14 2003-05-13 International Business Machines Corporation Generating join queries using tensor representations
US6651054B1 (en) * 1999-10-30 2003-11-18 International Business Machines Corporation Method, system, and program for merging query search results
US20040064758A1 (en) * 2000-03-03 2004-04-01 Lev Novik Query trees including or nodes for event filtering
US20040088307A1 (en) * 2001-02-01 2004-05-06 Axel Von Bergen Data structure for information systems
US6745173B1 (en) * 2000-06-14 2004-06-01 International Business Machines Corporation Generating in and exists queries using tensor representations
US20040215638A1 (en) * 2001-04-20 2004-10-28 Microsoft Corporation Method for efficient query execution using dynamic queries in database environments
US20050060293A1 (en) * 2003-09-11 2005-03-17 International Business Machines Corporation Background index bitmapping for faster query performance
US20050076006A1 (en) * 2003-10-03 2005-04-07 International Business Machines Corporartion Task oriented log retrieval utilizing a self-learning search tool
US6901396B1 (en) * 2000-09-27 2005-05-31 Intel Corporation Packed radix search tree implementation
US20050172223A1 (en) * 2004-01-29 2005-08-04 International Business Machines Corporation System and method for processing dynamic data sets in web applications
US6931389B1 (en) * 1997-10-14 2005-08-16 International Business Machines Corporation System and method for filtering query statements from multiple plans and packages according to user-defined filters of query explain data
US20050210038A1 (en) * 2004-03-18 2005-09-22 International Business Machines Corporation Method for providing workflow functionality and tracking in an annotation subsystem
US20050256835A1 (en) * 2004-05-14 2005-11-17 Jenkins Robert J Jr Automatic use of a functional index as a primary filter
US6986110B1 (en) * 2003-01-02 2006-01-10 Hewlett-Packard Development Company, L.P. Automated method and system for backtracing of instruction parameters from specified instruction in test cases
US20060026116A1 (en) * 2004-07-29 2006-02-02 International Business Machines Corporation Method and apparatus for optimizing execution of database queries containing user-defined functions
US20060129596A1 (en) * 1999-10-28 2006-06-15 International Business Machines Corporation System for annotating a data object by creating an interface based on a selected annotation structure
US20070038618A1 (en) * 2000-05-26 2007-02-15 Edward Kosciusko System and method for automatically generating database queries
US20070038597A1 (en) * 2003-06-04 2007-02-15 Volker Sauermann Method and computer system for query optimization
US20070061288A1 (en) * 2005-09-09 2007-03-15 You-Chin Fuh Dynamic semi-join processing with runtime optimization
US20070132727A1 (en) * 2005-12-08 2007-06-14 International Business Machines Corporation Apparatus and method for movement-based dynamic filtering of search results in a graphical user interface
US20070233666A1 (en) * 2006-03-31 2007-10-04 Microsoft Corporation Drilling on elements in arbitrary ad-hoc reports
US20080114735A1 (en) * 2006-09-29 2008-05-15 Peter Salemink Systems and methods for managing information
US20080228719A1 (en) * 2007-03-13 2008-09-18 Fatdoor, Inc. People and business search result optimization
US20090049043A1 (en) * 2007-08-14 2009-02-19 Weinman Jr Joseph B Method and apparatus for providing traffic-based content acquisition and indexing
US7676418B1 (en) 2005-06-24 2010-03-09 Experian Information Solutions, Inc. Credit portfolio benchmarking system and method
US20100158470A1 (en) * 2008-12-24 2010-06-24 Comcast Interactive Media, Llc Identification of segments within audio, video, and multimedia items
US20100169385A1 (en) * 2008-12-29 2010-07-01 Robert Rubinoff Merging of Multiple Data Sets
US20100250614A1 (en) * 2009-03-31 2010-09-30 Comcast Cable Holdings, Llc Storing and searching encoded data
US20110004462A1 (en) * 2009-07-01 2011-01-06 Comcast Interactive Media, Llc Generating Topic-Specific Language Models
US7908242B1 (en) 2005-04-11 2011-03-15 Experian Information Solutions, Inc. Systems and methods for optimizing database queries
US7912865B2 (en) 2006-09-26 2011-03-22 Experian Marketing Solutions, Inc. System and method for linking multiple entities in a business database
US7991689B1 (en) 2008-07-23 2011-08-02 Experian Information Solutions, Inc. Systems and methods for detecting bust out fraud using credit data
US8024264B2 (en) 2007-04-12 2011-09-20 Experian Marketing Solutions, Inc. Systems and methods for determining thin-file records and determining thin-file risk levels
US20120057851A1 (en) * 2000-04-27 2012-03-08 Sony Corporation Data-providing apparatus, data-providing method and program-sorting medium
US8175889B1 (en) 2005-04-06 2012-05-08 Experian Information Solutions, Inc. Systems and methods for tracking changes of address based on service disconnect/connect data
US20120166447A1 (en) * 2010-12-28 2012-06-28 Microsoft Corporation Filtering queried data on data stores
US20120203762A1 (en) * 2011-02-04 2012-08-09 Subbarao Kakarlamudi Systems and methods for holding a query
US8301574B2 (en) 2007-09-17 2012-10-30 Experian Marketing Solutions, Inc. Multimedia engagement study
US8312033B1 (en) 2008-06-26 2012-11-13 Experian Marketing Solutions, Inc. Systems and methods for providing an integrated identifier
US8321952B2 (en) 2000-06-30 2012-11-27 Hitwise Pty. Ltd. Method and system for monitoring online computer network behavior and creating online behavior profiles
US8364588B2 (en) 2007-05-25 2013-01-29 Experian Information Solutions, Inc. System and method for automated detection of never-pay data sets
US8364518B1 (en) 2009-07-08 2013-01-29 Experian Ltd. Systems and methods for forecasting household economics
US8392334B2 (en) 2006-08-17 2013-03-05 Experian Information Solutions, Inc. System and method for providing a score for a used vehicle
US8447773B2 (en) 2005-11-08 2013-05-21 International Business Machines Corporation Accessing a database
US8463919B2 (en) 2001-09-20 2013-06-11 Hitwise Pty. Ltd Process for associating data requests with site visits
US8606666B1 (en) 2007-01-31 2013-12-10 Experian Information Solutions, Inc. System and method for providing an aggregation tool
US20140006410A1 (en) * 2012-06-29 2014-01-02 800 Response Marketing Llc Real-time, cooperative, adaptive and persistent search system
US8626560B1 (en) 2009-06-30 2014-01-07 Experian Information Solutions, Inc. System and method for evaluating vehicle purchase loyalty
US8639616B1 (en) 2010-10-01 2014-01-28 Experian Information Solutions, Inc. Business to contact linkage system
US8677461B2 (en) 2011-04-21 2014-03-18 Lsi Corporation Method to provide chip based security for I/O packets in an array using dynamic topology
US8725613B1 (en) 2010-04-27 2014-05-13 Experian Information Solutions, Inc. Systems and methods for early account score and notification
US8775299B2 (en) 2011-07-12 2014-07-08 Experian Information Solutions, Inc. Systems and methods for large-scale credit data processing
US8782217B1 (en) 2010-11-10 2014-07-15 Safetyweb, Inc. Online identity management
US8930374B2 (en) * 2012-06-29 2015-01-06 Nokia Corporation Method and apparatus for multidimensional data storage and file system with a dynamic ordered tree structure
US9147042B1 (en) 2010-11-22 2015-09-29 Experian Information Solutions, Inc. Systems and methods for data verification
US9152727B1 (en) 2010-08-23 2015-10-06 Experian Marketing Solutions, Inc. Systems and methods for processing consumer information for targeted marketing applications
US9244973B2 (en) 2000-07-06 2016-01-26 Streamsage, Inc. Method and system for indexing and searching timed media information based upon relevance intervals
US9298771B2 (en) 2013-01-30 2016-03-29 Ias Solutions, Inc. Resource estimation for a query optimization process
US9342783B1 (en) 2007-03-30 2016-05-17 Consumerinfo.Com, Inc. Systems and methods for data verification
US9348915B2 (en) 2009-03-12 2016-05-24 Comcast Interactive Media, Llc Ranking search results
US9477726B2 (en) 2000-02-25 2016-10-25 Vilox Technologies, Llc Search-on-the-fly/sort-on-the-fly search engine for searching databases
US9477712B2 (en) 2008-12-24 2016-10-25 Comcast Interactive Media, Llc Searching for segments based on an ontology
US9483606B1 (en) 2011-07-08 2016-11-01 Consumerinfo.Com, Inc. Lifescore
US9529851B1 (en) 2013-12-02 2016-12-27 Experian Information Solutions, Inc. Server architecture for electronic data quality processing
US9563916B1 (en) 2006-10-05 2017-02-07 Experian Information Solutions, Inc. System and method for generating a finance attribute from tradeline data
US9576030B1 (en) 2014-05-07 2017-02-21 Consumerinfo.Com, Inc. Keeping up with the joneses
US9626424B2 (en) 2009-05-12 2017-04-18 Comcast Interactive Media, Llc Disambiguation and tagging of entities
US9690820B1 (en) 2007-09-27 2017-06-27 Experian Information Solutions, Inc. Database system for triggering event notifications based on updates to database records
US9697263B1 (en) 2013-03-04 2017-07-04 Experian Information Solutions, Inc. Consumer data request fulfillment system
US9853959B1 (en) 2012-05-07 2017-12-26 Consumerinfo.Com, Inc. Storage and maintenance of personal data
US10102536B1 (en) 2013-11-15 2018-10-16 Experian Information Solutions, Inc. Micro-geographic aggregation system
US10242019B1 (en) 2014-12-19 2019-03-26 Experian Information Solutions, Inc. User behavior segmentation using latent topic detection
US10262362B1 (en) 2014-02-14 2019-04-16 Experian Information Solutions, Inc. Automatic generation of code for attributes
US10678894B2 (en) 2016-08-24 2020-06-09 Experian Information Solutions, Inc. Disambiguation and authentication of device users
US10963434B1 (en) 2018-09-07 2021-03-30 Experian Information Solutions, Inc. Data architecture for supporting multiple search models
US11030562B1 (en) 2011-10-31 2021-06-08 Consumerinfo.Com, Inc. Pre-data breach monitoring
US11227001B2 (en) 2017-01-31 2022-01-18 Experian Information Solutions, Inc. Massive scale heterogeneous data ingestion and user resolution
US11354271B2 (en) * 2019-11-07 2022-06-07 Edgecast Inc. Systems and methods for large scale complex storage operation execution
US11880377B1 (en) 2021-03-26 2024-01-23 Experian Information Solutions, Inc. Systems and methods for entity resolution
US11941065B1 (en) 2019-09-13 2024-03-26 Experian Information Solutions, Inc. Single identifier platform for storing entity data

Families Citing this family (111)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2117846C (en) * 1993-10-20 2001-02-20 Allen Reiter Computer method and storage structure for storing and accessing multidimensional data
US5812996A (en) * 1994-07-12 1998-09-22 Sybase, Inc. Database system with methods for optimizing query performance with a buffer manager
US5664172A (en) * 1994-07-19 1997-09-02 Oracle Corporation Range-based query optimizer
JP3441807B2 (en) * 1994-09-19 2003-09-02 株式会社日立製作所 B-tree index management method and system
US5729735A (en) * 1995-02-08 1998-03-17 Meyering; Samuel C. Remote database file synchronizer
US5758145A (en) * 1995-02-24 1998-05-26 International Business Machines Corporation Method and apparatus for generating dynamic and hybrid sparse indices for workfiles used in SQL queries
CA2168287C (en) * 1995-03-31 2000-05-23 Guy M. Lohman Method for detecting and optimizing relational queries with encoding/decoding tables
US5682524A (en) * 1995-05-26 1997-10-28 Starfish Software, Inc. Databank system with methods for efficiently storing non-uniform data records
US5778354A (en) * 1995-06-07 1998-07-07 Tandem Computers Incorporated Database management system with improved indexed accessing
US5918224A (en) * 1995-07-26 1999-06-29 Borland International, Inc. Client/server database system with methods for providing clients with server-based bi-directional scrolling at the server
US5907842A (en) * 1995-12-20 1999-05-25 Intel Corporation Method of sorting numbers to obtain maxima/minima values with ordering
US5893088A (en) * 1996-04-10 1999-04-06 Altera Corporation System and method for performing database query using a marker table
US5706495A (en) * 1996-05-07 1998-01-06 International Business Machines Corporation Encoded-vector indices for decision support and warehousing
IL118959A (en) * 1996-07-26 1999-07-14 Ori Software Dev Ltd Database apparatus
US6009425A (en) * 1996-08-21 1999-12-28 International Business Machines Corporation System and method for performing record deletions using index scans
US6173298B1 (en) 1996-09-17 2001-01-09 Asap, Ltd. Method and apparatus for implementing a dynamic collocation dictionary
US6119114A (en) * 1996-09-17 2000-09-12 Smadja; Frank Method and apparatus for dynamic relevance ranking
JP3836928B2 (en) 1997-02-26 2006-10-25 株式会社日立製作所 Database processing method
US6067540A (en) * 1997-02-28 2000-05-23 Oracle Corporation Bitmap segmentation
US5899988A (en) * 1997-02-28 1999-05-04 Oracle Corporation Bitmapped indexing with high granularity locking
US6141656A (en) * 1997-02-28 2000-10-31 Oracle Corporation Query processing using compressed bitmaps
US6026413A (en) * 1997-08-01 2000-02-15 International Business Machines Corporation Determining how changes to underlying data affect cached objects
US6256712B1 (en) 1997-08-01 2001-07-03 International Business Machines Corporation Scaleable method for maintaining and making consistent updates to caches
US6006027A (en) * 1997-08-20 1999-12-21 Synopsys, Inc. Method and apparatus for event simulation
US6006219A (en) * 1997-11-03 1999-12-21 Newframe Corporation Ltd. Method of and special purpose computer for utilizing an index of a relational data base table
SE513248C2 (en) * 1997-12-19 2000-08-07 Ericsson Telefon Ab L M Method for managing data structures
US6675173B1 (en) 1998-01-22 2004-01-06 Ori Software Development Ltd. Database apparatus
US6272486B1 (en) * 1998-04-16 2001-08-07 International Business Machines Corporation Determining the optimal number of tasks for building a database index
US6157923A (en) * 1998-05-26 2000-12-05 Ensera, Inc. Query processing based on associated industry codes
US6584459B1 (en) 1998-10-08 2003-06-24 International Business Machines Corporation Database extender for storing, querying, and retrieving structured documents
US6215325B1 (en) 1999-03-29 2001-04-10 Synopsys, Inc. Implementing a priority function using ripple chain logic
US7020647B1 (en) * 1999-06-18 2006-03-28 International Business Machines Corporation Utilize encoded vector indexing for database grouping
US6356888B1 (en) * 1999-06-18 2002-03-12 International Business Machines Corporation Utilize encoded vector indexes for distinct processing
US20040225865A1 (en) * 1999-09-03 2004-11-11 Cox Richard D. Integrated database indexing system
EP1323122A4 (en) * 1999-09-03 2007-01-17 Whamtech L P Index relational processor
US6651052B1 (en) * 1999-11-05 2003-11-18 W. W. Grainger, Inc. System and method for data storage and retrieval
US6865541B1 (en) * 1999-11-18 2005-03-08 International Business Machines Corporation Replaceable outcome decider
US6412050B1 (en) * 1999-12-30 2002-06-25 Intel Corporation Memory record update filtering
US6658405B1 (en) * 2000-01-06 2003-12-02 Oracle International Corporation Indexing key ranges
US6804664B1 (en) * 2000-10-10 2004-10-12 Netzero, Inc. Encoded-data database for fast queries
GB2406679B (en) 2000-11-30 2005-05-18 Coppereye Ltd Database
US6804677B2 (en) * 2001-02-26 2004-10-12 Ori Software Development Ltd. Encoding semi-structured data for efficient search and browsing
US6826563B1 (en) * 2001-05-29 2004-11-30 Oracle International Corporation Supporting bitmap indexes on primary B+tree like structures
US20020198725A1 (en) * 2001-06-21 2002-12-26 International Business Machines Corporation Method and system for managing a relationship with a venture company
GB2379526A (en) * 2001-09-10 2003-03-12 Simon Alan Spacey A method and apparatus for indexing and searching data
US6993768B2 (en) * 2001-09-19 2006-01-31 Lockheed Martin Corporation Method of storing multi-parameter configuration information
US7287033B2 (en) 2002-03-06 2007-10-23 Ori Software Development, Ltd. Efficient traversals over hierarchical data and indexing semistructured data
US7136873B2 (en) * 2002-07-20 2006-11-14 Microsoft Corporation Dynamic filtering in a database system
US20040181501A1 (en) * 2003-03-11 2004-09-16 Lockheed Martin Corporation Parallelizable system for concise representation of data
US20040181526A1 (en) * 2003-03-11 2004-09-16 Lockheed Martin Corporation Robust system for interactively learning a record similarity measurement
US20040181527A1 (en) * 2003-03-11 2004-09-16 Lockheed Martin Corporation Robust system for interactively learning a string similarity measurement
US20040181512A1 (en) * 2003-03-11 2004-09-16 Lockheed Martin Corporation System for dynamically building extended dictionaries for a data cleansing application
US7873636B2 (en) * 2003-05-01 2011-01-18 International Business Machines Corporation Method, system and program product for matching a network document with a set of filters
US7089266B2 (en) 2003-06-02 2006-08-08 The Board Of Trustees Of The Leland Stanford Jr. University Computer systems and methods for the query and visualization of multidimensional databases
US7756907B2 (en) 2003-09-16 2010-07-13 The Board Of Trustees Of The Leland Stanford Jr. University Computer systems and methods for visualizing data
US8972380B2 (en) * 2003-09-29 2015-03-03 International Business Machines Corporaton System and method for monitoring events against continual range queries
US7835953B2 (en) * 2003-09-29 2010-11-16 International Business Machines Corporation Method and structure for monitoring moving objects
US7467138B2 (en) * 2003-10-28 2008-12-16 International Business Machines Corporation Algorithm for sorting bit sequences in linear complexity
US7370058B2 (en) * 2003-10-28 2008-05-06 International Business Machines Corporation Algorithm for sorting bit sequences in linear complexity
CA2447434A1 (en) * 2003-10-29 2005-04-29 Ibm Canada Limited - Ibm Canada Limitee Content filtering, ordering by relevant, and caching
US7685104B2 (en) * 2004-01-08 2010-03-23 International Business Machines Corporation Dynamic bitmap processing, identification and reusability
US20050216518A1 (en) * 2004-03-26 2005-09-29 Oracle International Corporation Database management system with persistent, user-accessible bitmap values
US7725450B1 (en) 2004-07-23 2010-05-25 Netlogic Microsystems, Inc. Integrated search engine devices having pipelined search and tree maintenance sub-engines therein that maintain search coherence during multi-cycle update operations
US8886677B1 (en) 2004-07-23 2014-11-11 Netlogic Microsystems, Inc. Integrated search engine devices that support LPM search operations using span prefix masks that encode key prefix length
US7747599B1 (en) 2004-07-23 2010-06-29 Netlogic Microsystems, Inc. Integrated search engine devices that utilize hierarchical memories containing b-trees and span prefix masks to support longest prefix match search operations
US7653619B1 (en) 2004-07-23 2010-01-26 Netlogic Microsystems, Inc. Integrated search engine devices having pipelined search and tree maintenance sub-engines therein that support variable tree height
US7603346B1 (en) 2004-07-23 2009-10-13 Netlogic Microsystems, Inc. Integrated search engine devices having pipelined search and b-tree maintenance sub-engines therein
US7800613B2 (en) * 2004-12-02 2010-09-21 Tableau Software, Inc. Computer systems and methods for visualizing data with generation of marks
US8099674B2 (en) 2005-09-09 2012-01-17 Tableau Software Llc Computer systems and methods for automatically viewing multidimensional databases
US7966315B2 (en) * 2005-11-15 2011-06-21 Vmware, Inc. Multi-query optimization
US7702658B2 (en) * 2006-01-27 2010-04-20 International Business Machines Corporation Method for optimistic locking using SQL select, update, delete, and insert statements
US20070192215A1 (en) * 2006-02-10 2007-08-16 Taylor Thomas B Computer-implemented registration for providing inventory fulfillment services to merchants
EP1821571A1 (en) * 2006-02-15 2007-08-22 Oticon A/S Loop antenna for in the ear audio device
US7792812B1 (en) 2006-03-31 2010-09-07 Netlogic Microsystems, Inc. Search engine devices that support high speed parallel decoding of digital search tries
US7999809B2 (en) 2006-04-19 2011-08-16 Tableau Software, Inc. Computer systems and methods for automatic generation of models for a dataset
CN101535990B (en) * 2006-08-23 2013-05-29 创新解决方案公司 Efficient search result update mechanism
US7697518B1 (en) 2006-09-15 2010-04-13 Netlogic Microsystems, Inc. Integrated search engine devices and methods of updating same using node splitting and merging operations
US7577658B2 (en) * 2006-10-06 2009-08-18 Microsoft Corporation Hierarchical locking in B-tree indexes
US7987205B1 (en) 2006-11-27 2011-07-26 Netlogic Microsystems, Inc. Integrated search engine devices having pipelined node maintenance sub-engines therein that support database flush operations
US7831626B1 (en) 2006-11-27 2010-11-09 Netlogic Microsystems, Inc. Integrated search engine devices having a plurality of multi-way trees of search keys therein that share a common root node
US7953721B1 (en) 2006-11-27 2011-05-31 Netlogic Microsystems, Inc. Integrated search engine devices that support database key dumping and methods of operating same
US8086641B1 (en) 2006-11-27 2011-12-27 Netlogic Microsystems, Inc. Integrated search engine devices that utilize SPM-linked bit maps to reduce handle memory duplication and methods of operating same
US7853480B2 (en) * 2007-05-21 2010-12-14 Amazon Technologies, Inc. System and method for providing export services to merchants
US7886176B1 (en) 2007-09-24 2011-02-08 Integrated Device Technology, Inc. DDR memory system for measuring a clock signal by identifying a delay value corresponding to a changed logic state during clock signal transitions
US7716204B1 (en) 2007-12-21 2010-05-11 Netlogic Microsystems, Inc. Handle allocation managers and methods for integated circuit search engine devices
US9047342B2 (en) * 2007-12-28 2015-06-02 Sybase, Inc. Method for accelerating queries containing local range conditions using subtraction of cumulative bitmaps
US7788268B2 (en) * 2008-01-08 2010-08-31 International Business Machines Corporation In-place sorting using node specific mask width
US7801877B1 (en) 2008-04-14 2010-09-21 Netlogic Microsystems, Inc. Handle memory access managers and methods for integrated circuit search engine devices
US8700670B2 (en) * 2010-04-12 2014-04-15 Symantec Corporation Insert optimization for B+ tree data structure scalability
US8438330B2 (en) 2010-05-17 2013-05-07 Netlogic Microsystems, Inc. Updating cam arrays using prefix length distribution prediction
US8843499B2 (en) * 2010-12-29 2014-09-23 Sybase, Inc. Accelerating database queries comprising positional text conditions plus bitmap-based conditions
US8745034B1 (en) 2011-05-04 2014-06-03 Google Inc. Selectively retrieving search results in accordance with predefined sort criteria
US8826284B1 (en) 2011-10-31 2014-09-02 Google Inc. Scalable task scheduling
US9110933B1 (en) 2011-11-04 2015-08-18 Google Inc. Processing data triggers in an untrusted environment based on information stored in a trusted environment
US8862588B1 (en) 2011-11-30 2014-10-14 Google Inc. Generating an empirically-determined schema for a schemaless database
US9064013B1 (en) 2011-11-30 2015-06-23 Google Inc. Application of resource limits to request processing
US9235607B1 (en) 2012-03-29 2016-01-12 Google Inc. Specifying a predetermined degree of inconsistency for test data
CN104714984A (en) * 2013-12-17 2015-06-17 中国移动通信集团湖南有限公司 Database optimization method and device
US9424318B2 (en) 2014-04-01 2016-08-23 Tableau Software, Inc. Systems and methods for ranking data visualizations
US20150278214A1 (en) 2014-04-01 2015-10-01 Tableau Software, Inc. Systems and Methods for Ranking Data Visualizations Using Different Data Fields
US9613102B2 (en) 2014-04-01 2017-04-04 Tableau Software, Inc. Systems and methods for ranking data visualizations
CN105320679B (en) * 2014-07-11 2019-05-24 中国移动通信集团重庆有限公司 A kind of tables of data indexed set symphysis is at method and device
CN105224599B (en) * 2015-08-31 2018-11-23 浪潮(北京)电子信息产业有限公司 A kind of method and system of database Automatic Optimal configuration
WO2017040503A1 (en) * 2015-09-04 2017-03-09 Wal-Mart Stores, Inc. FILE MANAGEMENT FOR eDISCOVERY
US10235431B2 (en) 2016-01-29 2019-03-19 Splunk Inc. Optimizing index file sizes based on indexed data storage conditions
US10262034B2 (en) 2016-06-09 2019-04-16 International Business Machines Corporation Managing data obsolescence in relational databases
US20180268001A1 (en) * 2017-03-16 2018-09-20 International Business Machines Corporation Managing a database management system using a set of stream computing data
US10896297B1 (en) 2017-12-13 2021-01-19 Tableau Software, Inc. Identifying intent in visual analytical conversations
US11055489B2 (en) 2018-10-08 2021-07-06 Tableau Software, Inc. Determining levels of detail for data visualizations using natural language constructs
US11030255B1 (en) 2019-04-01 2021-06-08 Tableau Software, LLC Methods and systems for inferring intent and utilizing context for natural language expressions to generate data visualizations in a data visualization interface
US11042558B1 (en) 2019-09-06 2021-06-22 Tableau Software, Inc. Determining ranges for vague modifiers in natural language commands

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3810115A (en) * 1973-02-05 1974-05-07 Honeywell Inf Systems Position scaler (shifter) for computer arithmetic unit
US4383304A (en) * 1979-10-05 1983-05-10 Pioneer Electronic Corporation Programmable bit shift circuit
US4509144A (en) * 1980-02-13 1985-04-02 Intel Corporation Programmable bidirectional shifter
US4606002A (en) * 1983-05-02 1986-08-12 Wang Laboratories, Inc. B-tree structured data base using sparse array bit maps to store inverted lists
US4811199A (en) * 1987-05-08 1989-03-07 Kuechler William L System for storing and manipulating information in an information base
US4817036A (en) * 1985-03-15 1989-03-28 Brigham Young University Computer system and method for data base indexing and information retrieval
US4872128A (en) * 1987-06-30 1989-10-03 Mitsubishi Denki Kabushiki Kaisha High speed data processing unit using a shift operation
WO1992006440A1 (en) * 1990-10-05 1992-04-16 Microsoft Corporation System and method for information retrieval
US5204958A (en) * 1991-06-27 1993-04-20 Digital Equipment Corporation System and method for efficiently indexing and storing a large database with high data insertion frequency
US5257365A (en) * 1990-03-16 1993-10-26 Powers Frederick A Database system with multi-dimensional summary search tree nodes for reducing the necessity to access records
US5263167A (en) * 1991-11-22 1993-11-16 International Business Machines Corporation User interface for a relational database using a task object for defining search queries in response to a profile object which describes user proficiency
US5265246A (en) * 1990-12-10 1993-11-23 International Business Machines Corporation Graphic definition of range in the selection of data from a database field
US5265244A (en) * 1986-02-14 1993-11-23 International Business Machines Corporation Method and system for facilitating processing of statistical inquires on stored data accessible through a data access structure

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH021057A (en) * 1988-01-20 1990-01-05 Ricoh Co Ltd Document retrieving device
US5430869A (en) * 1991-05-29 1995-07-04 Hewlett-Packard Company System and method for restructuring a B-Tree

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3810115A (en) * 1973-02-05 1974-05-07 Honeywell Inf Systems Position scaler (shifter) for computer arithmetic unit
US4383304A (en) * 1979-10-05 1983-05-10 Pioneer Electronic Corporation Programmable bit shift circuit
US4509144A (en) * 1980-02-13 1985-04-02 Intel Corporation Programmable bidirectional shifter
US4606002A (en) * 1983-05-02 1986-08-12 Wang Laboratories, Inc. B-tree structured data base using sparse array bit maps to store inverted lists
US4817036A (en) * 1985-03-15 1989-03-28 Brigham Young University Computer system and method for data base indexing and information retrieval
US5265244A (en) * 1986-02-14 1993-11-23 International Business Machines Corporation Method and system for facilitating processing of statistical inquires on stored data accessible through a data access structure
US4811199A (en) * 1987-05-08 1989-03-07 Kuechler William L System for storing and manipulating information in an information base
US4872128A (en) * 1987-06-30 1989-10-03 Mitsubishi Denki Kabushiki Kaisha High speed data processing unit using a shift operation
US5257365A (en) * 1990-03-16 1993-10-26 Powers Frederick A Database system with multi-dimensional summary search tree nodes for reducing the necessity to access records
WO1992006440A1 (en) * 1990-10-05 1992-04-16 Microsoft Corporation System and method for information retrieval
US5265246A (en) * 1990-12-10 1993-11-23 International Business Machines Corporation Graphic definition of range in the selection of data from a database field
US5204958A (en) * 1991-06-27 1993-04-20 Digital Equipment Corporation System and method for efficiently indexing and storing a large database with high data insertion frequency
US5263167A (en) * 1991-11-22 1993-11-16 International Business Machines Corporation User interface for a relational database using a task object for defining search queries in response to a profile object which describes user proficiency

Non-Patent Citations (14)

* Cited by examiner, † Cited by third party
Title
Ashany, Ron, Application of Sparse Matrix Techniques to Search, Retrieval, Classification, and Relationship Analysis in Large Data Base Systems SPARCOM, Fourth International Conference on Very Large Data Bases, West Berlin, Germany, Sep. 13 15, 1978, pp. 499 516. *
Ashany, Ron, Application of Sparse Matrix Techniques to Search, Retrieval, Classification, and Relationship Analysis in Large Data Base Systems--SPARCOM, Fourth International Conference on Very Large Data Bases, West Berlin, Germany, Sep. 13-15, 1978, pp. 499-516.
Baker, M., B tree Indexing: A look at indexing tradeoff in d BASE, Clipper, and FoxPro, Programmer s Journal, vol. 8.6, Nov./Dec. 1990, pp. 42 46. *
Baker, M., B-tree Indexing: A look at indexing tradeoff in dBASE, Clipper, and FoxPro, Programmer's Journal, vol. 8.6, Nov./Dec. 1990, pp. 42-46.
Douglas Comer, The Ubiquitous B Tree, Computing Surveys, vol. 11, No. 2, Jun., 1979, pp. 121 137. *
Douglas Comer, The Ubiquitous B-Tree, Computing Surveys, vol. 11, No. 2, Jun., 1979, pp. 121-137.
Freeland, R., Exploring MDXs, Data Based Advisor, Feb. 1991, pp. 85 87. *
Freeland, R., Exploring MDXs, Data Based Advisor, Feb. 1991, pp. 85-87.
Hamilton, INSIDE ADABAS, WH&O International, copyright 1991, Chapter 3: "The ADABAS Associator, " pp. 27-36, and Chapter 6: ADABAS Commands, pp. 49-65.
Hamilton, INSIDE ADABAS, WH&O International, copyright 1991, Chapter 3: The ADABAS Associator, pp. 27 36, and Chapter 6: ADABAS Commands, pp. 49 65. *
Rushmore s Bald Spot, DBMS, vol. 4, No. 10, Sep. 1991, p. 58. *
Rushmore's Bald Spot, DBMS, vol. 4, No. 10, Sep. 1991, p. 58.
Turbo Database Toolbox Owner s Handbook, Appendix B, B Tree Structure, pp. 131, Third Edition, Sep. 1985. *
Turbo Database Toolbox Owner's Handbook, Appendix B, B+ Tree Structure, pp. 131, Third Edition, Sep. 1985.

Cited By (198)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020023272A1 (en) * 1994-10-27 2002-02-21 Michael Pocock Apparatus and method to generate and access broadcast information
US7574721B2 (en) * 1994-10-27 2009-08-11 Michael Pocock Apparatus and method to generate and access broadcast information
US5924091A (en) * 1996-08-28 1999-07-13 Sybase, Inc. Database system with improved methods for radix sorting
US5873079A (en) * 1996-09-20 1999-02-16 Novell, Inc. Filtered index apparatus and method
US5937401A (en) * 1996-11-27 1999-08-10 Sybase, Inc. Database system with improved methods for filtering duplicates from a tuple stream
US5884307A (en) * 1997-02-28 1999-03-16 Oracle Corporation Updating bitmapped indexes
US6144957A (en) * 1997-02-28 2000-11-07 Oracle Corporation Method and apparatus for using incompatible types of indexes to process a single query
US6931389B1 (en) * 1997-10-14 2005-08-16 International Business Machines Corporation System and method for filtering query statements from multiple plans and packages according to user-defined filters of query explain data
WO1999021120A1 (en) * 1997-10-17 1999-04-29 Intermec Ip Corp An electronic tag including rf modem for monitoring motor vehicle performance with filtering
US6061614A (en) * 1997-10-17 2000-05-09 Amtech Systems Corporation Electronic tag including RF modem for monitoring motor vehicle performance
US5918232A (en) * 1997-11-26 1999-06-29 Whitelight Systems, Inc. Multidimensional domain modeling method and system
US6107917A (en) * 1998-10-16 2000-08-22 Carrender; Curtis L. Electronic tag including RF modem for monitoring motor vehicle performance with filtering
US6338055B1 (en) * 1998-12-07 2002-01-08 Vitria Technology, Inc. Real-time query optimization in a decision support system
US20020116362A1 (en) * 1998-12-07 2002-08-22 Hui Li Real time business process analysis method and apparatus
US6763353B2 (en) * 1998-12-07 2004-07-13 Vitria Technology, Inc. Real time business process analysis method and apparatus
US6502088B1 (en) 1999-07-08 2002-12-31 International Business Machines Corporation Method and system for improved access to non-relational databases
US6898588B2 (en) * 1999-07-20 2005-05-24 Computer Associates Think, Inc. Method and apparatus for viewing the effect of changes to an index for a database table on an optimization plan for a database query
US20020010701A1 (en) * 1999-07-20 2002-01-24 Platinum Technology Ip, Inc. Method and apparatus for viewing the effect of changes to an index for a database table on an optimization plan for a database query
WO2001006417A1 (en) * 1999-07-20 2001-01-25 Computer Associates Think, Inc. A database system for viewing effects of changes to a index for a query optimization plan
US6560593B1 (en) * 1999-07-20 2003-05-06 Computer Associates Think, Inc. Method and apparatus for viewing the effect of changes to an index for a database table on an optimization plan for a database query
US8327260B2 (en) * 1999-10-28 2012-12-04 International Business Machines Corporation System for annotating a data object by creating an interface based on a selected annotation structure
US20060129596A1 (en) * 1999-10-28 2006-06-15 International Business Machines Corporation System for annotating a data object by creating an interface based on a selected annotation structure
US6651054B1 (en) * 1999-10-30 2003-11-18 International Business Machines Corporation Method, system, and program for merging query search results
US6502089B1 (en) * 1999-11-17 2002-12-31 International Business Machines Corporation Generating restriction queries using tensor representations
US6442539B1 (en) * 1999-11-17 2002-08-27 International Business Machines Corporation Generating statistics for database queries using tensor representations
US6487549B1 (en) * 1999-12-14 2002-11-26 International Business Machines Corporation Generating union queries using tensor representations
US6507835B1 (en) * 2000-02-17 2003-01-14 International Business Machines Corporation Generating grouping queries using tensor representations
US9477726B2 (en) 2000-02-25 2016-10-25 Vilox Technologies, Llc Search-on-the-fly/sort-on-the-fly search engine for searching databases
US9507835B2 (en) 2000-02-25 2016-11-29 Vilox Technologies, Llc Search-on-the-fly/sort-on-the-fly search engine for searching databases
US20040064758A1 (en) * 2000-03-03 2004-04-01 Lev Novik Query trees including or nodes for event filtering
US7284245B2 (en) 2000-03-03 2007-10-16 Microsoft Corporation Query trees including or nodes for event filtering
US6918124B1 (en) * 2000-03-03 2005-07-12 Microsoft Corporation Query trees including or nodes for event filtering
US6564204B1 (en) 2000-04-14 2003-05-13 International Business Machines Corporation Generating join queries using tensor representations
US20120057851A1 (en) * 2000-04-27 2012-03-08 Sony Corporation Data-providing apparatus, data-providing method and program-sorting medium
US9449644B2 (en) * 2000-04-27 2016-09-20 Sony Corporation Data-providing apparatus, data-providing method and program-sorting medium
US8019750B2 (en) * 2000-05-26 2011-09-13 Computer Associates Think, Inc. System and method for automatically generating database queries
US20070038618A1 (en) * 2000-05-26 2007-02-15 Edward Kosciusko System and method for automatically generating database queries
US6745173B1 (en) * 2000-06-14 2004-06-01 International Business Machines Corporation Generating in and exists queries using tensor representations
US8321952B2 (en) 2000-06-30 2012-11-27 Hitwise Pty. Ltd. Method and system for monitoring online computer network behavior and creating online behavior profiles
US9542393B2 (en) 2000-07-06 2017-01-10 Streamsage, Inc. Method and system for indexing and searching timed media information based upon relevance intervals
US9244973B2 (en) 2000-07-06 2016-01-26 Streamsage, Inc. Method and system for indexing and searching timed media information based upon relevance intervals
US6901396B1 (en) * 2000-09-27 2005-05-31 Intel Corporation Packed radix search tree implementation
US20040093329A1 (en) * 2001-02-01 2004-05-13 Axel Von Bergen Database system and query optimiser
US20040088307A1 (en) * 2001-02-01 2004-05-06 Axel Von Bergen Data structure for information systems
US6976016B2 (en) * 2001-04-02 2005-12-13 Vima Technologies, Inc. Maximizing expected generalization for learning complex query concepts
US7158970B2 (en) 2001-04-02 2007-01-02 Vima Technologies, Inc. Maximizing expected generalization for learning complex query concepts
US20030065661A1 (en) * 2001-04-02 2003-04-03 Chang Edward Y. Maximizing expected generalization for learning complex query concepts
US20040215638A1 (en) * 2001-04-20 2004-10-28 Microsoft Corporation Method for efficient query execution using dynamic queries in database environments
US7281000B2 (en) * 2001-04-20 2007-10-09 Microsoft Corporation Method for efficient query execution using dynamic queries in database environments
US20030018645A1 (en) * 2001-07-11 2003-01-23 Sun Microsystems, Inc. Tree structure to pass data values to prepared statement object
US6925472B2 (en) * 2001-07-11 2005-08-02 Sun Microsystems, Inc. Tree structure to pass data values to prepared statement object
US8463919B2 (en) 2001-09-20 2013-06-11 Hitwise Pty. Ltd Process for associating data requests with site visits
US6986110B1 (en) * 2003-01-02 2006-01-10 Hewlett-Packard Development Company, L.P. Automated method and system for backtracing of instruction parameters from specified instruction in test cases
US20070038597A1 (en) * 2003-06-04 2007-02-15 Volker Sauermann Method and computer system for query optimization
US7730053B2 (en) * 2003-06-04 2010-06-01 Sap Ag Method and system for Boolean expression query optimization
US7401069B2 (en) * 2003-09-11 2008-07-15 International Business Machines Corporation Background index bitmapping for faster query performance
US20050060293A1 (en) * 2003-09-11 2005-03-17 International Business Machines Corporation Background index bitmapping for faster query performance
US20080133470A1 (en) * 2003-09-11 2008-06-05 International Business Machines Corporation Background index bimapping for faster query performance
US7890495B2 (en) 2003-09-11 2011-02-15 International Business Machines Corporation Background index bimapping for faster query performance
US7536376B2 (en) * 2003-10-03 2009-05-19 International Business Machines Corporation Task oriented log retrieval utilizing a self-learning search tool
US20050076006A1 (en) * 2003-10-03 2005-04-07 International Business Machines Corporartion Task oriented log retrieval utilizing a self-learning search tool
US20050172223A1 (en) * 2004-01-29 2005-08-04 International Business Machines Corporation System and method for processing dynamic data sets in web applications
US8136036B2 (en) 2004-01-29 2012-03-13 International Business Machines Corporation System and method for processing dynamic data sets in web applications
US20080235572A1 (en) * 2004-01-29 2008-09-25 Gibbons Michael P System and method for processing dynamic data sets in web applications
US7395502B2 (en) 2004-01-29 2008-07-01 International Business Machines Corporation System and method for processing dynamic data sets in web applications
US20050210038A1 (en) * 2004-03-18 2005-09-22 International Business Machines Corporation Method for providing workflow functionality and tracking in an annotation subsystem
US7908267B2 (en) * 2004-05-14 2011-03-15 Oracle International Corporation Automatic use of a functional index as a primary filter
US20050256835A1 (en) * 2004-05-14 2005-11-17 Jenkins Robert J Jr Automatic use of a functional index as a primary filter
US20080270392A1 (en) * 2004-07-29 2008-10-30 International Business Machines Corporation Optimizing Execution of Database Queries Containing User-Defined Functions
US20080275858A1 (en) * 2004-07-29 2008-11-06 International Business Machines Corporation Optimizing Execution of Database Queries Containing User-Defined Functions
US20060026116A1 (en) * 2004-07-29 2006-02-02 International Business Machines Corporation Method and apparatus for optimizing execution of database queries containing user-defined functions
US8041708B2 (en) 2004-07-29 2011-10-18 International Business Machines Corporation Optimizing execution of database queries containing user-defined functions
US8099410B2 (en) 2004-07-29 2012-01-17 International Business Machines Corporation Optimizing execution of database queries containing user-defined functions
US7447680B2 (en) * 2004-07-29 2008-11-04 International Business Machines Corporation Method and apparatus for optimizing execution of database queries containing user-defined functions
US8175889B1 (en) 2005-04-06 2012-05-08 Experian Information Solutions, Inc. Systems and methods for tracking changes of address based on service disconnect/connect data
US8583593B1 (en) 2005-04-11 2013-11-12 Experian Information Solutions, Inc. Systems and methods for optimizing database queries
US8065264B1 (en) 2005-04-11 2011-11-22 Experian Information Solutions, Inc. Systems and methods for optimizing database queries
US7908242B1 (en) 2005-04-11 2011-03-15 Experian Information Solutions, Inc. Systems and methods for optimizing database queries
US20100274734A1 (en) * 2005-06-24 2010-10-28 Charles S Chung Credit Portfolio Benchmarking System and Method
US20110137824A1 (en) * 2005-06-24 2011-06-09 Chung Charles S Credit portfolio benchmarking system and method
US7904367B2 (en) 2005-06-24 2011-03-08 Experian Information Solutions, Inc. Credit portfolio benchmarking system and method
US7676418B1 (en) 2005-06-24 2010-03-09 Experian Information Solutions, Inc. Credit portfolio benchmarking system and method
US8001034B2 (en) 2005-06-24 2011-08-16 Experian Information Solutions, Inc. Credit portfolio benchmarking system and method
US7565342B2 (en) 2005-09-09 2009-07-21 International Business Machines Corporation Dynamic semi-join processing with runtime optimization
US20070061288A1 (en) * 2005-09-09 2007-03-15 You-Chin Fuh Dynamic semi-join processing with runtime optimization
US8447773B2 (en) 2005-11-08 2013-05-21 International Business Machines Corporation Accessing a database
US20080177735A1 (en) * 2005-12-08 2008-07-24 International Business Machines Corporation Movement-based dynamic filtering of search results in a graphical user interface
US20070132727A1 (en) * 2005-12-08 2007-06-14 International Business Machines Corporation Apparatus and method for movement-based dynamic filtering of search results in a graphical user interface
US7962478B2 (en) 2005-12-08 2011-06-14 International Business Machines Corporation Movement-based dynamic filtering of search results in a graphical user interface
US8099683B2 (en) * 2005-12-08 2012-01-17 International Business Machines Corporation Movement-based dynamic filtering of search results in a graphical user interface
US20080177714A1 (en) * 2005-12-08 2008-07-24 International Business Machines Corporation Movement-based dynamic filtering of search results in a graphical user interface
US8024650B2 (en) 2006-03-31 2011-09-20 Microsoft Corporation Drilling on elements in arbitrary ad-hoc reports
US20070233666A1 (en) * 2006-03-31 2007-10-04 Microsoft Corporation Drilling on elements in arbitrary ad-hoc reports
US8392334B2 (en) 2006-08-17 2013-03-05 Experian Information Solutions, Inc. System and method for providing a score for a used vehicle
US10380654B2 (en) 2006-08-17 2019-08-13 Experian Information Solutions, Inc. System and method for providing a score for a used vehicle
US11257126B2 (en) 2006-08-17 2022-02-22 Experian Information Solutions, Inc. System and method for providing a score for a used vehicle
US7912865B2 (en) 2006-09-26 2011-03-22 Experian Marketing Solutions, Inc. System and method for linking multiple entities in a business database
US20080114735A1 (en) * 2006-09-29 2008-05-15 Peter Salemink Systems and methods for managing information
US10963961B1 (en) 2006-10-05 2021-03-30 Experian Information Solutions, Inc. System and method for generating a finance attribute from tradeline data
US11954731B2 (en) 2006-10-05 2024-04-09 Experian Information Solutions, Inc. System and method for generating a finance attribute from tradeline data
US10121194B1 (en) 2006-10-05 2018-11-06 Experian Information Solutions, Inc. System and method for generating a finance attribute from tradeline data
US11631129B1 (en) 2006-10-05 2023-04-18 Experian Information Solutions, Inc System and method for generating a finance attribute from tradeline data
US9563916B1 (en) 2006-10-05 2017-02-07 Experian Information Solutions, Inc. System and method for generating a finance attribute from tradeline data
US10891691B2 (en) 2007-01-31 2021-01-12 Experian Information Solutions, Inc. System and method for providing an aggregation tool
US9619579B1 (en) 2007-01-31 2017-04-11 Experian Information Solutions, Inc. System and method for providing an aggregation tool
US11908005B2 (en) 2007-01-31 2024-02-20 Experian Information Solutions, Inc. System and method for providing an aggregation tool
US10650449B2 (en) 2007-01-31 2020-05-12 Experian Information Solutions, Inc. System and method for providing an aggregation tool
US8606666B1 (en) 2007-01-31 2013-12-10 Experian Information Solutions, Inc. System and method for providing an aggregation tool
US10402901B2 (en) 2007-01-31 2019-09-03 Experian Information Solutions, Inc. System and method for providing an aggregation tool
US11443373B2 (en) 2007-01-31 2022-09-13 Experian Information Solutions, Inc. System and method for providing an aggregation tool
US10078868B1 (en) 2007-01-31 2018-09-18 Experian Information Solutions, Inc. System and method for providing an aggregation tool
US20080228719A1 (en) * 2007-03-13 2008-09-18 Fatdoor, Inc. People and business search result optimization
US10437895B2 (en) 2007-03-30 2019-10-08 Consumerinfo.Com, Inc. Systems and methods for data verification
US11308170B2 (en) 2007-03-30 2022-04-19 Consumerinfo.Com, Inc. Systems and methods for data verification
US9342783B1 (en) 2007-03-30 2016-05-17 Consumerinfo.Com, Inc. Systems and methods for data verification
US8271378B2 (en) 2007-04-12 2012-09-18 Experian Marketing Solutions, Inc. Systems and methods for determining thin-file records and determining thin-file risk levels
US8738515B2 (en) 2007-04-12 2014-05-27 Experian Marketing Solutions, Inc. Systems and methods for determining thin-file records and determining thin-file risk levels
US8024264B2 (en) 2007-04-12 2011-09-20 Experian Marketing Solutions, Inc. Systems and methods for determining thin-file records and determining thin-file risk levels
US8364588B2 (en) 2007-05-25 2013-01-29 Experian Information Solutions, Inc. System and method for automated detection of never-pay data sets
US9251541B2 (en) 2007-05-25 2016-02-02 Experian Information Solutions, Inc. System and method for automated detection of never-pay data sets
US20090049043A1 (en) * 2007-08-14 2009-02-19 Weinman Jr Joseph B Method and apparatus for providing traffic-based content acquisition and indexing
US8301574B2 (en) 2007-09-17 2012-10-30 Experian Marketing Solutions, Inc. Multimedia engagement study
US11347715B2 (en) 2007-09-27 2022-05-31 Experian Information Solutions, Inc. Database system for triggering event notifications based on updates to database records
US9690820B1 (en) 2007-09-27 2017-06-27 Experian Information Solutions, Inc. Database system for triggering event notifications based on updates to database records
US11954089B2 (en) 2007-09-27 2024-04-09 Experian Information Solutions, Inc. Database system for triggering event notifications based on updates to database records
US10528545B1 (en) 2007-09-27 2020-01-07 Experian Information Solutions, Inc. Database system for triggering event notifications based on updates to database records
US11157872B2 (en) 2008-06-26 2021-10-26 Experian Marketing Solutions, Llc Systems and methods for providing an integrated identifier
US10075446B2 (en) 2008-06-26 2018-09-11 Experian Marketing Solutions, Inc. Systems and methods for providing an integrated identifier
US8954459B1 (en) 2008-06-26 2015-02-10 Experian Marketing Solutions, Inc. Systems and methods for providing an integrated identifier
US8312033B1 (en) 2008-06-26 2012-11-13 Experian Marketing Solutions, Inc. Systems and methods for providing an integrated identifier
US11769112B2 (en) 2008-06-26 2023-09-26 Experian Marketing Solutions, Llc Systems and methods for providing an integrated identifier
US8001042B1 (en) 2008-07-23 2011-08-16 Experian Information Solutions, Inc. Systems and methods for detecting bust out fraud using credit data
US7991689B1 (en) 2008-07-23 2011-08-02 Experian Information Solutions, Inc. Systems and methods for detecting bust out fraud using credit data
US9477712B2 (en) 2008-12-24 2016-10-25 Comcast Interactive Media, Llc Searching for segments based on an ontology
US10635709B2 (en) 2008-12-24 2020-04-28 Comcast Interactive Media, Llc Searching for segments based on an ontology
US11468109B2 (en) 2008-12-24 2022-10-11 Comcast Interactive Media, Llc Searching for segments based on an ontology
US9442933B2 (en) 2008-12-24 2016-09-13 Comcast Interactive Media, Llc Identification of segments within audio, video, and multimedia items
US20100158470A1 (en) * 2008-12-24 2010-06-24 Comcast Interactive Media, Llc Identification of segments within audio, video, and multimedia items
US20100169385A1 (en) * 2008-12-29 2010-07-01 Robert Rubinoff Merging of Multiple Data Sets
US11531668B2 (en) 2008-12-29 2022-12-20 Comcast Interactive Media, Llc Merging of multiple data sets
US10025832B2 (en) 2009-03-12 2018-07-17 Comcast Interactive Media, Llc Ranking search results
US9348915B2 (en) 2009-03-12 2016-05-24 Comcast Interactive Media, Llc Ranking search results
US20100250614A1 (en) * 2009-03-31 2010-09-30 Comcast Cable Holdings, Llc Storing and searching encoded data
US9626424B2 (en) 2009-05-12 2017-04-18 Comcast Interactive Media, Llc Disambiguation and tagging of entities
US8626560B1 (en) 2009-06-30 2014-01-07 Experian Information Solutions, Inc. System and method for evaluating vehicle purchase loyalty
US11562737B2 (en) 2009-07-01 2023-01-24 Tivo Corporation Generating topic-specific language models
US10559301B2 (en) 2009-07-01 2020-02-11 Comcast Interactive Media, Llc Generating topic-specific language models
US9892730B2 (en) 2009-07-01 2018-02-13 Comcast Interactive Media, Llc Generating topic-specific language models
US20110004462A1 (en) * 2009-07-01 2011-01-06 Comcast Interactive Media, Llc Generating Topic-Specific Language Models
US8364518B1 (en) 2009-07-08 2013-01-29 Experian Ltd. Systems and methods for forecasting household economics
US8725613B1 (en) 2010-04-27 2014-05-13 Experian Information Solutions, Inc. Systems and methods for early account score and notification
US9152727B1 (en) 2010-08-23 2015-10-06 Experian Marketing Solutions, Inc. Systems and methods for processing consumer information for targeted marketing applications
US8639616B1 (en) 2010-10-01 2014-01-28 Experian Information Solutions, Inc. Business to contact linkage system
US8782217B1 (en) 2010-11-10 2014-07-15 Safetyweb, Inc. Online identity management
US9684905B1 (en) 2010-11-22 2017-06-20 Experian Information Solutions, Inc. Systems and methods for data verification
US9147042B1 (en) 2010-11-22 2015-09-29 Experian Information Solutions, Inc. Systems and methods for data verification
US10311105B2 (en) * 2010-12-28 2019-06-04 Microsoft Technology Licensing, Llc Filtering queried data on data stores
US20120166447A1 (en) * 2010-12-28 2012-06-28 Microsoft Corporation Filtering queried data on data stores
US20120203762A1 (en) * 2011-02-04 2012-08-09 Subbarao Kakarlamudi Systems and methods for holding a query
US8930344B2 (en) * 2011-02-04 2015-01-06 Hewlett-Packard Development Company, L.P. Systems and methods for holding a query
US8677461B2 (en) 2011-04-21 2014-03-18 Lsi Corporation Method to provide chip based security for I/O packets in an array using dynamic topology
US10798197B2 (en) 2011-07-08 2020-10-06 Consumerinfo.Com, Inc. Lifescore
US10176233B1 (en) 2011-07-08 2019-01-08 Consumerinfo.Com, Inc. Lifescore
US11665253B1 (en) 2011-07-08 2023-05-30 Consumerinfo.Com, Inc. LifeScore
US9483606B1 (en) 2011-07-08 2016-11-01 Consumerinfo.Com, Inc. Lifescore
US8775299B2 (en) 2011-07-12 2014-07-08 Experian Information Solutions, Inc. Systems and methods for large-scale credit data processing
US11568348B1 (en) 2011-10-31 2023-01-31 Consumerinfo.Com, Inc. Pre-data breach monitoring
US11030562B1 (en) 2011-10-31 2021-06-08 Consumerinfo.Com, Inc. Pre-data breach monitoring
US9853959B1 (en) 2012-05-07 2017-12-26 Consumerinfo.Com, Inc. Storage and maintenance of personal data
US11356430B1 (en) 2012-05-07 2022-06-07 Consumerinfo.Com, Inc. Storage and maintenance of personal data
US10073847B2 (en) * 2012-06-29 2018-09-11 800 Response Marketing Llc Real-time, cooperative, adaptive and persistent search system
US20140006410A1 (en) * 2012-06-29 2014-01-02 800 Response Marketing Llc Real-time, cooperative, adaptive and persistent search system
US8930374B2 (en) * 2012-06-29 2015-01-06 Nokia Corporation Method and apparatus for multidimensional data storage and file system with a dynamic ordered tree structure
US9589006B2 (en) 2012-06-29 2017-03-07 Nokia Technologies Oy Method and apparatus for multidimensional data storage and file system with a dynamic ordered tree structure
US9298771B2 (en) 2013-01-30 2016-03-29 Ias Solutions, Inc. Resource estimation for a query optimization process
US9697263B1 (en) 2013-03-04 2017-07-04 Experian Information Solutions, Inc. Consumer data request fulfillment system
US10580025B2 (en) 2013-11-15 2020-03-03 Experian Information Solutions, Inc. Micro-geographic aggregation system
US10102536B1 (en) 2013-11-15 2018-10-16 Experian Information Solutions, Inc. Micro-geographic aggregation system
US9529851B1 (en) 2013-12-02 2016-12-27 Experian Information Solutions, Inc. Server architecture for electronic data quality processing
US11107158B1 (en) 2014-02-14 2021-08-31 Experian Information Solutions, Inc. Automatic generation of code for attributes
US10262362B1 (en) 2014-02-14 2019-04-16 Experian Information Solutions, Inc. Automatic generation of code for attributes
US11847693B1 (en) 2014-02-14 2023-12-19 Experian Information Solutions, Inc. Automatic generation of code for attributes
US10936629B2 (en) 2014-05-07 2021-03-02 Consumerinfo.Com, Inc. Keeping up with the joneses
US9576030B1 (en) 2014-05-07 2017-02-21 Consumerinfo.Com, Inc. Keeping up with the joneses
US10019508B1 (en) 2014-05-07 2018-07-10 Consumerinfo.Com, Inc. Keeping up with the joneses
US11620314B1 (en) 2014-05-07 2023-04-04 Consumerinfo.Com, Inc. User rating based on comparing groups
US10445152B1 (en) 2014-12-19 2019-10-15 Experian Information Solutions, Inc. Systems and methods for dynamic report generation based on automatic modeling of complex data structures
US10242019B1 (en) 2014-12-19 2019-03-26 Experian Information Solutions, Inc. User behavior segmentation using latent topic detection
US11010345B1 (en) 2014-12-19 2021-05-18 Experian Information Solutions, Inc. User behavior segmentation using latent topic detection
US11550886B2 (en) 2016-08-24 2023-01-10 Experian Information Solutions, Inc. Disambiguation and authentication of device users
US10678894B2 (en) 2016-08-24 2020-06-09 Experian Information Solutions, Inc. Disambiguation and authentication of device users
US11681733B2 (en) 2017-01-31 2023-06-20 Experian Information Solutions, Inc. Massive scale heterogeneous data ingestion and user resolution
US11227001B2 (en) 2017-01-31 2022-01-18 Experian Information Solutions, Inc. Massive scale heterogeneous data ingestion and user resolution
US11734234B1 (en) 2018-09-07 2023-08-22 Experian Information Solutions, Inc. Data architecture for supporting multiple search models
US10963434B1 (en) 2018-09-07 2021-03-30 Experian Information Solutions, Inc. Data architecture for supporting multiple search models
US11941065B1 (en) 2019-09-13 2024-03-26 Experian Information Solutions, Inc. Single identifier platform for storing entity data
US11354271B2 (en) * 2019-11-07 2022-06-07 Edgecast Inc. Systems and methods for large scale complex storage operation execution
US11880377B1 (en) 2021-03-26 2024-01-23 Experian Information Solutions, Inc. Systems and methods for entity resolution

Also Published As

Publication number Publication date
US5560007A (en) 1996-09-24

Similar Documents

Publication Publication Date Title
US5666528A (en) System and methods for optimizing database queries
US5809497A (en) Databank system with methods for efficiently storing non uniforms data records
US5991776A (en) Database system with improved methods for storing free-form data objects of data records
US5265244A (en) Method and system for facilitating processing of statistical inquires on stored data accessible through a data access structure
Olken et al. Random sampling from databases: a survey
US5727196A (en) Optimized query interface for database management systems
US5842196A (en) Database system with improved methods for updating records
US6356913B1 (en) Generic (database-independent) and dynamically-modifiable schema
US6973452B2 (en) Limiting scans of loosely ordered and/or grouped relations using nearly ordered maps
US7158996B2 (en) Method, system, and program for managing database operations with respect to a database table
US6182121B1 (en) Method and apparatus for a physical storage architecture having an improved information storage and retrieval system for a shared file environment
US5608904A (en) Method and apparatus for processing and optimizing queries having joins between structured data and text data
US5899992A (en) Scalable set oriented classifier
US6374232B1 (en) Method and mechanism for retrieving values from a database
Whang et al. Query optimization in a memory-resident domain relational calculus database system
US6343286B1 (en) Efficient technique to defer large object access with intermediate results
Turner et al. A DBMS for large statistical databases
US6606617B1 (en) Optimized technique for prefetching LOB table space pages
US6122644A (en) System for halloween protection in a database system
US20050027692A1 (en) Method, system, and program for accessing data in a database table
US20030204513A1 (en) System and methodology for providing compact B-Tree
US6366902B1 (en) Using an epoch number to optimize access with rowid columns and direct row access
US5819256A (en) Method and apparatus for processing count statements in a database system
US20040220972A1 (en) System and method for space management of multidimensionally clustered tables
US6816853B1 (en) Method and system for efficiently evaluating a query against partitioned data

Legal Events

Date Code Title Description
STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: BORLAND SOFTWARE CORPORATION, CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:INPRISE CORPORATION;REEL/FRAME:011497/0345

Effective date: 20010122

Owner name: INPRISE CORPORATION, CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:BORLAND INTERNATIONAL INC.;REEL/FRAME:011506/0776

Effective date: 19980720

FPAY Fee payment

Year of fee payment: 8

AS Assignment

Owner name: CODEGEAR LLC, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BORLAND SOFTWARE CORPORATION;REEL/FRAME:021118/0666

Effective date: 20080617

REMI Maintenance fee reminder mailed
AS Assignment

Owner name: WELLS FARGO FOOTHILL, INC., AS AGENT, CALIFORNIA

Free format text: FIRST LIEN PATENT SECURITY AGREEMENT;ASSIGNOR:CODEGEAR LLC;REEL/FRAME:022678/0240

Effective date: 20080930

Owner name: WELLS FARGO FOOTHILL, INC., AS AGENT, CALIFORNIA

Free format text: SECOND LIEN PATENT SECURITY AGREEMENT;ASSIGNOR:CODEGEAR LLC;REEL/FRAME:022678/0250

Effective date: 20080930

AS Assignment

Owner name: BORLAND INTERNATIONAL, INC., CALIFORNIA

Free format text: ASSIGNMENT OF APP. NO. 08/085214 AND CONTINUATIONS THEREOF (PATENT 5666528 IS A CONTINUATION OF APP. NO. 08/554679, WHICH IS A CONTINUATION OF APP. NO. 08/085214);ASSIGNOR:THAI, LAM H.;REEL/FRAME:022783/0970

Effective date: 19930630

FPAY Fee payment

Year of fee payment: 12

SULP Surcharge for late payment

Year of fee payment: 11

AS Assignment

Owner name: CODEGEAR LLC, CALIFORNIA

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT COLLATERAL;ASSIGNOR:WELLS FARGO CAPITAL FINANCE, INC., FORMERLY KNOWN AS WELLS FARGO FOOTHILL, INC., AS GRANTEE;REEL/FRAME:029566/0144

Effective date: 20121228

AS Assignment

Owner name: CODEGEAR LLC, CALIFORNIA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WELLS FARGO CAPITAL FINANCE, LLC (FORMERLY KNOWN AS WELLS FARGO CAPITAL FINANCE, INC. AND WELLS FARGO FOOTHILL, INC.);REEL/FRAME:036771/0305

Effective date: 20151009