WO2008074751A1 - System and method for optimizing changes of data sets - Google Patents

System and method for optimizing changes of data sets Download PDF

Info

Publication number
WO2008074751A1
WO2008074751A1 PCT/EP2007/064005 EP2007064005W WO2008074751A1 WO 2008074751 A1 WO2008074751 A1 WO 2008074751A1 EP 2007064005 W EP2007064005 W EP 2007064005W WO 2008074751 A1 WO2008074751 A1 WO 2008074751A1
Authority
WO
WIPO (PCT)
Prior art keywords
data set
data
operators
computer system
elements
Prior art date
Application number
PCT/EP2007/064005
Other languages
French (fr)
Inventor
Staffan Lantz
Lars Jansson
Original Assignee
Omx Technology Ab
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=39253872&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=WO2008074751(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Omx Technology Ab filed Critical Omx Technology Ab
Priority to EP07857639A priority Critical patent/EP2095272A1/en
Priority to CN2007800468787A priority patent/CN101611402B/en
Priority to AU2007336337A priority patent/AU2007336337B2/en
Priority to JP2009542017A priority patent/JP5230645B2/en
Publication of WO2008074751A1 publication Critical patent/WO2008074751A1/en
Priority to HK10106069.1A priority patent/HK1140030A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • 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

Definitions

  • the present invention relates to data dissemination in computer environments, especially it relates to extraction of changes in data sets for distribution of the changes in computer networks.
  • one such additional technique is to make the work of the processor more efficient. For example when updating a data set on a user terminal there exist different approaches.
  • Another known technology is to send operators that describe the differences between two data sets. Applying the operators on the first data set converts it into the second data set.
  • a computer system for generating an update data set to be sent to remote terminals comprising operators describing differences between a first data set comprising sorted data elements and a second data set comprising sorted data elements
  • the computer system comprising :
  • a comparator connectable to the memory for sequentially comparing the data elements in the second data set with the data elements in the first data set, the result of a first comparison controls which data element in the first data set and which data element in the second data set that will be compared in a second comparison, updating a change parameter in the memory after each comparison, and initiating a selector upon detection of a data element in the second data set being identical to a data element in the first data set,
  • the selector being connectable to the memory and to the comparator, the selector being adapted to determine operators based on the change parameter stored in the memory, and storing the determined operators in the memory,
  • the computer system has the advantage that it makes it possible for a computer system such as a trading system to more efficiently generate an update data set by using less CPU time. For example, since the computer system makes it possible to compare the first and second data set preferably by only one run through of each data set.
  • the computer system further comprising a communicator associated with the selector for generating and sending an update message comprising the update data set.
  • the message may comprise a data structure such as a list, an array, bitboard, stack, heap, tree or collection and so forth comprising the data set to be sent to remote terminals.
  • the message is sent by using the FIX standards, however any other protocol well known to the person skilled in the art may be used to send the message such as Omnet API, XTP, SSL or any other standard or proprietary protocols.
  • the first and second data set comprises dynamic data elements changing over time.
  • the first data set may be an orderbook in a trading system at the time Tl
  • the second data set may be the orderbook at the time T2.
  • the data in the orderbook may have changed during the time Tl and T2, since new orders may have been entered, either buying or offering for sale financial instruments.
  • Information dissemination systems may disseminate information to remote terminals either at certain predetermined time intervals or upon an activity in the orderbook. For example if the orderbook doesn't receive any new order there is no meaning to send new updates to the remote terminal. However when a new order enters the orderbook the new information has to be propagated to the remote terminals. Thus, at this point in time when an activity occurred it may be necessary to send update messages.
  • Another example where changes may occur in the orderbooks is during state transition, for example when an orderbook opens or closes.
  • the second data set is a later version of the first data set.
  • the central system can compare what changes that have occurred, and since the central system knows what data set the remote terminals have, the central systems can extract the operators to store and send in the update data set. Furthermore it may also be possible to send certain parts of the changes between the first and the second data set to specific remote terminals, since the users on the remote terminals may want to have information relating to different parts of the data sets.
  • the operators is determined from a group comprising the following operators: Add operator, Delete operator, Replace operator.
  • Add operator Delete operator
  • Replace operator By determining these operators based on the change parameter it is possible to generate the update data set.
  • the operators may be combined as described later in this document..
  • the change parameter preferably comprise a first counter related to the first data set and a second counter related to the second data set.
  • the change parameter may further comprise a first position parameter associated with the first data set and a second position parameter associated with the second data set for keeping track of the logical position of the comparator in the first and second data set. In this way the result of the sequential comparison of the first and second list can be monitored and managed in a more accurate way.
  • the operators may comprise delta changes. Thus if only a part of a data element has changed the operator may describe the part of the data element that has changed. However the operator could also describe that the whole data element should be e.g. deleted or replaced or added.
  • Each data element normally comprises at least a key. However the data element may also comprise a data part. Generally the Data part may be empty. However in a trading system a typical key is a price in an order book. The data part could for example be the aggregated volume for that price. However it is not always necessary to send the whole key if the key comprises price and time. Sorting of the elements may be based on price and time but only the price may be sent to a remote terminal.
  • an electronic trading system comprising the computer system as mentioned above.
  • the computer system may thus be an integrated module in an electronic trading system. It can also be a stand alone module that can be sold separately as an information extraction system.
  • a method for generating an update data set to be sent to remote terminals comprising operators describing differences between a first data set comprising sorted data elements and a second data set comprising sorted data elements, the method comprising the steps of:
  • the method has the advantage that it makes it possible for a computer system such a trading system to more efficiently generating an update data set by using less CPU time since the invention for example makes it possible to compare the first and second data set preferably by only one run through of each data set.
  • the method may further comprise the step of associating the determined operators to compared data elements. In this way the system is able to keep track of which data element that the operator should be used on.
  • the method may also comprise the step of: determining at least one operator from a group comprising the following operators: Add operator, Delete operator, Replace operator. By determining these operators based on the change parameter it is possible to generate the update data set.
  • the operators may be combined as described later in this document.
  • the change parameter may comprise a first counter related to the first data set and a second counter related to the second data set.
  • the method may further comprise the step of determining operators based on a relation between the first counter related to the first data set and the second counter related to the second data set.
  • each data element comprises a key and a data part
  • the method may further comprising the step of comparing at least one of the key and data part of an element of the first data set with at least one of the key and data part of an element of the second data set.
  • the first and second data set may comprise dynamical information changing over time.
  • a computer program product according to any of the previous described aspects and/or embodiments, the computer program product being stored on a data carrier.
  • Fig. 1 illustrates an overview of a computer network, wherein the present invention may be used.
  • Fig. 2 illustrates an electronic device comprising a memory, a first data set, a second data set, a change parameter, a comparator, a selector, an update data set and an interface.
  • Fig. 3 illustrates a data set comprising data elements, and a data element comprising a key and data.
  • Fig. 4 illustrates the algorithm for iterating through the data sets described in the text.
  • Fig. 5 illustrates the data set A and the data set B.
  • Fig. 6 illustrates a comparison of elements in data set A with elements in data set B.
  • Fig. 7 illustrates a comparison of elements in data set A with elements in data set B.
  • Fig. 8 illustrates a comparison of elements in data set A with elements in data set B.
  • Fig. 9 illustrates a comparison of elements in data set A with elements in data set B.
  • Fig. 10 illustrates a comparison of elements in data set A with elements in data set B.
  • Fig. 11 illustrates the first operators selected by the selection method.
  • Fig. 12 illustrates a comparison of elements in data set A with elements in data set B.
  • Fig. 13 illustrates a comparison of elements in data set A with elements in data set B.
  • Fig. 14 illustrates a comparison of elements in data set A with elements in data set B.
  • Fig. 15 illustrates a comparison of elements in data set A with elements in data set B.
  • Fig. 16 illustrates a comparison of elements in data set A with elements in data set B.
  • Fig. 17 illustrates a comparison of elements in data set A with elements in data set B.
  • Fig. 18 illustrates additional operators selected by the selection method.
  • Fig. 19 illustrates an update data set comprising the operators selected by the selection method.
  • Fig. 20 illustrates the data set A and the data set B before the operators has been used.
  • Fig. 21 illustrates a row in the update data set.
  • Fig. 22 illustrates the change of data set A after applying the first operator.
  • Fig. 23 illustrates a row in the update data set.
  • Fig. 24 illustrates the change of data set A after applying the second operator.
  • Fig. 25 illustrates a row in the update data set.
  • Fig. 26 illustrates the change of data set A after applying the third operator.
  • Fig. 27 illustrates a row in the update data set.
  • Fig. 28 illustrates the change of data set A after applying the fourth operator.
  • Fig. 29 illustrates the result after the operators have been applied to data set A.
  • Fig. 30 illustrates the selection method B. DESCRIPTION OF PREFERRED EMBODIMENTS
  • Figure 1 illustrates a computer network comprising remote terminals 1, a central computer 2 and gateways or routers 3. Between the different devices there are connections illustrated by lines 4 having different thickness. The thickness illustrates the bandwidth (data rate). A thick line has a high data rate and a thin line has low data rate. Three of the front end computers in figure 1 have a letter on the screen, this illustrates that it is a remote terminal belonging to user A, B and C. Update data sets 6 is sent from the central computer 2 to the remote terminals 1 over the network comprising lines 4 and network devices such as the routers and so forth. The update data sets 6 are generated in the computer system 5 according to the invention.
  • FIG. 2 illustrates the computer system 5 according to the invention.
  • the computer system 5, comprising a memory 10, a comparator 14, a selector 15, and an interface 16 for sending the update data sets 7.
  • the memory 10 comprises a first data set 11 and a second data set 12. Furthermore the memory comprises an area for storing a change parameter 13, an area for storing an update data set 7, and an area for storing the operators 18.
  • Figure 3 illustrates a data set 11 and an enlargement of a data element 17 in the data set.
  • the data element 17 comprises both a key and a data part.
  • the data element 17 may at least comprise the key part.
  • the data sets consist of one or several elements where each element has a key and a possible data part.
  • the key together with a sorting algorithm gives each element a logic position within the data set. This method is based on :
  • the method uses the following set of operators to describe changes between two data sets:
  • the algorithm considers an unchanged element as a barrier.
  • the barriers are used by the method to identify when an optimisation of the operator can be performed. The method is based on the observation that optimisations may be possible for the operators used before a barrier is detected.
  • #Del and #Add are initially set to zero or any other corresponding value that fulfils the same object.
  • the actual logical position within data set A is hereafter named APos, which comprises the position parameter for data set A.
  • APos which comprises the position parameter for data set A.
  • BPos which comprises the position parameter for data set B.
  • APos and BPos are initially set to the first logical position within the data sets A and B.
  • step 1 Compare the element from set A with the element from set B at logical position APos and BPos. a. If there is no A element and no B element, Select the operators using method B below, then continue with step 2 (Done). b. If the keys are identical but the data part is different increase #Add with 1, increase #Del with 1, increase APos with 1 and increase BPos with 1. Continue with step 1 and compare next element. c. If the A element key is worse (according to the sorting order) than the B element key, or there is no A element, then increase #Add with 1 and increase BPos with 1. Continue with step 1 and compare next element. d.
  • Data set A represents the old data set and data set B represents the new data set.
  • the task is to transform data set A into data set B. Execution of the method :
  • STEP 5 Compare the element from set A with the element from set B. The comparison is illustrated in figure 10. Both the keys and the data parts are identical (see algorithm step e), thus a barrier has been reached. Initiate the selector and select the operators using method B.
  • step b is applicable in this situation : (b).
  • #Del (2) #Add (2) and therefore select the following operators:
  • step 1 compare next element.
  • STEP 11 Compare the element from set A with the element from set B. The comparison is illustrated in figure 15. The keys are identical but the data part is different (10 is not equal to 15) (see algorithm step b).
  • Step 13 Compare the element from set A with the element from set B. The comparison is illustrated in figure 17.
  • the elements in the data set A at Apos(9), and the data set B and Bpos(5) are empty therefore step a in the algorithm applies.
  • Step a in the algorithm initiates the selector, hence method B as described in step 14.
  • STEP 14 Compare the counter #Del with the counter #Add, by use of selection method B. According to the selection step (a) in selection method B, #Del (5) > #Add (1) and therefore the operators are preferably selected as follows:
  • Add 1 (#Add) operator from the set B elements, starting from logical Position AposStart (4).
  • the operators selected are shown in figure 18.
  • the logical position could be represented by the key.
  • the terminal receiving the update data set preferably comprises information of how logical positions relate to each other, so as to be able to sort the data elements.
  • a logical position it is not necessary for a logical position to be 1, 2, 3...etc. It can also be represented by A, B , C, ,,, and so forth, as long as the positions have a relation to each other so as to facilitate sorting.
  • dataset B can be created, by sequentially using the operators one at a time, from beginning to end.
  • the accompanying figures 20-29 a stepwise description of how this may be done, illustrated with the accompanying figures 20-29.
  • FIG 20 illustrates the situation of data set A and data set B before the update data set has been applied to the data set A.
  • the following steps creates Data Set B from Data Set A by use of the update data set in figure 19.
  • an amended data set A as shown in figure 22 is obtained.

Abstract

A system and method for generating an update data set to be sent to remote terminals. The update data set comprises operators describing differences between two data sets, so that a remote terminal is able to transform an old data set into a more recent data set. The system comprising a comparator for comparing data elements in the data sets, and a selector for selecting operators based on a change parameter stored in a memory.

Description

SYSTEM AND METHOD FOR OPTIMIZING CHANGES OF DATA SETS
FIELD OF THE INVENTION
The present invention relates to data dissemination in computer environments, especially it relates to extraction of changes in data sets for distribution of the changes in computer networks.
BACKGROUND OF THE INVENTION
Today it is very common that data is sent over computer networks. The amount of data being sent is rapidly increasing due to the advances in technology, making it possible to send and process more data at higher speed compared to before. Furthermore, new applications also demand more data since they have become more complex. Examples of computer systems, wherein data dissemination technologies are one of the most essential parts, are electronic trading systems.
Electronic trading of securities, derivatives, commodities and other financial instruments results in large amount of data which has to be distributed to users that needs the data for making trade decisions, statistical calculations and other assessments. The process of extracting and sending all this information in a high performance computer system can be very demanding for a processor. The amount of CPU time is a sparse resource that should not be wasted on executing steps that could be avoided.
Furthermore the users connected to such a centralised trading system typically want to have the information as soon as possible. In these cases it may not only be enough to boost the performance in the central system by for example updating the hardware.
In order to get rid of a bottleneck or other latency problem in the system, additional techniques may have to be used. Thus, one such additional technique is to make the work of the processor more efficient. For example when updating a data set on a user terminal there exist different approaches.
One commonly used and obvious solution is to always send the complete new data set, which replaces the old data set. This is often inefficient when only part of the data in the sets has been changed. Thus a more efficient approach may be to only send the parts of the data set that has changed. An even further enhancement is to send the delta changes.
Another known technology is to send operators that describe the differences between two data sets. Applying the operators on the first data set converts it into the second data set.
With the selection of a good set of operators acting on the data set, optimisation is possible. There are today poor methods available for extracting data set differences. Hence, there is a need for developing techniques for extracting and selecting operators in an efficient way, for example by less number of steps, in order to reduce the load on a processor and for reducing data dissemination such as bandwidth in a computer system.
BRIEF DESCRIPTION OF THE INVENTION
Thus it is an object of the present invention to provide a solution for generating an update data set to be sent to remote terminals.
It is another object of the present invention to provide a solution that efficiently extracts data from a data set.
It is another object of the present invention to provide a solution that efficiently extracts and/or selects operators based on differences between data sets.
It is another object of the present invention to provide a solution that generates a data structure to be sent to remote terminals.
It is another object of the present invention to provide a solution that uses less processor time.
According to a first aspect of the invention the above and other objects are achieved by a computer system for generating an update data set to be sent to remote terminals, the update data set comprising operators describing differences between a first data set comprising sorted data elements and a second data set comprising sorted data elements, the computer system comprising :
- a memory comprising the first and the second data set,
a comparator connectable to the memory for sequentially comparing the data elements in the second data set with the data elements in the first data set, the result of a first comparison controls which data element in the first data set and which data element in the second data set that will be compared in a second comparison, updating a change parameter in the memory after each comparison, and initiating a selector upon detection of a data element in the second data set being identical to a data element in the first data set,
the selector being connectable to the memory and to the comparator, the selector being adapted to determine operators based on the change parameter stored in the memory, and storing the determined operators in the memory,
thereby generating an update data set comprising operators describing the differences between the second data set and the first data set, to be sent to the remote terminals.
The computer system has the advantage that it makes it possible for a computer system such as a trading system to more efficiently generate an update data set by using less CPU time. For example, since the computer system makes it possible to compare the first and second data set preferably by only one run through of each data set.
The computer system further comprising a communicator associated with the selector for generating and sending an update message comprising the update data set. The message may comprise a data structure such as a list, an array, bitboard, stack, heap, tree or collection and so forth comprising the data set to be sent to remote terminals. Preferably the message is sent by using the FIX standards, however any other protocol well known to the person skilled in the art may be used to send the message such as Omnet API, XTP, SSL or any other standard or proprietary protocols.
Preferably the first and second data set comprises dynamic data elements changing over time. For example the first data set may be an orderbook in a trading system at the time Tl, the second data set may be the orderbook at the time T2. The data in the orderbook may have changed during the time Tl and T2, since new orders may have been entered, either buying or offering for sale financial instruments. Information dissemination systems may disseminate information to remote terminals either at certain predetermined time intervals or upon an activity in the orderbook. For example if the orderbook doesn't receive any new order there is no meaning to send new updates to the remote terminal. However when a new order enters the orderbook the new information has to be propagated to the remote terminals. Thus, at this point in time when an activity occurred it may be necessary to send update messages. Another example where changes may occur in the orderbooks is during state transition, for example when an orderbook opens or closes.
Hence the second data set is a later version of the first data set. In this way the central system can compare what changes that have occurred, and since the central system knows what data set the remote terminals have, the central systems can extract the operators to store and send in the update data set. Furthermore it may also be possible to send certain parts of the changes between the first and the second data set to specific remote terminals, since the users on the remote terminals may want to have information relating to different parts of the data sets.
Preferably the operators is determined from a group comprising the following operators: Add operator, Delete operator, Replace operator. By determining these operators based on the change parameter it is possible to generate the update data set. The operators may be combined as described later in this document..
The change parameter preferably comprise a first counter related to the first data set and a second counter related to the second data set. In this way the selection process can be monitored and managed in a more accurate way. Thus, the selector may determine operators based on the relation between the first counter related to the first data set and the second counter related to the second data set. This speeds up the process of selection since the relation is preferably a relation choosen from a group of relations, the group comprising : >, <, =, >, ≤ or ≠. Based on the relation between the counters at least one of the operators: Add, Delete, Replace, is determined. The change parameter may further comprise a first position parameter associated with the first data set and a second position parameter associated with the second data set for keeping track of the logical position of the comparator in the first and second data set. In this way the result of the sequential comparison of the first and second list can be monitored and managed in a more accurate way.
The operators may comprise delta changes. Thus if only a part of a data element has changed the operator may describe the part of the data element that has changed. However the operator could also describe that the whole data element should be e.g. deleted or replaced or added. Each data element normally comprises at least a key. However the data element may also comprise a data part. Generally the Data part may be empty. However in a trading system a typical key is a price in an order book. The data part could for example be the aggregated volume for that price. However it is not always necessary to send the whole key if the key comprises price and time. Sorting of the elements may be based on price and time but only the price may be sent to a remote terminal.
In a second aspect of the invention the above and other objects are achieved by an electronic trading system comprising the computer system as mentioned above.
The computer system may thus be an integrated module in an electronic trading system. It can also be a stand alone module that can be sold separately as an information extraction system.
In a third aspect of the invention, the above and other objects are fulfilled by a method for generating an update data set to be sent to remote terminals, the update data set comprising operators describing differences between a first data set comprising sorted data elements and a second data set comprising sorted data elements, the method comprising the steps of:
sequentially comparing the data elements in the first data set with the data elements in the second data set, the result of a first comparison controls which data element in the first data set and which data element in the second data set that will be compared in a second comparison,
- after each comparison a change parameter is updated in the memory,
upon detection of a data element in the second data set being identical to a data element in the first data set, initiating a selection process determining operators based on the change parameter stored in the memory,
storing the determined operators in the memory, thereby generating an update data set comprising operators describing the differences between the first data set and the second data set, to be sent to remote terminals. The method has the advantage that it makes it possible for a computer system such a trading system to more efficiently generating an update data set by using less CPU time since the invention for example makes it possible to compare the first and second data set preferably by only one run through of each data set.
The method may further comprise the step of associating the determined operators to compared data elements. In this way the system is able to keep track of which data element that the operator should be used on.
The method may also comprise the step of: determining at least one operator from a group comprising the following operators: Add operator, Delete operator, Replace operator. By determining these operators based on the change parameter it is possible to generate the update data set. The operators may be combined as described later in this document.
As mentioned above the change parameter may comprise a first counter related to the first data set and a second counter related to the second data set. Hence the method may further comprise the step of determining operators based on a relation between the first counter related to the first data set and the second counter related to the second data set.
Preferably each data element comprises a key and a data part, the method may further comprising the step of comparing at least one of the key and data part of an element of the first data set with at least one of the key and data part of an element of the second data set.
As mentioned earlier the first and second data set may comprise dynamical information changing over time.
In a fourth aspect of the invention, the above and other objects are fulfilled by a computer program product according to any of the previous described aspects and/or embodiments, the computer program product being stored on a data carrier.
These and other aspects of the invention will be apparent from and elucidated with reference to the embodiments described hereinafter.
BRIEF DESCRIPTION OF FIGURES
Fig. 1 illustrates an overview of a computer network, wherein the present invention may be used.
Fig. 2 illustrates an electronic device comprising a memory, a first data set, a second data set, a change parameter, a comparator, a selector, an update data set and an interface.
Fig. 3 illustrates a data set comprising data elements, and a data element comprising a key and data. Fig. 4 illustrates the algorithm for iterating through the data sets described in the text. Fig. 5 illustrates the data set A and the data set B. Fig. 6 illustrates a comparison of elements in data set A with elements in data set B. Fig. 7 illustrates a comparison of elements in data set A with elements in data set B. Fig. 8 illustrates a comparison of elements in data set A with elements in data set B. Fig. 9 illustrates a comparison of elements in data set A with elements in data set B. Fig. 10 illustrates a comparison of elements in data set A with elements in data set B. Fig. 11 illustrates the first operators selected by the selection method. Fig. 12 illustrates a comparison of elements in data set A with elements in data set B. Fig. 13 illustrates a comparison of elements in data set A with elements in data set B. Fig. 14 illustrates a comparison of elements in data set A with elements in data set B. Fig. 15 illustrates a comparison of elements in data set A with elements in data set B. Fig. 16 illustrates a comparison of elements in data set A with elements in data set B. Fig. 17 illustrates a comparison of elements in data set A with elements in data set B. Fig. 18 illustrates additional operators selected by the selection method.
Fig. 19 illustrates an update data set comprising the operators selected by the selection method.
Fig. 20 illustrates the data set A and the data set B before the operators has been used.
Fig. 21 illustrates a row in the update data set.
Fig. 22 illustrates the change of data set A after applying the first operator.
Fig. 23 illustrates a row in the update data set. Fig. 24 illustrates the change of data set A after applying the second operator.
Fig. 25 illustrates a row in the update data set.
Fig. 26 illustrates the change of data set A after applying the third operator.
Fig. 27 illustrates a row in the update data set.
Fig. 28 illustrates the change of data set A after applying the fourth operator. Fig. 29 illustrates the result after the operators have been applied to data set A.
Fig. 30 illustrates the selection method B. DESCRIPTION OF PREFERRED EMBODIMENTS
Figure 1 illustrates a computer network comprising remote terminals 1, a central computer 2 and gateways or routers 3. Between the different devices there are connections illustrated by lines 4 having different thickness. The thickness illustrates the bandwidth (data rate). A thick line has a high data rate and a thin line has low data rate. Three of the front end computers in figure 1 have a letter on the screen, this illustrates that it is a remote terminal belonging to user A, B and C. Update data sets 6 is sent from the central computer 2 to the remote terminals 1 over the network comprising lines 4 and network devices such as the routers and so forth. The update data sets 6 are generated in the computer system 5 according to the invention.
Figure 2 illustrates the computer system 5 according to the invention. The computer system 5, comprising a memory 10, a comparator 14, a selector 15, and an interface 16 for sending the update data sets 7. The memory 10 comprises a first data set 11 and a second data set 12. Furthermore the memory comprises an area for storing a change parameter 13, an area for storing an update data set 7, and an area for storing the operators 18.
Figure 3 illustrates a data set 11 and an enlargement of a data element 17 in the data set. In the figure the data element 17 comprises both a key and a data part. However in another embodiment of the invention the data element 17 may at least comprise the key part.
In the following the invention will be described in detail with reference to the figures. The details of how the operators may be determined/selected will be explained.
Below follows and example of a method for selecting operators that in an efficient way describes the difference between two data sets.
The data sets consist of one or several elements where each element has a key and a possible data part. The key together with a sorting algorithm gives each element a logic position within the data set. This method is based on :
(1) The design of an efficient set of operators.
(2) The design of an efficient algorithm to evaluate the differences of two data sets, and describe the differences using the set of operators. The algorithm uses a one-pass traversing of the two data sets in order to achieve this.
The method uses the following set of operators to describe changes between two data sets:
Figure imgf000009_0001
Method introduction
An element that is identical (both key and data part) in the two data sets is unchanged. The algorithm considers an unchanged element as a barrier. The barriers are used by the method to identify when an optimisation of the operator can be performed. The method is based on the observation that optimisations may be possible for the operators used before a barrier is detected.
Assume the data sets A and B, see figure 5. From the data set A, a number of operators can be applied to achieve the data set B. The algorithm and method described below extracts these operators that transform data set A into data set B.
During the traversing of the data sets preferably the following counters are used, #Del and #Add. These are initially set to zero or any other corresponding value that fulfils the same object.
Thereafter the data set A and the data set B are traversed preferably from the beginning, according to the sorting order of keys.
The actual logical position within data set A is hereafter named APos, which comprises the position parameter for data set A. The actual logical position within data set B is hereafter named BPos, which comprises the position parameter for data set B. APos and BPos are initially set to the first logical position within the data sets A and B. Initialize:
Set #Add=0 and #Del=0.
Set APos and BPos to the first logical position within the data sets A and B.
Set APosStart = APos and BPosStart = BPos. The algorithm : Iterate through dataset A and B, and Count #Add and #Del :
1. Compare the element from set A with the element from set B at logical position APos and BPos. a. If there is no A element and no B element, Select the operators using method B below, then continue with step 2 (Done). b. If the keys are identical but the data part is different increase #Add with 1, increase #Del with 1, increase APos with 1 and increase BPos with 1. Continue with step 1 and compare next element. c. If the A element key is worse (according to the sorting order) than the B element key, or there is no A element, then increase #Add with 1 and increase BPos with 1. Continue with step 1 and compare next element. d. If the A element key is better (according to the sorting order) than the B element key, or there is no B element, then increase #Del with 1 and increase APos with 1. Continue with step 1 and compare next element. e. If both the keys and the data parts are identical a barrier has been found. If (#Add ≠ 0 or #Del ≠ 0) then select the operators using method B below. Continue and : Set #Add=0 and #Del=0.
Increase APos with 1 and increase BPos with 1.
Set APosStart = APos and BPosStart = Bpos.
Continue with step 1 and compare next element. 2. Done. Method B. Select the operators: Compare #Del with #Add.
a. If #Del > #Add then select the following operators:
Delete (N=#Del) operator at logical Position APosStart. Followed by: #Add number of Add operators from the set B elements, starting from logical
Position APosStart.
b. If the #Del = #Add then select the following operators:
#Add number of Replace operators from the set B elements, starting from logical Position APosStart.
c. If #Del < #Add then select the following operators:
#Del number of Replace operators from the set B elements, starting from logical position APosStart. Followed by:
(#Add - #Del) number of Add operators from the set B elements, starting from APosStart + #Del.
Example Below follows an example describing the different method steps with reference to the figures.
Imagine two data sets A and B, according to the tables shown in figure 5. The elements are preferably sorted based on the key, resulting in the highest value at the logical position 1. Data set A represents the old data set and data set B represents the new data set. The task is to transform data set A into data set B. Execution of the method :
Initialize :
Set #Add=0 and #Del=0.
Set APos and BPos to the first logical position within the data sets A and B, giving Apos =1 and Bpos = 1. Set APosStart = APos and BPosStart = Bpos, giving APosStart = 1 and BPosStart = 1. The method and system starts to initialize counters that preferably will be used through the iteration of the data sets.
Thereafter an iteration phase is started wherein the change parameters #Add and #Del is iterated and increased. STEP 1. Compare the element from set A with the element from set B. Since Apos and Bpos are both set to 1, this means that the first elements in the list are compared. However if the elements in the data sets are sorted in another way the method may start to compare other elements first.
The comparison is picturized in figure 6. In this case 99 is worse than 101 (see algorithm step c) (the element (Apos=l) in data set A is worse than the element (Bpos=l) in data set B), thus increase #Add with 1, giving #Add = 1. Increase BPos with 1, giving Bpos = 2.
Continue with step 1 in the algorithm and compare next element.
STEP 2. Compare the element from set A with the element from set B. Now the Bpos counter has increased with 1 therefore the element at (Apos=l) in data set A is compared with the element at (Bpos=2) in data set B.
The comparison is illustrated in figure 7. 99 is worse than 100 (see algorithm step c), thus increase #Add with 1, giving #Add = 2. Increase BPos with 1, giving Bpos = 3.
Continue with step 1 in the algorithm and compare next element.
STEP 3. Compare the element from set A with the element from set B. Similar to above. The comparison is illustrated in figure 8. 99 is better than 97(see algorithm step d), thus increase #Del with 1, giving #Del = 1. Increase APos with 1, giving Apos = 2.
Continue with step 1 in the algorithm and compare next element.
STEP 4. Compare the element from set A with the element from set B. The comparison is illustrated in figure 9. 98 is better than 97(see algorithm step d), thus increase #Del with 1, giving #Del = 2. Increase APos with 1, giving Apos = 3.
Continue with step 1 in the algorithm and compare next element.
STEP 5. Compare the element from set A with the element from set B. The comparison is illustrated in figure 10. Both the keys and the data parts are identical (see algorithm step e), thus a barrier has been reached. Initiate the selector and select the operators using method B.
STEP 6. Compare #Del with #Add. According to method B, step b is applicable in this situation : (b). #Del (2) = #Add (2) and therefore select the following operators:
Replace 2 (#Add) operator, selecting data from set B, starting from logical position AposStart = 1. The selected operators are shown in figure 11.
STEP 7. The iteration and comparison of the elements in data set A and data set B continues
Set #Add=O and #Del=0.
In order to get by the barrier the counters are increased, APos with 1 and BPos with 1, giving Apos=4 and Bpos=4.
Set APosStart = APos and BPosStart = Bpos, giving APosStart =4 and BPosStart =4. Continue with step 1 in the algorithm and compare next elements.
STEP 8. Compare the element from set A with the element from set B. The comparison is illustrated in figure 12. 96 is better than 93 (see algorithm step d), thus increase #Del with 1, giving #Del = 1. Increase APos with 1, giving Apos = 5.
Continue with step 1 in the algorithm and compare next element.
STEP 9. Compare the element from set A with the element from set B. The comparison is illustrated in figure 13. 95 is better than 93(see algorithm step d), thus increase #Del with 1, giving #Del = 2. Increase APos with 1, giving Apos = 6. Continue with step 1 in the algorithm and compare next element.
STEP 10. Compare the element from set A with the element from set B. The comparison is illustrated in figure 14. 94 is better than 93(see algorithm step d), thus increase #Del with 1, giving #Del = 3. Increase APos with 1, giving Apos = 7.
Continue with step 1 in the algorithm and compare next element. STEP 11. Compare the element from set A with the element from set B. The comparison is illustrated in figure 15. The keys are identical but the data part is different (10 is not equal to 15) (see algorithm step b).
Increase #Add with 1, giving #Add = 1. Increase #Del with 1, giving #Del = 4. Increase APos with 1, giving Apos = 8. Increase BPos with 1, giving Bpos = 5.
Continue with step 1 in the algorithm and compare next element.
STEP 12. Compare the element from set A with the element from set B. The comparison is illustrated in figure 16. There is no B element (is empty) (see algorithm step d). Increase #Del with 1, giving #Del = 5. Increase APos with 1, giving Apos = 9. Continue with step 1 in the algorithm and compare next element.
STEP 13. Compare the element from set A with the element from set B. The comparison is illustrated in figure 17. The elements in the data set A at Apos(9), and the data set B and Bpos(5) are empty therefore step a in the algorithm applies. Step a in the algorithm initiates the selector, hence method B as described in step 14.
After the selection continue with step 2 (Done).
STEP 14. Compare the counter #Del with the counter #Add, by use of selection method B. According to the selection step (a) in selection method B, #Del (5) > #Add (1) and therefore the operators are preferably selected as follows:
Delete 5 (#Del) operator at logical Position AposStart (4).
Followed by:
Add 1 (#Add) operator from the set B elements, starting from logical Position AposStart (4). The operators selected are shown in figure 18.
STEP 15. The final step 2 (Done) in the algorithm, is reached as mentioned above in step 14.
After the complete iteration of the algorithm and method B the complete number of operators that describe the changes from dataset A to dataset B are stored in the memory, preferably together with the corresponding logical position, key and data part. An update data set is generated comprising the operators, logical positions, keys and data parts, as illustrated in figure 19.
In another embodiment the logical position could be represented by the key. In this case the terminal receiving the update data set preferably comprises information of how logical positions relate to each other, so as to be able to sort the data elements. Thus it is not necessary for a logical position to be 1, 2, 3...etc. It can also be represented by A, B , C, ,,, and so forth, as long as the positions have a relation to each other so as to facilitate sorting.
With knowledge of dataset A, and the update data set comprising the operators as illustrated in figure 19, the dataset B can be created, by sequentially using the operators one at a time, from beginning to end. Below follows a stepwise description of how this may be done, illustrated with the accompanying figures 20-29.
Figure 20, illustrates the situation of data set A and data set B before the update data set has been applied to the data set A. Thus, the following steps creates Data Set B from Data Set A by use of the update data set in figure 19. By applying the first row, shown in figure 21, of the update data set in figure 19 to the data set A, an amended data set A as shown in figure 22 is obtained.
By applying the second row, shown in figure 23, of the update data set in figure 19 to the data set A, an amended data set A as shown in figure 24 is obtained.
By applying the third row, shown in figure 25, of the update data set in figure 19 to the data set A, an amended data set A as shown in figure 26 is obtained. By applying the third row, shown in figure 27, of the update data set in figure 19 to the data set A, an amended data set A as shown in figure 28 is obtained.
The operators have now transformed the Data Set A into Data Set B as illustrated in figure 29.
In the above description the term "comprising" does not exclude other elements or steps and "a" or "an" does not exclude a plurality.
Furthermore the terms "include" and "contain" does not exclude other elements or steps.

Claims

1. A computer system for generating an update data set to be sent to remote terminals, the update data set comprising operators describing differences between a first data set comprising sorted data elements and a second data set comprising sorted data elements, the computer system comprising : a memory comprising the first and the second data set, a comparator connectable to the memory for sequentially comparing the data elements in the second data set with the data elements in the first data set, the result of a first comparison controls which data element in the first data set and which data element in the second data set that will be compared in a second comparison, updating a change parameter in the memory after each comparison, and initiating a selector upon detection of a data element in the second data set being identical to a data element in the first data set, the selector being connectable to the memory and to the comparator, the selector being adapted to determine operators based on the change parameter stored in the memory, and storing the determined operators in the memory, thereby generating an update data set comprising operators describing the differences between the second data set and the first data set, to be sent to the remote terminals.
2. A computer system according to claim 1, further comprising a communicator associated with the selector for generating and sending an update message comprising the update data set.
3. A computer system according to claim 1, wherein the first and second data set comprises dynamic data elements changing over time.
4. A computer system according to claim 1, wherein the second data set is a later version of the first data set.
5. A computer system according to claim 1, wherein the operators is determined from a group comprising the following operators:
Add operator, Delete operator, Replace operator.
6. A computer system according to claim 1, wherein the change parameter comprising a first counter related to the first data set and a second counter related to the second data set.
7. A computer system according to claim 6, wherein the selector selects operators based on the relation between the first counter related to the first data set and the second counter related to the second data set.
8. A computer system according to claim 1, wherein the change parameter further comprises a first position parameter associated with the first data set and a second position parameter associated with the second data set for keeping track of the position of the comparator in the first and second data set.
9. A computer system according to claim 1, wherein the operators comprising delta changes.
10. A computer system according to claim 1, wherein each data element comprises a key and a data part.
11. An electronic trading system comprising a computer system according to claim 1.
5 12. A method for generating an update data set to be sent to remote terminals, the update data set comprising operators describing differences between a first data set comprising sorted data elements and a second data set comprising sorted data elements, the method comprising the steps of: sequentially comparing the data elements in the first data set with the data elements in the 10 second data set, the result of a first comparison controls which data element in the first data set and which data element in the second data set that will be compared in a second comparison, after each comparison a change parameter is updated in the memory, upon detection of a data element in the second data set being identical to a data element in 15 the first data set, initiating a selection process determining operators based on the change parameter stored in the memory, and storing the determined operators in the memory, thereby generating an update data set comprising operators describing the differences between the first data set and the second data set, to be sent to remote terminals.
20 13. A method according to claim 12, further comprises the step of: associating the determined operators to compared data elements.
14. A method according to claims 12, further comprising the step of: determining at least one operator from a group comprising the following operators:
Add operator, 25 - Delete operator, Replace operator.
15. A method according to claims 12, wherein the change parameter comprises a first counter related to the first data set and a second counter related to the second data set, the method further comprising the step of determining operators based on a relation between the first
30 counter related to the first data set and the second counter related to the second data set.
16. A method according to claim 12, wherein each data element comprises a key and a data part, the method further comprising the step of comparing at least one of the key and data part of an element of the first data set with at least one of the key and data part of an element of the second data set.
35 17. A method according to claims 12, wherein the first and second data set comprises dynamical information changing over time.
18. A computer program product according to claim 12, the computer program product being stored on a data carrier.
PCT/EP2007/064005 2006-12-20 2007-12-14 System and method for optimizing changes of data sets WO2008074751A1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
EP07857639A EP2095272A1 (en) 2006-12-20 2007-12-14 System and method for optimizing changes of data sets
CN2007800468787A CN101611402B (en) 2006-12-20 2007-12-14 System and method for optimizing changes of data sets
AU2007336337A AU2007336337B2 (en) 2006-12-20 2007-12-14 System and method for optimizing changes of data sets
JP2009542017A JP5230645B2 (en) 2006-12-20 2007-12-14 System and method for optimizing data set changes
HK10106069.1A HK1140030A1 (en) 2006-12-20 2010-06-18 System and method for optimizing changes of data sets

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/641,957 2006-12-20
US11/641,957 US8117609B2 (en) 2006-12-20 2006-12-20 System and method for optimizing changes of data sets

Publications (1)

Publication Number Publication Date
WO2008074751A1 true WO2008074751A1 (en) 2008-06-26

Family

ID=39253872

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2007/064005 WO2008074751A1 (en) 2006-12-20 2007-12-14 System and method for optimizing changes of data sets

Country Status (8)

Country Link
US (1) US8117609B2 (en)
EP (1) EP2095272A1 (en)
JP (1) JP5230645B2 (en)
CN (1) CN101611402B (en)
AU (1) AU2007336337B2 (en)
HK (1) HK1140030A1 (en)
TW (1) TW200833010A (en)
WO (1) WO2008074751A1 (en)

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102010039021B4 (en) * 2010-08-06 2023-02-23 Robert Bosch Gmbh Method for reconfiguration of software parameters in a microcontroller as well as microcontroller and control unit
TWI455520B (en) * 2010-08-12 2014-10-01 Hon Hai Prec Ind Co Ltd Customer premises equipment and method for updating equipment parameters of the customer premises equipment
EP2608060A1 (en) * 2011-12-22 2013-06-26 Amadeus Provider data tuning
CN103309888A (en) * 2012-03-14 2013-09-18 北京四维图新科技股份有限公司 Method and device for verifying data of electronic map
CN102855288B (en) * 2012-08-08 2017-11-03 北京奇安信科技有限公司 The treating method and apparatus of variance data
US10354325B1 (en) 2013-06-28 2019-07-16 Winklevoss Ip, Llc Computer-generated graphical user interface
US9898782B1 (en) 2013-06-28 2018-02-20 Winklevoss Ip, Llc Systems, methods, and program products for operating exchange traded products holding digital math-based assets
US10269009B1 (en) 2013-06-28 2019-04-23 Winklevoss Ip, Llc Systems, methods, and program products for a digital math-based asset exchange
US9535936B2 (en) * 2013-09-05 2017-01-03 The Boeing Company Correlation of maximum configuration data sets
JP5915627B2 (en) * 2013-11-26 2016-05-11 横河電機株式会社 Process control system
US11475442B1 (en) 2018-02-12 2022-10-18 Gemini Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US10540654B1 (en) 2018-02-12 2020-01-21 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US10438290B1 (en) 2018-03-05 2019-10-08 Winklevoss Ip, Llc System, method and program product for generating and utilizing stable value digital assets
US11308487B1 (en) 2018-02-12 2022-04-19 Gemini Ip, Llc System, method and program product for obtaining digital assets
US11909860B1 (en) 2018-02-12 2024-02-20 Gemini Ip, Llc Systems, methods, and program products for loaning digital assets and for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11200569B1 (en) 2018-02-12 2021-12-14 Winklevoss Ip, Llc System, method and program product for making payments using fiat-backed digital assets
US11139955B1 (en) 2018-02-12 2021-10-05 Winklevoss Ip, Llc Systems, methods, and program products for loaning digital assets and for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US11522700B1 (en) 2018-02-12 2022-12-06 Gemini Ip, Llc Systems, methods, and program products for depositing, holding and/or distributing collateral as a token in the form of digital assets on an underlying blockchain
US10373158B1 (en) 2018-02-12 2019-08-06 Winklevoss Ip, Llc System, method and program product for modifying a supply of stable value digital asset tokens
US11334883B1 (en) 2018-03-05 2022-05-17 Gemini Ip, Llc Systems, methods, and program products for modifying the supply, depositing, holding and/or distributing collateral as a stable value token in the form of digital assets
CN108664593A (en) * 2018-05-08 2018-10-16 东软集团股份有限公司 Data consistency verification method, device, storage medium and electronic equipment
US11501370B1 (en) 2019-06-17 2022-11-15 Gemini Ip, Llc Systems, methods, and program products for non-custodial trading of digital assets on a digital asset exchange

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6847971B1 (en) * 1998-05-28 2005-01-25 Oracle International Corporation Lightweight data replication

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5418965A (en) * 1988-06-24 1995-05-23 Mahar; Robert C. Subroutine-type computer program for enhancing the speed of data processing in data management programs systems
US5473772A (en) * 1991-04-02 1995-12-05 International Business Machines Corporation Automatic update of static and dynamic files at a remote network node in response to calls issued by or for application programs
US5899998A (en) * 1995-08-31 1999-05-04 Medcard Systems, Inc. Method and system for maintaining and updating computerized medical records
US5924083A (en) 1996-05-29 1999-07-13 Geneva Branch Of Reuters Transaction Services Limited Distributed matching system for displaying a book of credit filtered bids and offers
CA2414281C (en) * 2000-11-17 2009-06-02 Bitfone Corporation System and method for updating and distributing information
WO2002091650A2 (en) 2001-05-08 2002-11-14 Stafford Trading, Inc. A low-bandwidth distribution system and method for option quotes, theoretical prices, and derivatives
US7340412B2 (en) 2002-01-11 2008-03-04 Ncr Corporation Methods and apparatus for performing delta updates of an electronic shelf label
US6925467B2 (en) * 2002-05-13 2005-08-02 Innopath Software, Inc. Byte-level file differencing and updating algorithms
US20030229570A1 (en) 2002-06-05 2003-12-11 Hughes John T. Quote updates in a securities market
US20040010456A1 (en) 2002-07-09 2004-01-15 Hoang Khoi Nhu Incrementally updated electronic catalog with localized distribution
US7797403B2 (en) * 2002-07-12 2010-09-14 Microsoft Corporation Deployment of configuration information

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6847971B1 (en) * 1998-05-28 2005-01-25 Oracle International Corporation Lightweight data replication

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
RAM P ET AL: "Extracting delta for incremental data warehouse maintenance", DATA ENGINEERING, 2000. PROCEEDINGS. 16TH INTERNATIONAL CONFERENCE ON SAN DIEGO, CA, USA 29 FEB.-3 MARCH 2000, LOS ALAMITOS, CA, USA,IEEE COMPUT. SOC, US, 29 February 2000 (2000-02-29), pages 220 - 229, XP010378715, ISBN: 0-7695-0506-6 *
WILBURT JUAN LABIO, HECTOR GARCIA-MOLINA: "Efficient Snapshot Differential Algorithms for Data Warehousing", PROCEEDINGS OF THE 22ND VLDB CONFERENCE, 1996, Mumbai(Bombay), India, XP002475626, Retrieved from the Internet <URL:http://www.vldb.org/conf/1996/P063.PDF> [retrieved on 20080408] *

Also Published As

Publication number Publication date
US8117609B2 (en) 2012-02-14
US20080155527A1 (en) 2008-06-26
AU2007336337B2 (en) 2012-07-05
AU2007336337A1 (en) 2008-06-26
JP2010514035A (en) 2010-04-30
CN101611402A (en) 2009-12-23
CN101611402B (en) 2012-12-26
HK1140030A1 (en) 2010-09-30
TW200833010A (en) 2008-08-01
EP2095272A1 (en) 2009-09-02
JP5230645B2 (en) 2013-07-10

Similar Documents

Publication Publication Date Title
AU2007336337B2 (en) System and method for optimizing changes of data sets
JP6734946B2 (en) Method and apparatus for generating information
CN107305637B (en) Data clustering method and device based on K-Means algorithm
CN105530272A (en) Method and device for application data synchronization
WO2023138188A1 (en) Feature fusion model training method and apparatus, sample retrieval method and apparatus, and computer device
CN111949832A (en) Method and device for analyzing dependency relationship of batch operation
WO2017095413A1 (en) Incremental automatic update of ranked neighbor lists based on k-th nearest neighbors
CN111881943A (en) Method, device, equipment and computer readable medium for image classification
WO2017095439A1 (en) Incremental clustering of a data stream via an orthogonal transform based indexing
Ahmed et al. Clustering based semantic data summarization technique: a new approach
WO2017065795A1 (en) Incremental update of a neighbor graph via an orthogonal transform based indexing
CN101739410A (en) Method, device and system for revealing operation result
CN106658444A (en) Short message channel provider selection method and terminal
WO2022262448A1 (en) Article screening method and apparatus, electronic device, and storage medium
US20110313975A1 (en) Validating files using a sliding window to access and correlate records in an arbitrarily large dataset
CN115495658A (en) Data processing method and device
CN111813769B (en) Data processing method and device
WO2021217933A1 (en) Community division method and apparatus for homogeneous network, and computer device and storage medium
CN110555158A (en) mutually exclusive data processing method and system, and computer readable storage medium
CN114021642A (en) Data processing method and device, electronic equipment and storage medium
CN110378714B (en) Method and device for processing access data
CN112508518A (en) RPA flow generation method combining RPA and AI, corresponding device and readable storage medium
CN111309884A (en) Robot dialogue method, device, medium, and electronic apparatus
WO2017095421A1 (en) Automatic selection of neighbor lists to be incrementally updated
CN112181817A (en) Test method and test device for SOA (service oriented architecture) platform

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200780046878.7

Country of ref document: CN

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

Ref document number: 07857639

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2009542017

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 2007336337

Country of ref document: AU

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2007857639

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2007857639

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2007336337

Country of ref document: AU

Date of ref document: 20071214

Kind code of ref document: A