US5943665A - Method and system for performing conceptual joins across fields of a database - Google Patents

Method and system for performing conceptual joins across fields of a database Download PDF

Info

Publication number
US5943665A
US5943665A US08/925,786 US92578697A US5943665A US 5943665 A US5943665 A US 5943665A US 92578697 A US92578697 A US 92578697A US 5943665 A US5943665 A US 5943665A
Authority
US
United States
Prior art keywords
field
code
fields
conceptual
value
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/925,786
Inventor
Ramanathan V. Guha
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.)
Meta Platforms Inc
Original Assignee
Netscape Communications Corp
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 Netscape Communications Corp filed Critical Netscape Communications Corp
Priority to US08/925,786 priority Critical patent/US5943665A/en
Assigned to NETSCAPE COMMUNICATIONS CORPORATION reassignment NETSCAPE COMMUNICATIONS CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GUHA, RAMANATHAN V.
Application granted granted Critical
Publication of US5943665A publication Critical patent/US5943665A/en
Assigned to BANK OF AMERICAN, N.A. AS COLLATERAL AGENT reassignment BANK OF AMERICAN, N.A. AS COLLATERAL AGENT SECURITY AGREEMENT Assignors: AOL ADVERTISING INC., AOL INC., BEBO, INC., GOING, INC., ICQ LLC, LIGHTNINGCAST LLC, MAPQUEST, INC., NETSCAPE COMMUNICATIONS CORPORATION, QUIGO TECHNOLOGIES LLC, SPHERE SOURCE, INC., TACODA LLC, TRUVEO, INC., YEDDA, INC.
Assigned to GOING INC, NETSCAPE COMMUNICATIONS CORPORATION, SPHERE SOURCE, INC, QUIGO TECHNOLOGIES LLC, AOL INC, LIGHTNINGCAST LLC, YEDDA, INC, AOL ADVERTISING INC, MAPQUEST, INC, TACODA LLC, TRUVEO, INC reassignment GOING INC TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS Assignors: BANK OF AMERICA, N A
Assigned to NEW AURORA CORPORATION reassignment NEW AURORA CORPORATION CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: NETSCAPE COMMUNICATIONS CORPORATION
Assigned to FACEBOOK, INC. reassignment FACEBOOK, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NEW AURORA CORPORATION
Anticipated expiration legal-status Critical
Assigned to META PLATFORMS, INC. reassignment META PLATFORMS, INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: FACEBOOK, 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/242Query formulation
    • G06F16/2433Query languages
    • G06F16/244Grouping and aggregation
    • 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/24558Binary matching operations
    • G06F16/2456Join operations
    • 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/953Organization of data
    • Y10S707/954Relational
    • 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/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99934Query formulation, input preparation, or translation

Definitions

  • the present invention relates to database systems, and more particularly to a method and system for performing conceptual joins across fields of a database.
  • a database system may be described as a computerized record keeping system whose overall purpose is to maintain information and to make that information available on demand.
  • Almost all databases in use today are based on a "relational model" in which the database data is perceived by its users as a collection of tables.
  • the tables in a relational database include a row of column names specifying one or more column fields, and zero or more data rows containing one scalar value for each of the column fields.
  • Each column in a database stores data regarding a particular concept or object. Therefore, the value contained in each field in a column represents a separate instance of that concept.
  • a table pertaining to parts in a manufacturing database may contain a column representing the concept of part numbers, and each field in that column may contain a value representing one instance of part numbers.
  • join is described as a query in which data is retrieved from the fields of more than one table (although data may also be retrieved by joining a table with itself).
  • column fields representing the same real-world concepts e.g. cities or parts
  • table columns can support different data types, such as character strings, numeric data, and dates.
  • character strings such as character strings, numeric data, and dates.
  • a field value representing the concept of automobile in one table may be the string "car”
  • a field value for automobile in another column may be the string "auto”.
  • the present invention provides a method and system for performing a database join across a first field and a second field that represent a particular conceptual meaning, but where the first field represents the conceptual meaning using a first value and the second field represents the conceptual meaning using a second value.
  • the method and system includes mapping the first value and the second value to the conceptual meaning using a code-mapping table. After the code-mapping table is generated, the system receives a request that specifies a join operation between the first and second fields.
  • the method and system further comprises joining the first and second fields in response to identifying that the first and second fields map to the conceptual meaning in the code-mapping table.
  • the present invention enables two or more fields representing the same concept to be joined even when the fields expressing that concept use different field values.
  • FIG. 1 is a block diagram of a relational database system environment in which the present invention operates.
  • FIG. 2 is a diagram illustrating database tables in an example database.
  • FIGS. 3A and 3B are diagrams illustrating example Standard Query Language SELECT statements.
  • FIG. 4 illustrates a SQL query that includes a join operation, and the results returned by executing the query.
  • FIG. 5 is a diagram illustrating other examples of supplier and parts tables in which fields used to join the tables have different field values to represent similar concepts.
  • FIG. 6 is a flow chart of the method for performing conceptual joins in accordance with the present invention.
  • FIG. 7 is a diagram illustrating a field-code mapping table in accordance with the present invention.
  • the present invention relates to an improvement in relational database systems.
  • the following description is presented to enable one of ordinary skill in the art to make and use the invention and is provided in the context of a patent application and its requirements.
  • Various modifications to the preferred embodiment will be readily apparent to those skilled in the art and the generic principles herein may be applied to other embodiments.
  • the present invention is not intended to be limited to the embodiment shown but is to be accorded the widest scope consistent with the principles and features described herein.
  • the present invention provides a method and system for performing joins across two or more fields that represent similar concepts using different Seld values.
  • SQL standard query language
  • FIG. 1 is a block diagram of a relational database system environment in which the present invention operates.
  • the database system 50 includes database hardware 52, database software 54, and users of the database 56.
  • the database hardware 52 includes storage devices, typically hard disk drives 58, for storing database data 60, together with associated input/output devices, such as device controllers (not shown).
  • a processor 62 and associated main memory 64 are used to support the execution of the database system software 54.
  • the database data 60 may be located in a central location and/or located remotely via a network, such as the Internet, for example.
  • the database SO is based on the relational model in which the data SO is organized as a collection of tables. For 15 purposes of explanation, assume that the database SO is maintained by a manufacturing company to record information about its manufacturing projects, the parts used in those projects, and the suppliers who supply those parts. The projects, parts, suppliers, etc., thus constitute the basic entities or objects about which the company needs to record information.
  • FIG. 2 is a diagram illustrating two tables included in the example manufacturing supply database.
  • the manufacturing-supply database includes a supplier table (S) where each row represents a different supplier, and a parts table (P) where each row represents a different part.
  • Each column in the tables stores data regarding a particular concept or object.
  • the S table includes columns representing a unique supplier number (S#), a supplier name (SNAME), a rating or status (STATUS); and a location (CITY).
  • the P table includes columns representing a unique part number (P#), a part name (PNAME), a color (COLOR), a weight, and a location where parts of that type are stored (CITY). Therefore, the values contained in each field in a column represent a separate instance of these concepts.
  • the column (P#) in the parts table (P) represents the concept of part numbers, and each field in that column contains a value representing one instance of part numbers.
  • the database system software 54 is the interface between the users 56 of the system and the physical database itself (i.e., the data 60 and the disk drives 58).
  • the users 56 of the database 50 may be categorized in three broad classes: application programmers who are responsible for writing application programs that use the database 50, end-users who interact with the database 50 from on-line terminals, and database administrators (DBAs) who create and maintain the database 50 and who provide multiple end-users with security access to the database 50. If the database 50 is designed for a single-user, as opposed to multi-user database, then the end-user also performs the function of the DBA.
  • the DBMS 54 thus shields the users 56 from hardware-level details of the database 50 by supporting database operations, such as adding files to the database, inserting data into existing files, updating files, deleting files, and retrieving data from existing files.
  • the DBMS 54 includes a built-in application, typically referred to as a query language processor, by which a user 56 is able to issue high-level commands or statements to the DBMS 54.
  • commands include SELECr, INSERT, UPDATE and DELETE, which are examples of statements from the standard database language known as SQL (Structured Query Language).
  • SQL Structured Query Language
  • the SQL commands and queries are typically entered into the DBMS 54 through either a command-driven interface or through a menu-driven interface in which the user 56 is not required to enter commands, but instead fills in items on a form and chooses items from menus.
  • a user query assume that a user has the following request: "Find supplier numbers and 10 status for suppliers in Paris.” The request may be expressed as a SQL SELECT statement, as illustrated in the following figures.
  • FIGS. 3A and 3B illustrate an example SQL query using the supplier-parts database.
  • the SELECI ⁇ command specifies the desired fields FROM a specified table WHERE some specified condition is true.
  • a query must be formulated using qualified field names that comprise both the table name and the field name, separated by commas.
  • FIG. 3B illustrates the query shown in FIG. 3A rewritten with qualified field names.
  • a query in which data must be retrieved from more than one table is called a "join" operation.
  • a user of the supplier-parts database has the following request: "Find all combinations of supplier and part information where both the supplier and the part are located in the same city.” From the request, it can be seen that the required data must be obtained from two tables, S and P.
  • FIG. 4 illustrates the request above expressed as a SQL statement and the results returned by executing the query.
  • both the S and P tables are named in the FROM clause.
  • the result of the query is a join of tables S and P over matching fields, in this case, CITY values.
  • the join condition is easily met because the field values contained in the CITY columns used to represent the same instances of real world concepts (e.g. the city London) are identical.
  • column fields representing the same concepts (e.g. cities or parts) in two different tables may not use the same field values to represent the same instances of those concepts.
  • table columns can be designed to support different data types, such as character strings, numeric data, and dates.
  • data types such as character strings, numeric data, and dates.
  • the column fields representing the same concepts in two different tables may also have different field values when the two columns have been designed to support different data types.
  • a column representing objects in a table in one database may support character strings, while a column representing those same objects in a table in another database may support numeric values.
  • join condition in FIG. 4 could be expanded as follows:
  • the expanded join will perform its intended function, such a brute force method has several drawbacks.
  • One drawback is that the expanded join is inefficient because each statement in the join clause must be executed every time a join between the two fields is attempted, which slows system performance.
  • Another drawback is that the expanded join is inflexible. For example, if new cities are added to either table or if the city values are updated, the join will have to be rewritten in every program that uses that particular join operation.
  • the present invention provides a method and system for performing joins across two or more fields that represent similar concepts using different field values. According to the present invention, the fields are joined based on whether the field values represent the same concept, rather than whether the field values themselves are identical, as explained below.
  • FIG. 6 is a flow chart of the method for performing conceptual joins in accordance with the present invention.
  • the process begins by identifying the conceptual meanings represented by the field values of the fields that may be joined in the database in step 100. After the conceptual meanings of the field values are identified, the conceptual meanings of the field values from one table are mapped to the field values of other tables that represent the same concept in step 102. In a preferred embodiment, the mapping between the conceptual meanings of field values is implemented by generating a field-code mapping table.
  • FIG. 7 is a diagram illustrating a field-code mapping table in accordance with the present invention.
  • the field-code mapping table (FCT) 104 includes plurality of entries corresponding to the tables that may be joined in the database 50.
  • Each of the entries in the FCT 104 includes a field -- name 106, a field -- value 108, and a conceptual -- meaning 110 of the field value.
  • the field -- name 106 identifies a particular table and the name of a corresponding column from that table.
  • the field value 108 specifies the actual field value used in the identified table, and the conceptual -- meaning 110 is a generic term or phrase identifying what instance of a real world concept the field value represents.
  • the FCT column names include hyphens because the syntax rules of SQL do not allow spaces in table or column names).
  • the FCT 104 in FIG. 7 is shown with examples from the CITY columns of the supplier-parts database.
  • the conceptual -- meaning 110 in the first and second entries of the FCT identifies that the field values "ATM" and "01" in the tables S.CITY and P.CITY, respectively, both represent the concept of the city of Athens.
  • the FCT 104 is created by a DBA, and once created, entries are added to the FCI 104 as needed for any new tables that are added to the database.
  • a database query is received from a user in step 112.
  • the query specifies a join condition and therefore specifies two or more fields to be joined (e.g., fields F1 and F2). If the query is not in SQL form, then the fields to join may be manually identified by a DBA, or automatically identified by a software program.
  • the entries in the FCT 104 corresponding to the fields specified in the query that have matching conceptual meanings are identified in step 114.
  • the entries in the FCT 104 corresponding to the fields having matching conceptual meanings are then joined using standard SQL in step 116.
  • steps 114 and 116 of joining the matching specified fields is performed by joining the FCT 104 with itself. Assuming the specified fields to be joined are F1 and F2, a conceptual join of fields F1 and F2 is performed through the FCT 104 using the following SQL:
  • SQL provides for the use of aliases or range variables (T1 and T2), each of which range over the FCT table.
  • T1 represents some row from the first copy of the FCT
  • T2 represents some row from the second copy.
  • the result of the query is found by examining all possible pairs of T1'T2 values and checking the WHERE condition in every case.
  • Joining the FCT with itself in this manner effectively performs a search of the FCT that co-identifies entries in the FCT that have matching conceptual meaning fields 110.
  • FIG. 7 for example, assume a query was received from a user specifying a join of the S.CITY and P.CITY fields. A conceptual join of these two fields is performed using the above SQL to join the FCT 104 with itself as follows:
  • a method and system for conceptually joining fields that represent similar concepts using different field values has been disclosed.
  • the conceptual join method and system of the present invention is both more efficient and has greater flexible than brute force methods.
  • Software written according to the present invention is to be stored in some form of computer-readable medium, such as memory or CD-ROM, or transmitted over a network, and executed by a processor.

Abstract

A method and system for performing a database join across a first field and a second field that represent a conceptual meaning, wherein the first field represents the conceptual meaning using a first value and the second field represents the conceptual meaning using a second value. The method and system includes mapping the first value and the second value to the conceptual meaning using a code-mapping table. After the code-mapping table is generated, the system receives a request that specifies a join operation between the first and second fields. The method and system further includes joining the first and second fields in response to identifying that the first and second fields map to the conceptual meaning in the code-mapping table.

Description

CROSS-REFERENCE TO RELATED APPLICATIONS
The present application is related to application Ser. No. 08/925,632, entitled "Heuristic Co-identification of Objects Across Heterogeneous Information Sources", pending and application Ser. No. 08/929,352, entitled "A Pass-Through Architecture Via Hash Techniques to Remove Duplicate Query Results", pending filed on the same date as the present application and assigned to the assignee of the present application.
FIELD OF THE INVENTION
The present invention relates to database systems, and more particularly to a method and system for performing conceptual joins across fields of a database.
BACKGROUND OF THE INVENTION
A database system may be described as a computerized record keeping system whose overall purpose is to maintain information and to make that information available on demand. Almost all databases in use today are based on a "relational model" in which the database data is perceived by its users as a collection of tables. The tables in a relational database include a row of column names specifying one or more column fields, and zero or more data rows containing one scalar value for each of the column fields. Each column in a database stores data regarding a particular concept or object. Therefore, the value contained in each field in a column represents a separate instance of that concept. For example, a table pertaining to parts in a manufacturing database may contain a column representing the concept of part numbers, and each field in that column may contain a value representing one instance of part numbers.
One feature that distinguishes relational from nonrelational databases is the ability to "join" two or more tables. In general, a join is described as a query in which data is retrieved from the fields of more than one table (although data may also be retrieved by joining a table with itself). However, in some database environments, it is possible that column fields representing the same real-world concepts (e.g. cities or parts) in two different tables may not use the same field values to represent the same instances of those objects. There are several reasons why this is so. One reason has to do with the fact that table columns can support different data types, such as character strings, numeric data, and dates. Thus, even where two columns in different tables both support character strings to represent the same concepts or objects, the values used to fill those character strings may be different. For example, assume two columns represent types of transportation, such as automobiles, airplanes, trains etc. A field value representing the concept of automobile in one table may be the string "car", while a field value for automobile in another column may be the string "auto".
Another reason why column fields representing the same concepts in two different tables may have different field values is that the two columns have been designed to support different data types. For example one column representing types of transportation may do so with field values that are character strings, as described above, while another column represents the types of transportation with numeric codes, such as the code "50" to represent automobiles, the code "60" to represent airplanes, code "70" to represent trains, and so. In either of the examples above, if an attempt is made to perform a join across fields representing instances of the same concept but that use different field values, the join operation will fail because the sets of field values between the two columns do not equate. That is, although the field values "car", "auto", and the code "50" have the same meaning (automobile), the actual field values "car", "auto" and "50" do not equate and a join will fail.
Accordingly, what is needed is a method and system for performing joins across two or more fields that represent similar concepts using different field values. The present invention addresses such a need.
SUMMARY OF THE INVENTION
The present invention provides a method and system for performing a database join across a first field and a second field that represent a particular conceptual meaning, but where the first field represents the conceptual meaning using a first value and the second field represents the conceptual meaning using a second value. The method and system includes mapping the first value and the second value to the conceptual meaning using a code-mapping table. After the code-mapping table is generated, the system receives a request that specifies a join operation between the first and second fields. The method and system further comprises joining the first and second fields in response to identifying that the first and second fields map to the conceptual meaning in the code-mapping table. According to the system and method disclosed herein, the present invention enables two or more fields representing the same concept to be joined even when the fields expressing that concept use different field values.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of a relational database system environment in which the present invention operates.
FIG. 2 is a diagram illustrating database tables in an example database.
FIGS. 3A and 3B are diagrams illustrating example Standard Query Language SELECT statements.
FIG. 4 illustrates a SQL query that includes a join operation, and the results returned by executing the query.
FIG. 5 is a diagram illustrating other examples of supplier and parts tables in which fields used to join the tables have different field values to represent similar concepts.
FIG. 6 is a flow chart of the method for performing conceptual joins in accordance with the present invention.
FIG. 7 is a diagram illustrating a field-code mapping table in accordance with the present invention.
DESCRIPTION OF THE INVENTION
The present invention relates to an improvement in relational database systems. The following description is presented to enable one of ordinary skill in the art to make and use the invention and is provided in the context of a patent application and its requirements. Various modifications to the preferred embodiment will be readily apparent to those skilled in the art and the generic principles herein may be applied to other embodiments. Thus, the present invention is not intended to be limited to the embodiment shown but is to be accorded the widest scope consistent with the principles and features described herein. The present invention provides a method and system for performing joins across two or more fields that represent similar concepts using different Seld values. Although the present invention will be described in terms of a standard query language (SQL), as described in "An Introduction to Database Systems" by C. J. Date (Addison-Wesley Publishing Company, 5th ed. 1990), which is herein incorporated by reference, the present invention may be used and implemented with any type of database language S FIG. 1 is a block diagram of a relational database system environment in which the present invention operates. The database system 50 includes database hardware 52, database software 54, and users of the database 56. The database hardware 52 includes storage devices, typically hard disk drives 58, for storing database data 60, together with associated input/output devices, such as device controllers (not shown). A processor 62 and associated main memory 64 are used to support the execution of the database system software 54.
The database data 60 may be located in a central location and/or located remotely via a network, such as the Internet, for example. The database SO is based on the relational model in which the data SO is organized as a collection of tables. For 15 purposes of explanation, assume that the database SO is maintained by a manufacturing company to record information about its manufacturing projects, the parts used in those projects, and the suppliers who supply those parts. The projects, parts, suppliers, etc., thus constitute the basic entities or objects about which the company needs to record information.
FIG. 2 is a diagram illustrating two tables included in the example manufacturing supply database. The manufacturing-supply database includes a supplier table (S) where each row represents a different supplier, and a parts table (P) where each row represents a different part. Each column in the tables stores data regarding a particular concept or object. The S table includes columns representing a unique supplier number (S#), a supplier name (SNAME), a rating or status (STATUS); and a location (CITY). The P table includes columns representing a unique part number (P#), a part name (PNAME), a color (COLOR), a weight, and a location where parts of that type are stored (CITY). Therefore, the values contained in each field in a column represent a separate instance of these concepts. For example, the column (P#) in the parts table (P) represents the concept of part numbers, and each field in that column contains a value representing one instance of part numbers.
Referring again to FIG. 1, the database system software 54, hereinafter referred to as the database management system (DBMS), is the interface between the users 56 of the system and the physical database itself (i.e., the data 60 and the disk drives 58). The users 56 of the database 50 may be categorized in three broad classes: application programmers who are responsible for writing application programs that use the database 50, end-users who interact with the database 50 from on-line terminals, and database administrators (DBAs) who create and maintain the database 50 and who provide multiple end-users with security access to the database 50. If the database 50 is designed for a single-user, as opposed to multi-user database, then the end-user also performs the function of the DBA.
All request from users for access to the database data 60 are handled by the DBMS 54. The DBMS 54 thus shields the users 56 from hardware-level details of the database 50 by supporting database operations, such as adding files to the database, inserting data into existing files, updating files, deleting files, and retrieving data from existing files.
The DBMS 54 includes a built-in application, typically referred to as a query language processor, by which a user 56 is able to issue high-level commands or statements to the DBMS 54. Such commands include SELECr, INSERT, UPDATE and DELETE, which are examples of statements from the standard database language known as SQL (Structured Query Language). The SQL commands and queries are typically entered into the DBMS 54 through either a command-driven interface or through a menu-driven interface in which the user 56 is not required to enter commands, but instead fills in items on a form and chooses items from menus. As an example of a user query, assume that a user has the following request: "Find supplier numbers and 10 status for suppliers in Paris." The request may be expressed as a SQL SELECT statement, as illustrated in the following figures.
FIGS. 3A and 3B illustrate an example SQL query using the supplier-parts database. As shown in FIG. 3A, the SELECI˜ command specifies the desired fields FROM a specified table WHERE some specified condition is true. When querying information from more than one table, a query must be formulated using qualified field names that comprise both the table name and the field name, separated by commas. FIG. 3B illustrates the query shown in FIG. 3A rewritten with qualified field names.
A query in which data must be retrieved from more than one table is called a "join" operation. For example, assume a user of the supplier-parts database has the following request: "Find all combinations of supplier and part information where both the supplier and the part are located in the same city." From the request, it can be seen that the required data must be obtained from two tables, S and P.
FIG. 4 illustrates the request above expressed as a SQL statement and the results returned by executing the query. In the SQL statement, both the S and P tables are named in the FROM clause. The connection between the two tables, that S.CITY=P.CITY, is called is the join condition and is expressed in the WHERE clause. As shown, the result of the query is a join of tables S and P over matching fields, in this case, CITY values.
In the supplier-parts example, the join condition is easily met because the field values contained in the CITY columns used to represent the same instances of real world concepts (e.g. the city London) are identical. However, in some database environments, it is possible that column fields representing the same concepts (e.g. cities or parts) in two different tables may not use the same field values to represent the same instances of those concepts.
This is generally due to the fact that not all databases are designed in the same manner, particularly when the databases are designed by completely separate entities. That is, table columns can be designed to support different data types, such as character strings, numeric data, and dates. As stated above, even where two columns in different tables both support character strings to represent the same concept or objects, the values used to fill those character strings may be different due to the use of synonyms and abbreviations.
For example, assume that the city column in the S table used abbreviations to represent the concept of cities, such as expressing the concept of the city of London as the string "Lon." If an attempt is made to join the S table with the P table, as shown in FIG. 4, the join condition will fail because the field values used to represent instances of the same concept (e.g., the city London) in the S.CITY and P.CITY columns do not equal one another. Although the field value "Lon" in S.CITY has the same meaning as the field value "London" in P.CITY, the actual field values "Lon" and "London" do not equate and the join will fail.
The column fields representing the same concepts in two different tables may also have different field values when the two columns have been designed to support different data types. For example, a column representing objects in a table in one database may support character strings, while a column representing those same objects in a table in another database may support numeric values.
In the supplier-parts database example, for instance, assume that the manufacturing company merged with another and that the two companies databases are merged either physically or over a network. Assume further that the supplier table S and the parts table P shown in FIG. 2 are replaced with the supplier table S and the parts table P from the new company, as shown in FIG. 5. The new S and P tables in FIG. 5 are similar to the old tables, but now the S table represents the concepts of cities with abbreviated character strings. And the P table represents the concepts of cities with numeric codes, rather than by names, where the following codes represent the following cities;
______________________________________                                    
01 =             Athens                                                   
02 =             London                                                   
03 =             Paris                                                    
.                 .                                                       
.                 .                                                       
.                 .                                                       
04 =             Rome                                                     
______________________________________                                    
As in the case of different character strings, the meanings of the field values being the same is not the same as the field values themselves being the same, and a join across the two fields will fail. For example, the field value "Lon" in S.CITY is not equal to the field value "02" in P.CITY even though they mean conceptually the same thing, the city of London. Also, in some systems, the join between a character field and a numeric field would not only fail, but would also result in an error because of the comparison between two incompatible data types.
Although a standardly written join condition will not work for the examples above, a modified join condition can be written that will successfully join the fields. In this method, the join condition is expanded to cover all possibilities between the respective field values. For example, to join the S and P tables in FIG. 5, the SQL join condition in FIG. 4 could be expanded as follows:
______________________________________                                    
        SELECT        *                                                   
        FROM          S, P                                                
______________________________________                                    
where, the asterisk in the SQL statement is shorthand for a list of all field names in the table(s) named in the FROM clause.
This expanded SQL join is a "brute force" attempt at capturing the meaning of the concept of cities by specifying every combination of field values from the two columns that satisfy the condition city=city. Although the expanded join will perform its intended function, such a brute force method has several drawbacks. One drawback is that the expanded join is inefficient because each statement in the join clause must be executed every time a join between the two fields is attempted, which slows system performance. Another drawback is that the expanded join is inflexible. For example, if new cities are added to either table or if the city values are updated, the join will have to be rewritten in every program that uses that particular join operation.
The present invention provides a method and system for performing joins across two or more fields that represent similar concepts using different field values. According to the present invention, the fields are joined based on whether the field values represent the same concept, rather than whether the field values themselves are identical, as explained below.
FIG. 6 is a flow chart of the method for performing conceptual joins in accordance with the present invention. The process begins by identifying the conceptual meanings represented by the field values of the fields that may be joined in the database in step 100. After the conceptual meanings of the field values are identified, the conceptual meanings of the field values from one table are mapped to the field values of other tables that represent the same concept in step 102. In a preferred embodiment, the mapping between the conceptual meanings of field values is implemented by generating a field-code mapping table.
FIG. 7 is a diagram illustrating a field-code mapping table in accordance with the present invention. According to the present invention, the field-code mapping table (FCT) 104 includes plurality of entries corresponding to the tables that may be joined in the database 50. Each of the entries in the FCT 104 includes a field-- name 106, a field-- value 108, and a conceptual-- meaning 110 of the field value. The field-- name 106 identifies a particular table and the name of a corresponding column from that table. The field value 108 specifies the actual field value used in the identified table, and the conceptual-- meaning 110 is a generic term or phrase identifying what instance of a real world concept the field value represents. (In a preferred embodiment where the FCT 104 is implemented using SQL, the FCT column names include hyphens because the syntax rules of SQL do not allow spaces in table or column names).
The FCT 104 in FIG. 7 is shown with examples from the CITY columns of the supplier-parts database. The conceptual-- meaning 110 in the first and second entries of the FCT identifies that the field values "ATM" and "01" in the tables S.CITY and P.CITY, respectively, both represent the concept of the city of Athens. In a preferred embodiment, the FCT 104 is created by a DBA, and once created, entries are added to the FCI 104 as needed for any new tables that are added to the database.
Referring again to FIG. 6, after the conceptual meanings of the field values are mapped to one another through the FCT 104, a database query is received from a user in step 112. The query specifies a join condition and therefore specifies two or more fields to be joined (e.g., fields F1 and F2). If the query is not in SQL form, then the fields to join may be manually identified by a DBA, or automatically identified by a software program. In response to receiving the request, the entries in the FCT 104 corresponding to the fields specified in the query that have matching conceptual meanings are identified in step 114. The entries in the FCT 104 corresponding to the fields having matching conceptual meanings are then joined using standard SQL in step 116.
In a preferred embodiment, steps 114 and 116 of joining the matching specified fields is performed by joining the FCT 104 with itself. Assuming the specified fields to be joined are F1 and F2, a conceptual join of fields F1 and F2 is performed through the FCT 104 using the following SQL:
______________________________________                                    
FROM        FCT T1 FCT T.                                                 
______________________________________                                    
WHERE
T1.field name=`F1` and
T2.field-- name=`F2` and
TI.conceptual-- meaning=T2.conceptual-- meaning and
F1=TI.field-- value and
F2=T2.field-- value
As is apparent to those with ordinary skill in the art, when joining a table with itself, two rows of the table need to be referenced at the same time. In order to distinguish between the two references, SQL provides for the use of aliases or range variables (T1 and T2), each of which range over the FCT table. At any particular time, T1 represents some row from the first copy of the FCT, and T2 represents some row from the second copy. The result of the query is found by examining all possible pairs of T1'T2 values and checking the WHERE condition in every case. Joining the FCT with itself in this manner effectively performs a search of the FCT that co-identifies entries in the FCT that have matching conceptual meaning fields 110. Referring again to FIG. 7, for example, assume a query was received from a user specifying a join of the S.CITY and P.CITY fields. A conceptual join of these two fields is performed using the above SQL to join the FCT 104 with itself as follows:
______________________________________                                    
FROM        FCT T1 FCT T.                                                 
______________________________________                                    
WHERE
TI.field name=`S.CITY` and
T2.field name=`P.CITY` and
TI.conceptual-- meaning=T2.conceptual-- meaning and
S.CITY=T1.field value and
P.CITY=T2.field value and
Thus, all combinations of S.CITY and P.CITY will be found that represent the same conceptual city, but that express that concept using different field values. After a conceptual join of the FCT is complete, the remainder of the user's query may be processed in a conventional manner.
A method and system for conceptually joining fields that represent similar concepts using different field values has been disclosed. The conceptual join method and system of the present invention is both more efficient and has greater flexible than brute force methods. Software written according to the present invention is to be stored in some form of computer-readable medium, such as memory or CD-ROM, or transmitted over a network, and executed by a processor.
Although the present invention has been described in accordance with the embodiments shown, one of ordinary skill in the art will readily recognize that there could be variations to the embodiments and those variations would be within the spirit and scope of the present invention. Accordingly, many modifications may be made by one of ordinary skill in the art without departing from the spirit and scope of the appended claims.

Claims (10)

What is claimed is:
1. A computer-implemented method for performing a database join across a first field and a second field that represent a conceptual meaning, wherein the first field represents the conceptual meaning using a first value and the second field represents the conceptual meaning using a second value that is different from the first value, the method comprising the steps of:
mapping the first value and the second value to the conceptual meaning using a code-mapping table;
receiving a request that specifies a join operation between the first and second fields; and
joining the first and second fields in response to identifying that the first and second fields map to the conceptual meaning in the code-mapping table.
2. The invention of claim 1 wherein the first field is included in a first table, and the second field is included in a second table, further comprising the steps of:
providing the code-mapping table with a first entry and a second entry;
providing the first entry with a field name identifying the first table and the first field, a code field value specifying the first field value, and a field for specifying the conceptual meaning; and
providing the second entry with a field name identifying the second table and the second field, a code field specifying the second field value, and a field for specifying the conceptual meaning.
3. The invention of claim 2, further comprising the step of:
identifying that the first and second field's map to the conceptual meaning by joining the code-mapping table with itself.
4. The invention of claim 3, further comprising the step of:
performing the join of the code-mapping table (CT) with itself to join the first field (F1) with the second field (F2) using table aliases T1 and T2 by executing a query:
______________________________________                                    
FROM        CT T1 CT T2                                                   
______________________________________                                    
WHERE
T1.field-- name=`F1`;
T2.field-- name=`F2`;
T1.conceptual meaning=T2.conceptual-- meaning;
F1=T1.field-- value; and
F2=T2.field value.
5. A computer-implemented method for performing joins across a first and second field in a database, wherein the first and second fields represent a particular concept using different field values, the method comprising the steps of:
providing a code-mapping table, the code mapping table containing a plurality of entries corresponding to a plurality of fields in the database including the first and second fields, each of the plurality of entries including a field name of the field, the field value of the field, and a conceptual meaning represented by the field value;
receiving a request that specifies a join operation between the first field and the second field;
identifying entries in the code-mapping table corresponding to the first field and the second field that have matching conceptual meanings; and
joining the first and second fields by generating a query language request that joins the fields corresponding to the identified entries in the code-mapping table.
6. The invention of claim 5, further comprising the step of:
identifying that the first and second fields have matching conceptual meanings by joining the code-mapping table with itself.
7. The invention of claim 6, further comprising the step of:
performing the join of the code-mapping table (CT) with the code-mapping table in order to join the first field (F1) with the second field (F2) using tables aliases T1 and T2 by executing a query:
______________________________________                                    
FROM        CT T1 CT T2                                                   
______________________________________                                    
WHERE
T1.field-- name=`F1`;
T2.field-- name=`F2`;
T1.conceptual meaning=T2.conceptual-- meaning;
F1=T1.field-- value; and
F2=T2.field value.
8. A computer-readable medium containing program instructions for performing joins across a first and second field in a database, wherein the first and second fields represent a particular concept using different field values, the program instructions comprising the steps of:
providing a code-mapping table, the code mapping table containing a plurality of entries corresponding to a plurality of fields in the database including the first and second fields, each of the plurality of entries including a field name of the field, the field value of the field, and a conceptual meaning represented by the field value;
receiving a request that specifies a join operation between the first field and the second field;
identifying entries in the code-mapping table corresponding to the first field and the second field that have matching conceptual meanings; and
joining the first and second fields by generating a query language request that joins the fields corresponding to the identified entries in the code-mapping table.
9. The invention of claim 8, further comprising the step of:
identifying that the first and second fields have matching conceptual meanings by joining the code-mapping table with itself.
10. The invention of claim 9, further comprising the step of:
performing the join of the code-mapping table (CT) with the code mapping table in order to join the first field (F1) with the second field (F2) using tables aliases T1 and T2 by executing a query:
______________________________________                                    
FROM        CT T1 CT T2                                                   
______________________________________                                    
WHERE
T1.field-- name=`F1`;
T2.field-- name=`F2`;
T1.conceptual meaning=T2.conceptual-- meaning;
F1=T1.field-- value; and
F2=T2.field value.
US08/925,786 1997-09-09 1997-09-09 Method and system for performing conceptual joins across fields of a database Expired - Lifetime US5943665A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US08/925,786 US5943665A (en) 1997-09-09 1997-09-09 Method and system for performing conceptual joins across fields of a database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US08/925,786 US5943665A (en) 1997-09-09 1997-09-09 Method and system for performing conceptual joins across fields of a database

Publications (1)

Publication Number Publication Date
US5943665A true US5943665A (en) 1999-08-24

Family

ID=25452244

Family Applications (1)

Application Number Title Priority Date Filing Date
US08/925,786 Expired - Lifetime US5943665A (en) 1997-09-09 1997-09-09 Method and system for performing conceptual joins across fields of a database

Country Status (1)

Country Link
US (1) US5943665A (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6081805A (en) * 1997-09-10 2000-06-27 Netscape Communications Corporation Pass-through architecture via hash techniques to remove duplicate query results
US6108651A (en) * 1997-09-09 2000-08-22 Netscape Communications Corporation Heuristic co-identification of objects across heterogeneous information sources
US6470343B1 (en) * 1998-02-20 2002-10-22 International Business Machines Corporation Method, computer program product, system, and data structure for database data model extension
US6539378B2 (en) * 1997-11-21 2003-03-25 Amazon.Com, Inc. Method for creating an information closure model
US20030126138A1 (en) * 2001-10-01 2003-07-03 Walker Shirley J.R. Computer-implemented column mapping system and method
US6836776B2 (en) 2000-06-05 2004-12-28 International Business Machines Corporation System and method for managing hierarchical objects
US7016917B2 (en) 2000-06-05 2006-03-21 International Business Machines Corporation System and method for storing conceptual information
US7206785B1 (en) * 2001-10-24 2007-04-17 Bellsouth Intellectual Property Corporation Impact analysis of metadata
US20100005054A1 (en) * 2008-06-17 2010-01-07 Tim Smith Querying joined data within a search engine index
US7945561B1 (en) * 2006-06-21 2011-05-17 Actuate Corporation Methods and apparatus for processing a query joining tables stored at different data sources
US9275155B1 (en) 2015-01-23 2016-03-01 Attivio Inc. Querying across a composite join of multiple database tables using a search engine index
WO2016196004A1 (en) * 2015-05-31 2016-12-08 Microsoft Technology Licensing, Llc Joining semantically-related data using big table corpora
US9747363B1 (en) 2012-03-01 2017-08-29 Attivio, Inc. Efficient storage and retrieval of sparse arrays of identifier-value pairs
US20180181606A1 (en) * 2014-07-07 2018-06-28 Xiaoying CHU Data storage methods, query methods, and apparatuses thereof
US10437824B2 (en) 2015-01-23 2019-10-08 Attivio, Inc. Querying across a composite join of multiple database tables using a search engine index

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5325466A (en) * 1992-05-07 1994-06-28 Perceptive Decision Systems, Inc. System for extracting knowledge of typicality and exceptionality from a database of case records
US5555367A (en) * 1994-09-30 1996-09-10 General Electric Company Method and system for generating computer programs for queries formed by manipulating object-oriented diagrams
US5594898A (en) * 1994-03-25 1997-01-14 Microsoft Corporation Method and system for joining database tables using compact row mapping structures
US5696960A (en) * 1994-12-30 1997-12-09 International Business Machines Corporation Computer program product for enabling a computer to generate uniqueness information for optimizing an SQL query
US5734887A (en) * 1995-09-29 1998-03-31 International Business Machines Corporation Method and apparatus for logical data access to a physical relational database

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5325466A (en) * 1992-05-07 1994-06-28 Perceptive Decision Systems, Inc. System for extracting knowledge of typicality and exceptionality from a database of case records
US5594898A (en) * 1994-03-25 1997-01-14 Microsoft Corporation Method and system for joining database tables using compact row mapping structures
US5555367A (en) * 1994-09-30 1996-09-10 General Electric Company Method and system for generating computer programs for queries formed by manipulating object-oriented diagrams
US5696960A (en) * 1994-12-30 1997-12-09 International Business Machines Corporation Computer program product for enabling a computer to generate uniqueness information for optimizing an SQL query
US5734887A (en) * 1995-09-29 1998-03-31 International Business Machines Corporation Method and apparatus for logical data access to a physical relational database

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6108651A (en) * 1997-09-09 2000-08-22 Netscape Communications Corporation Heuristic co-identification of objects across heterogeneous information sources
US6081805A (en) * 1997-09-10 2000-06-27 Netscape Communications Corporation Pass-through architecture via hash techniques to remove duplicate query results
US6539378B2 (en) * 1997-11-21 2003-03-25 Amazon.Com, Inc. Method for creating an information closure model
US6571243B2 (en) 1997-11-21 2003-05-27 Amazon.Com, Inc. Method and apparatus for creating extractors, field information objects and inheritance hierarchies in a framework for retrieving semistructured information
US6470343B1 (en) * 1998-02-20 2002-10-22 International Business Machines Corporation Method, computer program product, system, and data structure for database data model extension
US6836776B2 (en) 2000-06-05 2004-12-28 International Business Machines Corporation System and method for managing hierarchical objects
US7016917B2 (en) 2000-06-05 2006-03-21 International Business Machines Corporation System and method for storing conceptual information
US20030126138A1 (en) * 2001-10-01 2003-07-03 Walker Shirley J.R. Computer-implemented column mapping system and method
US7206785B1 (en) * 2001-10-24 2007-04-17 Bellsouth Intellectual Property Corporation Impact analysis of metadata
US7945561B1 (en) * 2006-06-21 2011-05-17 Actuate Corporation Methods and apparatus for processing a query joining tables stored at different data sources
US20100005054A1 (en) * 2008-06-17 2010-01-07 Tim Smith Querying joined data within a search engine index
US8073840B2 (en) * 2008-06-17 2011-12-06 Attivio, Inc. Querying joined data within a search engine index
US9747363B1 (en) 2012-03-01 2017-08-29 Attivio, Inc. Efficient storage and retrieval of sparse arrays of identifier-value pairs
US20180181606A1 (en) * 2014-07-07 2018-06-28 Xiaoying CHU Data storage methods, query methods, and apparatuses thereof
US10489372B2 (en) * 2014-07-07 2019-11-26 Alibaba Group Holding Limited Data storage methods, query methods, and apparatuses thereof
US9275155B1 (en) 2015-01-23 2016-03-01 Attivio Inc. Querying across a composite join of multiple database tables using a search engine index
US10437824B2 (en) 2015-01-23 2019-10-08 Attivio, Inc. Querying across a composite join of multiple database tables using a search engine index
WO2016196004A1 (en) * 2015-05-31 2016-12-08 Microsoft Technology Licensing, Llc Joining semantically-related data using big table corpora
CN107690637A (en) * 2015-05-31 2018-02-13 微软技术许可有限责任公司 Semantic related data are connected using big table corpus
US10198471B2 (en) 2015-05-31 2019-02-05 Microsoft Technology Licensing, Llc Joining semantically-related data using big table corpora
CN107690637B (en) * 2015-05-31 2021-05-28 微软技术许可有限责任公司 Connecting semantically related data using large-table corpus

Similar Documents

Publication Publication Date Title
US5895465A (en) Heuristic co-identification of objects across heterogeneous information sources
US6175836B1 (en) Optimization of relational database queries
Bloesch et al. ConQuer: a conceptual query language
US5761657A (en) Global optimization of correlated subqueries and exists predicates
US7555493B2 (en) Apparatus, systems and methods for relational database replication and proprietary data transformation
US5943665A (en) Method and system for performing conceptual joins across fields of a database
US5564113A (en) Computer program product for rendering relational database management system differences transparent
US11599535B2 (en) Query translation for searching complex structures of objects
US7401095B2 (en) Method and system for composing a query for a database and traversing the database
US7536406B2 (en) Impact analysis in an object model
US6167399A (en) Join index for relational databases
US7668888B2 (en) Converting object structures for search engines
EP1385100A2 (en) Mapping a class hierarchy to a relational database system
JPH06175906A (en) Information accumulation system and method
WO1999032996A1 (en) Integrating both modifications to an object model and modifications to a database into source code by an object-relational mapping tool
US20070005612A1 (en) Methods and systems for optimizing searches within relational databases having hierarchical data
US7136861B1 (en) Method and system for multiple function database indexing
US7640266B2 (en) Computer program product and associated methods for searching a database of objects, connecting objects in such a database, and exporting data from at least one arbitrary database
JP2008269643A (en) Method of organizing data and of processing query in database system, and database system and software product for executing such method
US20040193567A1 (en) Apparatus and method for using a predefined database operation as a data source for a different database operation
US8195712B1 (en) Lattice data set-based methods and apparatus for information storage and retrieval
US6925630B1 (en) Method for generating code for processing a database
US5953715A (en) Utilizing pseudotables as a method and mechanism providing database monitor information
Lee et al. Designing triggers with trigger-by-example
Cerpa Pre-physical data base design heuristics

Legal Events

Date Code Title Description
AS Assignment

Owner name: NETSCAPE COMMUNICATIONS CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GUHA, RAMANATHAN V.;REEL/FRAME:008790/0554

Effective date: 19970904

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

AS Assignment

Owner name: BANK OF AMERICAN, N.A. AS COLLATERAL AGENT,TEXAS

Free format text: SECURITY AGREEMENT;ASSIGNORS:AOL INC.;AOL ADVERTISING INC.;BEBO, INC.;AND OTHERS;REEL/FRAME:023649/0061

Effective date: 20091209

Owner name: BANK OF AMERICAN, N.A. AS COLLATERAL AGENT, TEXAS

Free format text: SECURITY AGREEMENT;ASSIGNORS:AOL INC.;AOL ADVERTISING INC.;BEBO, INC.;AND OTHERS;REEL/FRAME:023649/0061

Effective date: 20091209

AS Assignment

Owner name: LIGHTNINGCAST LLC, NEW YORK

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416

Effective date: 20100930

Owner name: AOL ADVERTISING INC, NEW YORK

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416

Effective date: 20100930

Owner name: MAPQUEST, INC, COLORADO

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416

Effective date: 20100930

Owner name: NETSCAPE COMMUNICATIONS CORPORATION, VIRGINIA

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416

Effective date: 20100930

Owner name: AOL INC, VIRGINIA

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416

Effective date: 20100930

Owner name: QUIGO TECHNOLOGIES LLC, NEW YORK

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416

Effective date: 20100930

Owner name: YEDDA, INC, VIRGINIA

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416

Effective date: 20100930

Owner name: GOING INC, MASSACHUSETTS

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416

Effective date: 20100930

Owner name: TRUVEO, INC, CALIFORNIA

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416

Effective date: 20100930

Owner name: TACODA LLC, NEW YORK

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416

Effective date: 20100930

Owner name: SPHERE SOURCE, INC, VIRGINIA

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416

Effective date: 20100930

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: NEW AURORA CORPORATION, CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:NETSCAPE COMMUNICATIONS CORPORATION;REEL/FRAME:028450/0340

Effective date: 20120315

AS Assignment

Owner name: FACEBOOK, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NEW AURORA CORPORATION;REEL/FRAME:033847/0441

Effective date: 20140929

AS Assignment

Owner name: META PLATFORMS, INC., CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:FACEBOOK, INC.;REEL/FRAME:058961/0436

Effective date: 20211028