EP1215592A2 - Method for generating object identifiers, particularly for databases - Google Patents

Method for generating object identifiers, particularly for databases Download PDF

Info

Publication number
EP1215592A2
EP1215592A2 EP01129456A EP01129456A EP1215592A2 EP 1215592 A2 EP1215592 A2 EP 1215592A2 EP 01129456 A EP01129456 A EP 01129456A EP 01129456 A EP01129456 A EP 01129456A EP 1215592 A2 EP1215592 A2 EP 1215592A2
Authority
EP
European Patent Office
Prior art keywords
key
artificial
natural
generated
oid
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP01129456A
Other languages
German (de)
French (fr)
Other versions
EP1215592A3 (en
Inventor
Helmut Schumacher
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Publication of EP1215592A2 publication Critical patent/EP1215592A2/en
Publication of EP1215592A3 publication Critical patent/EP1215592A3/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/289Object oriented databases

Definitions

  • the invention relates to a method for generating Object identifications for processing, administration and linking data associated with objects, being an object clearly through a possibly composed, natural and / or artificial key is described, the in turn, an object identification is assigned.
  • the invention relates to a system for processing, Management and linking of data assigned to objects with data processing means for generating object identifications and a corresponding computer program (product) to carry out the process.
  • a natural key denotes an object using natural parameters that clearly identify the object.
  • Objects can also be customers, sales products, Stock options and much more.
  • At a Stock option could be the primary key designating the object composed of four natural components be: option type (call, put), base instrument (share), expiration month, Strike price.
  • option type call, put
  • base instrument share
  • expiration month a stock option
  • Strike price a compound natural Key from the components: test type, Art of the workpiece, workpiece properties exist. The primary key is used to uniquely identify an object and to distinguish it from other objects.
  • Every object will clearly assigned an ID.
  • OID object identification
  • Every object will clearly assigned an ID.
  • OID object identification
  • dates to the databases / tables containing the objects then the keys describing the object (for compound Keys one column per component) replaced by the associated column of object identifications become.
  • the OID thus becomes the primary key of the Master data file that identifies an object. Should a new object will be added to the database first the lookuptable loaded and checked that this object already exists. If not, it will generates an object identification (e.g. integer values, which are counted up) and a new entry in the lookup table. Only now can with the to proceed with the new object.
  • IDs are also used (e.g. security key figure, Customer number, etc.). However, this occurs frequently practical problems because these IDs are often unique Labeling is not sufficient and then additional artificial numbers must be added. Are common such IDs also have historical reasons and need to be changed be subjected to current needs no longer match. To simplify, you resort therefore, here also back to artificially generated OIDs.
  • the object of the present invention is therefore a method for generating object identifications in systems of the Specify the type described above, avoiding the Disadvantages mentioned above new entries and queries in databases made possible in a shorter time than before.
  • the description of the object Artificial key using a hash algorithm Generated key that used as object identification becomes.
  • a composite natural key generates a hash code and as an OID used.
  • it can also consist of a compound natural and artificial keys or from a pure artificial key using a hash algorithm new artificial key are generated, the inventive Object identification is used.
  • Hash algorithms are often used in the field of digital signatures used to convert documents of variable length into one To hash code that transforms the content of the document into compressed and non-retroactive form. The hash code is then the input value for the digital one Signature.
  • the advantages of hash algorithms are big Throughput, d. H. the fast processing of large amounts of data, and collision resistance, d. H. to a given one
  • the input string (document) can hardly be changed
  • String (document) can be found that is the same Hash code.
  • hash algorithms are MD5 (512-bit input blocks, 128 hash code length Bit), the standardized ISO / IEC 10 118-2 or SHA-1, as FIPS 180-1 standardized (512-bit input blocks, hash code length 160 bit).
  • natural keys can be any (input) length can be encoded.
  • the hash codes have fixed lengths, so that the object identifications according to the invention also have fixed lengths.
  • the inventive method also hash algorithms be designed using a hash code of the desired length produce.
  • Object identification makes it possible for everyone Avoid lookup tables.
  • the invention generates its OID for the object itself, the conventional own Generation of OIDs and subsequent assignment of the OIDs to their objects can thus be omitted.
  • Even with database queries can respond to time-consuming queries from natural Keys or on a table lookup procedure for the determination the associated object identification can be dispensed with. This has proven to be enormously time-saving, so that the disadvantage of the usually increased space requirements (compared to using e.g. integer values as OIDs) hardly matters.
  • the generation of an object identification using SHA-1 can in a specific example within 20 microseconds take place what access times to a lookup table clearly falls short.
  • An inventive system for processing, management and linking data associated with objects contains data processing means to create a the object object identification associated with the descriptive key, According to the invention, this data processing means Computing unit, from which the object describing An artificial key using a hash algorithm Generate keys as object identification.
  • the computer program according to the invention contains program code means, to carry out the method according to the invention if the program on a computer, in particular the computer unit of the system according to the invention is processed.
  • the program can be stored on various storage media such as EE-PROMs Flash memories, but also CD-ROMs, floppy disks or Hard drives.
  • the computer unit of the system according to the invention is calculated by means of the computer program mentioned (also a hardware solution would be conceivable) from an input data stream that which contains the key describing the object, the associated one Hash code that is output as object identification becomes.
  • the steps (S1-S7) are outlined schematically in FIG. 1, that go through in a conventional process need to be loaded to load an object identification (OID) or generate new. It is said to be composed of a natural Key to be run out of a particular one Object (e.g. stock option or a workpiece) clearly identified and differentiated from other objects.
  • Object e.g. stock option or a workpiece
  • Such a primary key could be with a stock option composed of four natural components be: option type (call, put), base instrument (share), expiration month, Strike price.
  • option type call, put
  • base instrument shared
  • Strike price a natural Key
  • the composite could be natural Key from the workpiece designation, the manufacturing date as well as other parameters, such as type designation, Manufacturer, name of the final inspector, etc., exist.
  • a new OID will be assigned (S5).
  • the new OID in a simple way by counting up an integer to be generated. So that the newly created object identification (OID) in the entire system, for example one Company is available at the same time and Double assignments must be excluded after the insert (Insert a new object) commit (S6), whereby the new values are finally written to disk become.
  • the natural Key of the added object and its newly created one OID entered S7.
  • this hash code represents the object identification (OID) of the object (S3) used for database queries or describing a database / table with the Data associated with the object is used.
  • a simple application of the invention is intended on the basis of FIG in connection with a series of measurements with measured values of a Workpiece are explained.
  • With 1 are the measured values a series of measurements 2 referred to a workpiece 3.
  • the parameters for measurement series 2 and workpiece 3 are in the entities / tables MEASURING SERIES and WORKPIECE separately filed (normalization).
  • Each series of measurements has an assigned one OID as primary key, the same applies to the Measured values and the workpieces.
  • OIDMR Measurement series
  • OIDWS workpiece
  • OIDs are implemented using OIDs according to the invention. These OIDs are made from the appropriate natural ones Keys or a combination of natural Keys and OIDs (foreign keys) generated. Any natural keys appear as attributes in the tables on.
  • the OptionsOID is the primary key of the table and identifies an option.
  • the natural key is only attributes of the table.
  • the OptionsOID acts as a foreign key.
  • the TransactionId is the primary key of the table.
  • the OptionsOID acts as a foreign key.
  • the deposit number is the primary key of the table.
  • the OptionsOIDs are also from the four-component natural key (option type, basic instrument, expiry month, Base price), e.g. B. (C, Bayer, Dec. 00, 40.00), generated using the hash algorithm SHA-1 and 20 Bytes large.
  • B. C, Bayer, Dec. 00, 40.00
  • the invention ensures direct and quick generation unique object identifications and at the same time resulting high access and processing speeds with database queries.

Abstract

Method for generating object identifiers (OID) for processing, management and linking of object orientated data, in which the object is described using a single valued natural or surrogate key that has a corresponding object identifier. The natural object describing key (S1) is used to generate an artificial key (S2) using a hash-algorithm that is then used as the object identifier (S3). An Independent claim is made for a system for processing, management and joining together of object related data.

Description

Die Erfindung betrifft ein Verfahren zur Generierung von Objektidentifikationen zur Bearbeitung, Verwaltung und Verknüpfung von Objekten zugeordneten Daten, wobei ein Objekt eindeutig durch einen eventuell zusammengesetzten, natürlichen und/oder künstlichen Schlüssel beschrieben wird, dem seinerseits eine Objektidentifikation zugeordnet ist. Weiterhin betrifft die Erfindung ein System zur Bearbeitung, Verwaltung und Verknüpfung von Objekten zugeordneten Daten mit Datenverarbeitungsmitteln zur Erzeugung von Objektidentifikationen und ein entsprechendes Computerprogramm (-produkt) zur Ausführung des Verfahrens.The invention relates to a method for generating Object identifications for processing, administration and linking data associated with objects, being an object clearly through a possibly composed, natural and / or artificial key is described, the in turn, an object identification is assigned. Farther The invention relates to a system for processing, Management and linking of data assigned to objects with data processing means for generating object identifications and a corresponding computer program (product) to carry out the process.

Das genannte Verfahren bzw. System kommt bei der Implementierung eines sogenannten Data Warehouse oder Operational Data Store zur Anwendung. Hier tritt das Problem auf, alle Objekte (Zeilen in relationalen Datenbanken) mit eindeutigen Schlüsseln zu versehen. Derartige Schlüssel werden benötigt, um eindeutig auf ein Objekt und auf die diesem Objekt zugeordneten Daten zugreifen sowie verschiedene Daten verknüpfen zu können (beispielsweise bei Datenbankabfragen). So werden beispielsweise verschiedene Daten zu einer Objektgruppe je nach Datentyp in verschiedenen Datenbanken/Tabellen abgelegt. Zur Verknüpfung von zu einem Objekt gehörenden Daten aus verschiedenen solcher Tabellen muß in jeder Tabelle das Objekt und die zugehörigen Daten eindeutig identifizierbar sein. Hierzu können natürliche oder künstliche Schlüssel (Natural Keys bzw. Surrogate Keys) verwendet werden. The method or system mentioned comes during implementation a so-called data warehouse or operational Data store for use. This is where the problem arises, everyone Objects (rows in relational databases) with unique Keys. Such keys are needed to clearly refer to an object and to that object access assigned data as well as various data to be able to link (for example with database queries). For example, different data become one Object group depending on the data type in different databases / tables stored. To link to an object data belonging to various such tables must be in the table and the associated data for each table be identifiable. This can be natural or artificial keys (natural keys or surrogate keys) be used.

Ein natürlicher Schlüssel bezeichnet ein Objekt anhand von natürlichen Parametern, die das Objekt eindeutig kennzeichnen. Handelt es sich bei den Objekten um physikalische oder technische Systeme, so kann ein natürlicher Schlüssel aus den verschiedenen Zustandsvariablen des Systems zusammengesetzt sein. Objekte können aber auch Kunden, Verkaufsprodukte, Aktienoptionen und vieles andere mehr sein. Bei einer Aktienoption könnte der das Objekt bezeichnende Primärschlüssel aus vier natürlichen Komponenten zusammengesetzt sein: Optionstyp (Call, Put), Basisinstrument (Aktie), Verfallsmonat, Basispreis. Bei einer Messreihe zur Ermittlung der Härte von Werkstücken könnte ein zusammengesetzter natürlicher Schlüssel aus den Komponenten: Versuchstyp, Art des Werkstücks, Werkstückseigenschaften bestehen. Der Primärschlüssel dient zur eindeutigen Bezeichnung eines Objekts und zur Unterscheidung von anderen Objekten.A natural key denotes an object using natural parameters that clearly identify the object. Are the objects physical or technical systems, so can be a natural key the various state variables of the system his. Objects can also be customers, sales products, Stock options and much more. At a Stock option could be the primary key designating the object composed of four natural components be: option type (call, put), base instrument (share), expiration month, Strike price. For a series of measurements for determination the hardness of workpieces could be a compound natural Key from the components: test type, Art of the workpiece, workpiece properties exist. The primary key is used to uniquely identify an object and to distinguish it from other objects.

Als Alternative zu natürlichen Schlüsseln werden künstliche Schlüssel häufig bevorzugt eingesetzt. Jedem Objekt wird eine ID eindeutig zugeordnet. In einer Lookup-Tabelle werden die Zuordnungen der Objektidentifikationen (OID) zu den beispielsweise durch zusammengesetzte natürliche Schlüssel beschriebenen Objekten abgelegt. In den verschiedenen, Daten zu den Objekten enthaltenden Datenbanken/Tabellen können dann die das Objekt beschreibenden Schlüssel (bei zusammengesetzten Schlüsseln eine Spalte pro Komponente) durch die zugehörige Spalte von Objektidentifikationen ersetzt werden. Der OID wird somit zum Primärschlüssel der Stammdatendatei, der ein Objekt identifiziert. Soll ein neues Objekt in die Datenbank aufgenommen werden, wird zunächst die Lookuptable geladen und geprüft, ob dieses Objekt bereits vorhanden ist. Ist dies nicht der Fall, wird eine Objektidentifikation generiert (beispielsweise Integerwerte, die hochgezählt werden) und ein neuer Eintrag in der Lookup-Tabelle vorgenommen. Erst jetzt kann mit dem neuen Objekt weiterverfahren werden. Es muß jedoch sichergestellt sein, daß der Eintrag des neuen Objektes und seiner OID für das gesamte System (Unternehmen) eindeutig erfolgt, d.h. Doppelvergaben müssen ausgeschlossen sein. Hierzu muß nach jedem Insert ein Commit erfolgen, wodurch die neuen Werte endgültig auf Platte geschrieben werden, wonach erst andere Prozesse auf die geänderten Werte zugreifen können.As an alternative to natural keys, artificial ones are used Keys are often preferred. Every object will clearly assigned an ID. Be in a lookup table the assignments of the object identification (OID) to the for example by using composite natural keys objects described. In the different, dates to the databases / tables containing the objects then the keys describing the object (for compound Keys one column per component) replaced by the associated column of object identifications become. The OID thus becomes the primary key of the Master data file that identifies an object. Should a new object will be added to the database first the lookuptable loaded and checked that this object already exists. If not, it will generates an object identification (e.g. integer values, which are counted up) and a new entry in the lookup table. Only now can with the to proceed with the new object. However, it must be ensured be that the entry of the new object and its OID for the entire system (company) is clear, i.e. Double assignments must be excluded. To do this, a commit must occur after each insert, whereby the new values are finally written to disk, after which other processes to the changed values can access.

Diese Verfahrensweise ist sehr aufwendig, also zeit- und kostenintensiv.This procedure is very time-consuming and time-consuming expensive.

Bei dem geschilderten Verfahren müssen zudem vor jeder Datenbankabfrage (Verknüpfung von Objekt-Daten aus verschiedenen Tabellen (Join)) die zugehörigen Objektidentifikationen aus der Lookup-Tabelle entnommen werden. Dieser Vorgang erhöht die Verarbeitungszeit erheblich.With the described method, you also have to query each database (Linking object data from different Tables (join)) the associated object identifications can be taken from the lookup table. This process increases the processing time considerably.

Anstelle der zusammengesetzten natürlichen Schlüssel können auch vorgegebene IDs verwendet werden (z. B. Wertpapierkennzahl, Kundennummer, etc.). Hierbei treten jedoch häufig praktische Probleme auf, da diese IDs häufig zur eindeutigen Kennzeichnung nicht ausreichen und dann durch zusätzliche künstliche Nummern ergänzt werden müssen. Häufig sind solche IDs auch historisch bedingt und müssen einer Änderung unterworfen werden, wenn sie den aktuellen Bedürfnissen nicht mehr entsprechen. Zur Vereinfachung greift man deshalb auch hier auf künstlich erzeugte OIDs zurück.Instead of the composite natural key you can default IDs are also used (e.g. security key figure, Customer number, etc.). However, this occurs frequently practical problems because these IDs are often unique Labeling is not sufficient and then additional artificial numbers must be added. Are common such IDs also have historical reasons and need to be changed be subjected to current needs no longer match. To simplify, you resort therefore, here also back to artificially generated OIDs.

Als Objektidentifikationen werden entweder Integerwerte verwendet, die durch Hochzählen oder durch Generierung von Zufallszahlen entstehen, oder es werden Time Stamps oder Funktionen hiervon eingesetzt. Grundsätzlich verlangen diese Methoden die Implementierung von Table-Lookup-Verfahren, die die Relation zwischen natürlichen und künstlichen Schlüsseln widerspiegeln. Hiermit ist ein großer Overhead verbunden, der sich bei der Generierung der OIDs sowie bei Datenbankabfragen geschwindigkeitsbeschränkend und kostensteigernd auswirkt.Either integer values are used as object identifications used by counting up or by generating Random numbers arise, or it becomes time stamps or Functions of this used. Basically, these require Methods the implementation of table lookup procedures, which is the relation between natural and artificial Reflect keys. This is a great overhead connected who is involved in the generation of the OIDs as well as in Database queries limit speed and increase costs effect.

Aufgabe der vorliegenden Erfindung ist daher, ein Verfahren zur Generierung von Objektidentifikationen bei Systemen der oben beschriebenen Art anzugeben, das unter Vermeidung der oben genannten Nachteile Neueinträge und Abfragen bei Datenbanken in kürzerer Zeit als bisher ermöglicht.The object of the present invention is therefore a method for generating object identifications in systems of the Specify the type described above, avoiding the Disadvantages mentioned above new entries and queries in databases made possible in a shorter time than before.

Diese Aufgabe wird durch die Merkmale des Patentanspruchs 1 gelöst. Ein erfindungsgemäßes System zur Umsetzung des Verfahrens ist durch Anspruch 5 gegeben. Das Verfahren läßt sich durch ein Computerprogramm nach Anspruch 6 ausführen. Vorteilhafte Ausgestaltungen ergeben sich aus den jeweiligen Unteransprüchen und der nachfolgenden Beschreibung.This object is achieved by the features of patent claim 1 solved. An inventive system for implementing the method is given by claim 5. The procedure leaves execute by a computer program according to claim 6. Advantageous configurations result from the respective Subclaims and the following description.

Erfindungsgemäß wird aus dem das Objekt beschreibenden Schlüssel mittels eines Hash-Algorithmus ein künstlicher Schlüssel erzeugt, der als Objektidentifikation verwendet wird. Beispielsweise wird also aus einem zusammengesetzten natürlichen Schlüssel ein Hash-Code erzeugt und als OID verwendet. Es kann aber auch aus einem zusammengesetzten natürlichen und künstlichen Schlüssel oder aus einem rein künstlichen Schlüssel mittels eines Hash-Algorithmus ein neuer künstlicher Schlüssel erzeugt werden, der als erfindungsgemäße Objektidentifikation eingesetzt wird.According to the invention, the description of the object Artificial key using a hash algorithm Generated key that used as object identification becomes. For example, a composite natural key generates a hash code and as an OID used. But it can also consist of a compound natural and artificial keys or from a pure artificial key using a hash algorithm new artificial key are generated, the inventive Object identification is used.

Hash-Algorithmen werden häufig im Bereich der digitalen Signatur eingesetzt, um Dokumente variabler Länge in einen Hash-Code zu verwandeln, der den Inhalt des Dokuments in komprimierter und nicht rückrechenbarer Form wiedergibt. Der Hash-Code ist dann der Eingangswert für die digitale Signatur. Vorteile der Hash-Algorithmen sind der große Durchsatz, d. h. die schnelle Verarbeitung großer Datenmengen, und die Kollisionsresistenz, d. h. zu einem vorgegebenen Eingangsstring (-dokument) kann kaum ein zweiter veränderter String (Dokument) gefunden werden, der den gleichen Hash-Code besitzt. Beispiele für Hash-Algorithmen sind MD5 (Eingangsblöcke der Größe 512 Bit, Länge des Hash-Codes 128 Bit), der genormte ISO/IEC 10 118-2 oder SHA-1, als FIPS 180-1 genormt (Eingangsblöcke der Größe 512 Bit, Hash-Code-Länge 160 Bit). In der Praxis können natürliche Schlüssel beliebiger (Eingangs-)Länge kodiert werden.Hash algorithms are often used in the field of digital signatures used to convert documents of variable length into one To hash code that transforms the content of the document into compressed and non-retroactive form. The hash code is then the input value for the digital one Signature. The advantages of hash algorithms are big Throughput, d. H. the fast processing of large amounts of data, and collision resistance, d. H. to a given one The input string (document) can hardly be changed String (document) can be found that is the same Hash code. Examples of hash algorithms are MD5 (512-bit input blocks, 128 hash code length Bit), the standardized ISO / IEC 10 118-2 or SHA-1, as FIPS 180-1 standardized (512-bit input blocks, hash code length 160 bit). In practice, natural keys can be any (input) length can be encoded.

Vorteilhaft ist, daß die Hash-Codes feste Längen besitzen, so daß die erfindungsgemäßen Objektidentifikationen ebenfalls feste Längen aufweisen. Die bevorzugte Länge, von der auch der bevorzugte Hash-Algorithmus abhängt, kann daran bemessen werden, daß bei einer geforderten durchschnittlichen oder maximalen Anzahl von generierten Objektidentifikationen die Wahrscheinlichkeit für das Auftreten von Kollisionen derart gering wird, daß in der Praxis nicht damit zu rechnen ist, daß gleiche OIDs für unterschiedliche Objekte berechnet werden. Selbstverständlich können für das erfindungsgemäße Verfahren auch eigens Hash-Algorithmen entworfen werden, die einen Hash-Code der gewünschten Länge erzeugen.It is advantageous that the hash codes have fixed lengths, so that the object identifications according to the invention also have fixed lengths. The preferred length from which the preferred hash algorithm also depends on that be measured that at a required average or maximum number of generated object identifications the likelihood of collisions becomes so small that in practice it does not It can be expected that the same OIDs for different objects be calculated. Of course, for that The inventive method also hash algorithms be designed using a hash code of the desired length produce.

Es hat sich als vorteilhaft erwiesen, als Hash-Algorithmus SHA-1 zu verwenden. Es läßt sich abschätzen, daß bei einer Generierung von 1010 OIDs im Jahr eine Kollision im Schnitt alle 1014 Jahre auftritt. Diese Wahrscheinlichkeit ist derart gering, daß man mit an Sicherheit grenzender Wahrscheinlichkeit von einer eindeutigen Zuordnung des als OID verwendeten Hash-Codes zu einem Objekt sprechen kann. It has proven advantageous to use SHA-1 as the hash algorithm. It can be estimated that if 10 10 OIDs are generated per year, an average collision occurs every 10 14 years. This probability is so low that one can speak with a probability bordering on certainty of a unique assignment of the hash code used as an OID to an object.

Diese eindeutige Zuordnung eines Objektes zu seiner erfindungsgemäßen Objektidentifikation macht es möglich, auf alle Lookup-Tabellen zu verzichten. Erfindungsgemäß wird aus dem Objekt selbst sein OID erzeugt, die herkömmliche eigene Generierung von OIDs und anschließende Zuordnung der OIDs zu ihren Objekten kann somit entfallen. Auch bei Datenbankabfragen kann auf zeitaufwendige Abfragen von natürlichen Schlüsseln bzw. auf ein Table-Lookup-Verfahren zur Ermittlung der zugehörigen Objektidentifikation verzichtet werden. Dies hat sich als enorm zeitsparend erwiesen, so daß der Nachteil des in der Regel erhöhten Speicherplatzbedarfs (im Vergleich zur Verwendung von z. B. Integerwerten als OIDs) kaum mehr ins Gewicht fällt.This clear assignment of an object to its object according to the invention Object identification makes it possible for everyone Avoid lookup tables. According to the invention generates its OID for the object itself, the conventional own Generation of OIDs and subsequent assignment of the OIDs to their objects can thus be omitted. Even with database queries can respond to time-consuming queries from natural Keys or on a table lookup procedure for the determination the associated object identification can be dispensed with. This has proven to be enormously time-saving, so that the disadvantage of the usually increased space requirements (compared to using e.g. integer values as OIDs) hardly matters.

Die Generierung einer Objektidentifikation mittels SHA-1 kann in einem konkreten Beispielsfall innerhalb von 20 Mikrosekunden stattfinden, was Zugriffszeiten auf eine Lookup-Tabelle deutlich unterschreitet.The generation of an object identification using SHA-1 can in a specific example within 20 microseconds take place what access times to a lookup table clearly falls short.

Ein erfindungsgemäßes System zur Bearbeitung, Verwaltung und Verknüpfung von Objekten zugeordneten Daten enthält Datenverarbeitungsmittel zur Erzeugung einer dem das Objekt beschreibenden Schlüssel zugeordneten Objektidentifikation, wobei erfindungsgemäß diese Datenverarbeitungsmittel eine Recheneinheit aufweisen, um aus dem das Objekt beschreibenden Schlüssel mittels eines Hash-Algorithmus einen künstlichen Schlüssel als Objektidentifikation zu erzeugen. Ein erfindungsgemäßes Computerprogramm enthält Programmcode-Mittel, um das erfindungsgemäße Verfahren auszuführen, wenn das Programm auf einem Rechner, insbesondere der Rechnereinheit des erfindungsgemäßen Systems abgearbeitet wird. Das Programm kann auf verschiedenen Speichermedien, wie EE-PROMs, Flashmemories, aber auch CD-ROMs, Disketten oder Festplattenlaufwerken, gespeichert sein. An inventive system for processing, management and linking data associated with objects contains data processing means to create a the object object identification associated with the descriptive key, According to the invention, this data processing means Computing unit, from which the object describing An artificial key using a hash algorithm Generate keys as object identification. On The computer program according to the invention contains program code means, to carry out the method according to the invention if the program on a computer, in particular the computer unit of the system according to the invention is processed. The program can be stored on various storage media such as EE-PROMs Flash memories, but also CD-ROMs, floppy disks or Hard drives.

Die Rechnereinheit des erfindungsgemäßen Systems errechnet mittels des erwähnten Computerprogramms (auch eine Hardware-Lösung wäre denkbar) aus einem Eingangsdatenstrom, der die das Objekt beschreibenden Schlüssel enthält, den zugehörigen Hash-Code, der als Objektidentifikation ausgegeben wird.The computer unit of the system according to the invention is calculated by means of the computer program mentioned (also a hardware solution would be conceivable) from an input data stream that which contains the key describing the object, the associated one Hash code that is output as object identification becomes.

Im folgenden sollen anhand der beigefügten Figuren Ausführungsbeispiele die Erfindung und ihre Vorteile näher erläutern.

Figur 1
zeigt ein Datenflussdiagramm zum Erzeugen und zum Laden von Objektidentifikationen (OID) nach herkömmlicher Art.
Figur 2
zeigt ein Datenflussdiagramm zum erfindungsgemäßen Generieren von Objektidentifikationen.
Figur 3
zeigt das Datenmodell für eine Messreihe mit Messwerten eines Werkstücks zur Schilderung einer Anwendung der Erfindung.
In the following, the invention and its advantages are to be explained in more detail with reference to the attached figures.
Figure 1
shows a data flow diagram for generating and loading object identifications (OID) in a conventional manner.
Figure 2
shows a data flow diagram for generating object identifications according to the invention.
Figure 3
shows the data model for a series of measurements with measured values of a workpiece to describe an application of the invention.

In Figur 1 sind schematisch die Schritte (S1 - S7) skizziert, die bei einem herkömmlichen Verfahren durchlaufen werden müssen, um eine Objektidentifikation (OID) zu laden oder neu zu erzeugen. Es soll von einem natürlichen zusammengesetzten Schlüssel ausgegangen werden, der ein bestimmtes Objekt (beispielsweise Aktienoption oder ein Werkstück) eindeutig identifiziert und von anderen Objekten unterscheidet. Ein solcher Primärschlüssel könnte bei einer Aktienoption aus vier natürlichen Komponenten zusammengesetzt sein: Optionstyp (Call, Put), Basisinstrument (Aktie), Verfallsmonat, Basispreis. Bei einem Werkstück, das einer Messreihe unterzogen wird, könnte der zusammengesetzte natürliche Schlüssel aus der Werkstücksbezeichnung, dem Fertigungsdatum sowie weiteren Parametern, wie Typbezeichnung, Hersteller, Name des Endprüfers, etc., bestehen.The steps (S1-S7) are outlined schematically in FIG. 1, that go through in a conventional process need to be loaded to load an object identification (OID) or generate new. It is said to be composed of a natural Key to be run out of a particular one Object (e.g. stock option or a workpiece) clearly identified and differentiated from other objects. Such a primary key could be with a stock option composed of four natural components be: option type (call, put), base instrument (share), expiration month, Strike price. With a workpiece that one If the series of measurements is subjected, the composite could be natural Key from the workpiece designation, the manufacturing date as well as other parameters, such as type designation, Manufacturer, name of the final inspector, etc., exist.

Soll nun das durch seinen natürlichen Schlüssel bezeichenbare Objekt durch eine Datenbankabfrage aufgefunden oder in die Datenbank aufgenommen werden, muß zunächst der natürliche Schlüssel des Objekts aufgestellt (S1) und einem Table-Lookup-Verfahren eingegeben werden (S2). Eine bestehende Lookup-Tabelle wird nach dem natürlichen Schlüssel durchsucht und die zugehörige OID ermittelt (S3). Befindet sich in der Lookup-Tabelle ein entsprechender Eintrag, so wird die zum natürlichen Schlüssel gehörende OID ausgelesen und für nachfolgende Datenbankabfragen weiterverwendet (S4).Is that supposed to be identifiable by its natural key? Object found by a database query or in the database must be included, the natural Key of the object set up (S1) and a table lookup procedure can be entered (S2). An existing one Lookup table is searched for the natural key and the associated OID is determined (S3). Is located a corresponding entry in the lookup table, so read the OID belonging to the natural key and used for subsequent database queries (S4).

Falls keine zum eingegebenen natürlichen Schlüssel gehörende OID aus der Lookup-Tabelle ermittelt werden kann, muß eine neue OID vergeben werden (S5). Die neue OID kann beispielsweise in einfacher Weise durch Hochzählen eines Integerwertes generiert werden. Damit die neu erzeugte Objektidentifikation (OID) im gesamten System beispielsweise eines Unternehmens zur gleichen Zeit zur Verfügung steht und Doppelvergaben ausgeschlossen werden, muß nach dem Insert (Einfügen eines neuen Objektes) eine Commit erfolgen (S6), wodurch die neuen Werte endgültig auf Platte geschrieben werden. In die Lookup-Tabelle werden somit der natürliche Schlüssel des hinzugefügten Objekts und seine neu erzeugte OID eingetragen (S7).If none belonging to the entered natural key OID can be determined from the lookup table a new OID will be assigned (S5). For example, the new OID in a simple way by counting up an integer to be generated. So that the newly created object identification (OID) in the entire system, for example one Company is available at the same time and Double assignments must be excluded after the insert (Insert a new object) commit (S6), whereby the new values are finally written to disk become. In the lookup table, the natural Key of the added object and its newly created one OID entered (S7).

Wie in Figur 2 dargestellt, lässt sich der geschilderte, aufwendige Vorgang durch die Erfindung beträchtlich abkürzen. Zu dem natürlichen Schlüssel eines Objekts wird automatisch immer der zugehörige Hash-Code erzeugt (S1, S2). Dieser Hash-Code stellt erfindungsgemäß die Objektidentifikation (OID) des Objektes dar (S3), die für Datenbankabfragen oder das Beschreiben einer Datenbank/Tabelle mit dem Objekt zugeordneten Daten verwendet wird.As shown in Figure 2, the described shorten the complex process by the invention considerably. The natural key of an object becomes automatic the associated hash code is always generated (S1, S2). According to the invention, this hash code represents the object identification (OID) of the object (S3) used for database queries or describing a database / table with the Data associated with the object is used.

Bei Verwendung des Hash-Algorithmus SHA-1 mit einem natürlichen Schlüssel einer Eingangslänge von 512 Bit kann in diesem Fall innerhalb von 20 Mikrosekunden eine OID der Länge 160 Bit (20 Byte) erzeugt werden. Dies erhöht die Verarbeitungsgeschwindigkeit im Vergleich zum herkömmlichen Verfahren gemäß Figur 1 erheblich.When using the SHA-1 hash algorithm with a natural one Keys with an input length of 512 bits can be in in this case an OID of the within 20 microseconds Length 160 bits (20 bytes) can be generated. This increases the Processing speed compared to the conventional one The method of Figure 1 significantly.

Anhand von Figur 3 soll eine einfache Anwendung der Erfindung im Zusammenhang mit einer Messreihe mit Messwerten eines Werkstücks erläutert werden. Mit 1 sind die Messwerte einer Messreihe 2 bezogen auf ein Werkstück 3 bezeichnet. Die Parameter für die Messreihe 2 und das Werkstück 3 sind in den Entitäten/Tabellen MESSREIHE und WERKSTÜCK separat abgelegt (Normalisierung). Jede Messreihe hat einen zugeordneten OID als Primärschlüssel, gleiches gilt für die Messwerte und die Werkstücke. Als Fremdschlüssel treten als Spalten der Entität MESSWERTE die OIDs der zugehörigen Messreihe (OIDMR) und des Werkstückes (OIDWS) auf.A simple application of the invention is intended on the basis of FIG in connection with a series of measurements with measured values of a Workpiece are explained. With 1 are the measured values a series of measurements 2 referred to a workpiece 3. The parameters for measurement series 2 and workpiece 3 are in the entities / tables MEASURING SERIES and WORKPIECE separately filed (normalization). Each series of measurements has an assigned one OID as primary key, the same applies to the Measured values and the workpieces. As foreign keys occur as Columns of the entity MEASURED VALUES the OIDs of the associated Measurement series (OIDMR) and the workpiece (OIDWS).

Ein möglicher Aufbau der Tabellen ist wie folgt (Angabe der Spalten):A possible structure of the tables is as follows (indication of the Columns):

a) MESSWERTE:a) MEASURED VALUES:

  • OIDOID
  • Datumdate
  • Zeitpunkttime
  • WERT (Gemessener Wert)VALUE (measured value)
  • ZustandStatus
  • OIDMR (OID der MessReihe)OIDMR (OID of the measurement series)
  • OIDWS (OID des Werkstückes)OIDWS (OID of the workpiece)
  • b) MESSREIHE:b) MEASURING SERIES:

  • OIDOID
  • Bezeichnungdescription
  • Beginnbeginning
  • EndeThe End
  • Durchgeführt von ...Carried out by ...
  • Weitere ParameterOther parameters
  • c) WERKSTÜCK:c) WORKPIECE:

  • OIDOID
  • Bezeichnungdescription
  • Gefertigt am ...Made on ...
  • Geprüft durch ...Checked by ...
  • Weitere ParameterOther parameters
  • Durch eine Datenbankabfrage (Query) sollen alle Messungen selektiert werden, die einen bestimmten Zustand xxx ergaben. Ausgegeben werden sollen neben dem gemessenen Wert (aus der Tabelle MESSWERTE) einige weitere zugehörige Parameter, nämlich Datum und Zeitpunkt der Messwerte, Bezeichnung des Werkstücks sowie Beginn und Bezeichnung der Messreihe. Diese Query lässt sich wie folgt darstellen:

  • Select MR.Bezeichnung, MR.Beginn, WS.Bezeichnung, MW.Datum, MW.Zeitpunkt, MW.Wert
  • From MESSWERTE MW, MESSREIHE MR, WERKSTÜCK WS
  • Where MW.Zustand = xxx and
       MW.OIDMR = MR.OID and
       MW.OIDWS = WS.OID
  • A database query (query) should select all measurements that resulted in a certain status xxx. In addition to the measured value (from the table MEASURED VALUES), some other associated parameters are to be output, namely the date and time of the measured values, the designation of the workpiece and the start and designation of the measurement series. This query can be represented as follows:
  • Select MR designation, MR start, WS designation, MW date, MW time, MW value
  • From MEASURED VALUES MW, MEASURING SERIES MR, WORKPIECE WS
  • Where MW.Status = xxx and
    MW.OIDMR = MR.OID and
    MW.OIDWS = WS.OID
  • Alle Schlüssel sind über erfindungsgemäße OIDs realisiert. Diese OIDs werden aus den entsprechenden natürlichen Schlüsseln oder aus einer Kombination von natürlichen Schlüsseln und OIDs (Fremdschlüssel) erzeugt. Eventuelle natürliche Schlüssel treten als Attribute in den Tabellen auf.All keys are implemented using OIDs according to the invention. These OIDs are made from the appropriate natural ones Keys or a combination of natural Keys and OIDs (foreign keys) generated. any natural keys appear as attributes in the tables on.

    Ein weiteres Beispiel für die Anwendung der Erfindung sind die bereits oben genannten Aktienoptionen, die in einer Datenbank beispielsweise in den folgenden drei Tabellen vorliegen:

  • KURSE (Kurse der Optionen)
  • TRANSAKT (Transaktionen, wie Käufe/Verkäufe)
  • POSITIONEN (offene Positionen in Depots)
  • Another example of the application of the invention are the stock options already mentioned above, which are available in a database, for example in the following three tables:
  • COURSES (courses of options)
  • TRANSACT (transactions, such as purchases / sales)
  • POSITIONS (open positions in depots)
  • Die Spalten dieser Tabellen lauten bei Verwendung von OIDs wie folgt:The columns of these tables are when using OIDs as follows:

    a) KURSEa) COURSES

  • OptionsOIDOptionsOID
  • OptionsTypoption type
  • Basisinstrumentunderlying instrument
  • Verfallsmonatexpiration month
  • Basispreisbase Price
  • AktuellerKursCurrent exchange rate
  • DatumAktuellerKursDatumAktuellerKurs
  • Der OptionsOID ist der Primärschlüssel der Tabelle und identifiziert eine Option. Der natürliche Schlüssel stellt hierbei lediglich Attribute der Tabelle dar.The OptionsOID is the primary key of the table and identifies an option. The natural key is only attributes of the table.

    b) TRANSAKTb) TRANSACT

  • TransaktionsIdTransaction ID
  • DatumTransaktiondate transaction
  • KaufVerkaufbuying selling
  • OptionsOIDOptionsOID
  • Anzahlnumber
  • BezahlterPreisBezahlterPreis
  • Kommission Commission
  • Etc.Etc.
  • Der OptionsOID tritt als Fremdschlüssel auf. Der TransaktionsId ist der Primärschlüssel der Tabelle.The OptionsOID acts as a foreign key. The TransactionId is the primary key of the table.

    c) POSITIONENc) POSITIONS

  • Depotnummerdeposit number
  • OptionsOIDOptionsOID
  • Anzahlnumber
  • Erfolgsuccess
  • Etc.Etc.
  • Der OptionsOID tritt als Fremdschlüssel auf. Die Depotnummer ist der Primärschlüssel der Tabelle.The OptionsOID acts as a foreign key. The deposit number is the primary key of the table.

    Die Ermittlung der aktuellen Kurse zu allen Positionen eines Depots kann als folgende Query formuliert werden:

  • select K.AktuellerKurs from KURSE K, POSITIONEN P
  •    where P.OptionsOID = K.OptionsOIDThe determination of the current prices for all positions in a portfolio can be formulated as the following query:
  • select K.Current course from COURSES K, POSITIONS P
  • where P.OptionsOID = K.OptionsOID

    Die OptionsOIDs sind auch hier aus dem vierkomponentigen natürlichen Schlüssel (Optionstyp, Basisinstrument, Verfallsmonat, Basispreis), z. B. (C, Bayer, Dez. 00, 40.00), durch Anwendung des Hash-Algorithmus SHA-1 generiert und 20 Byte groß.The OptionsOIDs are also from the four-component natural key (option type, basic instrument, expiry month, Base price), e.g. B. (C, Bayer, Dec. 00, 40.00), generated using the hash algorithm SHA-1 and 20 Bytes large.

    Die Erfindung gewährleistet die direkte und schnelle Erzeugung eindeutiger Objektidentifikationen und gleichzeitig daraus resultierende hohe Zugriffs- und Verarbeitungsgeschwindigkeiten bei Datenbankabfragen.The invention ensures direct and quick generation unique object identifications and at the same time resulting high access and processing speeds with database queries.

    Claims (7)

    Verfahren zur Generierung von Objektidentifikationen zur Bearbeitung, Verwaltung und Verknüpfung von Objekten zugeordneten Daten, wobei ein Objekt eindeutig durch einen eventuell zusammengesetzten, natürlichen und/oder künstlichen Schlüssel beschrieben wird, dem seinerseits eine Objektidentifikation zugeordnet wird,
    dadurch gekennzeichnet, daß aus dem das Objekt beschreibenden Schlüssel mittels eines Hash-Algorithmus ein künstlicher Schlüssel erzeugt und als Objektidentifikation verwendet wird.
    Method for generating object identifications for processing, managing and linking data associated with objects, an object being uniquely described by a possibly composed, natural and / or artificial key, which in turn is assigned an object identification,
    characterized in that an artificial key is generated from the key describing the object using a hash algorithm and is used as object identification.
    Verfahren nach Anspruch 1, dadurch gekennzeichnet, daß die als Objektidentifikationen erzeugten künstlichen Schlüssel eine feste Länge besitzen.Method according to claim 1, characterized in that the artificial keys generated as object identifications have a fixed length. Verfahren nach Anspruch 1 oder 2, dadurch gekennzeichnet, daß die Länge der erzeugten künstlichen Schlüssel derart bemessen wird, daß die Wahrscheinlichkeit für das Auftreten von nicht eindeutigen Zuordnungen zwischen erzeugtem künstlichen Schlüssel und dem das Objekt beschreibenden Schlüssel abhängig von der durchschnittlichen Anzahl der generierten Objektidentifikationen hinreichend gering wird.Method according to Claim 1 or 2, characterized in that the length of the artificial keys generated is dimensioned such that the probability of ambiguous assignments occurring between the generated artificial key and the key describing the object, depending on the average number of object identifications generated, is sufficient becomes low. Verfahren nach einem der Ansprüche 1 bis 3, dadurch gekennzeichnet, daß als Hash-Algorithmus die SHA-1-Methode verwendet wird, wobei Objektidentifikationen einer Länge von 20 Bytes generiert werden.Method according to one of Claims 1 to 3, characterized in that the SHA-1 method is used as the hash algorithm, object identifications with a length of 20 bytes being generated. System zur Bearbeitung, Verwaltung und Verknüpfung von Objekten zugeordneten Daten, insbesondere in Datenbanken, wobei ein Objekt eindeutig durch einen eventuell zusammengesetzten, natürlichen und/oder künstlichen Schlüssel beschrieben ist, mit Datenverarbeitungsmitteln zur Erzeugung einer dem das Objekt beschreibenden Schlüssel zugeordneten Objektidentifikation, dadurch gekennzeichnet, daß die Datenverarbeitungsmittel eine Recheneinheit aufweisen, um aus dem das Objekt beschreibenden Schlüssel mittels eines Hash-Algorithmus einen künstlichen Schlüssel als Objektidentifikation zu erzeugen.System for processing, managing and linking data associated with objects, in particular in databases, an object being clearly described by a possibly composed, natural and / or artificial key, with data processing means for generating an object identification assigned to the key describing the object, characterized in that that the data processing means have a computing unit in order to generate an artificial key as object identification from the key describing the object by means of a hash algorithm. Computerprogramm mit Programmcode-Mitteln, um ein Verfahren gemäß einem der Ansprüche 1 bis 4 auszuführen, wenn das Computerprogramm von einem dafür vorgesehenen Computer, insbesondere der Recheneinheit gemäß Anspruch 5, abgearbeitet wird.Computer program with program code means for a method according to one of claims 1 to 4, if the computer program from a dedicated computer, processed in particular the computing unit according to claim 5 becomes. Computerprogramm-Produkt mit Programmcode-Mitteln, die auf einem computerlesbaren Datenträger gespeichert sind, um ein Verfahren nach einem der Ansprüche 1 bis 4 durchzuführen, wenn das Computerprogramm auf einem Computer oder einer entsprechenden Rechnereinheit, insbesondere einer Recheneinheit nach Anspruch 5, ausgeführt wird.Computer program product with program code means that are stored on a computer-readable medium in order to carry out a method according to one of claims 1 to 4, if the computer program on a computer or a corresponding computing unit, in particular a computing unit according to claim 5, is carried out.
    EP01129456A 2000-12-14 2001-12-10 Method for generating object identifiers, particularly for databases Withdrawn EP1215592A3 (en)

    Applications Claiming Priority (2)

    Application Number Priority Date Filing Date Title
    DE10064526A DE10064526A1 (en) 2000-12-14 2000-12-14 Method for generating object identifications, in particular for databases
    DE10064526 2000-12-14

    Publications (2)

    Publication Number Publication Date
    EP1215592A2 true EP1215592A2 (en) 2002-06-19
    EP1215592A3 EP1215592A3 (en) 2004-01-21

    Family

    ID=7668627

    Family Applications (1)

    Application Number Title Priority Date Filing Date
    EP01129456A Withdrawn EP1215592A3 (en) 2000-12-14 2001-12-10 Method for generating object identifiers, particularly for databases

    Country Status (2)

    Country Link
    EP (1) EP1215592A3 (en)
    DE (1) DE10064526A1 (en)

    Cited By (1)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    EP1385100A3 (en) * 2002-07-20 2006-05-10 Microsoft Corporation Mapping a class hierarchy to a relational database system

    Citations (4)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    EP0381418A2 (en) * 1989-01-31 1990-08-08 International Business Machines Corporation A small fast lookup table for use in a data processing system
    DE4421640C1 (en) * 1994-06-21 1995-08-03 Siemens Ag Hash addressing and storage for distribution and recovery of data
    US5511190A (en) * 1995-01-20 1996-04-23 Tandem Computers, Inc. Hash-based database grouping system and method
    EP0803810A2 (en) * 1996-04-23 1997-10-29 Sun Microsystems, Inc. System and method for generating identifiers for uniquely identifying object types

    Family Cites Families (1)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    DE4302754C1 (en) * 1993-02-01 1994-06-16 Siemens Ag Monolithic integrated data memory e.g. for access to data table or list - uses Hash function to generate memory address from data to be entered

    Patent Citations (4)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    EP0381418A2 (en) * 1989-01-31 1990-08-08 International Business Machines Corporation A small fast lookup table for use in a data processing system
    DE4421640C1 (en) * 1994-06-21 1995-08-03 Siemens Ag Hash addressing and storage for distribution and recovery of data
    US5511190A (en) * 1995-01-20 1996-04-23 Tandem Computers, Inc. Hash-based database grouping system and method
    EP0803810A2 (en) * 1996-04-23 1997-10-29 Sun Microsystems, Inc. System and method for generating identifiers for uniquely identifying object types

    Non-Patent Citations (1)

    * Cited by examiner, † Cited by third party
    Title
    "SECURE HASH STANDARD" FEDERAL INFORMATION PROCESSING STANDARDS PUBLICATION, U.S. DEPT. OF COMMERCE, WASHINGTON, DC, US, 17. April 1995 (1995-04-17), Seiten A-C,1-21, XP000619934 ISSN: 0083-1816 *

    Cited By (3)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    EP1385100A3 (en) * 2002-07-20 2006-05-10 Microsoft Corporation Mapping a class hierarchy to a relational database system
    US7191182B2 (en) 2002-07-20 2007-03-13 Microsoft Corporation Containment hierarchy in a database system
    US7734657B2 (en) 2002-07-20 2010-06-08 Microsoft Corporation Containment hierarchy in a database system

    Also Published As

    Publication number Publication date
    EP1215592A3 (en) 2004-01-21
    DE10064526A1 (en) 2002-06-27

    Similar Documents

    Publication Publication Date Title
    DE102014204830A1 (en) Computer-implemented systems and methods for comparing and associating objects
    DE102014204834A1 (en) Computer-implemented systems and methods for comparing and associating objects
    DE102008027605A1 (en) System and method for computer-based analysis of large amounts of data
    DE102014208212A1 (en) Derive a device-specific value
    EP3707854B1 (en) Method for linking a first data block to a second data block, method for checking the integrity of a blockchain structure, device and computer program product
    DE102010042288A1 (en) Apparatus and method for automatically creating a process diagram
    AT518805A1 (en) A method for detecting abnormal conditions in a computer network
    DE102012001406A1 (en) Automatic configuration of a product data management system
    DE202014005278U1 (en) Embed archived data in a data source
    AT522281B1 (en) Procedure for characterizing the operating state of a computer system
    EP1215592A2 (en) Method for generating object identifiers, particularly for databases
    WO1997015016A1 (en) Database management system and data transmission process
    DE2062164A1 (en) Method for generating a multi-level index for stored data units
    DE102005008844B4 (en) Method for computer-aided classification of data and apparatus for carrying it out
    WO2012017056A1 (en) Method and apparatus for automatically processing data in a cell format
    DE102022102228A1 (en) HASH WITH DIFFERENT HASH SIZE AND COMPRESSION SIZE
    EP2102766A1 (en) Method for reading out data from a storage medium
    DE112010005924T5 (en) Method and system for passing changes to a master unit to duplicates
    EP1515244A2 (en) Mapping a class hierarchy to a relational database system
    EP2423830A1 (en) Method for searching through a number of databases and search engine
    DE102004051771A1 (en) Apparatus and methods for testing and determining test values
    EP1376383A2 (en) Method for processing inputs and outputs data for statistical analysis and method for purging redundancies
    DE102022102227A1 (en) HASH FOR DEDUPLICATION BY SKIP SELECTED DATA
    DE102018220224A1 (en) Method for tamper-proof storage of data in an electronic memory using a chained blockchain structure
    DE102022102226A1 (en) Hashing a dataset with multiple hash engines

    Legal Events

    Date Code Title Description
    PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

    Free format text: ORIGINAL CODE: 0009012

    AK Designated contracting states

    Kind code of ref document: A2

    Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR

    AX Request for extension of the european patent

    Free format text: AL;LT;LV;MK;RO;SI

    PUAL Search report despatched

    Free format text: ORIGINAL CODE: 0009013

    AK Designated contracting states

    Kind code of ref document: A3

    Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR

    AX Request for extension of the european patent

    Extension state: AL LT LV MK RO SI

    AKX Designation fees paid
    REG Reference to a national code

    Ref country code: DE

    Ref legal event code: 8566

    STAA Information on the status of an ep patent application or granted ep patent

    Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

    18D Application deemed to be withdrawn

    Effective date: 20040722