Method and system of database management for replica database
When a database area multi-written or replicated in an external storage unit is separated, a database management system writes consistent data into the external storage unit. A method and system capable of controlling a timing of separating the replicated database area is provided. Furthermore, new data directory information necessary to access the replicated database is dynamically added based on the data directory information of the replication source database. A method and system capable of selecting whether to access the database which is the source of the replication or access the replicated database are provided. Thus, when the database area multi-written or replicated in an external storage unit is separated and physical replicated databases are created, it is possible to maintain consistency of the replicated databases while continuing transaction processing.
Latest Hitachi, Ltd. Patents:
- SYSTEM, METHOD, AND PROGRAM FOR DATA TRANSFER PROCESS
- COMMUNICATION CONTROL SYSTEM AND COMMUNICATION CONTROL METHOD
- Signal processing system and signal processing method
- Storage apparatus and method of controlling storage controller
- Fracture surface analysis apparatus and fracture surface analysis method
This is a continuation of U.S. application Ser. No. 10/184,246, filed Jun. 26, 2002, and entitled “Method and System of Database Management for Replica Database,” which application claimed priority from Japan Patent Application No. 2001-192171, filed Jun. 26, 2001.
BACKGROUND OF THE INVENTIONThe present invention relates to an on-line database management system for managing large-volume database transactions, and more particularly, to a database management technology for processing applications storing databases in a storage unit under the control of a SAN (Storage Area Network) and providing continuous around-the-clock services.
An on-line processing application handling large-volume transactions requires daily, weekly, monthly processing such as counting of large-volume data and batch registration, or periodical batch processing such as database backup and reorganization. Since these types of processing involve batch access to databases used for on-line services, these types of processing have great influences on processing of on-line processing applications, constituting an obstacle to around-the-clock service operations.
As a solution to this problem, a method of providing a plurality of database management systems on a LAN/WAN, transmitting updated contents of a database used for an on-line processing application to another database management system over a network at the appropriate times, reflecting them and replicating the on-line processing application database is known as described in JP-A-8-185346 and JP-A-2000-112801. By realizing the above-described batch processing with the database on the replicating side, it is possible to avoid concentration of load on the on-line processing application side and continue on-line services in parallel with batch processing.
A SAN (Storage Area Network) configuration, which organically connects a plurality of storage units such as magnetic disk units over a dedicated high-speed network, is becoming widespread in recent years. In this configuration, the storage units provide a function of speedily copying an arbitrary logical volume to a plurality of logical volumes, a function of multiple data writing using an arbitrary logical volume as a primary volume and a plurality of other logical volumes as secondary volumes, a function of separating logical volumes in a multiple write status at arbitrary timing and accessing them as primary and secondary volumes independent of one another, a difference reflection function of restarting multiple write using an arbitrary logical volume as a primary volume and a plurality of other logical volumes as secondary volumes and reflecting only differences between both data from the primary volume to the secondary volumes, etc. Furthermore, a plurality of CPUs connected on the SAN can perform input/output to/from an arbitrary storage product within the network as in the case where the CPUs and the storage product are directly connected.
Here, the “multiple data writing” means a process in which when an operation (insertion, update or deletion) is performed for certain data in a master database (i.e., a source database which creates a replicated database (or replica database)), the same operation is performed for data, which corresponds to the certain data, in the replicated database.
An application example of database access in this connection mode is a backup method described in JP-A-2000-347811. This system makes it possible to speedily copy a logical volume storing a database on the on-line processing application side to another logical volume and replicate the database, which in turn can be used as a backup in preparation for database trouble with the on-line processing application database.
On the other hand, the replicated databases created in this way are physical copies and accessing them as databases requires information for the database management system side to have access to the replicated databases. Therefore, this problem is handled by starting database management systems having the same database definition information as that on the on-line processing application side for their respective replicated databases separately (NIKKEI OPEN SYSTEMS, June 2001 (no. 99) pp. 266-267).
SUMMARY OF THE INVENTIONHowever, no conventional technologies describe how to solve the problem involved in physically copying logical volumes which store databases, using the replicated databases created and simultaneously executing batch processing applications independently of on-line processing applications. This prevents the full exploitation of the additional functions such as a high-speed copy function on the storage unit side especially in a SAN environment.
That is, logical volumes should be made replicable while maintaining consistency of database updates carried out in transaction units. This requires transaction control over the database management system and replica creation timing synchronized with data cache control by the main storage unit. Furthermore, the replicated databases on the logical volume should be made selectable by and accessible to both the replication source database management system and other database management systems arbitrarily. Furthermore, a database group accessed in batch processing does not always match a replicated database group replicated in logical volume units. For this reason, an arbitrary replicated database group should be made uniquely selectable as a database group to be accessed in batch processing.
The data processing unit according to the present invention is provided with: a first data synchronizing unit for writing unwritten data in a data cache area in a main storage unit and updated data by all transactions in progress in a corresponding external storage unit at once, and for delaying the write to the external storage by temporarily prohibiting or putting off an update by a newly generated transaction, or by carrying out the update only on the data cache; and a first data synchronization canceling unit for restarting an update of the data under the control of the first synchronizing unit. This allows a series of operations such as setting a logical volume, which stores a database, in a multiple write status to execute an on-line processing application, operating the data synchronizing unit 1 for the database at any given time, and upon completion of this operation, immediately instructing the storage unit to cancel the multiple write status of the logical volume to separate the logical volume, and operating the first data synchronization canceling unit immediately upon completion of the separation. This allows the separated logical volume to become a consistent database when the first data synchronizing unit is operated. In general, the logical volume separation operation is completed in a short time by only changing the status in the storage unit, and therefore the prohibition of data updates by transactions generated after the start of the first data synchronizing unit until the start of the first data synchronization canceling unit or waiting time also lasts for a short time causing little influence on the on-line processing application. Furthermore, when a data update is performed only on the data cache and the write in the external storage is delayed, if there is a sufficient capacity in the cache area, the data update from the on-line processing application can be continued. The handling of these newly generated transactions corresponds to selectable options of the first data synchronizing unit and is selectable according to the situation of the on-line processing application.
Next, the data processing unit according to the present invention is provided with: a second data synchronizing unit for erasing all data in the data cache area in the main storage unit when all transactions in progress are completed and temporarily prohibiting or putting off access by a transaction newly generated in the meantime; and a second data synchronization canceling unit for restarting data access under the control of the second synchronizing unit. That is, this allows a series of operation such as operating the second data synchronizing unit for the corresponding database on the on-line processing application side which is the database replication source upon completion of a data update by batch processing, and upon completion of this operation, immediately instructing the storage unit to set a multiple write status using the database storage logical volume on the batch processing side in a primary status and the database storage logical volume on the on-line processing application side in a secondary status to make both logical volumes multiple access state, and operating the data synchronization canceling unit 2 immediately after completion of this operation. This makes it possible to reflect a consistent database updated by batch processing on the on-line processing application side, and since the database access cache on the on-line processing application side is erased temporarily, it is possible to maintain consistency with the database entity. Furthermore, a multiple write instruction for independent logical volumes only applies to a status change in the storage unit and is generally completed in a short time. The reflection of difference data from the primary volume to the secondary volumes is performed asynchronously in the storage unit while continuing the on-line processing application. Therefore, the prohibition of database access or waiting status of a transaction generated after the start of the second data synchronizing unit until the start of the second data synchronization canceling unit also lasts for a short time causing little influence on the on-line processing application.
Furthermore, the data processing unit according to the present invention is provided with: a data directory information dynamic copying unit capable of copying, based on first data directory information registered in a database management system to access the storage area in which a database is stored, a common information section independent of the access path of the storage area such as the name of the relevant database and structural information, rewriting only information of the access path to the storage area to information of access to another arbitrary storage area, and dynamically adding second data directory information with a new name storing the name of the first data directory information of the copy source; a data directory information dynamic registering unit capable of registering the newly created second data directory information in the own database management system or another database management system; and an access target allocating unit for changing, when the name of the first data directory information is stored in the second data directory information, a database access request from the application program to be executed according to the first data directory information in such a way as to be executed according to the second data directory information. This allows databases on the replicated logical volumes to be arbitrarily selectable by and accessible to the replication source database management system as well as another database management system.
Furthermore, the data processing unit according to the present invention is provided with: a data directory information dynamic copying unit capable of adding an arbitrary generation identifier to newly added second data directory information; an access target allocating unit for selecting one or more data directory information groups by the generation identifier or the name of the newly added second data directory information to allocate the access target databases; an access target setting unit capable of specifying the generation identifier or the name of the newly added data directory information in units of clients accessing the database; and a current access generation setting unit for determining all access requests from a client, for which the generation identifier or the name of the newly added data directory information is not set, as access requests for which a specific generation identifier is uniformly specified. This allows an arbitrary replicated database group to be uniquely selectable as a database group to be accessed by batch processing.
Other objects, features and advantages of the invention will become apparent from the following description of the embodiments of the invention taken in conjunction with the accompanying drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
With reference now to the attached drawings, embodiments of the present invention will be explained below.
First, an outline of the present invention will be explained by using
A database operation section 112 of the database management system 101 includes: a data synchronizing unit 1 (113) that in response to the storage operation 111, writes unwritten data and updated data of all transactions in progress in the data cache area in the main storage unit 106 to the external storage unit 107 at once, and temporarily prohibits or puts off an update by a newly generated transaction or performs the update only on the data cache in the main storage unit 106, and delays the write to the external storage; a data synchronization canceling unit 1 that restarts the data update under the control of the synchronizing unit 1; a data synchronizing unit 2 (114) that erases all data in the data cache in the main storage unit 106 upon completion of all transactions in progress, temporarily prohibits or puts off access from a new transaction generated in the meantime; a data desynchronizing unit 1 (115) that restarts the data update under the control of the synchronizing unit 1; a data desynchronizing unit 2 (116) that restarts data access under the control of the synchronizing unit 2; a data directory information dynamic copying unit 117 that creates new data directory information to access the replicated database from the data directory information of the replication source database; a data directory information dynamic registering unit 121 that registers the created data directory information in the data directory information file 109 which is the own database, or a definition information file 120 of another database management system 119 through the data directory registration information file 118, under a new data directory information name; a data directory generation managing unit 122 capable of adding a generation identifier to the newly added data directory information to allow an arbitrary selection of a replicated database from the clients 102 and 103 or administrator 104; and a current access generation setting unit 123 that determines all access requests from the clients for which no generation identifier or no newly added data directory information name is specified, as requests with specific generation identifier uniformly specified.
Furthermore, the clients 102 and 103 include client access target setting units 126 and 127 that notify the contents of the client environment definition files 124 and 125, which describe generation identifiers of the databases to be accessed, to the database management system. The database access processing section 128 of the database management system 101 includes: an access target setting unit 129 that sets any one of the multiplexed databases as the access target for each accepted program; and an access target allocating unit 130 that allocates access targets of the storage unit according to the information set by the access target setting unit 129 at the time of data access.
Then, a first embodiment will be explained below.
This completes the explanation of the first embodiment and the effects of this embodiment will be summarized below. The data synchronizing unit 1 and data synchronization canceling unit 1 can minimize the influence of the on-line processing application side on processing of transactions, and provide timing for creating a consistent replicated database. Furthermore, when the replicated database is updated by batch processing and reflected in the on-line processing application side, the data synchronizing unit 2 and data synchronization canceling unit 2 can minimize the influence of the on-line processing application side on processing of transactions and replicate the database updated by batch processing on the on-line side. Thus, in the first embodiment, when part of a database area multi-written or replicated in the external storage unit is separated and a physical replicated database is created, it is possible to maintain consistency of the replicated database while letting transaction processing go on. Furthermore, it is also possible to maintain consistency of the database while letting transaction processing go on when the replicated database and replication source database are restored to a multiple write status again.
Then, a second embodiment will be explained.
This is an example where the physically replicated data in the first example is accessed as a replicated database using the table/index definition of the replication source.
The client 1 (102) does not specify generation access to the client execution environment file (124). Thus, the area which the client 1 wants to access is an area in the current status. Since there is no generation access specification in the client execution environment file (124), the client access target setting unit (126) sets no information for replication access in the database communication area. The access target setting unit (129) of the database access processing section (128) sets a program name “UAPSEL” and process number “0001” in the program execution management table, but since there is no information for replication access, the direct specification flag and generation specification flag remain OFF (1401). The database access processing section (128) determines the page position of a table Table1 or index Idx1 according to the program request to perform page access to the database. In the target allocation processing carried out by the access target allocation setting unit (130), the storage area of the table Table1 or index Idx1 is searched from the table/index storage area information management table (1101) and a definition area name “a” is acquired. Since no physical access option of the execution management table of the program is set, the area in a current status of the storage area “a” is searched from the data directory information table (1104). As a result, the area “a” (1107) is determined as the access target physical area and the replication source database 108 is accessed.
The client 2 (103) specifies the generation identifier “1” in the client execution environment file (125) as the generation access specification. The client access target setting unit (127) sets a generation access request and generation identifier “1” in the database communication area. The access target setting unit (129) of the database access processing section (128) sets a program name “UAPSEL” and process number “0002” in the program execution management table, sets the generation specification flag to ON and sets the specified generation identifier “1” (1402). The database access processing section (128) determines the page position of the table Table1 or index Idx1 according to the request of the program and performs page access to the database. Since the generation specification flag is ON, the target allocation processing carried out by the access target allocation setting unit (130) searches for an area which is the replication area of the storage area “a” of the table Table1 or index Idx1 and whose generation identifier is “1” from the data directory information table (1104). As a result, the area “b” (1108) is determined as the target physical area and the replicated database 109 of the replication generation “1” is accessed.
An operation instruction (103) directly specifies the target area name “c” as a parameter of the instruction. The access target setting unit (129) of the database access processing section (128) sets “reorganization” as the program name and “0003” as the process number in the program execution management table and directly sets the specification flag to ON (1403). The database access processing section (128) determines the page position of the table Table1 or index Idx1 according to the request of the instruction and performs page access to the database. The target allocation processing carried out by the access target allocation setting unit (130) searches for the data directory information of the storage area name “c” from the data directory information table (1104). As a result, the area “c” (1109) is determined as the target physical area and the replicated database 110 of the replication generation “2” is accessed.
Furthermore, when the replication access information is not specified as a parameter of the instruction by an operation instruction (103), the current area is accessible, and when the generation identifier is specified, the area of the specified generation is accessible.
The database access section (128) performs exclusive control in table or access data units and it is possible to avoid generation of exclusive contention among replicated databases by assigning the exclusive resources the actual access area names or generation identifies of the access areas which are determined by the access target allocation setting unit (130).
This completes the explanation of the second embodiment. Finally, these effects are summarized below. The data directory information dynamic copying procedure and the data directory information dynamic registration procedure of this embodiment allow the data directory information of a replicated database to be created at any given time. Furthermore, the access target allocation procedure allows the access target database to be allocated based on the data directory information of either the copy source or copy target. This allows the database management system of the replication source or another database management system to arbitrarily select and access a database in the replicated logical volume. Furthermore, the data directory information dynamic copying procedure and the data directory information dynamic registration procedure of this embodiment allow a generation identifier to be added to the newly created data directory information, and the access target allocation procedure allows access target databases to be allocated according to the corresponding generation identifiers or the names of the data directory information. Furthermore, the access target setting procedure allows an arbitrary database to be selectable according to the corresponding generation identifier or the name of the newly created data directory information. Thus, even if the database group to be accessed by batch processing does not match a set of the replicated database group to be replicated in logical volume units, an arbitrary replicated database group can be uniquely selected as the database group to be accessed.
Then, a third embodiment will be explained. This embodiment of the present invention will describe an operation system whereby data is extracted from an on-line transaction processing system and used in systems specific to progressing applications such as processing applications executing a customer analysis, profit management or reporting using the latest data in the on-line transaction processing system as follows.
First, conventional operation systems will be explained using
The on-line transaction input environment 2101 is constructed of a plurality of client calculators 2111 to input on-line transactions. The on-line transaction processing environment 2102 is constructed of an application management calculator 2112 to accept and execute on-line transaction requests, a database management calculator 2113 that manages on-line transaction data, a storage unit 2114 in which the database management calculator 2113 stores on-line transaction data, a master database 2115 inside the storage unit 2114, a storage unit 2116 that stores update logs of on-line transaction data storage processing in the database management calculator 2113, and an update log 2117 inside the storage unit 2116.
The data replication environment 2103 is constructed of an update information extraction calculator 2118 that extracts updated data of the master database by an on-line transaction based on the update log 2117 and sends to the reflecting side, and an update information reflection calculator 2119 that receives the updated data and reflects it in the on-line transaction data replica environment 2104.
The on-line transaction data replica environment 2104 is constructed of a database management calculator 2120 that manages replicas of on-line transaction data and transaction history data based on the updated data, a storage unit 2121 in which the database management calculator 2120 stores replicas of on-line transaction data, a replica database 2122 inside the storage unit 2121, a storage unit 2123 in which the database management calculator 2120 stores on-line transaction history data, and a history database 2124 inside the storage unit 2123.
The application specific database creation batch processing environment 2105 is constructed of a batch processing execution calculator 2125 for creating various application specific databases required in various processing application execution environments 2106 based on the replica database 2122 and history database 2124, a customer analysis database creation batch 2126, a profit management database creation batch 2127, and reporting database creation batch 2128.
The various processing application execution environments 2106 are constructed of a customer analysis system 2130 using a customer analysis database 2129, a profit management system 2132 using a profit management database 2131, and a reporting system 2134 using a reporting database 2133.
The conventional operation system has the following problems. It requires CPU and memory resources to extract update information from the on-line transaction processing system and reflect the update information in the on-line transaction data replica environment. When business hours for around-the-clock services using the Internet, etc. increase and the amount of on-line transaction increases accordingly, the amounts of data of the master database 2115 and replica database 2122 in
Then, the operation system of this embodiment will be explained by using
The on-line transaction input environment 2401 is constructed of a plurality of client calculators 2411 that inputs on-line transactions. The on-line transaction processing environment 2402 is constructed of an application management calculator 2412 that accepts and executes an on-line transaction request, a database management calculator 2413 that manages on-line transaction data, storage units 2414, 2416, 2418 and 2420, which are a storage unit group connected via a network (e.g., Storage Area Network) such as a fiber channel and in which the database management calculator 2413 stores on-line transaction data, a master database 2415 assigned to a logical volume in the storage unit, replicated databases 2417, 2419 and 2421, storage units 2422, 2424, 2426 and 2428 in which the database management calculator 2413 stores on-line transaction history data, a history database 2423 assigned to a logical volume in the storage unit, and replicated databases 2425, 2427 and 2429. Here, when an operation is performed for data in the master database 2415, the same operation is performed for the corresponding data in the replicated databases 2417, 2419 and 2421. Further, when an operation is performed for data in the history database 2423, the same operation is performed for the corresponding data in the replicated databases 2425, 2427 and 2429. The application specific database creation batch processing environment 2405 is constructed of a batch processing execution calculator 2430 for creating various application specific databases required in various processing application execution environments 2406 based on replicated data bases 2417, 2419, 2421, 2425, 2427 and 2429, a customer analysis database creation batch 2431, a profit management database creation batch 2432 and a reporting database creation batch 2433.
The various processing application execution environments 2406 are constructed of a customer analysis system 2435 using a customer analysis database 2434, a profit management system 2437 using a profit management database 2436, and a reporting system 2439 using a reporting database 2438. Various processing application specific databases 2434, 2436 and 2438 can also be a storage unit group connected via a network (e.g., Storage Area Network) such as a fiber channel.
Then, the user inputs a multiple write cancellation command for the replicated databases 2425, 2427 and 2429 of the history database to the database management calculator 2413 (steps 2505, 2506 and 2507). This allows the replicated databases 2417, 2419 and 2421 of the master database and the replicated databases 2425, 2427 and 2429 of the history database to cancel multiple writing while assuring consistency. Then, the user inputs a data synchronization cancellation command to the database management calculator 2413 (step 2508). Finally, the user inputs commands to start execution of the customer analysis database creation batch 2431, profit management database creation batch 2432 and reporting database creation batch 2433 to the batch processing execution calculator 2430 (steps 2509, 2510 and 2511) to create various processing application databases 2434, 2436 and 2438.
This completes the explanations of the third embodiment, and in conclusion, the effects of this embodiment will be summarized below.
The operation system of this embodiment minimizes influences on on-line transaction processing applications and creates application specific databases, and therefore does not require CPU resources to create replicas of on-line transaction data and transaction history database nor requires memory to execute a program for data replication in
As described above, the present invention can execute batch processing applications independently of and in parallel to an on-line processing application by using replicated databases crated by physically copying logical volumes storing databases. Especially in a SAN environment, the present invention can minimize influences on on-line processing applications by making the most of additional functions such as a high-speed copy function on the storage unit side.
It should be further understood by those skilled in the art that although the foregoing description has been made on embodiments of the invention, the invention is not limited thereto and various changes and modifications may be made without departing from the spirit of the invention and the scope of the appended claims.
Claims
1. A data processing unit, wherein
- in a database management system in an external storage unit provided with multiple storage areas for storing data, a multiple write mechanism that allows multiple write of same data, a multiple write cancellation mechanism that separates multi-written areas at an arbitrary time to allow independent reading/writing as different control areas, and a physical copy mechanism that allows mutual copying of data stored in respective areas, the data processing unit comprises:
- first data synchronizing means for writing, into said external storage unit at once, unwritten data in a data cache area in a main storage unit and update data by all transactions in progress, and for delaying the write to the external storage by temporarily prohibiting or putting off an update by a newly generated transaction, or by carrying out the update only in the data cache;
- first data synchronization canceling means for restarting an update of the data under control of the first synchronizing means;
- second data synchronizing means for erasing all data in the data cache area in the main storage unit when all transactions in progress are completed, and for temporarily prohibiting or putting off access by a newly generated transaction in meantime; and
- second data synchronization canceling means for restarting data access under control of the second synchronizing means.
2. A data processing unit, wherein
- in a data management system in an external storage unit provided with multiple storage areas for storing data, a multiple write mechanism that allows multiple write of same data, a multiple write cancellation mechanism that separates multi-written areas at an arbitrary time to allow independent reading/writing as different control areas, and a physical copy mechanism that allows mutual copying of data stored in respective areas, the data processing unit comprises:
- data synchronizing means; and
- data synchronization canceling means,
- wherein the data synchronizing means includes:
- a first status which allows both references and updates of all transactions in an operation of input/output to/from the external storage unit through a data cache area in a main storage unit in response to a data access request from a transaction;
- a second status which allows references of all transactions and updates of a transaction in progress, and prohibits an update of a newly generated transaction;
- a third status which allows references of all transactions and updates of a transaction in progress, and holds an update of a newly generated transaction;
- a fourth status which allows references of all transactions, and allows updates of all transactions only in a cache;
- a fifth status which allows a reference and/or update of a transaction in progress, and prohibits a reference and/or update of a newly generated transaction; and
- a sixth status which allows a reference and/or update of a transaction in progress, and holds a reference and/or update of a newly generated transaction, and
- the data synchronizing means allows in the respective statuses,
- a first transition for changing from the first status to the second or third status;
- a second transition whereby upon completion of all transactions in progress in the second or third status, all unwritten data in the data cache at that point in time are written into the external storage unit at once, and the status is changed to the fourth or first status;
- a third transition for changing from the fourth status to the first status;
- a fourth transition for changing from the first status to the fifth or sixth status; and
- a fifth transition whereby upon completion of all transactions in progress in the fifth or sixth status, all data in the data cache at that point in time are erased from the data cache, and the status is changed to the first status.
3. A data processing unit, wherein
- in a database management system in an external storage unit provided with multiple storage areas for storing data, a multiple write mechanism that allows multiple write of same data, a multiple write cancellation mechanism that separates multi-written areas at an arbitrary time to allow independent reading/writing as different control areas, and a physical copy mechanism that allows mutual copying of data stored in respective areas, the data processing unit comprising:
- data directory information dynamic copying means capable of copying, based on data directory information registered in the database management system to access the storage area in which a database is stored, common information independent of an access path of the storage area such as a name of the database and structural information, rewriting only information of the access path to the storage area to information of access to another arbitrary storage area, and dynamically adding second data directory information with a new name storing a name of a first data directory information of a copy source;
- data directory information dynamic registering means capable of registering a newly created second data directory information in the database management system or another database management system; and
- access target allocating means for changing, when the name of the first data directory information is stored in a second data directory information, a database access request from an application program to be executed according to the first data directory information so that the database access request is executed according to the second data directory information.
4. The data processing unit according to claim 3, further comprising:
- data directory information dynamic copying means capable of adding an arbitrary generation identifier to the newly added second data directory information;
- access target allocating means for selecting one or more data directory information groups by a generation identifier or a name of the newly added second data directory information to allocate an access target databases;
- access target setting means capable of specifying the generation identifier or a name of a newly added data directory information in units of clients accessing the database; and
- current access generation setting means for determining all access requests from a client, for which no generation identifier or no name of the newly added data directory information is set, as access requests for which a specific generation identifier is uniformly specified.
5. A database access method used in a data processing system that creates another application specific database from one or more databases used in an on-line processing application to process individual applications, wherein
- a processing step of creating replicated databases from an arbitrary master database used in the on-line processing application is combined with a processing step of creating an application specific database from the replicated databases into single batch processing.
6. A data analysis method used in a data processing system that creates another application specific database from one or more databases used in an on-line processing application to process individual applications, comprising
- a processing step of creating replicated databases from an arbitrary master database used in the on-line processing application,
- wherein the replicated databases, which store related detailed data, based on a counting result using the replicated databases are accessed by drill through.
Type: Application
Filed: Oct 20, 2005
Publication Date: Feb 23, 2006
Applicant: Hitachi, Ltd. (Tokyo)
Inventors: Kota Yamaguchi (Yamato), Shigetoshi Hayashi (Fujisawa), Junko Katsumata (Yokohama), Taichi Ishikawa (Yokohama), Hiroshi Yamakawa (Yokohama)
Application Number: 11/255,860
International Classification: G06F 17/30 (20060101);