WO2014021874A1 - Supporting multi-tenancy in a federated data management system - Google Patents

Supporting multi-tenancy in a federated data management system Download PDF

Info

Publication number
WO2014021874A1
WO2014021874A1 PCT/US2012/049068 US2012049068W WO2014021874A1 WO 2014021874 A1 WO2014021874 A1 WO 2014021874A1 US 2012049068 W US2012049068 W US 2012049068W WO 2014021874 A1 WO2014021874 A1 WO 2014021874A1
Authority
WO
WIPO (PCT)
Prior art keywords
tenant
external data
query
data store
specified
Prior art date
Application number
PCT/US2012/049068
Other languages
French (fr)
Inventor
Yalon LOTAN
Gil Tzadikevitch
Hadas AVRAHAM
Original Assignee
Hewlett-Packard Development Company, L.P.
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 Hewlett-Packard Development Company, L.P. filed Critical Hewlett-Packard Development Company, L.P.
Priority to CN201280072825.3A priority Critical patent/CN104246761A/en
Priority to PCT/US2012/049068 priority patent/WO2014021874A1/en
Priority to EP12882458.8A priority patent/EP2880556A4/en
Priority to US14/396,131 priority patent/US10970300B2/en
Publication of WO2014021874A1 publication Critical patent/WO2014021874A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/254Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses
    • 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/25Integrating or interfacing systems involving database management systems
    • G06F16/256Integrating or interfacing systems involving database management systems in federated or virtual databases
    • 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/25Integrating or interfacing systems involving database management systems

Definitions

  • Data warehousing and database federation techniques may be used to retrieve data from external data stores by providing users with a high-level query language that can be used to combine, contrast, analyze, and otherwise manipulate data.
  • Data warehousing techniques include loading data from one or more external data stores into a data warehouse.
  • moving data from external data stores to a data warehouse, as well as transforming the data into a format that is supported by the data warehouse may be very costly. Therefore, it may be desirable to use database federation techniques or, more specifically, configuration
  • CMDB management database
  • TQL topology query language
  • CMDB federation techniques may be used to extend the scope of existing topology query language (TQL) capabilities to encompass data that is stored and maintained in one or more external data stores.
  • CMDB federation techniques may provide for the retrieval of such data from the external data stores to a CMDB on-the-fly without having to copy large amounts of data to the CMDB. This may reduce the burden on the CMDB in terms of capacity and performance, and may allow for the integration of a large amount of data located on any number of external data stores.
  • FIG. 1 is a block diagram of a federated configuration data management system that supports multi-tenancy
  • FIG. 2 is a process flow diagram showing a method for executing a federated topology query language (FTQL) query using multi-tenant enabled external data stores or non-multi-tenant enabled external data stores, or any combination thereof;
  • FQL federated topology query language
  • FIG. 3 is a simplified process flow diagram showing a method for supporting multi-tenancy in a federated data management system
  • FIG. 4 is a block diagram showing a tangible, non-transitory, computer- readable medium that stores a protocol adapted to support multi-tenancy in a federated data management system.
  • the term "tenancy” refers to a logical grouping concept that provides network node grouping, mapping, and security support.
  • a tenant may be a particular customer within an Internet provider's network. Therefore, the federated configuration data management system described herein is configured to support data stores including data from multiple tenants.
  • the federated configuration data management system described herein may be used for configuration management applications.
  • configuration management refers to a process by which information about configuration items is maintained and delivered to information technology (IT) services. Configuration management may be used to improve the delivery of IT services by providing accurate data to IT service management processes.
  • a configuration item refers to any component that is to be managed in order to deliver an IT Service.
  • configuration items may include software, models, plans, formal documentation such as process documentation and service level agreements (SLAs), or the like.
  • Information about each configuration item may be recorded in a configuration record within a configuration management database (CMDB).
  • CMDB configuration management database
  • a configuration record is a record containing the details of a configuration item. Each configuration record documents the lifecycle of a single configuration item.
  • a CMDB is a database used to manage configuration records throughout the lifecycle of the configuration item associated with the configuration record.
  • the CMDB may record the attributes of each configuration item, as well as its relationship with other configuration items.
  • a CMDB may also contain other information linked to configuration items, such as incident records or change records.
  • a CMDB may only store general information relating to configuration items. The remaining information relating to the configuration items may be stored in external data stores. In many cases, clients desire to use configuration item data that is stored in the external data stores in addition to the configuration item data stored in the CMDB. Therefore, in order to allow retrieval of the configuration item data to be transparent to the user, the CMDB may provide a federation feature.
  • a federation feature may enable clients to request configuration item data from multiple data stores using CMDB application programming interfaces (APIs) without being aware of the actual location of the configuration item data.
  • the federation feature may search multiple geographically and technologically disparate data stores to locate and transform related configuration item data from the data stores.
  • the CMDB may transparently combine the configuration item data from the data stores and return the combined configuration item data to the client.
  • the federated configuration data management system described herein may provide uniform access to a number of heterogeneous data stores.
  • the data stores may be federated; that is, they may be linked together into a unified system by the federated configuration data management system to create a federated universal configuration management database (uCMDB).
  • the federated configuration data management system may provide access to the data stores by executing topology query language (TQL) queries received from clients.
  • TQL refers to an object oriented framework for describing applications and business services, and includes both physical and logical objects, their attributes, and their relationships to one another. TQL may enable the creation of graphical views designed to capture relevant interdependencies of items, such as configuration items, across IT services, applications, and infrastructure groups.
  • the federated configuration data management system may execute federated TQL (FTQL) queries.
  • a FTQL is a TQL that includes external configuration items in its definition.
  • An external configuration item is a configuration item that does not originate from the uCMDB. That is, the external configuration item is a class defined in the uCMDB class model, whose specific instances are stored in one or more external data stores rather than in the uCMDB.
  • the federated configuration data management system may retrieve such external configuration items from multi-tenant enabled external data stores or non-multi-tenant enabled external data stores, or both.
  • the description that follows refers to specific implementations of a federated configuration data management system. Namely, the description that follows refers to an implementation of an IT system configuration management system, including the use of FTQL queries to access configuration item data within external data stores, and a uCMDB in which are stored at least links to the external data stores.
  • IT system configuration management system including the use of FTQL queries to access configuration item data within external data stores, and a uCMDB in which are stored at least links to the external data stores.
  • FTQL queries to access configuration item data within external data stores
  • a uCMDB in which are stored at least links to the external data stores.
  • the federated configuration data management system may be used for many other purposes besides configuration management.
  • FIG. 1 is a block diagram of a federated configuration data management system 100 that supports multi-tenancy.
  • the federated configuration data management system 100 may include a uCMDB server 1 08.
  • the uCMDB server 1 00 may be communicatively coupled to multi-tenant enabled external data stores 102 and non-multi-tenant enabled external data stores 104 via corresponding external data store adapters 1 10.
  • the multi- tenant enabled external data stores 102 and the non-multi-tenant enabled external data storesl 04 may include any suitable types of data storage systems, such as CMDBs or other databases, where configuration data, including external
  • the external data store adapters 1 10 may include adapters developed in the JAVA programming language, or may include generic out-of-the-box (OOB) adapters.
  • the external data store adapters 1 1 0 may include database adapters, uCMDB adapters, or the like.
  • the uCMDB server 1 08 may also be communicatively coupled to a universal configuration management database (uCMDB) 1 12 via a uCMDB adapter 1 14.
  • the uCMDB 1 12 may store configuration data, such as general information relating to the configuration items.
  • the uCMDB server 100 may be communicatively coupled to the client 106.
  • a client interface 1 16 within the uCMDB server 108 may enable communication between the client 106 and the uCMDB server 108.
  • the client 106 may be any suitable type of computing device, including a personal computer (PC), laptop computer, mobile computing device, server, or the like.
  • the client 106 may represent a particular customer or user within the federated configuration data management system 100.
  • the client 106 may have the right to access specific data within the federated configuration data management system 100 that relates to the specific role of the associated customer or user on particular tenants.
  • Such data may be requested by the client 106 via TQL queries or, more specifically, FTQL queries.
  • the client 106 may issue FTQL queries to the uCMDB server 108, as indicated by arrow 1 18, and may receive FTQL results from the uCMDB server 1 08, as indicated by arrow 120.
  • the uCMDB server 1 08 may receive an FTQL query from the client 106 via the client interface 1 16, as indicated by the arrow 1 1 8.
  • the FTQL query may be a request for specific configuration data, including external configuration items located in any of the multi-tenant enabled external data stores 1 02 or the non-multi- tenant enabled external data stores 104.
  • the uCMDB server 108 may retrieve external configuration items from the multi-tenant enabled external data stores 102 or the non-multi-tenant enabled external data stores104, or both, through the external data store adapters 1 10. This may be accomplished via an adapter interface 1 22 that is configured to enable communication between the uCMDB server 1 08 and the external data stores 102 and 104 through the external data store adapters 1 10.
  • a federation engine 124 and a TQL engine 126 within the uCMDB server 1 08 may direct the retrieval of the external configuration items from any of the external data stores 1 02 or 104, as discussed further below.
  • the uCMDB server 1 08 may then return the FTQL results, including the retrieved external configuration items, to the client 106, as indicated by the arrow 1 20.
  • the federation engine 124 may be configured to determine appropriate external data stores 102 and/or 104 from which the requested external configuration items may be retrieved. Specifically, the federation engine 124 may build integration point definitions for the retrieval of each requested external configuration item. The integration point definitions may specify the external data store 102 or 1 04 from which each external configuration item is to be retrieved, as well as the particular external data store adapter 1 1 0 associated with the external data store 102 or 1 04.
  • the federation engine 124 determines whether each of the external data stores 102 and/or 104 from which the requested external configuration items are to be retrieved is multi-tenant enabled or non-multi-tenant enabled. The federation engine 124 may then direct the retrieval of the external configuration items from the external data stores 102 and/or 104 via the corresponding external data store adapters 1 10. The federation engine 124 may determine a suitable procedure for the retrieval of each external configuration item based on a tenant represented by the client 106, as well as the one or more tenants supported by the corresponding external data store 102 or 1 04.
  • the FTQL query may be executed on the multi-tenant enabled external data store 102, and the TQL engine 126 may retrieve only data that corresponds to the tenant represented by the client 106.
  • the federation engine 124 may remove all references to the tenant represented by the client 1 06 from the FTQL query prior to execution of the FTQL query on the non-multi-tenant enabled external data store 104.
  • the FTQL query may only be executed on the non-multi- tenant enabled external data store 1 04 if the tenant represented by the client 1 06 matches a default tenant of the non-multi-tenant enabled external data store 104.
  • Techniques for retrieving data from the external data stores 1 02 and 104 are described further below with respect to Fig. 2.
  • the federated configuration data management system 100 may provide data transparency. More specifically, the differences, idiosyncrasies, and implementations of the underlying data sources, including the uCMDB 1 12 and the external data stores 1 02 and 104, may be hidden from, i.e., transparent to, the client 106. This transparency allows the FTQL queries to be applied as if all the data exists in the uCMDB 1 1 2, although, in fact, the data may be stored in a heterogeneous collection of external data stores 102 and 1 04.
  • the federated configuration data management system 100 may also support heterogeneity, or the ability to accommodate a broad range of external data stores 102 and 1 04 without restriction of hardware, software, data model, interface, or protocol. Further, the federated configuration data management system 100 may support extensibility, or the ability to add new external data stores 102 and/or 1 04 dynamically in order to meet the changing desires of the client 106.
  • Fig. 2 is a process flow diagram showing a method 200 for executing an FTQL query using multi-tenant enabled external data stores or non-multi-tenant enabled external data stores, or any combination thereof.
  • the method 200 is executed by the uCMDB server 108 within the federated configuration data management system 100 described above with respect to Fig. 2.
  • the method 200 may also be executed by any other suitable type of management database within any suitable type of federated data management system.
  • the method 200 may be executed in a manner that is transparent to the client.
  • the client may request specific configuration data, such as external configuration items, without regard for whether the one or more external data stores including the configuration data are multi-tenant enabled or non-multi-tenant enabled.
  • the tenant property condition of the FTQL query corresponds to a tenant represented by the client.
  • This tenant property condition is added by the TQL engine 126 according to the tenants supported by the configuration item type requested by the FTQL query.
  • the FTQL query may be a request for specific configuration data, including external configuration items located within any number of external data stores.
  • the uCMDB server may determine which external data store includes each requested external configuration item via a federation engine of the uCMDB server, such as the federation engine 124 discussed above with respect to Fig. 1 .
  • the method 200 may proceed to block 210.
  • the tenant property condition is removed from the FTQL query.
  • the tenant property condition may be removed from the FTQL query since the external data store is not multi-tenant enabled and, thus, may be unable to use the tenant property condition.
  • the tenant property condition serves no purpose during the execution of the FTQL query within the external data store.
  • the FTQL query is executed on the external data store to retrieve the corresponding external configuration items.
  • the uCMDB server adds the default tenant attribute value to the external configuration items retrieved from the external data store. This may ensure that the external
  • configuration items may only be provided to clients with tenants that match the default tenant of the external data store.
  • the privacy of each tenant may be protected.
  • the result of the FTQL query is returned to the client that initiated the FTQL query.
  • the result may include the external configuration items retrieved from the external data store, as well as configuration items or other configuration data retrieved from a uCMDB and/or additional external configuration items retrieved from other external data stores.
  • the result may also include the tenant information, which may be used to determine whether the client is to be allowed to access the result.
  • the method 200 may proceed to block 218.
  • this is accomplished by an external data store adapter corresponding to the external data store.
  • the external data store adapter may filter the retrieved external configuration items according to restrictions imposed by their respective tenant property conditions, which specify the tenants that are allowed to access each external configuration item.
  • only external configuration items that include the tenant property condition specified by the FTQL query may be returned to the uCMDB server.
  • the result of the FTQL query is returned to the client that initiated the FTQL query.
  • the result may include the external configuration items retrieved from the external data store, as well as configuration items or other configuration data retrieved from a uCMDB and/or additional external configuration items retrieved from other external data stores.
  • the result may also include the tenant information, which may be used to determine whether the client is to be allowed to access the result.
  • Fig. 3 is a simplified process flow diagram showing a method 300 for supporting multi-tenancy in a federated data management system.
  • the federated data management system is a federated configuration data management system, such as the federated configuration data management system 100 discussed above with respect to Fig. 1 , that is configured to manage
  • the data management server that executes the method 300 may be a configuration data management server, such as the uCMDB server 1 08 discussed above with respect to Fig. 1 .
  • the method begins at block 302, at which a query is received from a client at the data management server.
  • the query may include a tenant property condition corresponding to the client.
  • the query may be an FTQL query including specified data to be retrieved via a federation procedure.
  • an external data store including the data specified by the query is determined.
  • the external data store may be a multi-tenant enabled external data store or a non-multi-tenant enabled external data store.
  • the external data store may be configured to execute the query to retrieve the specified data based on input from the data management server.
  • the query may be provided to the multi-tenant enabled external data store with the corresponding tenant property condition.
  • the multi-tenant enabled external data store may be configured to execute the query and return only data corresponding to the tenant property condition to the data management server.
  • the external data store is a non-multi-tenant enabled external data store
  • This may be accomplished by removing the tenant property condition from the query and providing the query to the non-multi-tenant enabled external data store, wherein the non-multi-tenant external data store is configured to execute the query and return the data specified by the query to the data management server.
  • the default tenant may be added to the specified data retrieved from the non-multi-tenant external data store.
  • the specified data retrieved from the external data store, as well as the corresponding tenant information, are provided to the client.
  • the data that is provided to the client may only include data that belongs to the tenant represented by the client.
  • the method 300 may provide for the protection of the privacy of tenants by ensuring that only allowed clients are able to retrieve data belonging to particular tenants.
  • a number of external data stores may be determined.
  • Each external data store may be a multi-tenant enabled external data store or a non-multi-tenant enabled external data store including a portion of the data specified by the query, and each external data store may be configured to execute the query to retrieve the portion of the data.
  • the portions of the data retrieved from the external data stores may be combined to obtain a result for query, and the result may be provided to the client.
  • a portion of the data specified by the query may be retrieved from a data management database that is communicatively coupled to the data management server. This data may then be provided to the client along with the data retrieved from the one or more external data stores.
  • FIG. 4 is a block diagram showing a tangible, non-transitory, computer- readable medium 400 that stores a protocol adapted to support multi-tenancy in a federated configuration data management system.
  • the tangible, non-transitory, computer-readable medium 400 may be accessed by a processor 402 over a computer bus 404.
  • the tangible, non-transitory, computer-readable medium 400 may include code to direct the processor 402 to perform the steps of the current method.
  • a query recognition module 406 may be configured to receive a query from a client, wherein the query may include a tenant property condition corresponding to the client.
  • An external data store determination module 408 may be configured to determine one or more external data stores from which data specified by the query may be retrieved.
  • a multi-tenancy determination module 41 0 may be configured to determine where each of the one or more external data stores is multi-tenant enabled or non-multi-tenant enabled, as well as whether each of the one or more external data stores supports a tenant specified by the tenant property condition
  • a query execution module 412 may be configured to direct the execution of the query within each of the external data stores to retrieve the specified data.
  • the query execution module 412 may be configured to direct the execution of the query based on whether each external data store is multi-tenant enabled or non-multi- tenant enabled.
  • the query execution module 412 may be configured to provide the query result, including the data retrieved from the one or more external data stores, to the client.
  • Fig. 4 is not intended to indicate that all of the software components discussed above are to be included within the tangible, non- transitory, computer-readable medium 400 in every case. Further, any number of additional software components not shown in Fig. 4 may be included within the tangible, non-transitory, computer-readable medium 400, depending on the details of the specific implementation.
  • present examples may be susceptible to various modifications and alternative forms and have been shown only for illustrative purposes.
  • present techniques support both reading and writing operations to a data structure cache.
  • present techniques are not intended to be limited to the particular examples disclosed herein. Indeed, the scope of the appended claims is deemed to include all alternatives, modifications, and equivalents that are apparent to persons skilled in the art to which the disclosed subject matter pertains.

Landscapes

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

Abstract

A system and method for supporting multi-tenancy in a federated data management system are provided herein. The method includes receiving a query from a client at a data management server, wherein the query includes a tenant property condition corresponding to the client. The method also includes identifying an external data store including data specified by the query and determining whether the external data store is multi-tenant enabled. The method further includes removing the tenant property condition and executing the query to retrieve the specified data if the external data store is not multi-tenant enabled.

Description

SUPPORTING MULTI-TENANCY IN A FEDERATED DATA MANAGEMENT
SYSTEM
BACKGROUND
[0001] Many organizations use diverse data stores to produce, store, and search the organization's data. The diversity of such data stores may result from many factors, including lack of coordination among an organization's operating units, different rates of adopting new technologies, mergers and acquisitions, or geographic separation of the organization's operating units. In many cases, combining the information from these various data stores allows an organization to more effectively exploit the data contained therein. For example, if two organizations merge to form a new organization, the new organization may inherit the data stores of the original organization. However, the data of the original organization may be stored in different types of data stores and/or in different formats than the data of the new organization. Therefore, it may be desirable to integrate the data stored within the diverse data stores such that the data can be easily retrieved from the data stores. This may be accomplished via any of a number of different techniques for retrieving data located on external data stores, including data warehousing and database federation techniques. Data warehousing and database federation techniques may be used to retrieve data from external data stores by providing users with a high-level query language that can be used to combine, contrast, analyze, and otherwise manipulate data.
[0002] Data warehousing techniques include loading data from one or more external data stores into a data warehouse. However, moving data from external data stores to a data warehouse, as well as transforming the data into a format that is supported by the data warehouse, may be very costly. Therefore, it may be desirable to use database federation techniques or, more specifically, configuration
management database (CMDB) federation techniques, instead of data warehousing techniques. CMDB federation techniques may be used to extend the scope of existing topology query language (TQL) capabilities to encompass data that is stored and maintained in one or more external data stores. CMDB federation techniques may provide for the retrieval of such data from the external data stores to a CMDB on-the-fly without having to copy large amounts of data to the CMDB. This may reduce the burden on the CMDB in terms of capacity and performance, and may allow for the integration of a large amount of data located on any number of external data stores.
BRIEF DESCRIPTION OF THE DRAWINGS
[0003] Certain examples are described in the following detailed description and in reference to the drawings, in which:
[0004] Fig. 1 is a block diagram of a federated configuration data management system that supports multi-tenancy;
[0005] Fig. 2 is a process flow diagram showing a method for executing a federated topology query language (FTQL) query using multi-tenant enabled external data stores or non-multi-tenant enabled external data stores, or any combination thereof;
[0006] Fig. 3 is a simplified process flow diagram showing a method for supporting multi-tenancy in a federated data management system; and
[0007] Fig. 4 is a block diagram showing a tangible, non-transitory, computer- readable medium that stores a protocol adapted to support multi-tenancy in a federated data management system.
DETAILED DESCRIPTION OF SPECIFIC EXAMPLES
[0008] Techniques described herein relate generally to systems and methods for supporting multi-tenancy in a federated configuration data management system. As used herein, the term "tenancy" refers to a logical grouping concept that provides network node grouping, mapping, and security support. As an example, a tenant may be a particular customer within an Internet provider's network. Therefore, the federated configuration data management system described herein is configured to support data stores including data from multiple tenants.
[0009] The federated configuration data management system described herein may be used for configuration management applications. As used herein, the term "configuration management" refers to a process by which information about configuration items is maintained and delivered to information technology (IT) services. Configuration management may be used to improve the delivery of IT services by providing accurate data to IT service management processes. A configuration item refers to any component that is to be managed in order to deliver an IT Service. For example, configuration items may include software, models, plans, formal documentation such as process documentation and service level agreements (SLAs), or the like. Information about each configuration item may be recorded in a configuration record within a configuration management database (CMDB). A configuration record is a record containing the details of a configuration item. Each configuration record documents the lifecycle of a single configuration item.
[0010] A CMDB is a database used to manage configuration records throughout the lifecycle of the configuration item associated with the configuration record. The CMDB may record the attributes of each configuration item, as well as its relationship with other configuration items. A CMDB may also contain other information linked to configuration items, such as incident records or change records.
[0011] A CMDB may only store general information relating to configuration items. The remaining information relating to the configuration items may be stored in external data stores. In many cases, clients desire to use configuration item data that is stored in the external data stores in addition to the configuration item data stored in the CMDB. Therefore, in order to allow retrieval of the configuration item data to be transparent to the user, the CMDB may provide a federation feature.
[0012] A federation feature may enable clients to request configuration item data from multiple data stores using CMDB application programming interfaces (APIs) without being aware of the actual location of the configuration item data. The federation feature may search multiple geographically and technologically disparate data stores to locate and transform related configuration item data from the data stores. The CMDB may transparently combine the configuration item data from the data stores and return the combined configuration item data to the client.
[0013] Accordingly, the federated configuration data management system described herein may provide uniform access to a number of heterogeneous data stores. The data stores may be federated; that is, they may be linked together into a unified system by the federated configuration data management system to create a federated universal configuration management database (uCMDB). The federated configuration data management system may provide access to the data stores by executing topology query language (TQL) queries received from clients. As used herein, the term "TQL" refers to an object oriented framework for describing applications and business services, and includes both physical and logical objects, their attributes, and their relationships to one another. TQL may enable the creation of graphical views designed to capture relevant interdependencies of items, such as configuration items, across IT services, applications, and infrastructure groups.
[0014] More specifically, the federated configuration data management system may execute federated TQL (FTQL) queries. A FTQL is a TQL that includes external configuration items in its definition. An external configuration item is a configuration item that does not originate from the uCMDB. That is, the external configuration item is a class defined in the uCMDB class model, whose specific instances are stored in one or more external data stores rather than in the uCMDB. According to the techniques described herein, the federated configuration data management system may retrieve such external configuration items from multi-tenant enabled external data stores or non-multi-tenant enabled external data stores, or both.
[0015] The description that follows refers to specific implementations of a federated configuration data management system. Namely, the description that follows refers to an implementation of an IT system configuration management system, including the use of FTQL queries to access configuration item data within external data stores, and a uCMDB in which are stored at least links to the external data stores. However, those skilled in the art will appreciate that the federated configuration data management system may be used for many other purposes besides configuration management.
[0016] Fig. 1 is a block diagram of a federated configuration data management system 100 that supports multi-tenancy. The federated configuration data
management system 100 may support multi-tenancy by obtaining data from multi- tenant enabled external data stores 102 or non-multi-tenant enabled external data stores104, or both, in response to a request from a client 1 06 and providing only allowed data to the client 106 based on a tenant represented by the client 106, as discussed further below. [0017] The federated configuration data management system 100 may include a uCMDB server 1 08. The uCMDB server 1 00 may be communicatively coupled to multi-tenant enabled external data stores 102 and non-multi-tenant enabled external data stores 104 via corresponding external data store adapters 1 10. The multi- tenant enabled external data stores 102 and the non-multi-tenant enabled external data storesl 04 may include any suitable types of data storage systems, such as CMDBs or other databases, where configuration data, including external
configuration items and relationships between the external configuration items, are located. The external data store adapters 1 10 may include adapters developed in the JAVA programming language, or may include generic out-of-the-box (OOB) adapters. In addition, the external data store adapters 1 1 0 may include database adapters, uCMDB adapters, or the like.
[0018] The uCMDB server 1 08 may also be communicatively coupled to a universal configuration management database (uCMDB) 1 12 via a uCMDB adapter 1 14. The uCMDB 1 12 may store configuration data, such as general information relating to the configuration items.
[0019] In addition, the uCMDB server 100 may be communicatively coupled to the client 106. A client interface 1 16 within the uCMDB server 108 may enable communication between the client 106 and the uCMDB server 108. The client 106 may be any suitable type of computing device, including a personal computer (PC), laptop computer, mobile computing device, server, or the like. The client 106 may represent a particular customer or user within the federated configuration data management system 100. Thus, according to privacy conditions, the client 106 may have the right to access specific data within the federated configuration data management system 100 that relates to the specific role of the associated customer or user on particular tenants. Such data may be requested by the client 106 via TQL queries or, more specifically, FTQL queries. Accordingly, the client 106 may issue FTQL queries to the uCMDB server 108, as indicated by arrow 1 18, and may receive FTQL results from the uCMDB server 1 08, as indicated by arrow 120.
[0020] The uCMDB server 1 08 may receive an FTQL query from the client 106 via the client interface 1 16, as indicated by the arrow 1 1 8. The FTQL query may be a request for specific configuration data, including external configuration items located in any of the multi-tenant enabled external data stores 1 02 or the non-multi- tenant enabled external data stores 104. Thus, the uCMDB server 108 may retrieve external configuration items from the multi-tenant enabled external data stores 102 or the non-multi-tenant enabled external data stores104, or both, through the external data store adapters 1 10. This may be accomplished via an adapter interface 1 22 that is configured to enable communication between the uCMDB server 1 08 and the external data stores 102 and 104 through the external data store adapters 1 10. In addition, a federation engine 124 and a TQL engine 126 within the uCMDB server 1 08 may direct the retrieval of the external configuration items from any of the external data stores 1 02 or 104, as discussed further below. The uCMDB server 1 08 may then return the FTQL results, including the retrieved external configuration items, to the client 106, as indicated by the arrow 1 20.
[0021] The federation engine 124 may be configured to determine appropriate external data stores 102 and/or 104 from which the requested external configuration items may be retrieved. Specifically, the federation engine 124 may build integration point definitions for the retrieval of each requested external configuration item. The integration point definitions may specify the external data store 102 or 1 04 from which each external configuration item is to be retrieved, as well as the particular external data store adapter 1 1 0 associated with the external data store 102 or 1 04.
[0022] The federation engine 124 determines whether each of the external data stores 102 and/or 104 from which the requested external configuration items are to be retrieved is multi-tenant enabled or non-multi-tenant enabled. The federation engine 124 may then direct the retrieval of the external configuration items from the external data stores 102 and/or 104 via the corresponding external data store adapters 1 10. The federation engine 124 may determine a suitable procedure for the retrieval of each external configuration item based on a tenant represented by the client 106, as well as the one or more tenants supported by the corresponding external data store 102 or 1 04. For example, if the external configuration items are to be retrieved from a multi-tenant enabled external data store 102, the FTQL query may be executed on the multi-tenant enabled external data store 102, and the TQL engine 126 may retrieve only data that corresponds to the tenant represented by the client 106. On the other hand, if the external configuration items are to be retrieved from a non-multi-tenant enabled external data store 104, the federation engine 124 may remove all references to the tenant represented by the client 1 06 from the FTQL query prior to execution of the FTQL query on the non-multi-tenant enabled external data store 104. In addition, the FTQL query may only be executed on the non-multi- tenant enabled external data store 1 04 if the tenant represented by the client 1 06 matches a default tenant of the non-multi-tenant enabled external data store 104. Techniques for retrieving data from the external data stores 1 02 and 104 are described further below with respect to Fig. 2.
[0023] According to the techniques described herein, the federated configuration data management system 100 may provide data transparency. More specifically, the differences, idiosyncrasies, and implementations of the underlying data sources, including the uCMDB 1 12 and the external data stores 1 02 and 104, may be hidden from, i.e., transparent to, the client 106. This transparency allows the FTQL queries to be applied as if all the data exists in the uCMDB 1 1 2, although, in fact, the data may be stored in a heterogeneous collection of external data stores 102 and 1 04.
[0024] The federated configuration data management system 100 may also support heterogeneity, or the ability to accommodate a broad range of external data stores 102 and 1 04 without restriction of hardware, software, data model, interface, or protocol. Further, the federated configuration data management system 100 may support extensibility, or the ability to add new external data stores 102 and/or 1 04 dynamically in order to meet the changing desires of the client 106.
[0025] Fig. 2 is a process flow diagram showing a method 200 for executing an FTQL query using multi-tenant enabled external data stores or non-multi-tenant enabled external data stores, or any combination thereof. In various examples, the method 200 is executed by the uCMDB server 108 within the federated configuration data management system 100 described above with respect to Fig. 2. However, the method 200 may also be executed by any other suitable type of management database within any suitable type of federated data management system.
[0026] The method 200 may be executed in a manner that is transparent to the client. Thus, the client may request specific configuration data, such as external configuration items, without regard for whether the one or more external data stores including the configuration data are multi-tenant enabled or non-multi-tenant enabled.
[0027] The method begins at block 202, at which an FTQL query with a specified tenant property condition, e.g., tenant property condition = x, is received from a client at a uCMDB server. The tenant property condition of the FTQL query corresponds to a tenant represented by the client. This tenant property condition is added by the TQL engine 126 according to the tenants supported by the configuration item type requested by the FTQL query. The FTQL query may be a request for specific configuration data, including external configuration items located within any number of external data stores. The uCMDB server may determine which external data store includes each requested external configuration item via a federation engine of the uCMDB server, such as the federation engine 124 discussed above with respect to Fig. 1 .
[0028] At block 204, it is determined whether an external data store from which one or more external configuration items is to be retrieved is multi-tenant enabled. If the external data store is not multi-tenant enabled, it may be determined whether a default tenant for the external data store matches the tenant property condition specified by the FTQL query, e.g., whether the default tenant= x, at block 206. If the default tenant for the external data store does not match the tenant property condition specified by the FTQL query, an empty result for the FTQL query may be returned to the client at block 208, since the client does not have the right to access external configuration items that belong to other tenants.
[0029] If the default tenant for the external data store matches the tenant property condition specified by the FTQL query, the method 200 may proceed to block 210. At block 210, the tenant property condition is removed from the FTQL query. The tenant property condition may be removed from the FTQL query since the external data store is not multi-tenant enabled and, thus, may be unable to use the tenant property condition. Moreover, because the default tenant of the external data store matches the tenant property condition specified by the FTQL query, the tenant property condition serves no purpose during the execution of the FTQL query within the external data store. [0030] At block 212, the FTQL query is executed on the external data store to retrieve the corresponding external configuration items. At block 214, the uCMDB server adds the default tenant attribute value to the external configuration items retrieved from the external data store. This may ensure that the external
configuration items may only be provided to clients with tenants that match the default tenant of the external data store. Thus, according to the method 200, the privacy of each tenant may be protected.
[0031] At block 216, the result of the FTQL query is returned to the client that initiated the FTQL query. The result may include the external configuration items retrieved from the external data store, as well as configuration items or other configuration data retrieved from a uCMDB and/or additional external configuration items retrieved from other external data stores. The result may also include the tenant information, which may be used to determine whether the client is to be allowed to access the result.
[0032] In contrast, if it determined at block 204 that the external data store is multi-tenant enabled, the method 200 may proceed to block 218. At block 218, the FTQL query is executed on the external data store with the specified tenant property condition, e.g., tenant property condition = x, to retrieve the corresponding external configuration items. Because the external data store is multi-tenant enabled, the FTQL query may be executed on the external data store without removing the tenant property condition.
[0033] At block 220, the external data store returns only the external configuration items corresponding to the tenant property condition specified by the FTQL query, e.g., tenant property condition = x, to the uCMDB server. According to various examples, this is accomplished by an external data store adapter corresponding to the external data store. For example, the external data store adapter may filter the retrieved external configuration items according to restrictions imposed by their respective tenant property conditions, which specify the tenants that are allowed to access each external configuration item. Thus, only external configuration items that include the tenant property condition specified by the FTQL query may be returned to the uCMDB server. [0034] At block 216, the result of the FTQL query is returned to the client that initiated the FTQL query. The result may include the external configuration items retrieved from the external data store, as well as configuration items or other configuration data retrieved from a uCMDB and/or additional external configuration items retrieved from other external data stores. The result may also include the tenant information, which may be used to determine whether the client is to be allowed to access the result.
[0035] It is to be understood that the process flow diagram of Fig. 2 is not intended to indicate that the steps of the method 200 are to be executed in any particular order, or that all of the steps of the method 200 are to be included in every case. Further, any number of additional steps not shown in Fig. 2 may be included within the method 200, depending on the details of the specific implementation.
[0036] Fig. 3 is a simplified process flow diagram showing a method 300 for supporting multi-tenancy in a federated data management system. In various examples, the federated data management system is a federated configuration data management system, such as the federated configuration data management system 100 discussed above with respect to Fig. 1 , that is configured to manage
configuration data, including configuration items. Accordingly, the data management server that executes the method 300 may be a configuration data management server, such as the uCMDB server 1 08 discussed above with respect to Fig. 1 .
[0037] The method begins at block 302, at which a query is received from a client at the data management server. The query may include a tenant property condition corresponding to the client. In addition, the query may be an FTQL query including specified data to be retrieved via a federation procedure.
[0038] At block 304, an external data store including the data specified by the query is determined. The external data store may be a multi-tenant enabled external data store or a non-multi-tenant enabled external data store. In addition, the external data store may be configured to execute the query to retrieve the specified data based on input from the data management server.
[0039] If the external data store is a multi-tenant enabled external data store, the query may be provided to the multi-tenant enabled external data store with the corresponding tenant property condition. The multi-tenant enabled external data store may be configured to execute the query and return only data corresponding to the tenant property condition to the data management server.
[0040] If the external data store is a non-multi-tenant enabled external data store, it may be determined whether a default tenant of the non-multi-tenant enabled external data store is equivalent to the tenant property condition specified by the query. If the default tenant of the non-multi-tenant enabled external data store is not equivalent to the tenant property condition specified by the query, an empty result for the query may be returned to the client. If the default tenant of the non-multi-tenant enabled external data store is equivalent to the tenant property condition specified by the query, the specified data may be retrieved from the non-multi-tenant enabled external data store. This may be accomplished by removing the tenant property condition from the query and providing the query to the non-multi-tenant enabled external data store, wherein the non-multi-tenant external data store is configured to execute the query and return the data specified by the query to the data management server. In addition, the default tenant may be added to the specified data retrieved from the non-multi-tenant external data store.
[0041] At block 306, the specified data retrieved from the external data store, as well as the corresponding tenant information, are provided to the client. The data that is provided to the client may only include data that belongs to the tenant represented by the client. Thus, the method 300 may provide for the protection of the privacy of tenants by ensuring that only allowed clients are able to retrieve data belonging to particular tenants.
[0042] It is to be understood that the process flow diagram of Fig. 3 is not intended to indicate that the steps of the method 300 are to be executed in any particular order, or that all of the steps of the method 300 are to be included in every case. Further, any number of additional steps not shown in Fig. 3 may be included within the method 300, depending on the details of the specific implementation. For example, a number of external data stores may be determined. Each external data store may be a multi-tenant enabled external data store or a non-multi-tenant enabled external data store including a portion of the data specified by the query, and each external data store may be configured to execute the query to retrieve the portion of the data. The portions of the data retrieved from the external data stores may be combined to obtain a result for query, and the result may be provided to the client.
[0043] According to some examples, a portion of the data specified by the query may be retrieved from a data management database that is communicatively coupled to the data management server. This data may then be provided to the client along with the data retrieved from the one or more external data stores.
[0044] Fig. 4 is a block diagram showing a tangible, non-transitory, computer- readable medium 400 that stores a protocol adapted to support multi-tenancy in a federated configuration data management system. The tangible, non-transitory, computer-readable medium 400 may be accessed by a processor 402 over a computer bus 404. Furthermore, the tangible, non-transitory, computer-readable medium 400 may include code to direct the processor 402 to perform the steps of the current method.
[0045] The various software components discussed herein may be stored on the tangible, non-transitory, computer-readable medium 400, as indicated in Fig. 4. For example, a query recognition module 406 may be configured to receive a query from a client, wherein the query may include a tenant property condition corresponding to the client. An external data store determination module 408 may be configured to determine one or more external data stores from which data specified by the query may be retrieved. A multi-tenancy determination module 41 0 may be configured to determine where each of the one or more external data stores is multi-tenant enabled or non-multi-tenant enabled, as well as whether each of the one or more external data stores supports a tenant specified by the tenant property condition
corresponding to the client.
[0046] A query execution module 412 may be configured to direct the execution of the query within each of the external data stores to retrieve the specified data. The query execution module 412 may be configured to direct the execution of the query based on whether each external data store is multi-tenant enabled or non-multi- tenant enabled. In addition, the query execution module 412 may be configured to provide the query result, including the data retrieved from the one or more external data stores, to the client. [0047] It is to be understood that Fig. 4 is not intended to indicate that all of the software components discussed above are to be included within the tangible, non- transitory, computer-readable medium 400 in every case. Further, any number of additional software components not shown in Fig. 4 may be included within the tangible, non-transitory, computer-readable medium 400, depending on the details of the specific implementation.
[0048] The present examples may be susceptible to various modifications and alternative forms and have been shown only for illustrative purposes. For example, the present techniques support both reading and writing operations to a data structure cache. Furthermore, it is to be understood that the present techniques are not intended to be limited to the particular examples disclosed herein. Indeed, the scope of the appended claims is deemed to include all alternatives, modifications, and equivalents that are apparent to persons skilled in the art to which the disclosed subject matter pertains.

Claims

CLAIMS What is claimed is:
1 . A method for supporting multi-tenancy in a federated data
management system, comprising:
receiving a query from a client at a data management server, wherein the query comprises a tenant property condition corresponding to the client;
identifying an external data store comprising data specified by the query; determining whether the external data store is multi-tenant enabled;
if the external data store is not multi-tenant enabled, removing the tenant property condition and executing the query to retrieve the specified data.
2. The method of claim 1 , comprising providing the specified data retrieved from the external data store to the client.
3. The method of claim 1 , comprising, if the external data store is multi- tenant enabled, providing the query to the external data store with the corresponding tenant property condition, wherein the external data store is configured to execute the query and return only data corresponding to the tenant property condition to the data management server.
4. The method of claim 1 , comprising:
determining whether a default tenant defined for the external data store
matches the tenant property condition specified by the query;
if the default tenant defined for the external data store matches the tenant property condition specified by the query, removing the tenant property condition and executing the query to retrieve the specified data; and if the default tenant defined for the external data store does not match the tenant property condition specified by the query, returning an empty result for the query to the client.
5. The method of claim 4, wherein executing the query to retrieve the specified data comprises:
providing the query to the external data store, wherein the external data store is configured to execute the query and return the data specified by the query to the data management server; and
adding information relating to the default tenant to the specified data retrieved from the external data store.
6. The method of claim 1 , comprising:
determining a plurality of external data stores, wherein each external data store comprises a portion of the data specified by the query, and wherein each external data store is configured to execute the query to retrieve the portion of the data;
combining the portions of the data retrieved from the plurality of external data stores to obtain a result for the query; and
providing the result to the client.
7. The method of claim 1 , comprising:
retrieving a portion of the data specified by the query from a data
management database that is communicatively coupled to the data management server; and
providing the portion of the data retrieved from the data management
database to the client.
8. A computing system for supporting multi-tenancy, comprising:
a federation engine configured to:
determine an external data store comprising data specified by a
topology query language (TQL) query received from a client, wherein the TQL query comprises a specified tenant property condition; and
determine whether the external data store comprises a multi-tenant enabled external data store or a non-multi-tenant enabled external data store; and
a TQL engine configured to direct retrieval of the specified data from the
external data store based on the tenant property condition specified by the TQL query and whether the external data store comprises a multi- tenant enabled external data store or a non-multi-tenant enabled external data store, wherein the specified data is retrieved from the external data store by executing the TQL query on the external data store.
9. The computing system of claim 8, wherein the computing system comprises a configuration management database (CMDB) server within a federated configuration data management system, and wherein the data specified by the query comprises configuration data.
10. The computing system of claim 8, wherein, if the external data store comprises a multi-tenant enabled external data store, directing retrieval of the specified data from the multi-tenant enabled external data store comprises providing the TQL query to the multi-tenant enabled external data store with the specified tenant property condition, and wherein the multi-tenant enabled external data store is configured to execute the query and return only data corresponding to the tenant property condition to the computing system.
1 1 . The computing system of claim 8, wherein, if the external data store comprises a multi-tenant enabled external data store, directing retrieval of the specified data from the multi-tenant enabled external data store comprises:
determining whether a default tenant defined for the non-multi-tenant enabled external data store comprises the tenant property condition specified by the TQL query; if the default tenant defined for the non-multi-tenant enabled external data store does not comprise the tenant property condition specified by the TQL query, returning an empty result for the TQL query to the client; and
if the default tenant defined for the non-multi-tenant enabled external data store comprises the tenant property condition specified by the query, retrieving the specified data from the non-multi-tenant enabled external data store.
12. The computing system of claim 1 1 , wherein retrieving the specified data from the non-multi-tenant enabled external data store comprises:
removing the specified tenant property condition from the TQL query;
providing the TQL query to the non-multi-tenant enabled external data store, wherein the non-multi-tenant external data store is configured to execute the query and return the data specified by the query to the computing device; and
adding information relating to the default tenant to the specified data retrieved from the non-multi-tenant external data store.
13. A tangible, non-transitory, computer-readable medium comprising code configured to direct a processor to:
receive a query from a client, wherein the query comprises a tenant property condition;
determine an external data store comprising data specified by the query; determining whether the external data store comprises a multi-tenant enabled external data store or a non-multi-tenant enabled external data store; if the external data store comprises a multi-tenant enabled external data store, retrieving only data corresponding to the tenant property condition from the multi-tenant enabled external data store;
if the external data store comprises a non-multi-tenant enabled external data store: determining whether a default tenant defined for the non-multi-tenant enabled external data store matches the tenant property condition specified by the query; and
if it is determined that the default tenant matches the tenant property condition, retrieving the specified data from the non-multi-tenant enabled external data store; and
providing the specified data retrieved from the external data store to the client.
14. The tangible, non-transitory, computer-readable medium of claim 13, comprising code configured to direct the processor to, if it is determined the default tenant defined for the non-multi-tenant enabled external data store does not match the tenant property condition specified by the query, return an empty result for the query to the client.
15. The tangible, non-transitory, computer-readable medium of claim 13, wherein retrieving the specified data from the non-multi-tenant enabled external data store comprises:
removing the tenant property condition from the query;
providing the query to the non-multi-tenant enabled external data store,
wherein the non-multi-tenant external data store is configured to execute the query and return the data specified by the query to the data management server; and
adding information relating to the default tenant to the specified data retrieved from the non-multi-tenant external data store.
PCT/US2012/049068 2012-07-31 2012-07-31 Supporting multi-tenancy in a federated data management system WO2014021874A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN201280072825.3A CN104246761A (en) 2012-07-31 2012-07-31 Supporting multi-tenancy in a federated data management system
PCT/US2012/049068 WO2014021874A1 (en) 2012-07-31 2012-07-31 Supporting multi-tenancy in a federated data management system
EP12882458.8A EP2880556A4 (en) 2012-07-31 2012-07-31 Supporting multi-tenancy in a federated data management system
US14/396,131 US10970300B2 (en) 2012-07-31 2012-07-31 Supporting multi-tenancy in a federated data management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/US2012/049068 WO2014021874A1 (en) 2012-07-31 2012-07-31 Supporting multi-tenancy in a federated data management system

Publications (1)

Publication Number Publication Date
WO2014021874A1 true WO2014021874A1 (en) 2014-02-06

Family

ID=50028387

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2012/049068 WO2014021874A1 (en) 2012-07-31 2012-07-31 Supporting multi-tenancy in a federated data management system

Country Status (4)

Country Link
US (1) US10970300B2 (en)
EP (1) EP2880556A4 (en)
CN (1) CN104246761A (en)
WO (1) WO2014021874A1 (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7949628B1 (en) * 2005-12-29 2011-05-24 United Services Automobile Association (Usaa) Information technology configuration management
US10484382B2 (en) 2016-08-31 2019-11-19 Oracle International Corporation Data management for a multi-tenant identity cloud service
US10594684B2 (en) 2016-09-14 2020-03-17 Oracle International Corporation Generating derived credentials for a multi-tenant identity cloud service
US10846390B2 (en) 2016-09-14 2020-11-24 Oracle International Corporation Single sign-on functionality for a multi-tenant identity and data security management cloud service
CN109565511B (en) 2016-09-16 2021-06-29 甲骨文国际公司 Tenant and service management for multi-tenant identity and data security management cloud services
US10445395B2 (en) 2016-09-16 2019-10-15 Oracle International Corporation Cookie based state propagation for a multi-tenant identity cloud service
US10904074B2 (en) 2016-09-17 2021-01-26 Oracle International Corporation Composite event handler for a multi-tenant identity cloud service
US10831789B2 (en) * 2017-09-27 2020-11-10 Oracle International Corporation Reference attribute query processing for a multi-tenant cloud service
US10705823B2 (en) 2017-09-29 2020-07-07 Oracle International Corporation Application templates and upgrade framework for a multi-tenant identity cloud service
US10715564B2 (en) 2018-01-29 2020-07-14 Oracle International Corporation Dynamic client registration for an identity cloud service
US11792226B2 (en) 2019-02-25 2023-10-17 Oracle International Corporation Automatic api document generation from scim metadata
US11423111B2 (en) 2019-02-25 2022-08-23 Oracle International Corporation Client API for rest based endpoints for a multi-tenant identify cloud service
US11687378B2 (en) 2019-09-13 2023-06-27 Oracle International Corporation Multi-tenant identity cloud service with on-premise authentication integration and bridge high availability
US11870770B2 (en) 2019-09-13 2024-01-09 Oracle International Corporation Multi-tenant identity cloud service with on-premise authentication integration

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040122958A1 (en) * 2002-12-19 2004-06-24 International Business Machines Corporation Method and system for peer-to-peer authorization
US20040139075A1 (en) * 2000-03-31 2004-07-15 Karen Brodersen Database access method and system for user role defined access
US20070300222A1 (en) * 2000-02-04 2007-12-27 Listen.Com, Inc. System for distributed media network and meta data server
US20080250005A1 (en) * 2002-02-26 2008-10-09 Dettinger Richard D Peer to peer (p2p) federated concept queries
US20100115100A1 (en) * 2008-10-30 2010-05-06 Olga Tubman Federated configuration data management

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0829811A1 (en) 1996-09-11 1998-03-18 Nippon Telegraph And Telephone Corporation Method and system for information retrieval
US8122055B2 (en) * 2007-04-26 2012-02-21 Microsoft Corporation Hosted multi-tenant application with per-tenant unshared private databases
CN101499061A (en) 2008-01-30 2009-08-05 国际商业机器公司 Multi-tenant oriented database engine and its data access method
WO2009144822A1 (en) 2008-05-30 2009-12-03 富士通株式会社 Device configuration information management program, device configuration information management device, and device configuration information management method
CN101620609B (en) * 2008-06-30 2012-03-21 国际商业机器公司 Multi-tenant data storage and access method and device
US8356274B2 (en) 2008-07-07 2013-01-15 International Business Machines Corporation System and methods to create a multi-tenancy software as a service application
US9734466B2 (en) * 2008-11-11 2017-08-15 Sap Se Multi-tenancy engine
US9098555B2 (en) 2008-11-25 2015-08-04 Dell Products L.P. Method and system for health scoring information systems, users, and updates
US10229157B2 (en) * 2009-10-05 2019-03-12 Salesforce.Com, Inc. Implementing composite custom indices in a multi-tenant database
JP5353682B2 (en) 2009-12-22 2013-11-27 富士通株式会社 Configuration information management apparatus, distributed information management system, distributed information management method, and distributed information management program
US8447754B2 (en) * 2010-04-19 2013-05-21 Salesforce.Com, Inc. Methods and systems for optimizing queries in a multi-tenant store
US8219591B2 (en) 2010-05-03 2012-07-10 Hewlett-Packard Development Company, L.P. Graph query adaptation
US8386501B2 (en) * 2010-10-20 2013-02-26 Microsoft Corporation Dynamically splitting multi-tenant databases
US8745040B2 (en) * 2011-06-27 2014-06-03 Bmc Software, Inc. Service context
US20130081109A1 (en) * 2011-09-23 2013-03-28 Corent Technology, Inc. Multi-Tenant Agile Database Connector
US9244951B2 (en) * 2012-03-08 2016-01-26 International Business Machines Corporation Managing tenant-specific data sets in a multi-tenant environment
US9003502B2 (en) * 2012-03-19 2015-04-07 Empire Technology Development Llc Hybrid multi-tenancy cloud platform

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070300222A1 (en) * 2000-02-04 2007-12-27 Listen.Com, Inc. System for distributed media network and meta data server
US20040139075A1 (en) * 2000-03-31 2004-07-15 Karen Brodersen Database access method and system for user role defined access
US20080250005A1 (en) * 2002-02-26 2008-10-09 Dettinger Richard D Peer to peer (p2p) federated concept queries
US20040122958A1 (en) * 2002-12-19 2004-06-24 International Business Machines Corporation Method and system for peer-to-peer authorization
US20100115100A1 (en) * 2008-10-30 2010-05-06 Olga Tubman Federated configuration data management

Non-Patent Citations (1)

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

Also Published As

Publication number Publication date
US10970300B2 (en) 2021-04-06
EP2880556A1 (en) 2015-06-10
US20150088806A1 (en) 2015-03-26
CN104246761A (en) 2014-12-24
EP2880556A4 (en) 2016-04-20

Similar Documents

Publication Publication Date Title
US10970300B2 (en) Supporting multi-tenancy in a federated data management system
US11816126B2 (en) Large scale unstructured database systems
US11704294B2 (en) System and method for slowly changing dimension and metadata versioning in a multidimensional database environment
US11789978B2 (en) System and method for load, aggregate and batch calculation in one scan in a multidimensional database environment
US9418101B2 (en) Query optimization
US8775425B2 (en) Systems and methods for massive structured data management over cloud aware distributed file system
US10545981B2 (en) Virtual repository management
US9251183B2 (en) Managing tenant-specific data sets in a multi-tenant environment
US10180984B2 (en) Pivot facets for text mining and search
US9507807B1 (en) Meta file system for big data
US20170017708A1 (en) Entity-relationship modeling with provenance linking for enhancing visual navigation of datasets
US20070192374A1 (en) Virtual repository management to provide functionality
US9355135B2 (en) Data movement from a database to a distributed file system
US20230153300A1 (en) Building cross table index in relational database
US11334600B1 (en) Partial reloading in data synchronization
US11841857B2 (en) Query efficiency using merged columns
US11586604B2 (en) In-memory data structure for data access
WO2007092160A2 (en) Virtual repository management to provide functionality

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12882458

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 14396131

Country of ref document: US

REEP Request for entry into the european phase

Ref document number: 2012882458

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2012882458

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE