WO2000016222A1 - Database synchronization and organization system and method - Google Patents

Database synchronization and organization system and method Download PDF

Info

Publication number
WO2000016222A1
WO2000016222A1 PCT/US1999/021661 US9921661W WO0016222A1 WO 2000016222 A1 WO2000016222 A1 WO 2000016222A1 US 9921661 W US9921661 W US 9921661W WO 0016222 A1 WO0016222 A1 WO 0016222A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
client computer
server
database
groups
Prior art date
Application number
PCT/US1999/021661
Other languages
French (fr)
Inventor
Sameer S. Mahajan
Sanjoy Malik
Michael J. Donahoo
Shamkant B. Navathe
Mostafa H. Ammar
Frank H. Mcgeough
Original Assignee
Synchrologic, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Synchrologic, Inc. filed Critical Synchrologic, Inc.
Priority to EP99948327A priority Critical patent/EP1114375A4/en
Priority to BR9913844-1A priority patent/BR9913844A/en
Priority to CA002344542A priority patent/CA2344542A1/en
Priority to UA2001042525A priority patent/UA65638C2/en
Priority to EA200100363A priority patent/EA002931B1/en
Priority to MXPA01002852A priority patent/MXPA01002852A/en
Priority to IL14205899A priority patent/IL142058A/en
Priority to JP2000570690A priority patent/JP2003522344A/en
Priority to AU61532/99A priority patent/AU755292B2/en
Publication of WO2000016222A1 publication Critical patent/WO2000016222A1/en
Priority to ZA2001/02717A priority patent/ZA200102717B/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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/275Synchronous replication
    • 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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • Y10S707/99953Recoverability

Definitions

  • the present invention relates to a method and system for updating databases, and more particularly, relates to a method and system for synchronizing remote databases.
  • a server database (“central”) is used to store data that is pertinent to many employees or remote users of a business.
  • the server database is typically accessible by remote computer systems ("clients”) to increase the availability of information to the remote users.
  • clients remote computer systems
  • Remote access to a server database is more critical in environments where a sales force or many employees operate away from the office.
  • the remote employees rely on the information contained within the database to be informed about inventory changes, pricing data, and company events. Rather than remain connected to the server database indefinitely and collect telecommunication charges or tie up phone lines, the remote users only intermittently connect their computers to a server for access to the server database.
  • the remote computer systems typically store a portion of the server database locally to support the remote application even when the client is not connected to the server.
  • the intermittent connection is then used to send only changes made by the client application to the server and a pertinent set of changes from the server to the client.
  • This type of remote computer system environment is called an Intermittently Connected Database (ICDB) environment.
  • ICDBs have a wide variety of applications in sales force automation, insurance claim processing, and mobile work forces in general.
  • database synchronization is often used to describe the process of maintaining data consistency and integrity among server databases and client databases
  • database synchronization schemes for maintaining consistency
  • a time stamp is associated with the exchanged data that specifies the date of the last update exchange
  • the server database and the client database use the time-stamp to determine which records have been modified
  • Other schemes use bit-maps to mark records that have changed
  • Still other schemes use "before values" to track changes
  • ICDB environments continuous access to an application requires that each client maintain a local copy of the data it shares
  • intermittent connectivity direct exchange of information between clients is not possible, consequently, some intermediary is required to facilitate inter-client communication and data sharing Traditionally, a database server whose schema and data consists of the union of the client schemes and data fills the role of this intermediary This server is continuously available for connection to the intermittently connected clients
  • each remote computer contains a replica of a master database
  • the central computer of the ' 195 Patent stores record changes made to the master database for a pre-defined unit of time in a file
  • Each change record for the same unit of time is associated with the same broadcast number and sequence number
  • the sequence number identifies the sequential order of the change records in the file
  • the last change record in the sequential order is identified as the last record for a particular broadcast number
  • the broadcast number is incremented and the sequence number reset
  • the file of change records is transmitted to the remote replica databases
  • the remote computers use the broadcast and sequence numbers to verify the order of the change records to determine whether all change records for a broadcast have been received and correctly used to update the remote replica database
  • U S Patent No 5,491,820 to Belove, et al. (the " '820 Patent")
  • the '820 Patent is directed to a client/server system that uses an object-oriented database at the server to provide data to intermittently coupled clients
  • data objects are maintained in the database
  • These data objects may be transmitted to a client coupled to the server and later updated upon re-establishment of communication with the server
  • a client associates a time of receipt with the data object
  • the client transmits a list of data objects to be updated along with the time of receipt for each object
  • the server maintains a last modified time for each data object and compares the time of receipt for a data object in a data object list received from a client to its last modified time
  • the server provides new versions of these data objects that have been modified since the last time of receipt
  • the present invention provides a method that reduces the storage and processing required in an ICDB system The reduction in processing improves the ability of a server to handle more client computers More particularly, the present invention provides a method for synchronizing client computer systems with a server database by dividing data to be distributed from a server database into groups and assigning one or more of the groups to each client computer system.
  • the changes to the data in the groups are stored to be sent to the clients subscribing to the groups.
  • a client computer system dials in or "connects" to the server, it sends changes made to its local database to the server.
  • the server may then update its database with changes submitted by the client.
  • the server determines which groups share in the changes made, and creates modification files for these groups.
  • the clients may then download the modification files for each of the groups to which a client subscribes. As the modification files may contain superfluous data, they are evaluated on the client to determine if certain updates should be applied and merged or discarded.
  • Each client contains a list of groups to which it subscribes.
  • the client requests the modification files corresponding to the groups to which it subscribes, merges the downloaded modification files, filters the superfluous data, and updates its local database.
  • FIG. 1 is a diagram of an ICDB.
  • Fig. 2 is a detailed block diagram of client components and server components utilized during an update of a client from a server.
  • Figs. 3a, 3b, and 3c are examples of the grouping of data in a server database and client association with these groups according to the principles of the present invention.
  • Fig 4 is a diagram of a modification file format used in connection with the present invention
  • Figs 5a, 5b, and 5c are flow diagrams of the processes implemented according to the principles of the present invention.
  • Fig 1 illustrates the basic components of an intermittently connected database system (“ICDB") 10 used in connection with the preferred embodiment of the present invention
  • the ICDB system 10 includes client computer systems 16a, 16b, and 16c Each client has applications and a local database 15a, 15b, and 15c
  • a computer server 18 contains applications and a server database 15d that are accessed by client computer systems 16 via intermittent connections 27
  • the server 18 runs administrative software for a computer network and controls access to part or all of the network and its devices
  • the client computer systems 16 share data of the server database stored at the computer server 18 and may access the server 18 over the Internet, a local area network (LAN), a wide area network (WAN) 26 or via a telephone line using a modem
  • the server 18 may be connected to the local area network (LAN) within an organization
  • the structure and operation of the ICDB system 10 enables the server 18 and the server database 15d associated therewith to handle clients more efficiently than previously known systems
  • the present invention provides a manner of organizing data of the server database into selected groups and tracking changes of data according to the groups, instead of individual clients Periodically, a modification ("delta" or "update") file is created for each group with all relevant changes since the last modification file creation
  • Client computer systems 16 are associated with selected groups and when the clients connect to the server 18, the modification files associated with the group are transmitted to the client or clients associated with the group to be used for updating each client's individual database
  • the client computer systems 16a, 16b and 16c may each be located at remote sites Thus, when a user at one of the remote client computer systems 16 desires to be updated with the current information from the shared database at the server 18, the computer system 16 communicates over the WAN or telephone line to access the server 18.
  • the present invention provides a system and method for updating client computer systems that enable client computer systems to be added to the ICDB system without requiring the ICDB system to create client-specific modification files for each client, added to the computer system.
  • data on the server may be arranged in groups based on content and semantics. One or more of the groups are assigned to each client depending on the data requirements of the client.
  • the server determines the data that has changed for each group since the last evaluation, and records those changes in a modification file.
  • a client connects to the server, it requests the modification files for the groups to which it subscribes, merges the downloaded modification files, filters the superfluous data, and updates its local database.
  • the present invention provides a "data centric" approach to distributing changes.
  • this approach the storage and processing complexity of the database server are de-coupled from the number of clients to be supported, thereby, improving the scalability of the server.
  • this method tracks changes to data subsets pertaining to groups.
  • the server need only track changes to these subsets of data, instead of tracking changes for individual clients.
  • Clients then download the subsets, which contain the relevant data from the server and filter out any superfluous data, which does not relate to them. Since the server is tracking a limited set of data subsets related to groups of clients instead of the actual number of the clients, the overall scalability of the system is increased.
  • FIG. 2 a block diagram of the primary components utilized during the updating of databases within the ICDB system 10 is illustrated. Many components of a standard computer system have not been illustrated such as address buffers, memory buffers and other components because these elements are well known and are not necessary for understanding of the present invention. Computer programs and data files, illustrated in Fig 2, are used to implement the various steps of the present invention The processes of the invention may operate on personal computers ("PCs"), workstations and servers
  • the system of the present invention improves the ability of a database system to process and handle more clients than in previously known systems
  • delta individual modification
  • the overhead associated with managing the ICDB system 10 is decreased and therefore the scalability of the database system is improved
  • four data groups 80a, 80b, 80c, and 80d have been defined within the database system 15d
  • the data items within each data group are not necessarily exclusive That is, the data groupings can contain references to the same data items
  • a series of modification files 86 has been associated with a group
  • the system administrator creates a new modification file for each group containing all of the updates for the data corresponding to the group since the last modification file was created
  • Modification files 86a, 86b, 86c, and 86d are associated with data groups 80a, 80b, 80c and 80d, respectively Update files 86aa and 86d
  • a client computer system 16c accessing the server database 15d, contains a list or table 88c of the set of groups it needs
  • the client computer system contacts the server system and requests the current modification files for the groups associated with the client computer system
  • a control program module 107 manages the operations at the client computer system 16c
  • the client computer system 16c may transmit data changes and transactions to the server database 15d that affect data in the server database 15d
  • the data changes that have occurred at the client computer system 16c that affect data in the server database are indicated by the modification files 105
  • the server database 15d is then updated with the changes from the client computer system and the corresponding changes are made to the modification files associated with the groups that had data modified by the client
  • the database management system 100 may access the appropriate modification files that correspond to the data groups to which the client has access These modification files contain a sequence of transactions and sequence of operations that have occurred to the corresponding data groups
  • the modification files 86 that correspond to the data groups to which the client has access are then transmitted to the client computer system 16c.
  • a single client file was sent to the client database management system.
  • multiple modification files that are associated with selected groups of data are transferred to the client computer system.
  • the client computer system 16c evaluates each of the modification files to determine which updates should be deleted, reorganized, or merged to properly synchronize, as explained below in more detail, the local database 15c with the server database 15d.
  • the client computer systems 16 may filter and/or merge modification files 80 to ensure database integrity.
  • the database management system 106 uses a filter processing module 108 to filter and merge the multiple modification files received from the database management system 100.
  • more than one modification file may be associated with a single group.
  • sequence numbers are associated with each of these modification files.
  • the client computer system 16c accesses the server 18, the client computer system transmits to the server the sequence number of the last update file it received from the server. The server then transmits only those modification files that were not previously transmitted to the client computer system 16c based the sequence number received from the client computer system 16c. The server sends only those modification files with a sequence number greater than the sequence number received from the client computer system.
  • a separate modification file 86 may be created for a group when the number of transactions contained within the file exceed a certain number, after a certain time period has expired, or after a certain set of connected client computer systems completes making changes to the data of certain groups.
  • Other schemes for determining when multiple modification files should be created for a group are readily apparent to those skilled in the art and are within the scope of the present invention.
  • FIGs. 3a, 3b, and 3c a basic client grouping scheme is illustrated.
  • the grouping example of Figs. 3a, 3b, and 3c are discussed in terms of a relational database and relational database programming techniques.
  • the grouping of data can be achieved in different ways. The appropriate grouping for a particular system depends on many factors including server processing speed, server disk space, and the network bandwidth. Grouping techniques can be divided into two categories: dynamic and static.
  • the data groups are known a priori.
  • an administrator can define the groups.
  • Client computer systems subscribe to or are associated with selected groups.
  • Static grouping reduces the server processing requirements by handling the modification file dissemination independent of the connected clients.
  • the horizontal or vertical segments of relations of data are termed fragments and are defined by a priori by a partitioning scheme. Fragments are contained in one or more groups.
  • dynamic grouping can be used.
  • the number and make up of the groups depend on constantly changing attributes such as the current set of transactions and/or current set of connected clients.
  • a separate group exists for each transaction and the client computer systems subscribe to the groups depending on the applicable transaction. This type of grouping is called transaction-set grouping.
  • Another type of dynamic grouping is power-set grouping.
  • power-set grouping a minimal number of groups are formed to ensure that the clients have to subscribe to the minimal number of groups and will receive minimal superfluous data. Dynamic grouping techniques help reduce bandwidth and client filter processing by sending only data relevant to the current set of connected clients.
  • the server dynamically coordinates groupings to handle the combination of clients and data.
  • the server coordinates the group updates for dissemination for each set of connecting clients.
  • the server communicates with each client individually to handle the updating operations for the relevant client.
  • a student record 112 contains a student ID 114, a student name 116, a student phone number 118, and a variable for class 120 which may be undergraduate students 122 or graduate students 124.
  • the general server scheme also includes an enroll record 134 which includes a student ID 136, the course ID 138 and a grade ID 140
  • Another record of the server data set-up scheme includes a course record 150 that includes a course ID 152, course name 154 and a class variable record 156 that contains an undergraduate specification 158 and graduate students specification 160
  • the group identifiers 202, 206, 210, 214, and 218 are shown associated with or assigned to the groups of data of the database
  • the undergraduate students identifier 202 includes the student information 112, where the class is specified as undergraduate students 122, minus the telephone number 118
  • the graduate student group identifier 204 includes the student information 112, where the class is identified as graduate students 124 without the phone number 1 18
  • the student-phone group identifier 206 includes the student record 1 12 with only the student ID 114 and the phone number 1 18 specified
  • the all-courses identifier group 212 includes all data courses at the record 150
  • the all-enrolled class 216 includes all of the data of the enroll record 134
  • FIG. 3 c an assignment of clients to groups is illustrated This table is first accessed by the database management system of the server to determine which modification files 86 should be retrieved for a client
  • the undergraduate clients are assigned to the groups undergraduate students 202, all-courses 214, and all-enroll 218
  • the graduate student clients are assigned to the graduate students group 206, all- courses 214, and all-enroll 218
  • the professor clients are assigned to the graduate student groups 206, undergraduate student group 202, student-phone group 210, all- courses 214, and all-enroll group 218
  • the enroller client is assigned to the all-enroll group 218 data This group data and associations are used to update and synchronize computers within the ICDB system 10
  • the server 18 processes batched updates received from the clients 16 and the updates performed on the server 18 create a delta file for each group, based on the knowledge of the data shared with each client Referring to Fig 4, a modification file (delta file) 86 is illustrated
  • the modification file 86 for a client contains all of the operations on the data set that correspond to the changes to group data to which the client is assigned
  • the modification file 86 includes a sequence of transactions such as transaction A, transaction C, transaction R and transaction J, each of which is identified by a unique global sequence number (e.g., 1, 2, 3, 4, 5, ...) which indicates the order of execution of the transactions at the server 18.
  • Each transaction represents a sequence of operations 410 and each operation has a unique sequence number, such as OP1, OP2, OP3, OP4, and OP5 which indicate the order of execution of the operation within the transaction.
  • Each operation applies only to a single fragment.
  • Each transaction identifies the client computer system 16, on which it was originally executed as part of the transaction record.
  • a client ID number 416 is associated with the transaction.
  • a computer system 16 can reconstruct the order of execution of the operations that occurred at the server 18 despite the fragmentation of operations in the modification files 400. Because each operation executes with a single fragment, there are no interrelation dependencies among these operations, except foreign key dependencies. The interrelation operations on relations with no foreign key dependencies can be arranged in any order.
  • Intrarelation operations preserve the serial order at the server. Assuming a foreign key is from a relation called the "parent relation" and a primary key is from a relation called a "child relation", interrelation operations on relations with foreign key dependencies are ordered so that an insert into the parent relationship precedes the corresponding insert into the child relation; and a delete in the child relationship precedes the corresponding delete in the parent relation.
  • the various groups of data may contain information that a particular client should not receive or information which the client already has. For example, if a client made a change to data within the database, then the client already has the change or a record of the change that was made to the database.
  • modification files which contain all operations that have been performed include the update operations performed by a particular client
  • the operations performed by the particular client do not need to be processed or utilized when the client computer system 16 receives the modification files 86 for its associated data groups Consequently, the client computer system 16 performs filtering, mapping, and merging operations to help ensure the integrity of the local database when updates are being made
  • the types of processing occurring at the client computer system 16 include reflection filtering, schema mapping, intrarelation filtering, interrelation filtering, duplicate filtering, operation merging, and a referential integrity ordering
  • the discussion of filtering herein utilizes the example groups of Figs 3 a, 3b, and 3 c
  • Reflection filtering refers to the client computer system evaluating the modification files 86 for transactions that were submitted to the client computer system that originated from the client computer system
  • Schema mapping is a process by which clients apply synonym conversions to names for groups which are named differently in the local database 15c than the server database 15d This ensures that groups are properly matched during updating to ensure data integrity for the groups within the databases
  • Data filtering for a relation based on data internal to the relation is termed intrarelation filtering
  • Intrarelation filtering filters superfluous column and row data that may be sent to a client For example, undergraduate students receive data from the enroll relation, however, the undergraduate clients are not authorized to view grade data Therefore, the grade information is dropped or deleted from the enroll record group when it is transmitted to the undergraduate student Similarly, graduate clients receive all of the data from the courses record, however, the graduate students are only authorized to view the graduate course information In the example shown in Figs 3 a, 3b and 3 c, filtering the courses group for the undergraduate students means that the graduate information is deleted or dropped
  • Interrelation filtering occurs because not all superfluous data is filtered by data within a group
  • undergraduate clients should receive only the enroll group data 218 for undergraduates, however, to determine if an enroll group 134 is for an undergraduate, the course ID must be determined using the course group 134
  • an undergraduate student receives all of the enroll data in the all-enroll group 218
  • An undergraduate client uses the courses group 214 to determine what enroll data should be filtered out
  • Duplicate discarding refers to the process of detecting and deleting/discarding duplicate transactions. Duplicate transactions occur because the same data may be duplicated in more than one group.
  • the professor clients join the undergraduate students group 202, graduate students groups 206, and students phone groups 210.
  • the deleting of a student would result in a transaction being sent twice to a professor client because a student-phone group 210 and the undergraduate-student groups 202 are defined based upon the students 112 record. In each of those, the student ID 112 is present. Therefore, the professor client must detect the duplication transaction and carry out a single deletion for the local database 15d.
  • "Operation merging" includes the merging of operations that are broken up when placed into groups. Transaction operations may be broken up when placed in groups. Clients must ensure that these operations are merged such that integrity is maintained.
  • a professor client must merge the transactions from the Under-Students and Students-Phone such that (1) the inserts are merged into a single insert, (2) duplicate deletes are eliminated and (3) the merged insert is executed before the delete.
  • Referential integrity ordering includes processing the modification files to ensure that transactions which reference other groups during a merging transaction maintain their integrity.
  • clients When merging transactions, clients must be aware of referential integrity constraints Executing transactions out of order at the client may result in operation rejections at the client which were allowed at the server, leading to degradation of client data integrity Consider two inserts at the server
  • Figs 5 a, 5b and 5 c the processes implemented according to the principles of the present invention are illustrated These processes describe the process utilized to associate client computer systems 16 with the data groups of the server database 15d during the coupling of the server database 15d to the client computer system 16 The processes also describe the synchronization process between the databases of the ICDB system 10
  • the client computer system 16 connects to the server 18
  • the server 18 receives the update request from the client computer system
  • the modification files 86 are transmitted to the requesting client computer system 16
  • the client computer system 16 begins an analysis of the modification files 400 to determine what data from the modification file 86 should be filtered, merged, deleted or otherwise modified
  • the process evaluates the client ID and the modification file, and at step 520, the process determines whether the client computer system 16 created any transactions in the modification file If the client did create any of the transactions, the process proceeds to step 522 where the transactions that the client created are filtered out The process then proceeds to step 524
  • step 540 the process determines whether the client computer system 16 needs information from other groups to make a reliable update to the local database 15c If the client 16 needs information from other groups to update certain information, the process proceeds to step 542 where the information needed to make the updates from other groups is retrieved The process proceeds to step 544 At step 544, the process filters the interrelational data to locate the needed information as discussed above The process proceeds to step 546 At step 546, the process determines whether transactions are duplicated If, at step 546, no transactions are duplicated, the process proceeds to step 556 If, however, at step 546, the processing determines that transactions are duplicated, the duplicate information is deleted at step 554 At step 556, the process determines whether any operations detected in the modification files should be merged and merges the files as necessary The process then proceeds to step 562 where the referential integrity of the modification files is evaluated The process ends at 566

Abstract

The present invention provides a 'data centric' approach to updating databases on computer systems (516) of an intermittently connected database (15d) system. In this approach, the storage and processing complexity of the database server are decoupled from the number of clients to be supported, thereby, improving the scalability of the server. Instead of focusing on the data required by individual clients, this method tracks changes to data subsets pertaining to groups of clients. Thus, the server need only track and record changes to these subsets of data, instead of tracking changes for individual clients. Clients download the subsets, which contain the data relevant to the group, and merges data or deletes superfluous data from the subsets. Since the server is tracking a limited set of data subsets related to groups of clients instead of the actual number of the clients, the overall scalability of the system is increased. In this system (10), client computer systems are synchronized with a server database by dividing data to be distributed from a server database into groups (80ad) and assigning one or more of the groups to each client computer system. When a client computer system accesses the server, the client computer system sends changes made to its local database to the server. The server updates its database with these changes. After making the updates to its database, the server determines which groups share in the changes made, and creates modification files (86ad) for these groups. The clients download the modification files for the groups to which they are assigned.

Description

DATABASE SYNCHRONIZATION AND ORGANIZATION SYSTEM AND METHOD
Field of the Invention The present invention relates to a method and system for updating databases, and more particularly, relates to a method and system for synchronizing remote databases.
Background of the Invention
In many business environments, a server database ("central") is used to store data that is pertinent to many employees or remote users of a business. The server database is typically accessible by remote computer systems ("clients") to increase the availability of information to the remote users. By providing a server database, which may be accessed by remote computer systems, dissemination of information through the company is increased. Remote access to a server database is more critical in environments where a sales force or many employees operate away from the office. As an example, the remote employees rely on the information contained within the database to be informed about inventory changes, pricing data, and company events. Rather than remain connected to the server database indefinitely and collect telecommunication charges or tie up phone lines, the remote users only intermittently connect their computers to a server for access to the server database. In these environments, the remote computer systems typically store a portion of the server database locally to support the remote application even when the client is not connected to the server. The intermittent connection is then used to send only changes made by the client application to the server and a pertinent set of changes from the server to the client. This type of remote computer system environment is called an Intermittently Connected Database (ICDB) environment. ICDBs have a wide variety of applications in sales force automation, insurance claim processing, and mobile work forces in general.
An important communication issue for this type of computer environment is the timely and efficient exchange of information between the clients and the server database The term "database synchronization" is often used to describe the process of maintaining data consistency and integrity among server databases and client databases There are many synchronization schemes for maintaining consistency In some known database synchronization schemes, a time stamp is associated with the exchanged data that specifies the date of the last update exchange The server database and the client database use the time-stamp to determine which records have been modified Other schemes use bit-maps to mark records that have changed Still other schemes use "before values" to track changes Typically, only those records modified since the last data exchange are sent In ICDB environments, continuous access to an application requires that each client maintain a local copy of the data it shares In addition, with intermittent connectivity, direct exchange of information between clients is not possible, consequently, some intermediary is required to facilitate inter-client communication and data sharing Traditionally, a database server whose schema and data consists of the union of the client schemes and data fills the role of this intermediary This server is continuously available for connection to the intermittently connected clients Updates from a client are sent to the server The server determines the set of clients who share in this data and need to receive a copy of the update Thus, in this "client- centric" approach, the server has to generate a separate data set for each client Unfortunately, this approach increases in complexity with each additional client and is limited in scalability with respect to the maximum number of clients that can be supported by a server because for every additional client, the server must repeat the same type of processing it did for other clients
Many other techniques exist for ensuring reliable synchronization A technique for ensuring the reliability of data synchronized for remote databases is discussed in U S Patent No 5,649, 195 to Scott, et al. (the '" 195 Patent") In this system, each remote computer contains a replica of a master database The central computer of the ' 195 Patent stores record changes made to the master database for a pre-defined unit of time in a file Each change record for the same unit of time is associated with the same broadcast number and sequence number The sequence number identifies the sequential order of the change records in the file The last change record in the sequential order is identified as the last record for a particular broadcast number For the next unit of time, the broadcast number is incremented and the sequence number reset After a pre-defined unit of time has expired, the file of change records is transmitted to the remote replica databases The remote computers use the broadcast and sequence numbers to verify the order of the change records to determine whether all change records for a broadcast have been received and correctly used to update the remote replica database
Another system for updating information in a database is described in U S Patent No 5,491,820 to Belove, et al. (the " '820 Patent") The '820 Patent is directed to a client/server system that uses an object-oriented database at the server to provide data to intermittently coupled clients In this system, data objects are maintained in the database These data objects may be transmitted to a client coupled to the server and later updated upon re-establishment of communication with the server Upon receipt of a data object, a client associates a time of receipt with the data object In requesting an object update, the client transmits a list of data objects to be updated along with the time of receipt for each object The server maintains a last modified time for each data object and compares the time of receipt for a data object in a data object list received from a client to its last modified time The server provides new versions of these data objects that have been modified since the last time of receipt
In a typical synchronization system an individual file containing changes to be sent is created on the server for each client within the system This ties up the server, increasing the amount of processing done on the server to create these files which is directly proportionally to the number of clients in the system What is needed is a database synchronization system that allows the database to be scaled for use by increasing the numbers of clients without negatively impacting server performance
Summary of the Invention
Generally, the present invention provides a method that reduces the storage and processing required in an ICDB system The reduction in processing improves the ability of a server to handle more client computers More particularly, the present invention provides a method for synchronizing client computer systems with a server database by dividing data to be distributed from a server database into groups and assigning one or more of the groups to each client computer system. The changes to the data in the groups are stored to be sent to the clients subscribing to the groups. When a client computer system dials in or "connects" to the server, it sends changes made to its local database to the server. The server may then update its database with changes submitted by the client. After making the updates to its database, the server determines which groups share in the changes made, and creates modification files for these groups. The clients may then download the modification files for each of the groups to which a client subscribes. As the modification files may contain superfluous data, they are evaluated on the client to determine if certain updates should be applied and merged or discarded.
Each client contains a list of groups to which it subscribes. When a client connects to the server, the client requests the modification files corresponding to the groups to which it subscribes, merges the downloaded modification files, filters the superfluous data, and updates its local database.
Therefore, it is an object of the present invention to provide a database synchronization method and system that improves the ability of a server database system to handle more client computer systems. It is the object of the present invention to achieve this by grouping data to improve the scalability of the database system.
These and other objects will be apparent to those skilled in the art from a review of the drawings and descriptions contained herein.
Brief Description of the Drawings Fig. 1 is a diagram of an ICDB.
Fig. 2 is a detailed block diagram of client components and server components utilized during an update of a client from a server.
Figs. 3a, 3b, and 3c are examples of the grouping of data in a server database and client association with these groups according to the principles of the present invention. Fig 4 is a diagram of a modification file format used in connection with the present invention
Figs 5a, 5b, and 5c are flow diagrams of the processes implemented according to the principles of the present invention
Detailed Description of the Invention
Referring now to the drawings, in which like numerals illustrate like elements throughout the several views, Fig 1 illustrates the basic components of an intermittently connected database system ("ICDB") 10 used in connection with the preferred embodiment of the present invention The ICDB system 10 includes client computer systems 16a, 16b, and 16c Each client has applications and a local database 15a, 15b, and 15c A computer server 18 contains applications and a server database 15d that are accessed by client computer systems 16 via intermittent connections 27 The server 18 runs administrative software for a computer network and controls access to part or all of the network and its devices The client computer systems 16 share data of the server database stored at the computer server 18 and may access the server 18 over the Internet, a local area network (LAN), a wide area network (WAN) 26 or via a telephone line using a modem The server 18 may be connected to the local area network (LAN) within an organization
The structure and operation of the ICDB system 10 enables the server 18 and the server database 15d associated therewith to handle clients more efficiently than previously known systems Particularly, the present invention provides a manner of organizing data of the server database into selected groups and tracking changes of data according to the groups, instead of individual clients Periodically, a modification ("delta" or "update") file is created for each group with all relevant changes since the last modification file creation Client computer systems 16 are associated with selected groups and when the clients connect to the server 18, the modification files associated with the group are transmitted to the client or clients associated with the group to be used for updating each client's individual database
The client computer systems 16a, 16b and 16c may each be located at remote sites Thus, when a user at one of the remote client computer systems 16 desires to be updated with the current information from the shared database at the server 18, the computer system 16 communicates over the WAN or telephone line to access the server 18. Advantageously, the present invention provides a system and method for updating client computer systems that enable client computer systems to be added to the ICDB system without requiring the ICDB system to create client-specific modification files for each client, added to the computer system. In this system, data on the server may be arranged in groups based on content and semantics. One or more of the groups are assigned to each client depending on the data requirements of the client. Periodically, the server determines the data that has changed for each group since the last evaluation, and records those changes in a modification file. When a client connects to the server, it requests the modification files for the groups to which it subscribes, merges the downloaded modification files, filters the superfluous data, and updates its local database.
Hence, the present invention provides a "data centric" approach to distributing changes. In this approach, the storage and processing complexity of the database server are de-coupled from the number of clients to be supported, thereby, improving the scalability of the server. Instead of focusing on the data required by individual clients, this method tracks changes to data subsets pertaining to groups. Thus, the server need only track changes to these subsets of data, instead of tracking changes for individual clients. Clients then download the subsets, which contain the relevant data from the server and filter out any superfluous data, which does not relate to them. Since the server is tracking a limited set of data subsets related to groups of clients instead of the actual number of the clients, the overall scalability of the system is increased.
Database Synchronization
Referring to Fig. 2, a block diagram of the primary components utilized during the updating of databases within the ICDB system 10 is illustrated. Many components of a standard computer system have not been illustrated such as address buffers, memory buffers and other components because these elements are well known and are not necessary for understanding of the present invention. Computer programs and data files, illustrated in Fig 2, are used to implement the various steps of the present invention The processes of the invention may operate on personal computers ("PCs"), workstations and servers
As discussed generally above, the system of the present invention improves the ability of a database system to process and handle more clients than in previously known systems By grouping the data within the database 15d into data groups 80 and by associating individual modification ("delta") files 86 with each group 80, the overhead associated with managing the ICDB system 10 is decreased and therefore the scalability of the database system is improved For example, in Fig 2, four data groups 80a, 80b, 80c, and 80d have been defined within the database system 15d The data items within each data group are not necessarily exclusive That is, the data groupings can contain references to the same data items For each of the data groups 80, a series of modification files 86 has been associated with a group Periodically, the system administrator creates a new modification file for each group containing all of the updates for the data corresponding to the group since the last modification file was created Modification files 86a, 86b, 86c, and 86d are associated with data groups 80a, 80b, 80c and 80d, respectively Update files 86aa and 86dd are associated with modification files 80a and 80d, respectively When changes are made to any of the items within one of the data groups 80a-d, the changes are recorded in the database Although hundreds of clients may be connected to the ICDB system 10, a relatively small number of files 86a-dd, in this example, are used to identify changes within the data groups 80a-d In previously known systems, the ICDB system would have modification files associated with each client identifying all of the altered data items to which the client has access Therefore, in these previously known systems, the database management system would store and maintain a set of client files for each and every client Advantageously, by utilizing the system of the present invention which groups data items into data groups 80 and associates the modification files for each of the data groups, the overhead maintenance and processing for an ICDB system is substantially reduced When a client computer system 16 is coupled for communication with the server database 15d, the database management system 100 provides an interface between the server database 15d and the client computer system 16c It should be appreciated that the client computer system 16c is representative of the client computer systems 16a and 16b The client computer system 16c also has a database management system 106 that provides an interface between the local database 15c and other computer systems In the ICDB system 10, the client computer system 16 maintains portions of the data contained in the database The portions of data used at the client computer system 16 may be considered a subset of the data of the server database and are stored in a local database 15c The local database 15c contains information relevant to processes of the client computer system 16c The client computer system 16c retrieves data from associated data groups 80, and the data is stored to the local database 15c Similarly, when the data items within the local database 15c are modified, the modifications are transmitted to the server database 15d from the client computer system 16c which are used to update the server database 15d During the transfer of information from either the local database 15c or the server database 15d, the data being transmitted is synchronized with the appropriate database
A client computer system 16c, accessing the server database 15d, contains a list or table 88c of the set of groups it needs The client computer system contacts the server system and requests the current modification files for the groups associated with the client computer system A control program module 107 manages the operations at the client computer system 16c At connection-time, the client computer system 16c may transmit data changes and transactions to the server database 15d that affect data in the server database 15d The data changes that have occurred at the client computer system 16c that affect data in the server database are indicated by the modification files 105 The server database 15d is then updated with the changes from the client computer system and the corresponding changes are made to the modification files associated with the groups that had data modified by the client
The database management system 100 may access the appropriate modification files that correspond to the data groups to which the client has access These modification files contain a sequence of transactions and sequence of operations that have occurred to the corresponding data groups The modification files 86 that correspond to the data groups to which the client has access are then transmitted to the client computer system 16c. In previously known systems, a single client file was sent to the client database management system. Unlike previously known ICDB systems, multiple modification files that are associated with selected groups of data are transferred to the client computer system. The client computer system 16c evaluates each of the modification files to determine which updates should be deleted, reorganized, or merged to properly synchronize, as explained below in more detail, the local database 15c with the server database 15d. The client computer systems 16 may filter and/or merge modification files 80 to ensure database integrity. The database management system 106 uses a filter processing module 108 to filter and merge the multiple modification files received from the database management system 100.
As illustrated in Fig. 2, more than one modification file may be associated with a single group. For each set or series of modification files associated with a single group, such as modification files 86a and 86aa, sequence numbers are associated with each of these modification files. When the client computer system 16c accesses the server 18, the client computer system transmits to the server the sequence number of the last update file it received from the server. The server then transmits only those modification files that were not previously transmitted to the client computer system 16c based the sequence number received from the client computer system 16c. The server sends only those modification files with a sequence number greater than the sequence number received from the client computer system. A separate modification file 86 may be created for a group when the number of transactions contained within the file exceed a certain number, after a certain time period has expired, or after a certain set of connected client computer systems completes making changes to the data of certain groups. Other schemes for determining when multiple modification files should be created for a group are readily apparent to those skilled in the art and are within the scope of the present invention.
Referring to Figs. 3a, 3b, and 3c, a basic client grouping scheme is illustrated. The grouping example of Figs. 3a, 3b, and 3c are discussed in terms of a relational database and relational database programming techniques. The grouping of data can be achieved in different ways. The appropriate grouping for a particular system depends on many factors including server processing speed, server disk space, and the network bandwidth. Grouping techniques can be divided into two categories: dynamic and static.
In static grouping, which is illustrated in Figs. 3a, 3b, and 3c, the data groups are known a priori. In static grouping, an administrator can define the groups. Client computer systems subscribe to or are associated with selected groups. Static grouping reduces the server processing requirements by handling the modification file dissemination independent of the connected clients. As known to those skilled in the art, the horizontal or vertical segments of relations of data are termed fragments and are defined by a priori by a partitioning scheme. Fragments are contained in one or more groups.
Although not illustrated, dynamic grouping can be used. In dynamic grouping, the number and make up of the groups depend on constantly changing attributes such as the current set of transactions and/or current set of connected clients. With one type of dynamic grouping, a separate group exists for each transaction and the client computer systems subscribe to the groups depending on the applicable transaction. This type of grouping is called transaction-set grouping. Another type of dynamic grouping is power-set grouping. In power-set grouping, a minimal number of groups are formed to ensure that the clients have to subscribe to the minimal number of groups and will receive minimal superfluous data. Dynamic grouping techniques help reduce bandwidth and client filter processing by sending only data relevant to the current set of connected clients. However, these techniques typically require more server processing because the server dynamically coordinates groupings to handle the combination of clients and data. In the power-set grouping, the server coordinates the group updates for dissemination for each set of connecting clients. In a transaction-set server environment, the server communicates with each client individually to handle the updating operations for the relevant client.
Referring specifically to Fig. 3a, a manner in which server data can be organized is shown. A student record 112 contains a student ID 114, a student name 116, a student phone number 118, and a variable for class 120 which may be undergraduate students 122 or graduate students 124. The general server scheme also includes an enroll record 134 which includes a student ID 136, the course ID 138 and a grade ID 140 Another record of the server data set-up scheme includes a course record 150 that includes a course ID 152, course name 154 and a class variable record 156 that contains an undergraduate specification 158 and graduate students specification 160
Referring to Fig 3b, a table of group identifiers is shown The group identifiers 202, 206, 210, 214, and 218 are shown associated with or assigned to the groups of data of the database The undergraduate students identifier 202 includes the student information 112, where the class is specified as undergraduate students 122, minus the telephone number 118 The graduate student group identifier 204 includes the student information 112, where the class is identified as graduate students 124 without the phone number 1 18 The student-phone group identifier 206 includes the student record 1 12 with only the student ID 114 and the phone number 1 18 specified The all-courses identifier group 212 includes all data courses at the record 150 The all-enrolled class 216 includes all of the data of the enroll record 134
Referring to Fig 3 c, an assignment of clients to groups is illustrated This table is first accessed by the database management system of the server to determine which modification files 86 should be retrieved for a client The undergraduate clients are assigned to the groups undergraduate students 202, all-courses 214, and all-enroll 218 The graduate student clients are assigned to the graduate students group 206, all- courses 214, and all-enroll 218 The professor clients are assigned to the graduate student groups 206, undergraduate student group 202, student-phone group 210, all- courses 214, and all-enroll group 218 The enroller client is assigned to the all-enroll group 218 data This group data and associations are used to update and synchronize computers within the ICDB system 10
The server 18 processes batched updates received from the clients 16 and the updates performed on the server 18 create a delta file for each group, based on the knowledge of the data shared with each client Referring to Fig 4, a modification file (delta file) 86 is illustrated The modification file 86 for a client contains all of the operations on the data set that correspond to the changes to group data to which the client is assigned The modification file 86 includes a sequence of transactions such as transaction A, transaction C, transaction R and transaction J, each of which is identified by a unique global sequence number (e.g., 1, 2, 3, 4, 5, ...) which indicates the order of execution of the transactions at the server 18. Each transaction represents a sequence of operations 410 and each operation has a unique sequence number, such as OP1, OP2, OP3, OP4, and OP5 which indicate the order of execution of the operation within the transaction. Each operation applies only to a single fragment. Each transaction identifies the client computer system 16, on which it was originally executed as part of the transaction record. A client ID number 416 is associated with the transaction. By using the transaction sequence numbers 404, a computer system 16 can reconstruct the order of execution of the operations that occurred at the server 18 despite the fragmentation of operations in the modification files 400. Because each operation executes with a single fragment, there are no interrelation dependencies among these operations, except foreign key dependencies. The interrelation operations on relations with no foreign key dependencies can be arranged in any order. Intrarelation operations preserve the serial order at the server. Assuming a foreign key is from a relation called the "parent relation" and a primary key is from a relation called a "child relation", interrelation operations on relations with foreign key dependencies are ordered so that an insert into the parent relationship precedes the corresponding insert into the child relation; and a delete in the child relationship precedes the corresponding delete in the parent relation.
Filtering
As noted above, the various groups of data may contain information that a particular client should not receive or information which the client already has. For example, if a client made a change to data within the database, then the client already has the change or a record of the change that was made to the database. Consequently, when modification files which contain all operations that have been performed include the update operations performed by a particular client, the operations performed by the particular client do not need to be processed or utilized when the client computer system 16 receives the modification files 86 for its associated data groups Consequently, the client computer system 16 performs filtering, mapping, and merging operations to help ensure the integrity of the local database when updates are being made The types of processing occurring at the client computer system 16 include reflection filtering, schema mapping, intrarelation filtering, interrelation filtering, duplicate filtering, operation merging, and a referential integrity ordering The discussion of filtering herein utilizes the example groups of Figs 3 a, 3b, and 3 c
Reflection filtering refers to the client computer system evaluating the modification files 86 for transactions that were submitted to the client computer system that originated from the client computer system Schema mapping is a process by which clients apply synonym conversions to names for groups which are named differently in the local database 15c than the server database 15d This ensures that groups are properly matched during updating to ensure data integrity for the groups within the databases Data filtering for a relation based on data internal to the relation is termed intrarelation filtering Intrarelation filtering filters superfluous column and row data that may be sent to a client For example, undergraduate students receive data from the enroll relation, however, the undergraduate clients are not authorized to view grade data Therefore, the grade information is dropped or deleted from the enroll record group when it is transmitted to the undergraduate student Similarly, graduate clients receive all of the data from the courses record, however, the graduate students are only authorized to view the graduate course information In the example shown in Figs 3 a, 3b and 3 c, filtering the courses group for the undergraduate students means that the graduate information is deleted or dropped
"Data filtering" for a group that is shared based on data in another database table is termed interrelation filtering Interrelation filtering occurs because not all superfluous data is filtered by data within a group For example, undergraduate clients should receive only the enroll group data 218 for undergraduates, however, to determine if an enroll group 134 is for an undergraduate, the course ID must be determined using the course group 134 In the grouping example of Fig 3b, an undergraduate student receives all of the enroll data in the all-enroll group 218 An undergraduate client then uses the courses group 214 to determine what enroll data should be filtered out Duplicate discarding refers to the process of detecting and deleting/discarding duplicate transactions. Duplicate transactions occur because the same data may be duplicated in more than one group. In the example of Figs. 3a, 3b, and 3c, the professor clients join the undergraduate students group 202, graduate students groups 206, and students phone groups 210. For example, the deleting of a student would result in a transaction being sent twice to a professor client because a student-phone group 210 and the undergraduate-student groups 202 are defined based upon the students 112 record. In each of those, the student ID 112 is present. Therefore, the professor client must detect the duplication transaction and carry out a single deletion for the local database 15d. "Operation merging" includes the merging of operations that are broken up when placed into groups. Transaction operations may be broken up when placed in groups. Clients must ensure that these operations are merged such that integrity is maintained. Consider the following sequence of operations at the server,
INSERT (1000, "John Smith", 555-5555, UNDER) INTO Students;
DELETE FROM Students WHERE StudentID = 10000
This sequence of operations would be broken up into the following sequences for groups Under- Students, and Students-Phone, respectively:
INSERT (1000, "John Smith", UNDER) INTO Students; DELETE FROM Students WHERE StudentsID = 1000; and
INSERT (1000, 555-5555) INTO Students; DELETE FROM Students WHERE StudentID = 1000;
A professor client must merge the transactions from the Under-Students and Students-Phone such that (1) the inserts are merged into a single insert, (2) duplicate deletes are eliminated and (3) the merged insert is executed before the delete.
"Referential integrity ordering" includes processing the modification files to ensure that transactions which reference other groups during a merging transaction maintain their integrity. When merging transactions, clients must be aware of referential integrity constraints Executing transactions out of order at the client may result in operation rejections at the client which were allowed at the server, leading to degradation of client data integrity Consider two inserts at the server
INSERT (6555, "Queuing Theory", GRAD) INTO Courses, followed by,
INSERT (1001, 6555) INTO Enroll, These two inserts would be received by graduate student clients from the groups All-Courses and All-Enroll, respectively Observe that "Courses Course ID" is a foreign key of Enroll CourselD, consequently, the order of the inserts must be preserved, specifically the tuple for the Courses table must be inserted prior to the Enroll tuple insertion In general, some ordering needs to be preserved among operations on different relations that are related by a referential integrity constraint
Processes of the ICDB System
Referring to Figs 5 a, 5b and 5 c, the processes implemented according to the principles of the present invention are illustrated These processes describe the process utilized to associate client computer systems 16 with the data groups of the server database 15d during the coupling of the server database 15d to the client computer system 16 The processes also describe the synchronization process between the databases of the ICDB system 10 At step 502, the client computer system 16 connects to the server 18 At step 504, the server 18 receives the update request from the client computer system At step 512, the modification files 86 are transmitted to the requesting client computer system 16 At step 516, the client computer system 16 begins an analysis of the modification files 400 to determine what data from the modification file 86 should be filtered, merged, deleted or otherwise modified At step 518, the process evaluates the client ID and the modification file, and at step 520, the process determines whether the client computer system 16 created any transactions in the modification file If the client did create any of the transactions, the process proceeds to step 522 where the transactions that the client created are filtered out The process then proceeds to step 524 If, however, at step 520, none of the transactions where created by the client, the process proceeds to step 524 At step 524, the client computer system applies synonym conversions or names, if necessary, in the client database system as discussed above The process then proceeds to step 530 At step 530, the process determines whether the client should receive all data within the group The process proceeds to 532 where a duplicate data is filtered out The process then proceeds to step 540 If, however, at step 530, the client was to receive all data within the data group, the process proceeds directly to step 540
At step 540, the process determines whether the client computer system 16 needs information from other groups to make a reliable update to the local database 15c If the client 16 needs information from other groups to update certain information, the process proceeds to step 542 where the information needed to make the updates from other groups is retrieved The process proceeds to step 544 At step 544, the process filters the interrelational data to locate the needed information as discussed above The process proceeds to step 546 At step 546, the process determines whether transactions are duplicated If, at step 546, no transactions are duplicated, the process proceeds to step 556 If, however, at step 546, the processing determines that transactions are duplicated, the duplicate information is deleted at step 554 At step 556, the process determines whether any operations detected in the modification files should be merged and merges the files as necessary The process then proceeds to step 562 where the referential integrity of the modification files is evaluated The process ends at 566
The descriptions given herein are provided as examples and are not intended to limit the principles or scope of the present invention Those skilled in the art will readily appreciate from a review of descriptions herein that many modifications, changes or extension may be made from the specific embodiments described herein without departing from the scope of the invention defined by the following claims

Claims

What is claimed is
1 A method for updating databases on a client computer, comprising
grouping data of a server database based on selected criteria,
assigning one or more of the groups to be accessible to certain client computers, and
recording changes to data of each group in a modification file
2 The method of Claim 2 further comprising associating a plurality of modification files with a group and tracking which of the plurality of files have been sent to particular client computer systems
3 The method of Claim 1 wherein said step of grouping said data is based on pre-selected static criteria
4 The method of Claim 1 wherein said step of grouping said data is based on dynamically generated criteria
5 The method of Claim 2 further comprising associating unique sequence numbers with each of the modification files
6 The method of Claim 1 further comprising the step of updating local databases of the client computer systems using the modification files created to record changes to data within the groups to which the client computer systems are assigned
7 The method of Claim 1 further comprising transmitting the modification files to the client computer systems to be used for updating a local database of the client computer system
8 The method of Claim 7 wherein said client computer have local databases which contain selected portions of data from said groups assigned to the client computer and further comprising the step of transmitting, by said client computer system, modifications made to said selected portions to said server database; and updating said server database with said modifications to said selected portions of data.
9. The method of Claim 8 comprising:
determining which data of the groups of the server database have changed and creating modification files based on these changes and determining to which selected groups the client computer system is assigned; and
in response to determining the selected groups associated with the client computer system, transmitting the modification files associated with the selected groups to the client computer system.
10. The method of Claim 9 further comprising the step of
evaluating the modification files at the client computer systems to determine whether data in a first modification file contains modifications which are relevant to modifications contained in a second modification file; and
processing the relevant modifications to ensure that consistency is maintained between the server database and the local database.
1 1. The method of Claim 10 wherein said step of processing includes determining which modifications should be deleted when the local database is being updated.
12. The method of Claim 11 wherein said step of processing includes determining which transactions of the modification files were created by the client computer system being updated and deleting those modifications from the modification files that were created by the client computer system being updated.
13. The method of Claim 10 wherein said step of processing includes determining which modifications in the modification files are duplicated in a modification file associated with another group and maintaining one modification for the duplicated modifications and deleting the other duplicate modifications.
14 The method of Claim 10 wherein said step of processing includes merging relevant information between the files to form a transaction that maintains the consistency of the local database with the server database
15 The method of Claim 1 wherein said step of recording changes includes maintaining a client list of changes which have been modified since the previous time period in which a client computer system was coupled to said server database
16 The method of Claim 1 wherein said step of assigning comprises maintaining a client index of client computer systems, said client index associating each client computer system with a group of data that is associated based on the content of the data items
17 The method of Claim 1 comprising
determining which client computer system is coupled to the server database and determining to which selected groups the client computer system is assigned, and
in response to determining the selected groups associated with the client computer system, transmitting the modification files associated with the selected groups to the client computer system
18. A system for updating client computer systems based on data in a central computer system, comprising:
a plurality of client computer systems;
a server computer system containing a server database, said server database containing data that is grouped based on preselected criteria, and each client being assigned to a group;
a modification file created for each data group in which data has changed, in the server computer system, said modification file including a list of modification transactions that have occurred within the data groups;
and a program module that updates the local databases of the client computer systems based on changes in the modification files.
19. The system of Claim 18 wherein the server computer system associates corresponding clients with selected data groups.
20. The system of Claim 18 wherein the client computer system contains a client program module that evaluates each of the modification files and updates the local database based on an evaluation and comparison of the information in the modification files.
21 The system of Claim 20 wherein the client program module updates the local database by deleting unnecessary information from modification files.
22. The system of Claim 20 wherein the client program module updates the local database by merging information from within modification files.
PCT/US1999/021661 1998-09-17 1999-09-17 Database synchronization and organization system and method WO2000016222A1 (en)

Priority Applications (10)

Application Number Priority Date Filing Date Title
EP99948327A EP1114375A4 (en) 1998-09-17 1999-09-17 Database synchronization and organization system and method
BR9913844-1A BR9913844A (en) 1998-09-17 1999-09-17 Method for updating databases on a client computer and system for updating client computer systems based on data on a central computer system
CA002344542A CA2344542A1 (en) 1998-09-17 1999-09-17 Database synchronization and organization system and method
UA2001042525A UA65638C2 (en) 1998-09-17 1999-09-17 Method and system for synchronization and management of a data base
EA200100363A EA002931B1 (en) 1998-09-17 1999-09-17 Database synchronization and organization system and method
MXPA01002852A MXPA01002852A (en) 1998-09-17 1999-09-17 Database synchronization and organization system and method.
IL14205899A IL142058A (en) 1998-09-17 1999-09-17 Database synchronization and organization system and method
JP2000570690A JP2003522344A (en) 1998-09-17 1999-09-17 Database synchronization / organization system and method
AU61532/99A AU755292B2 (en) 1998-09-17 1999-09-17 Database synchronization and organization system and method
ZA2001/02717A ZA200102717B (en) 1998-09-17 2001-04-03 Database synchronization and organization system and method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/156,075 1998-09-17
US09/156,075 US6226650B1 (en) 1998-09-17 1998-09-17 Database synchronization and organization system and method

Publications (1)

Publication Number Publication Date
WO2000016222A1 true WO2000016222A1 (en) 2000-03-23

Family

ID=22558001

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1999/021661 WO2000016222A1 (en) 1998-09-17 1999-09-17 Database synchronization and organization system and method

Country Status (12)

Country Link
US (1) US6226650B1 (en)
EP (1) EP1114375A4 (en)
JP (1) JP2003522344A (en)
AU (1) AU755292B2 (en)
BR (1) BR9913844A (en)
CA (1) CA2344542A1 (en)
EA (1) EA002931B1 (en)
IL (1) IL142058A (en)
MX (1) MXPA01002852A (en)
UA (1) UA65638C2 (en)
WO (1) WO2000016222A1 (en)
ZA (1) ZA200102717B (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10017612A1 (en) * 2000-03-31 2001-10-11 Tillmann Roepenack Automatic updating procedure for user data-records with e.g. library administration data, involves initially updating the basic data-record depending on the electronically detected new administration data
WO2002007006A1 (en) * 2000-07-14 2002-01-24 Creasoft System and method for synchronizing databases
EP1180890A2 (en) * 2000-08-17 2002-02-20 FusionOne, Inc. Change log aggregation and optimization
EP1202523A2 (en) * 2000-09-19 2002-05-02 Siemens Aktiengesellschaft Device and method for synchronizing databases in distributed communications systems
WO2002054236A2 (en) * 2001-01-03 2002-07-11 Synchrologic, Inc. A system and method for data synchronization between remote devices
EP1393232A2 (en) * 2001-05-09 2004-03-03 Healthcare Vision, Inc. System and method for electronic medical file management
GB2365578B (en) * 2000-02-07 2004-03-31 Hewlett Packard Co System and method for synchronizing databases
US6847983B2 (en) 2001-02-28 2005-01-25 Kiran Somalwar Application independent write monitoring method for fast backup and synchronization of open files
US6985915B2 (en) 2001-02-28 2006-01-10 Kiran Somalwar Application independent write monitoring method for fast backup and synchronization of files
EP1755046A1 (en) * 2005-08-17 2007-02-21 Deutsche Post AG Method and system for providing data from a multiplicity of database systems to at least one client.
US7956894B2 (en) 1997-10-14 2011-06-07 William Rex Akers Apparatus and method for computerized multi-media medical and pharmaceutical data organization and transmission
US7982769B2 (en) 1997-10-14 2011-07-19 William Rex Akers Apparatus and method for computerized multi-media data organization and transmission
EP2533160A1 (en) * 2010-04-26 2012-12-12 ZTE Corporation Method, system and apparatus for data synchronization between databases
US8943428B2 (en) 2010-11-01 2015-01-27 Synchronoss Technologies, Inc. System for and method of field mapping
CN105723365A (en) * 2013-11-19 2016-06-29 华为技术有限公司 Method for optimizing index, master database node and subscriber database node
US9542076B1 (en) 2004-05-12 2017-01-10 Synchronoss Technologies, Inc. System for and method of updating a personal profile
US9615221B1 (en) 2003-07-21 2017-04-04 Synchronoss Technologies, Inc. Device message management system

Families Citing this family (249)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3614495A1 (en) * 1986-04-29 1987-11-05 Kloeckner Humboldt Deutz Ag FUEL INJECTION DEVICE FOR AN INTERNAL COMBUSTION ENGINE
US5689705A (en) * 1995-02-13 1997-11-18 Pulte Home Corporation System for facilitating home construction and sales
US6493725B1 (en) * 1998-05-18 2002-12-10 Sharp Kabushiki Kaisha Database managing system
JP4406944B2 (en) * 1998-11-11 2010-02-03 株式会社日立製作所 Computer system and distributed processing system for queries
US9239763B2 (en) 2012-09-28 2016-01-19 Oracle International Corporation Container database
US10191922B2 (en) 1998-11-24 2019-01-29 Oracle International Corporation Determining live migration speed based on workload and performance characteristics
JP2000163344A (en) * 1998-11-27 2000-06-16 Nec Corp Data base recovery system for network management system
US6658167B1 (en) * 1999-01-31 2003-12-02 Hewlett-Packard Development Company, L.P. On the fly server for modifying data characteristics for client-server network applications
AU763524B2 (en) * 1999-03-02 2003-07-24 Flexera Software Llc Data file synchronisation
US6681370B2 (en) * 1999-05-19 2004-01-20 Microsoft Corporation HTML/XML tree synchronization
US7363330B1 (en) * 1999-06-07 2008-04-22 Symantec Corporation Work monitor with file synchronization
US6427168B1 (en) * 1999-07-26 2002-07-30 Microsoft Corporation Architecture for system monitoring using high-performance providers
US6339777B1 (en) * 1999-07-30 2002-01-15 International Business Machines Corporation Method and system for handling foreign key update in an object-oriented database environment
US7099898B1 (en) * 1999-08-12 2006-08-29 International Business Machines Corporation Data access system
US6574729B1 (en) * 1999-08-26 2003-06-03 Lucent Technologies Inc. System for remotely identifying and providing information of unknown software on remote network node by comparing the unknown software with software audit file maintained on server
US6446048B1 (en) * 1999-09-03 2002-09-03 Intuit, Inc. Web-based entry of financial transaction information and subsequent download of such information
US7987420B1 (en) 1999-09-10 2011-07-26 Ianywhere Solutions, Inc. System, method, and computer program product for a scalable, configurable, client/server, cross-platform browser for mobile devices
US20010047394A1 (en) * 1999-09-10 2001-11-29 Kloba David D. System, method, and computer program product for executing scripts on mobile devices
US8595308B1 (en) 1999-09-10 2013-11-26 Ianywhere Solutions, Inc. System, method, and computer program product for server side processing in a mobile device environment
US6839744B1 (en) 1999-09-10 2005-01-04 Ianywhere Solutions, Inc. System, method, and computer program product for administering channels, content, and data for mobile devices
US7392308B2 (en) * 1999-09-10 2008-06-24 Ianywhere Solutions, Inc. System, method, and computer program product for placement of channels on a mobile device
US20020052781A1 (en) * 1999-09-10 2002-05-02 Avantgo, Inc. Interactive advertisement mechanism on a mobile device
US20080215672A1 (en) * 1999-09-10 2008-09-04 Sybase 365, Inc. System, Method, and Computer Program Product for a Scalable, Configurable, Client/Server, Cross-Platform Browser for Mobile Devices
US6826539B2 (en) * 1999-12-31 2004-11-30 Xactware, Inc. Virtual structure data repository and directory
US6694336B1 (en) * 2000-01-25 2004-02-17 Fusionone, Inc. Data transfer and synchronization system
US8156074B1 (en) 2000-01-26 2012-04-10 Synchronoss Technologies, Inc. Data transfer and synchronization system
US7035878B1 (en) 2000-01-25 2006-04-25 Fusionone, Inc. Base rolling engine for data transfer and synchronization system
US6671757B1 (en) 2000-01-26 2003-12-30 Fusionone, Inc. Data transfer and synchronization system
US8620286B2 (en) 2004-02-27 2013-12-31 Synchronoss Technologies, Inc. Method and system for promoting and transferring licensed content and applications
US6643669B1 (en) * 2000-03-14 2003-11-04 Telefonaktiebolaget Lm Ericsson (Publ) Method for optimization of synchronization between a client's database and a server database
WO2001084745A1 (en) 2000-05-03 2001-11-08 Magellan Corporation Method and apparatus for interference reduction
US20020005801A1 (en) * 2000-05-03 2002-01-17 Sergey Lyusin Low signal-to-noise ratio positioning system
US7313782B2 (en) 2000-05-05 2007-12-25 @Hand Corporation Method for distributing, integrating, and hosting a software platform
US6944651B2 (en) * 2000-05-19 2005-09-13 Fusionone, Inc. Single click synchronization of data from a public information store to a private information store
US6721742B1 (en) * 2000-05-31 2004-04-13 International Business Machines Corporation Method, system and program products for modifying globally stored tables of a client-server environment
US7487152B1 (en) 2000-05-31 2009-02-03 International Business Machines Corporation Method for efficiently locking resources of a global data repository
US6785868B1 (en) * 2000-05-31 2004-08-31 Palm Source, Inc. Method and apparatus for managing calendar information from a shared database and managing calendar information from multiple users
US7143194B1 (en) * 2000-07-13 2006-11-28 Microsoft Corporation System and method for optimizing the data transfer between mirrored databases stored on both a client and server computer
US7013316B1 (en) * 2000-07-13 2006-03-14 Microsoft Corporation System and method for synchronizing multiple database files
US8073954B1 (en) 2000-07-19 2011-12-06 Synchronoss Technologies, Inc. Method and apparatus for a secure remote access system
US7895334B1 (en) 2000-07-19 2011-02-22 Fusionone, Inc. Remote access communication architecture apparatus and method
US7117239B1 (en) 2000-07-28 2006-10-03 Axeda Corporation Reporting the state of an apparatus to a remote computer
US20060074727A1 (en) 2000-09-07 2006-04-06 Briere Daniel D Method and apparatus for collection and dissemination of information over a computer network
US6879996B1 (en) * 2000-09-13 2005-04-12 Edward W. Laves Method and apparatus for displaying personal digital assistant synchronization data using primary and subordinate data fields
US7185014B1 (en) 2000-09-22 2007-02-27 Axeda Corporation Retrieving data from a server
US8108543B2 (en) 2000-09-22 2012-01-31 Axeda Corporation Retrieving data from a server
US7587446B1 (en) 2000-11-10 2009-09-08 Fusionone, Inc. Acquisition and synchronization of digital media to a personal information space
US7818435B1 (en) 2000-12-14 2010-10-19 Fusionone, Inc. Reverse proxy mechanism for retrieving electronic content associated with a local network
US6718349B2 (en) * 2000-12-14 2004-04-06 Borland Software Corporation Intelligent, optimistic concurrency database access scheme
US20020083151A1 (en) * 2000-12-22 2002-06-27 Robert Adams System and method for database access and management
US7162478B2 (en) * 2001-02-28 2007-01-09 International Business Machines Corporation System and method for correlated fragmentations in databases
US8615566B1 (en) 2001-03-23 2013-12-24 Synchronoss Technologies, Inc. Apparatus and method for operational support of remote network systems
US6829655B1 (en) * 2001-03-28 2004-12-07 Siebel Systems, Inc. Method and system for server synchronization with a computing device via a companion device
US7366738B2 (en) * 2001-08-01 2008-04-29 Oracle International Corporation Method and system for object cache synchronization
US20030074379A1 (en) * 2001-10-11 2003-04-17 International Business Machines Corporation Apparatus and method of predicting file download time based on historical data
AU2002361462A1 (en) * 2001-11-07 2003-05-19 Sap Aktiengesellschaft Multi-purpose configuration model
US7370044B2 (en) * 2001-11-19 2008-05-06 Equifax, Inc. System and method for managing and updating information relating to economic entities
US7254601B2 (en) 2001-12-20 2007-08-07 Questra Corporation Method and apparatus for managing intelligent assets in a distributed environment
US7085784B2 (en) * 2002-01-10 2006-08-01 International Business Machines Corporation System and method for eliminating duplicate copies of activity history logs in bridging two or more backend database systems
US8244702B2 (en) * 2002-02-26 2012-08-14 International Business Machines Corporation Modification of a data repository based on an abstract data representation
US7398263B2 (en) * 2002-02-26 2008-07-08 International Business Machines Corporation Sequenced modification of multiple entities based on an abstract data representation
US6996558B2 (en) * 2002-02-26 2006-02-07 International Business Machines Corporation Application portability and extensibility through database schema and query abstraction
US20030172070A1 (en) * 2002-03-06 2003-09-11 Sawadsky Nicholas Justin Synchronous peer-to-peer multipoint database synchronization
WO2003077074A2 (en) * 2002-03-08 2003-09-18 Snapp Robert F A method for preventing improper correction of a database during an updating process
US7130874B2 (en) * 2002-03-12 2006-10-31 International Business Machines Corporation Method, system, and program for maintaining data in a distributed computing environment for processing transaction requests
US20030182167A1 (en) * 2002-03-21 2003-09-25 Wolfgang Kalthoff Goal management
US7031787B2 (en) 2002-03-21 2006-04-18 Sap Aktiengesellschaft Change management
WO2003081467A2 (en) * 2002-03-21 2003-10-02 Sap Aktiengesellschaft Synchronizing users on shared data with locks
US7133878B2 (en) 2002-03-21 2006-11-07 Sap Aktiengesellschaft External evaluation processes
US7178149B2 (en) 2002-04-17 2007-02-13 Axeda Corporation XML scripting of soap commands
US11337047B1 (en) 2002-05-21 2022-05-17 M2M Solutions Llc System and method for remote asset management
GB0211644D0 (en) 2002-05-21 2002-07-03 Wesby Philip B System and method for remote asset management
US7127475B2 (en) * 2002-08-15 2006-10-24 Sap Aktiengesellschaft Managing data integrity
US7464097B2 (en) * 2002-08-16 2008-12-09 Sap Ag Managing data integrity using a filter condition
CN100353313C (en) * 2002-09-03 2007-12-05 Sap股份公司 Collaborative master data management
US7509326B2 (en) * 2002-09-03 2009-03-24 Sap Ag Central master data management
US20040044730A1 (en) * 2002-09-03 2004-03-04 Holger Gockel Dynamic access of data
US8180732B2 (en) * 2002-11-27 2012-05-15 Sap Ag Distributing data in master data management systems
WO2004023338A2 (en) 2002-09-03 2004-03-18 Sap Aktiengesellschaft Distribution of data in a master data management system
US8438238B2 (en) 2002-10-16 2013-05-07 Sap Ag Master data access
US6760794B2 (en) 2002-11-22 2004-07-06 Honda Giken Kogyo Kabushiki Kaisha Method for decreasing downtime in vehicle identification number stamping operations
US7044196B2 (en) * 2003-01-31 2006-05-16 Cooligy,Inc Decoupled spring-loaded mounting apparatus and method of manufacturing thereof
US8061604B1 (en) 2003-02-13 2011-11-22 Sap Ag System and method of master data management using RFID technology
US7966418B2 (en) 2003-02-21 2011-06-21 Axeda Corporation Establishing a virtual tunnel between two computer programs
US7054877B2 (en) * 2003-03-31 2006-05-30 International Business Machines Corporation Dealing with composite data through data model entities
US7308465B2 (en) * 2003-04-03 2007-12-11 Microsoft Corporation Playback graph for data synchronization
US7162472B2 (en) * 2003-06-24 2007-01-09 Microsoft Corporation System and method for database change notification
US7899843B2 (en) * 2003-09-19 2011-03-01 International Business Machines Corporation Expanding the scope of an annotation to an entity level
US7873353B2 (en) * 2003-09-30 2011-01-18 Ianywhere Solutions, Inc. Method and system for accessing applications and data, and for tracking of key indicators on mobile handheld devices
US7324473B2 (en) * 2003-10-07 2008-01-29 Accenture Global Services Gmbh Connector gateway
US7239877B2 (en) * 2003-10-07 2007-07-03 Accenture Global Services Gmbh Mobile provisioning tool system
US8655755B2 (en) * 2003-10-22 2014-02-18 Scottrade, Inc. System and method for the automated brokerage of financial instruments
US7900133B2 (en) 2003-12-09 2011-03-01 International Business Machines Corporation Annotation structure type determination
US7930149B2 (en) * 2003-12-19 2011-04-19 Sap Aktiengesellschaft Versioning of elements in a configuration model
US7272776B2 (en) * 2003-12-30 2007-09-18 Sap Aktiengesellschaft Master data quality
US20050149474A1 (en) * 2003-12-30 2005-07-07 Wolfgang Kalthoff Master data entry
US7184753B2 (en) * 2004-01-22 2007-02-27 Research In Motion Limited Mailbox pooling pre-empting criteria
US7647256B2 (en) * 2004-01-29 2010-01-12 Novell, Inc. Techniques for establishing and managing a distributed credential store
JP2008500750A (en) 2004-05-12 2008-01-10 フュージョンワン インコーポレイテッド Advanced contact identification system
US8135803B2 (en) * 2004-08-23 2012-03-13 Ianywhere Solutions, Inc. Method, system, and computer program product for offline advertisement servicing and cycling
US20060064470A1 (en) * 2004-09-23 2006-03-23 Sargent Antony J Method, system, and computer program product for improved synchronization efficiency for mobile devices, including database hashing and caching of web access errors
US7574456B2 (en) * 2004-12-16 2009-08-11 Sap Ag Bidirectional update of client-server objects
US8122012B2 (en) * 2005-01-14 2012-02-21 International Business Machines Corporation Abstract record timeline rendering/display
US7693888B2 (en) * 2005-05-10 2010-04-06 Siemens Communications, Inc. Data synchronizer with failover facility
JP4182083B2 (en) * 2005-05-12 2008-11-19 キヤノン株式会社 Apparatus, method, and program for managing network devices connected to network
US7962585B2 (en) * 2005-08-15 2011-06-14 Microsoft Corporation Partial item change tracking and synchronization
US7600186B2 (en) * 2005-10-07 2009-10-06 Oracle International Corporation Generating a synonym dictionary representing a mapping of elements in different data models
US20070112827A1 (en) * 2005-11-10 2007-05-17 International Business Machines Corporation Abstract rule sets
US8001077B2 (en) * 2005-12-14 2011-08-16 International Business Machines Corporation Distributed method for synchronizing and updating bookmarks on multiple computer devices
CN100373384C (en) * 2006-04-03 2008-03-05 西安理工大学 Conflict-free method for reliable download of remote data base and use of local database
US8370479B2 (en) 2006-10-03 2013-02-05 Axeda Acquisition Corporation System and method for dynamically grouping devices based on present device conditions
US10019501B2 (en) * 2006-12-18 2018-07-10 International Business Machines Corporation Data store synchronization utilizing synchronization logs
US8065397B2 (en) 2006-12-26 2011-11-22 Axeda Acquisition Corporation Managing configurations of distributed devices
US7756845B2 (en) * 2006-12-28 2010-07-13 Yahoo! Inc. System and method for learning a weighted index to categorize objects
US7809696B2 (en) * 2006-12-28 2010-10-05 Sap, Ag System and method for matching similar master data using associated behavioral data
US20080162728A1 (en) * 2007-01-03 2008-07-03 Microsoft Corporation Synchronization protocol for loosely coupled devices
US20080183576A1 (en) * 2007-01-30 2008-07-31 Sang Hun Kim Mobile service system and method using two-dimensional coupon code
KR20080071334A (en) * 2007-01-30 2008-08-04 (주) 애니모비 Media content transmission system to transmit contents to a mobile terminal having 2d code reader and method thereof
US7899917B2 (en) * 2007-02-01 2011-03-01 Microsoft Corporation Synchronization framework for occasionally connected applications
US8478861B2 (en) * 2007-07-06 2013-07-02 Axeda Acquisition Corp. Managing distributed devices with limited connectivity
US8260230B2 (en) * 2007-08-31 2012-09-04 Clear Channel Management Services, Inc. Radio receiver and method for receiving and playing signals from multiple broadcast channels
US8688627B2 (en) * 2007-09-28 2014-04-01 Xcerion Aktiebolag Transaction propagation in a networking environment
US20090150181A1 (en) * 2007-12-07 2009-06-11 Roche Diagnostics Operations, Inc. Method and system for personal medical data database merging
US20090150451A1 (en) * 2007-12-07 2009-06-11 Roche Diagnostics Operations, Inc. Method and system for selective merging of patient data
US8181111B1 (en) 2007-12-31 2012-05-15 Synchronoss Technologies, Inc. System and method for providing social context to digital activity
US9128946B2 (en) * 2007-12-31 2015-09-08 Mastercard International Incorporated Systems and methods for platform-independent data file transfers
US20100250408A1 (en) * 2008-10-30 2010-09-30 Frank Stokes Process for Resolving Duplicate Payment Postings in Day 1
US8078582B2 (en) * 2009-04-06 2011-12-13 Microsoft Corporation Data change ordering in multi-log based replication
US8108343B2 (en) * 2009-04-23 2012-01-31 Microsoft Corporation De-duplication and completeness in multi-log based replication
US8255006B1 (en) 2009-11-10 2012-08-28 Fusionone, Inc. Event dependent notification system and method
US8862617B2 (en) * 2010-02-09 2014-10-14 Google Inc. System and method for replicating objects in a distributed storage system
US8380659B2 (en) * 2010-02-09 2013-02-19 Google Inc. Method and system for efficiently replicating data in non-relational databases
US8615485B2 (en) * 2010-02-09 2013-12-24 Google, Inc. Method and system for managing weakly mutable data in a distributed storage system
US9305069B2 (en) * 2010-02-09 2016-04-05 Google Inc. Method and system for uploading data into a distributed storage system
US8560292B2 (en) 2010-02-09 2013-10-15 Google Inc. Location assignment daemon (LAD) simulation system and method
US8874523B2 (en) * 2010-02-09 2014-10-28 Google Inc. Method and system for providing efficient access to a tape storage system
US8868508B2 (en) * 2010-02-09 2014-10-21 Google Inc. Storage of data in a distributed storage system
US8671074B2 (en) 2010-04-12 2014-03-11 Microsoft Corporation Logical replication in clustered database system with adaptive cloning
US8805783B2 (en) 2010-05-27 2014-08-12 Microsoft Corporation Synchronization of subsets of data including support for varying set membership
CA2818180A1 (en) * 2010-11-16 2012-05-24 Gazit Group Usa, Inc. Mobile digital property portfolio management system
US9396220B2 (en) 2014-03-10 2016-07-19 Oracle International Corporation Instantaneous unplug of pluggable database from one container database and plug into another container database
US10635674B2 (en) 2012-09-28 2020-04-28 Oracle International Corporation Migrating a pluggable database between database server instances with minimal impact to performance
US10915549B2 (en) 2012-09-28 2021-02-09 Oracle International Corporation Techniques for keeping a copy of a pluggable database up to date with its source pluggable database in read-write mode
US9197700B2 (en) * 2013-01-18 2015-11-24 Apple Inc. Keychain syncing
US9614932B2 (en) 2013-03-14 2017-04-04 Microsoft Technology Licensing, Llc Managing and implementing web application data snapshots
US10152500B2 (en) 2013-03-14 2018-12-11 Oracle International Corporation Read mostly instances
US11176111B2 (en) 2013-03-15 2021-11-16 Nuodb, Inc. Distributed database management system with dynamically split B-tree indexes
US10740323B1 (en) 2013-03-15 2020-08-11 Nuodb, Inc. Global uniqueness checking in distributed databases
US9501363B1 (en) 2013-03-15 2016-11-22 Nuodb, Inc. Distributed database management system with node failure detection
JP5954738B2 (en) * 2013-03-19 2016-07-20 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Computer, system, method and program for performing file backup processing
WO2014168913A1 (en) 2013-04-08 2014-10-16 Nuodb, Inc. Database management system with database hibernation and bursting
US9558232B1 (en) * 2013-06-21 2017-01-31 EMC IP Holding Company LLC Data movement bulk copy operation
US9830372B2 (en) * 2013-07-24 2017-11-28 Oracle International Corporation Scalable coordination aware static partitioning for database replication
US9767178B2 (en) 2013-10-30 2017-09-19 Oracle International Corporation Multi-instance redo apply
US9390120B1 (en) 2013-12-31 2016-07-12 Google Inc. System and methods for organizing hierarchical database replication
WO2016032803A1 (en) * 2014-08-27 2016-03-03 Alibaba Group Holding Limited Dynamic load-based merging
CN105446653B (en) 2014-08-27 2018-12-14 阿里巴巴集团控股有限公司 A kind of data merging method and equipment
US10860604B1 (en) 2014-12-10 2020-12-08 Amazon Technologies, Inc. Scalable tracking for database udpates according to a secondary index
CN106156094B (en) 2015-04-01 2019-09-17 阿里巴巴集团控股有限公司 A kind of the teledata synchronous method and device of database
US10884869B2 (en) 2015-04-16 2021-01-05 Nuodb, Inc. Backup and restore in a distributed database utilizing consistent database snapshots
US10180954B2 (en) 2015-05-29 2019-01-15 Nuodb, Inc. Disconnected operation within distributed database systems
US10067969B2 (en) 2015-05-29 2018-09-04 Nuodb, Inc. Table partitioning within distributed database systems
US11657037B2 (en) 2015-10-23 2023-05-23 Oracle International Corporation Query execution against an in-memory standby database
US10789131B2 (en) 2015-10-23 2020-09-29 Oracle International Corporation Transportable backups for pluggable database relocation
WO2017070590A1 (en) 2015-10-23 2017-04-27 Oracle International Corporation Proxy databases
US10635658B2 (en) 2015-10-23 2020-04-28 Oracle International Corporation Asynchronous shared application upgrade
US10579478B2 (en) 2015-10-23 2020-03-03 Oracle International Corporation Pluggable database archive
US11068437B2 (en) 2015-10-23 2021-07-20 Oracle Interntional Corporation Periodic snapshots of a pluggable database in a container database
US10606578B2 (en) 2015-10-23 2020-03-31 Oracle International Corporation Provisioning of pluggable databases using a central repository
US10747752B2 (en) 2015-10-23 2020-08-18 Oracle International Corporation Space management for transactional consistency of in-memory objects on a standby database
EP3365807B1 (en) 2015-10-23 2019-08-07 Oracle International Corporation Application containers for container databases
WO2017070572A1 (en) 2015-10-23 2017-04-27 Oracle International Corporation Application containers for container databases
WO2017070580A1 (en) 2015-10-23 2017-04-27 Oracle International Corporation Ability to group multiple container databases as a single container database cluster
US10698771B2 (en) 2016-09-15 2020-06-30 Oracle International Corporation Zero-data-loss with asynchronous redo shipping to a standby database
US10936559B1 (en) 2016-09-28 2021-03-02 Amazon Technologies, Inc. Strongly-consistent secondary index for a distributed data set
US10891291B2 (en) 2016-10-31 2021-01-12 Oracle International Corporation Facilitating operations on pluggable databases using separate logical timestamp services
US11475006B2 (en) 2016-12-02 2022-10-18 Oracle International Corporation Query and change propagation scheduling for heterogeneous database systems
US10691722B2 (en) 2017-05-31 2020-06-23 Oracle International Corporation Consistent query execution for big data analytics in a hybrid database
US10359954B2 (en) 2017-05-31 2019-07-23 Alibaba Group Holding Limited Method and system for implementing byte-alterable write cache
US10229003B2 (en) 2017-06-16 2019-03-12 Alibaba Group Holding Limited Method and system for iterative data recovery and error correction in a distributed system
US11940990B1 (en) 2017-06-16 2024-03-26 Amazon Technologies, Inc. Global clock values for consistent queries to replicated data
US10884926B2 (en) 2017-06-16 2021-01-05 Alibaba Group Holding Limited Method and system for distributed storage using client-side global persistent cache
US10303241B2 (en) 2017-06-19 2019-05-28 Alibaba Group Holding Limited System and method for fine-grained power control management in a high capacity computer cluster
US11314717B1 (en) 2017-06-23 2022-04-26 Amazon Technologies, Inc. Scalable architecture for propagating updates to replicated data
US10678443B2 (en) 2017-07-06 2020-06-09 Alibaba Group Holding Limited Method and system for high-density converged storage via memory bus
US10564856B2 (en) 2017-07-06 2020-02-18 Alibaba Group Holding Limited Method and system for mitigating write amplification in a phase change memory-based storage device
US10423508B2 (en) 2017-08-11 2019-09-24 Alibaba Group Holding Limited Method and system for a high-priority read based on an in-place suspend/resume write
US10303601B2 (en) 2017-08-11 2019-05-28 Alibaba Group Holding Limited Method and system for rearranging a write operation in a shingled magnetic recording device
WO2019035878A1 (en) 2017-08-15 2019-02-21 Nuodb, Inc. Index splitting in distributed databases
US10642522B2 (en) 2017-09-15 2020-05-05 Alibaba Group Holding Limited Method and system for in-line deduplication in a storage drive based on a non-collision hash
US10496829B2 (en) 2017-09-15 2019-12-03 Alibaba Group Holding Limited Method and system for data destruction in a phase change memory-based storage device
US10789011B2 (en) 2017-09-27 2020-09-29 Alibaba Group Holding Limited Performance enhancement of a storage device using an integrated controller-buffer
US10503409B2 (en) 2017-09-27 2019-12-10 Alibaba Group Holding Limited Low-latency lightweight distributed storage system
US11386058B2 (en) 2017-09-29 2022-07-12 Oracle International Corporation Rule-based autonomous database cloud service framework
US10860334B2 (en) 2017-10-25 2020-12-08 Alibaba Group Holding Limited System and method for centralized boot storage in an access switch shared by multiple servers
US10445190B2 (en) 2017-11-08 2019-10-15 Alibaba Group Holding Limited Method and system for enhancing backup efficiency by bypassing encoding and decoding
CN107797820B (en) * 2017-11-13 2021-03-23 北京百度网讯科技有限公司 Method and device for generating patch
US10877898B2 (en) 2017-11-16 2020-12-29 Alibaba Group Holding Limited Method and system for enhancing flash translation layer mapping flexibility for performance and lifespan improvements
US10891239B2 (en) 2018-02-07 2021-01-12 Alibaba Group Holding Limited Method and system for operating NAND flash physical space to extend memory capacity
US10496548B2 (en) 2018-02-07 2019-12-03 Alibaba Group Holding Limited Method and system for user-space storage I/O stack with user-space flash translation layer
US10831404B2 (en) 2018-02-08 2020-11-10 Alibaba Group Holding Limited Method and system for facilitating high-capacity shared memory using DIMM from retired servers
US10402112B1 (en) 2018-02-14 2019-09-03 Alibaba Group Holding Limited Method and system for chunk-wide data organization and placement with real-time calculation
WO2019222958A1 (en) 2018-05-24 2019-11-28 Alibaba Group Holding Limited System and method for flash storage management using multiple open page stripes
WO2020000136A1 (en) 2018-06-25 2020-01-02 Alibaba Group Holding Limited System and method for managing resources of a storage device and quantifying the cost of i/o requests
US10921992B2 (en) 2018-06-25 2021-02-16 Alibaba Group Holding Limited Method and system for data placement in a hard disk drive based on access frequency for improved IOPS and utilization efficiency
US10871921B2 (en) 2018-07-30 2020-12-22 Alibaba Group Holding Limited Method and system for facilitating atomicity assurance on metadata and data bundled storage
US10996886B2 (en) 2018-08-02 2021-05-04 Alibaba Group Holding Limited Method and system for facilitating atomicity and latency assurance on variable sized I/O
US10747673B2 (en) 2018-08-02 2020-08-18 Alibaba Group Holding Limited System and method for facilitating cluster-level cache and memory space
US11327929B2 (en) 2018-09-17 2022-05-10 Alibaba Group Holding Limited Method and system for reduced data movement compression using in-storage computing and a customized file system
US10852948B2 (en) 2018-10-19 2020-12-01 Alibaba Group Holding System and method for data organization in shingled magnetic recording drive
US10795586B2 (en) 2018-11-19 2020-10-06 Alibaba Group Holding Limited System and method for optimization of global data placement to mitigate wear-out of write cache and NAND flash
US10769018B2 (en) 2018-12-04 2020-09-08 Alibaba Group Holding Limited System and method for handling uncorrectable data errors in high-capacity storage
US10977122B2 (en) 2018-12-31 2021-04-13 Alibaba Group Holding Limited System and method for facilitating differentiated error correction in high-density flash devices
US10884654B2 (en) 2018-12-31 2021-01-05 Alibaba Group Holding Limited System and method for quality of service assurance of multi-stream scenarios in a hard disk drive
US11061735B2 (en) 2019-01-02 2021-07-13 Alibaba Group Holding Limited System and method for offloading computation to storage nodes in distributed system
US11132291B2 (en) 2019-01-04 2021-09-28 Alibaba Group Holding Limited System and method of FPGA-executed flash translation layer in multiple solid state drives
US11200337B2 (en) 2019-02-11 2021-12-14 Alibaba Group Holding Limited System and method for user data isolation
US10922234B2 (en) 2019-04-11 2021-02-16 Alibaba Group Holding Limited Method and system for online recovery of logical-to-physical mapping table affected by noise sources in a solid state drive
US10908960B2 (en) 2019-04-16 2021-02-02 Alibaba Group Holding Limited Resource allocation based on comprehensive I/O monitoring in a distributed storage system
US11169873B2 (en) 2019-05-21 2021-11-09 Alibaba Group Holding Limited Method and system for extending lifespan and enhancing throughput in a high-density solid state drive
US10860223B1 (en) 2019-07-18 2020-12-08 Alibaba Group Holding Limited Method and system for enhancing a distributed storage system by decoupling computation and network tasks
US11126561B2 (en) 2019-10-01 2021-09-21 Alibaba Group Holding Limited Method and system for organizing NAND blocks and placing data to facilitate high-throughput for random writes in a solid state drive
US11042307B1 (en) 2020-01-13 2021-06-22 Alibaba Group Holding Limited System and method for facilitating improved utilization of NAND flash based on page-wise operation
US11449455B2 (en) 2020-01-15 2022-09-20 Alibaba Group Holding Limited Method and system for facilitating a high-capacity object storage system with configuration agility and mixed deployment flexibility
US10923156B1 (en) 2020-02-19 2021-02-16 Alibaba Group Holding Limited Method and system for facilitating low-cost high-throughput storage for accessing large-size I/O blocks in a hard disk drive
US10872622B1 (en) 2020-02-19 2020-12-22 Alibaba Group Holding Limited Method and system for deploying mixed storage products on a uniform storage infrastructure
US11150986B2 (en) 2020-02-26 2021-10-19 Alibaba Group Holding Limited Efficient compaction on log-structured distributed file system using erasure coding for resource consumption reduction
US11144250B2 (en) 2020-03-13 2021-10-12 Alibaba Group Holding Limited Method and system for facilitating a persistent memory-centric system
US11200114B2 (en) 2020-03-17 2021-12-14 Alibaba Group Holding Limited System and method for facilitating elastic error correction code in memory
US11385833B2 (en) 2020-04-20 2022-07-12 Alibaba Group Holding Limited Method and system for facilitating a light-weight garbage collection with a reduced utilization of resources
US11281575B2 (en) 2020-05-11 2022-03-22 Alibaba Group Holding Limited Method and system for facilitating data placement and control of physical addresses with multi-queue I/O blocks
US11461262B2 (en) 2020-05-13 2022-10-04 Alibaba Group Holding Limited Method and system for facilitating a converged computation and storage node in a distributed storage system
US11494115B2 (en) 2020-05-13 2022-11-08 Alibaba Group Holding Limited System method for facilitating memory media as file storage device based on real-time hashing by performing integrity check with a cyclical redundancy check (CRC)
US11218165B2 (en) 2020-05-15 2022-01-04 Alibaba Group Holding Limited Memory-mapped two-dimensional error correction code for multi-bit error tolerance in DRAM
US11556277B2 (en) 2020-05-19 2023-01-17 Alibaba Group Holding Limited System and method for facilitating improved performance in ordering key-value storage with input/output stack simplification
US11507499B2 (en) 2020-05-19 2022-11-22 Alibaba Group Holding Limited System and method for facilitating mitigation of read/write amplification in data compression
US11263132B2 (en) 2020-06-11 2022-03-01 Alibaba Group Holding Limited Method and system for facilitating log-structure data organization
US11422931B2 (en) 2020-06-17 2022-08-23 Alibaba Group Holding Limited Method and system for facilitating a physically isolated storage unit for multi-tenancy virtualization
US11354200B2 (en) 2020-06-17 2022-06-07 Alibaba Group Holding Limited Method and system for facilitating data recovery and version rollback in a storage device
US11354233B2 (en) 2020-07-27 2022-06-07 Alibaba Group Holding Limited Method and system for facilitating fast crash recovery in a storage device
US11372774B2 (en) 2020-08-24 2022-06-28 Alibaba Group Holding Limited Method and system for a solid state drive with on-chip memory integration
US11250022B1 (en) 2020-09-29 2022-02-15 Amazon Technologies, Inc. Offline index builds for database tables
US11880385B1 (en) 2020-09-29 2024-01-23 Amazon Technologies, Inc. Ordering updates to secondary indexes using conditional operations
US11487465B2 (en) 2020-12-11 2022-11-01 Alibaba Group Holding Limited Method and system for a local storage engine collaborating with a solid state drive controller
US11734115B2 (en) 2020-12-28 2023-08-22 Alibaba Group Holding Limited Method and system for facilitating write latency reduction in a queue depth of one scenario
US11416365B2 (en) 2020-12-30 2022-08-16 Alibaba Group Holding Limited Method and system for open NAND block detection and correction in an open-channel SSD
US11726699B2 (en) 2021-03-30 2023-08-15 Alibaba Singapore Holding Private Limited Method and system for facilitating multi-stream sequential read performance improvement with reduced read amplification
US11461173B1 (en) 2021-04-21 2022-10-04 Alibaba Singapore Holding Private Limited Method and system for facilitating efficient data compression based on error correction code and reorganization of data placement
US11476874B1 (en) 2021-05-14 2022-10-18 Alibaba Singapore Holding Private Limited Method and system for facilitating a storage server with hybrid memory for journaling and data storage

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4887204A (en) * 1987-02-13 1989-12-12 International Business Machines Corporation System and method for accessing remote files in a distributed networking environment
US5490270A (en) * 1994-06-16 1996-02-06 International Business Machines Corporation Simultaneous updates to the modification time attribute of a shared file in a cluster having a server and client nodes
US5729730A (en) * 1995-03-28 1998-03-17 Dex Information Systems, Inc. Method and apparatus for improved information storage and retrieval system

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4645873A (en) 1985-01-23 1987-02-24 Telecue Systems Transactional telecommunication system
US4648036A (en) 1985-03-06 1987-03-03 At&T Bell Laboratories Method for controlling query and update processing in a database system
JP2532148B2 (en) 1990-01-19 1996-09-11 富士通株式会社 Database management method for intelligent network
DE69232425T2 (en) * 1991-07-10 2002-10-10 Hitachi Ltd Sorting procedure in a distributed database and access procedure for it
US5276901A (en) 1991-12-16 1994-01-04 International Business Machines Corporation System for controlling group access to objects using group access control folder and group identification as individual user
JP2583010B2 (en) * 1993-01-07 1997-02-19 インターナショナル・ビジネス・マシーンズ・コーポレイション Method of maintaining consistency between local index table and global index table in multi-tier index structure
WO1995008809A2 (en) * 1993-09-24 1995-03-30 Oracle Corporation Method and apparatus for data replication
US5630124A (en) * 1993-12-06 1997-05-13 International Business Machines Corporation System and method for assuring atomicity of distributed update requests in a parallel database
DE4403614A1 (en) * 1994-02-05 1995-08-10 Philips Patentverwaltung Communication system with a distributed database system
US5835757A (en) * 1994-03-30 1998-11-10 Siemens Telecom Networks Distributed database management system for servicing application requests in a telecommunications switching system
US5687363A (en) 1994-03-30 1997-11-11 Siemens Stromberg-Carlson Distributed database architecture and distributed database management system for open network evolution
US5625811A (en) * 1994-10-31 1997-04-29 International Business Machines Corporation Method and system for database load balancing
US5491820A (en) 1994-11-10 1996-02-13 At&T Corporation Distributed, intermittently connected, object-oriented database and management system
US5649195A (en) 1995-05-22 1997-07-15 International Business Machines Corporation Systems and methods for synchronizing databases in a receive-only network
US5752042A (en) * 1996-06-07 1998-05-12 International Business Machines Corporation Server computer for selecting program updates for a client computer based on results of recognizer program(s) furnished to the client computer
US5924094A (en) * 1996-11-01 1999-07-13 Current Network Technologies Corporation Independent distributed database system
US5870761A (en) * 1996-12-19 1999-02-09 Oracle Corporation Parallel queue propagation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4887204A (en) * 1987-02-13 1989-12-12 International Business Machines Corporation System and method for accessing remote files in a distributed networking environment
US5490270A (en) * 1994-06-16 1996-02-06 International Business Machines Corporation Simultaneous updates to the modification time attribute of a shared file in a cluster having a server and client nodes
US5729730A (en) * 1995-03-28 1998-03-17 Dex Information Systems, Inc. Method and apparatus for improved information storage and retrieval system

Non-Patent Citations (1)

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

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7982769B2 (en) 1997-10-14 2011-07-19 William Rex Akers Apparatus and method for computerized multi-media data organization and transmission
US7956894B2 (en) 1997-10-14 2011-06-07 William Rex Akers Apparatus and method for computerized multi-media medical and pharmaceutical data organization and transmission
GB2365578B (en) * 2000-02-07 2004-03-31 Hewlett Packard Co System and method for synchronizing databases
DE10017612A1 (en) * 2000-03-31 2001-10-11 Tillmann Roepenack Automatic updating procedure for user data-records with e.g. library administration data, involves initially updating the basic data-record depending on the electronically detected new administration data
WO2002007006A1 (en) * 2000-07-14 2002-01-24 Creasoft System and method for synchronizing databases
EP1180890A2 (en) * 2000-08-17 2002-02-20 FusionOne, Inc. Change log aggregation and optimization
EP1180890A3 (en) * 2000-08-17 2004-09-08 FusionOne, Inc. Change log aggregation and optimization
US6925476B1 (en) 2000-08-17 2005-08-02 Fusionone, Inc. Updating application data including adding first change log to aggreagate change log comprising summary of changes
EP1202523A2 (en) * 2000-09-19 2002-05-02 Siemens Aktiengesellschaft Device and method for synchronizing databases in distributed communications systems
EP1202523A3 (en) * 2000-09-19 2004-06-23 Siemens Aktiengesellschaft Device and method for synchronizing databases in distributed communications systems
WO2002054236A2 (en) * 2001-01-03 2002-07-11 Synchrologic, Inc. A system and method for data synchronization between remote devices
WO2002054236A3 (en) * 2001-01-03 2003-04-24 Synchrologic Inc A system and method for data synchronization between remote devices
US6847983B2 (en) 2001-02-28 2005-01-25 Kiran Somalwar Application independent write monitoring method for fast backup and synchronization of open files
US6985915B2 (en) 2001-02-28 2006-01-10 Kiran Somalwar Application independent write monitoring method for fast backup and synchronization of files
EP1393232A4 (en) * 2001-05-09 2006-09-06 Healthcare Vision Inc System and method for electronic medical file management
US7885822B2 (en) 2001-05-09 2011-02-08 William Rex Akers System and method for electronic medical file management
EP1393232A2 (en) * 2001-05-09 2004-03-03 Healthcare Vision, Inc. System and method for electronic medical file management
US9723460B1 (en) 2003-07-21 2017-08-01 Synchronoss Technologies, Inc. Device message management system
US9615221B1 (en) 2003-07-21 2017-04-04 Synchronoss Technologies, Inc. Device message management system
US9542076B1 (en) 2004-05-12 2017-01-10 Synchronoss Technologies, Inc. System for and method of updating a personal profile
EP1755046A1 (en) * 2005-08-17 2007-02-21 Deutsche Post AG Method and system for providing data from a multiplicity of database systems to at least one client.
JP2009505248A (en) * 2005-08-17 2009-02-05 ドイチェ ポスト アーゲー Method for supplying data of various data systems to at least one client, and arrangement of devices therefor
WO2007019996A1 (en) * 2005-08-17 2007-02-22 Deutsche Post Ag Method and assembly of devices for supplying data of several data systems to at least one client
EP2533160A4 (en) * 2010-04-26 2015-01-07 Zte Corp Method, system and apparatus for data synchronization between databases
EP2533160A1 (en) * 2010-04-26 2012-12-12 ZTE Corporation Method, system and apparatus for data synchronization between databases
US8943428B2 (en) 2010-11-01 2015-01-27 Synchronoss Technologies, Inc. System for and method of field mapping
CN105723365A (en) * 2013-11-19 2016-06-29 华为技术有限公司 Method for optimizing index, master database node and subscriber database node
EP3061011A4 (en) * 2013-11-19 2016-10-26 Huawei Tech Co Ltd Method for optimizing index, master database node and subscriber database node
US10303552B2 (en) 2013-11-19 2019-05-28 Huawei Technologies Co., Ltd. Method for optimizing index, master database node and subscriber database node
US11150996B2 (en) 2013-11-19 2021-10-19 Huawei Technologies Co., Ltd. Method for optimizing index, master database node and subscriber database node

Also Published As

Publication number Publication date
AU755292B2 (en) 2002-12-12
UA65638C2 (en) 2004-04-15
CA2344542A1 (en) 2000-03-23
BR9913844A (en) 2002-01-15
EA002931B1 (en) 2002-10-31
EP1114375A4 (en) 2006-05-10
EP1114375A1 (en) 2001-07-11
ZA200102717B (en) 2002-06-26
JP2003522344A (en) 2003-07-22
MXPA01002852A (en) 2003-06-06
AU6153299A (en) 2000-04-03
IL142058A (en) 2005-12-18
EA200100363A1 (en) 2001-10-22
IL142058A0 (en) 2002-03-10
US6226650B1 (en) 2001-05-01

Similar Documents

Publication Publication Date Title
AU755292B2 (en) Database synchronization and organization system and method
US8386646B2 (en) Simplified application object data synchronization for optimized data storage
US6510429B1 (en) Message broker apparatus, method and computer program product
US10838935B2 (en) Automating the logging of table changes in a database
US7200806B2 (en) System and method for generating pre-populated forms
US7143079B2 (en) Integrated composite data base system
US6081840A (en) Two-level content distribution system
US6266669B1 (en) Partially replicated distributed database with multiple levels of remote clients
US8095504B2 (en) N-way synchronization of computer databases
US6343299B1 (en) Method and apparatus for random update synchronization among multiple computing devices
US6438562B1 (en) Parallel index maintenance
JP4278299B2 (en) Communication system and method
JPS62125445A (en) Data object replica managing system
JP2001357062A (en) Method and system for retrieving database and recording medium having database retrieval program recorded thereon
US7069269B2 (en) Method, system and program product for mapping data fields between a data source and a data target
Peebles et al. System architecture for distributed data management
WO2001093104A2 (en) System and method for retrieving data from a database using a data management system
US6519610B1 (en) Distributed reference links for a distributed directory server system
Gladney Data replicas in distributed information services
US7213029B2 (en) Quiescing work bounded by application transactions consisting of multiple relational database transactions
JP3296570B2 (en) File transfer method
US7149751B1 (en) System and method for distributing selected objects from a source database to a destination database
GB2336920A (en) Relational message broker adds value to published information
JPH0431936A (en) File control system for decentralized file system
KR100583011B1 (en) Communication system and method

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
ENP Entry into the national phase

Ref document number: 2344542

Country of ref document: CA

Ref document number: 2344542

Country of ref document: CA

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 142058

Country of ref document: IL

ENP Entry into the national phase

Ref document number: 2000 570690

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: PA/a/2001/002852

Country of ref document: MX

WWE Wipo information: entry into national phase

Ref document number: 61532/99

Country of ref document: AU

WWE Wipo information: entry into national phase

Ref document number: 1999948327

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2001/02717

Country of ref document: ZA

Ref document number: 200102717

Country of ref document: ZA

WWE Wipo information: entry into national phase

Ref document number: 200100363

Country of ref document: EA

WWP Wipo information: published in national office

Ref document number: 1999948327

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWG Wipo information: grant in national office

Ref document number: 61532/99

Country of ref document: AU

WWE Wipo information: entry into national phase

Ref document number: IN/PCT/2001/429/KOL

Country of ref document: IN

WWW Wipo information: withdrawn in national office

Ref document number: 1999948327

Country of ref document: EP