WO1998047081A1 - Digital data selection method - Google Patents

Digital data selection method Download PDF

Info

Publication number
WO1998047081A1
WO1998047081A1 PCT/EP1998/000932 EP9800932W WO9847081A1 WO 1998047081 A1 WO1998047081 A1 WO 1998047081A1 EP 9800932 W EP9800932 W EP 9800932W WO 9847081 A1 WO9847081 A1 WO 9847081A1
Authority
WO
WIPO (PCT)
Prior art keywords
search
data
vector
vectors
database
Prior art date
Application number
PCT/EP1998/000932
Other languages
German (de)
French (fr)
Inventor
Michael Buchstaller
Michael Mohr
Original Assignee
Dci Datenbank Für Wirtschaftsinformation Gmbh
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 Dci Datenbank Für Wirtschaftsinformation Gmbh filed Critical Dci Datenbank Für Wirtschaftsinformation Gmbh
Priority to AU62971/98A priority Critical patent/AU6297198A/en
Publication of WO1998047081A1 publication Critical patent/WO1998047081A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24553Query execution of query operations
    • G06F16/24558Binary matching operations
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2237Vectors, bitmaps or matrices
    • 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/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24553Query execution of query operations
    • G06F16/24561Intermediate data storage techniques for performance improvement

Definitions

  • the invention relates to a selection method for execution on a digital computer to optimize the selection and access speed of digital data stored on a storage medium, in particular address data.
  • the current epoch is often called
  • Information Age This is related to the possibility provided by electronic data processing to process large amounts of information within a comparatively short time.
  • Symptomatic is the constantly increasing number of databases, which should enable the user to get the information he needs or wants.
  • address databases are particularly noteworthy. They are becoming increasingly important, especially in business life, when it comes to establishing contacts with potential suppliers, customers, sales and cooperation partners or the like. which have a very specific requirement profile, i.e. meet specific criteria.
  • a high level of flexibility in the database system is particularly important in the area of address databases.
  • the reason for this is that, especially with extensive address databases, any changes to the entries have to be made practically permanently.
  • a registered company can expand its product range, merge with another - registered or unregistered - company, a company relating to a certain product group. Outsource part, relocate, change company name, go bankrupt and much more.
  • other important criteria are the number of data records entered, the specificity of the information or selection criteria provided for each data record, and the selection and access speed.
  • the majority of the databases used today are based on the hierarchical data model, the network data model or the relational data model. While the first two data models have a tree or network structure, the relational data model is based on tables. All information in a database, i.e. both the objects and their relationships, are represented in the same way by tables. Relationships between objects exist when a value occurs in several relations. Existing relationships are only activated when the database is queried. The execution of queries is relatively complex because the relations do not support a fast search algorithm. Either the individual tuples have to be searched sequentially for a feature, or the algorithm itself has to generate efficiency-enhancing auxiliary data structures.
  • This provides a selection process suitable for execution on a digital computer to optimize the Selection and access speed of digital data stored on a storage medium before that the data is stored in a structured manner in a data field and that search vectors relating to individual search criteria are logically linked to one another before the resulting result vector for the selection of data records which the cumulatively meet the desired search criteria with which the data field is linked.
  • search vectors which are each assigned to a specific search criterion or search term and contain the information as to which data record fulfills this criterion, are logically linked to one another, in particular via the AND, OR and NOT functions.
  • the amount of data to be moved is initially minimal, in particular if only those search vectors are moved that are actually of interest or meaning in the query or selection in question.
  • this requires only a minimal transmission time due to the comparatively small amount of data.
  • Only at the end of the linking operation between the search vectors is the resulting vector linked to the data field and the corresponding data or data records, which are only available once, are read from the stored data field.
  • the data field can have a cellular structure, with each line containing all the desired information about an entry. It is advantageous that the data fields are static, ie the maximum number of data records that can be entered has already been specified. For a data field that has not yet reached its final state, the remaining free lines are marked with zeros.
  • Search vectors are created by grouping data, such as country affiliation, etc. The search vectors can, but do not have to, be created in advance - possibly automatically - and are then already available when queried.
  • a preferred development of the invention is characterized by a regular automatic creation of search vectors. All data records - primarily at night - are read automatically, and all those data records that meet a specific search criterion are noted in the search vector corresponding to this criterion.
  • the search vector "country affiliation Taiwan” is given a one at all the places where the assigned data record gives some indication of Taiwan, for example in the form of the prefix number ++ 886 for the telephone or fax number, by the Country code ROC or TW when specifying the address or other characteristics.
  • the search vector “association” is given a one at all those places where the word “association” is contained in the corresponding data record in the description.
  • the advantage of the described method is that a conventional digital computer can be used as a fast online database. No "supercomputers" are required, since the access speed is very high even with complex queries and the memory requirement is very small compared to conventional databases. This is based, among other things, on make sure that all data appear only once, which is why the amount of data moved is small.
  • standard address hardware can be used, for example, to operate an address database which, with 3 million addresses entered and 1000 search criteria available, of which ten are combined in a query, for example, delivers the query result within seconds. Comparable is not possible in the use of known database systems, even if the hardware expenditure is many times greater.
  • An address database working according to the method according to the invention can also be extremely flexible respond to any change; It is not necessary to change the programming even when adding search vectors. This even allows the user of an address database to create his own, self-defined search vectors that can be taken into account in his query; For example, a search vector "black sheep", in which a one is assigned to all entries with which bad experiences have been made in the past, can be linked to the other search vectors when queried via the NICH function, as a result of which "black sheep”"be excluded from the outset. The result vectors of previous queries can also be saved as user-specific search vectors for future queries. All of this documents the unimagined flexibility of the method according to the invention. Another advantage is that search vectors can be created without blocking the database.
  • the method is therefore ideally suited for operation in a multiuser network database.
  • the method according to the invention can be used to carry out queries that are not possible in a conventional database that works with key fields. For example, all exhibitors at a trade fair can be identified in a very short time using the corresponding search vector, without this information necessarily being available in the data field itself.
  • An advantageous development of the method according to the invention provides that in each case a search vector consisting of zeros and ones is assigned to a specific search criterion or search term.
  • the search vector “headquarters in Germany” has ones where the corresponding entries are present in the data field, whereas other country entries lead to a zero in the corresponding search vector.
  • b queries can be queried with a single CPU instruction.
  • the data sets of the search vectors are namely on average a factor of nx 10 ° bit smaller than those data sets for sequential queries of complex terms in conventional databases.
  • the logical combination of zeros and ones is much closer to the machine than the use of complex search terms.
  • the very good ability to coordinate the search vectors is advantageous for network queries.
  • the use of such search vectors increases the computing and transmission speed and reduces the memory requirement.
  • an advantageous embodiment provides that when the search vectors are logically linked, a validation vector is first connected upstream. This means that in the validation vector, there are ones only in places where there are valid entries and otherwise zeros appear. This is necessary, for example, if old entries in a data record are to be invalidated. Then there would be a zero in front of this data record in the validation vector.
  • the data record can also be changed by changing the validation vector accordingly only make it temporarily invalid, for example if - in the case of a supplier database - the company concerned has temporary delivery difficulties.
  • the particularly high flexibility of the method according to the invention becomes clear.
  • an advantageous development of the method according to the invention provides that the search vectors are automatically adapted when new entries are made in the database. This means that a check routine is run with each new entry, which queries the search criteria or search terms corresponding to the search vectors for this one entry and assigns one or zero to the respective search vector at the position corresponding to this entry, depending on the input.
  • the result vectors which resulted from a combination of search vectors in an earlier query can also be used, e.g. Mailing list '97, are saved as a new search vector.
  • an advantageous embodiment of the method according to the invention provides that the digital data are stored on a read-only memory as a non-volatile storage medium.
  • a read-only memory as a non-volatile storage medium.
  • This can be, for example, a hard disk, a data tape, CD-ROM, EPROM or floppy disk.
  • the use of such a method on a digital computer (server) in a network for online query of a network database is advantageously provided, since high access and query speeds are required especially in the case of online queries in order to avoid unnecessary costs due to computing time or hardware use . This also ensures efficient multi-user operation.
  • the search vectors can be created without intervention in the data field, which means that downtimes are low.
  • the address field is fully populated with n entries.
  • the validation vector is first connected in front and logically linked by "and" to a first search vector that lists the subscribers listed in the address field.
  • a search vector which indicates the participants in the direct debit procedure listed in the address field is also connected by "and”.
  • the resulting vector is then linked to the address field and the result is the desired data sets.
  • the address field prepared for n entries is not fully occupied.
  • the validation vector has the entry 0 at the vacant positions.
  • the example illustrates the query of a dental laboratory to an address database to prepare a mailing that is to be used to establish new business relationships. The mailing is intended for all dentists whose practice is in the German postcode area 8, unless it is a dentist with an attached laboratory; furthermore, existing own customers should not receive the mailing.
  • the search vector "dentist" and the search vector "German postcode area 8" are linked to one another via the AND function and via the NOT function to the search vector "dental laboratory” and the search vector "own customer".
  • the result vector is then linked to the address field and the result is the desired data records.
  • the mailing is sent to A.B. and ai i P.Q. sent.

Abstract

The invention relates to a method which can be carried out on a digital computer in order to optimize the access speed of digital data which is filed in a storage medium. The data is filed in a structured manner in a data field. Initially, search vectors are linked logically to each other. Subsequently, they are linked to the data field.

Description

Auswahlverfahren für digitale Daten Selection process for digital data
Die Erfindung betrifft ein Auswahlverfahren zur Ausführung auf einem digitalen Rechner zur Optimierung der Auswahl- und Zugriffsgeschwindigkeit von auf einem Speichermedium abgelegten digitalen Daten, insbesondere Adressdaten.The invention relates to a selection method for execution on a digital computer to optimize the selection and access speed of digital data stored on a storage medium, in particular address data.
Die gegenwärtige Epoche wird häufig alsThe current epoch is often called
"Informationszeitalter" bezeichnet. Dies hängt zusammen mit der durch die elektronische Datenverarbeitung zur Verfügung gestellte Möglichkeit, Informationen in großer Menge innerhalb vergleichsweise kurzer Zeit zu verarbeiten. Symptomatisch ist die sich ständig vergrößernde Anzahl von Datenbanken, die es dem Nutzer ermöglichen sollen, die von ihm benötigten oder gewünschten Informationen zu erhalten."Information Age" referred to. This is related to the possibility provided by electronic data processing to process large amounts of information within a comparatively short time. Symptomatic is the constantly increasing number of databases, which should enable the user to get the information he needs or wants.
In diesem Zusammenhang sind insbesondere Adressdatenbanken besonders hervorzuheben. Sie gewinnen vor allem im Geschäftsleben zunehmend an Bedeutung, wenn es darum geht, Kontakte aufzubauen zu möglichen Lieferanten, Kunden, Vertriebs- und Kooperationspartnern oder dgl . , die ein ganz spezifisches Anforderungsprofil aufweisen, d.h. spezifische Kriterien erfüllen.In this context, address databases are particularly noteworthy. They are becoming increasingly important, especially in business life, when it comes to establishing contacts with potential suppliers, customers, sales and cooperation partners or the like. which have a very specific requirement profile, i.e. meet specific criteria.
Gerade auf dem Gebiet von Adressdatenbanken ist eine hohe Flexibilität des Datenbanksystems besonders wichtig. Grund hierfür ist, daß gerade bei umfassenden Adressdatenbanken praktisch permanent irgendwelche Änderungen an den Einträgen vorzunehmen sind. So kann ein eingetragenes Unternehmen beispielsweise seine Produktpalette erweitern, mit einer anderen - eingetragenen oder nicht eingetragenen - Firma fusionieren, einen eine bestimmte Produktgruppe betreffenden Firmen- teil ausgliedern, seinen Sitz verlegen, die Firmierung ändern, in Konkurs gehen und vieles andere mehr. Nur dann, wenn die Adressdatenbank immer auf dem neuesten Stand ist, indem sie auf entsprechende Änderungen kurzfristig reagiert, ist sie für den Anwender interessant. Weitere wichtige Kriterien neben der Aktualität der Datenbank sind die Anzahl der eingetragenen Datensätze, die Spezifiziertheit der zu jedem Datensatz zur Verfügung gestellten Informationen bzw. Auswahlkriterien sowie die Auswahl- und Zugriffsgeschwindigkeit.A high level of flexibility in the database system is particularly important in the area of address databases. The reason for this is that, especially with extensive address databases, any changes to the entries have to be made practically permanently. For example, a registered company can expand its product range, merge with another - registered or unregistered - company, a company relating to a certain product group. Outsource part, relocate, change company name, go bankrupt and much more. Only if the address database is always up-to-date by reacting to corresponding changes at short notice is it of interest to the user. In addition to the up-to-dateness of the database, other important criteria are the number of data records entered, the specificity of the information or selection criteria provided for each data record, and the selection and access speed.
Die Mehrzahl der heute verwendeten Datenbanken basieren auf dem hierarchischen Datenmodell, dem Netzwerk- Datenmodell oder dem relationalen Datenmodell. Während die ersten beiden Datenmodelle eine bäum- bzw. netzförmige Struktur aufweisen, beruht das relationale Datenmodell auf Tabellen. Dabei werden alle Informationen einer Datenbank, also sowohl die Objekte wie auch ihre Beziehungen auf die gleiche Art durch Tabellen dargestellt. Beziehungen zwischen Objekten sind vorhanden, wenn ein Wert in mehreren Relationen vorkommt. Erst bei einer Anfrage an die Datenbank werden vorhandene Beziehungen aktiviert. Die Durchführung von Abfragen ist relativ aufwendig, denn die Relationen unterstützen keinen schnellen Suchalgorithmus . Entweder müssen die einzelnen Tupel sequentiell nach einem Merkmal durchsucht werden, oder der Algorithmus muß effizienzsteigernde Hilfdatenstrukturen selbst erzeugen.The majority of the databases used today are based on the hierarchical data model, the network data model or the relational data model. While the first two data models have a tree or network structure, the relational data model is based on tables. All information in a database, i.e. both the objects and their relationships, are represented in the same way by tables. Relationships between objects exist when a value occurs in several relations. Existing relationships are only activated when the database is queried. The execution of queries is relatively complex because the relations do not support a fast search algorithm. Either the individual tuples have to be searched sequentially for a feature, or the algorithm itself has to generate efficiency-enhancing auxiliary data structures.
Bestehende Adressdatenbanken arbeiten mit indexierten Feldern. Die dynamische Pflege des Datenbestandes derartiger Datenbanken ist schwierig und aufwendig. Veränderungen innerhalb eines Eintrages, beispielsweise die Erweiterung der Produktpalette eines eingetragenen Herstellers, erfordern häufig die Anlage neuer Felder; entsprechendes gilt häufig im Falle von Neueintragungen. Dies macht die Änderung der Programmierung erforderlich, um die Abfrage der neuen Felder zu ermöglichen. Eine den hohen Anforderungen der Nutzer entsprechende Aktualität läßt sich bei derartigen Adressdatenbanken nicht erreichen, schon gar nicht bei einer großen Zahl von Einträgen.Existing address databases work with indexed fields. The dynamic maintenance of the database of such databases is difficult and complex. Changes within an entry, for example expanding the product range of a registered one Manufacturers, often require the creation of new fields; The same often applies in the case of new entries. This makes it necessary to change the programming in order to be able to query the new fields. An up-to-dateness corresponding to the high demands of the users cannot be achieved with such address databases, especially not with a large number of entries.
Was die Auswahl- und Zugriffsgeschwindigkeit anbelangt, so wird bei Verwendung bisheriger Datenbanksysteme die Verkürzung der Rechenzeit im allgemeinen durch Verwendung leistungsfähiger Hochleistungsrechner bewerkstelligt, die jedoch eine natürliche Leistungsgrenze aufweisen und aus wirtschaftlichen Gründen nur in wenigen Fällen zum Einsatz kommen können. Insbesondere bei der Online-Abfrage von Datenbankinformationen in Netzwerkdatenbanken ist aber eine Minimierung der Rechenzeit unbedingt erforderlich, um unnötige Wartezeiten Online und damit erhöhte Abfragekosten zu vermeiden.As far as the selection and access speed is concerned, when using previous database systems, the computing time is generally reduced by using powerful high-performance computers which, however, have a natural performance limit and can only be used in a few cases for economic reasons. In particular, when querying database information online in network databases, it is essential to minimize the computing time in order to avoid unnecessary online waiting times and thus increased query costs.
Aufgabe der vorliegenden Erfindung ist es daher, ein verbessertes Auswahlverfahren für digitale Daten, insbesondere für Adressdaten, zu schaffen, welches selbst bei großen Datenmengen relativ geringe Anforderungen an die Hardware stellt und durch eine besonders kurze Auswahl- und Zugriffsgeschwindigkeit insbesondere für den Online-Betrieb in NetzWerkdatenbanken geeignet ist .It is therefore an object of the present invention to provide an improved selection method for digital data, in particular for address data, which places relatively low demands on the hardware even with large amounts of data and, through a particularly short selection and access speed, in particular for online operation in Network databases is suitable.
Diese Aufgabe wird erfindungsgemäß mit den Merkmalen des Anspruchs 1 gelöst .This object is achieved with the features of claim 1.
Dabei sieht ein zur Ausführung auf einem digitalen Rechner geeignetes Auswahlverfahren zur Optimierung der Auswahl- und Zugriffsgeschwindigkeit von auf einem Speichermedium abgelegten digitalen Daten vor, daß die Daten in einem Datenfeld strukturiert abgelegt sind und daß im Rahmen einer Abfrage zunächst einzelne Suchkriterien betreffende Suchvektoren logisch miteinander verknüpft werden, bevor der hieraus resultierende Ergebnisvektor zur Auswahl von Datensätzen, die die gewünschten Suchkriterien kumulativ erfüllen, mit dem Datenfeld verknüpft wird. Auf diese Weise werden zunächst lediglich Suchvektoren, welche jeweils einem bestimmten Suchkriterium bzw. Suchbegriff zugeordnet sind und die Information enthalten, welcher Datensatz dieses Kriterium erfüllt, logisch miteinander verknüpft, insbesondere über die UND-, ODER- und NICHT- Funktion. Die zu bewegende Datenmenge ist somit zunächst minimal, insbesondere wenn nur diejenigen Suchvektoren bewegt werden, die in der betreffenden Anfrage bzw. Auswahl tatsächlich von Interesse bzw. Bedeutung sind. Doch selbst dann, wenn im Online- Betrieb zu Beginn einer Abfrage sämtliche für die Auswahl zur Verfügung stehenden Suchvektoren zum Nutzer der Datenbank übertragen werden, bedarf es hierfür aufgrund der vergleichsweise kleinen Datenmenge nur einer minimalen Übertragungszeit . Erst am Ende der Verknüpfungsoperation zwischen den Suchvektoren wird der resultierende Vektor mit dem Datenfeld verknüpft und die entsprechenden Daten bzw. Datensätze, die jeweils nur einmal vorhanden sind, aus dem abgelegten Datenfeld ausgelesen. Dadurch, daß lediglich kleine Datenmengen bewegt werden und daß lediglich logische Verknüpfungen und keine sequentiellen Abfragen erfolgen, ist es möglich, selbst bei größten Datenmengen in sehr kurzer Zeit ein gewünschtes Abfrageergebnis zu erhalten. Auf diese Weise können auch weniger leistungsfähige Rechenanlagen zum Verwalten und Abfra- gen komplexer Datenbestände verwendet werden. Das Datenfeld kann dabei zellenförmig aufgebaut sein, wobei jede Zeile alle gewünschten Informationen über einen Eintrag enthält. Dabei ist es vorteilhaft, daß die Datenfelder statisch sind, d.h. die maximale Anzahl der eintragbaren Datensätze bereits vorgegeben ist . Bei einem Datenfeld, das noch nicht seinen Endzustand erreicht hat, werden die verbleibenden freien Zeilen durch Nullen markiert. Die Erstellung von Suchvektoren erfolgt durch Gruppierung von Daten, wie beispielsweise Länderzugehörigkeit, etc. Die Suchvektoren können, müssen jedoch nicht, bereits im Vorfeld - ggf. automatisch - erstellt werden und stehen dann bei der Abfrage bereits zur Verfügung.This provides a selection process suitable for execution on a digital computer to optimize the Selection and access speed of digital data stored on a storage medium before that the data is stored in a structured manner in a data field and that search vectors relating to individual search criteria are logically linked to one another before the resulting result vector for the selection of data records which the cumulatively meet the desired search criteria with which the data field is linked. In this way, initially only search vectors, which are each assigned to a specific search criterion or search term and contain the information as to which data record fulfills this criterion, are logically linked to one another, in particular via the AND, OR and NOT functions. The amount of data to be moved is initially minimal, in particular if only those search vectors are moved that are actually of interest or meaning in the query or selection in question. However, even if all search vectors available for selection are transmitted to the user of the database in online operation at the beginning of a query, this requires only a minimal transmission time due to the comparatively small amount of data. Only at the end of the linking operation between the search vectors is the resulting vector linked to the data field and the corresponding data or data records, which are only available once, are read from the stored data field. The fact that only small amounts of data are moved and that only logical links and no sequential queries take place make it possible to obtain a desired query result in a very short time, even with large amounts of data. In this way, less powerful computing systems can be managed and queried. complex data sets can be used. The data field can have a cellular structure, with each line containing all the desired information about an entry. It is advantageous that the data fields are static, ie the maximum number of data records that can be entered has already been specified. For a data field that has not yet reached its final state, the remaining free lines are marked with zeros. Search vectors are created by grouping data, such as country affiliation, etc. The search vectors can, but do not have to, be created in advance - possibly automatically - and are then already available when queried.
Im Sinne des vorstehend Gesagten zeichnet sich eine bevorzugte Weiterbildung der Erfindung durch eine regelmäßige automatische Erstellung von Suchvektoren aus. Dabei werden sämtliche Datensätze - vornehmlich nachts - automatisch durchgelesen, und all diejenigen Datensätze, die ein bestimmtes Suchkriterium erfüllen, werden in dem diesem Kriterium entsprechenden Suchvektor vermerkt . So erhält im Falle einer Adressdatenbank beispielsweise der Suchvektor "LänderZugehörigkeit Taiwan" an all den Stellen eine Eins, wo der zugeordnete Datensatz irgendeinen Hinweis auf Taiwan gibt, beispielsweise in Form der Vorwahl- Nummer ++886 bei der Telefon- bzw. Telefaxnummer, durch die Länderkürzel ROC oder TW bei der Adressangabe oder durch sonstige Merkmale. Gemäß einem weiteren Beispiel erhält der Suchvektor "Verband" an all den Stellen eine Eins, wo in dem entsprechenden Datensatz in der Bezeichnung das Wort "Verband" enthalten ist. Während ein und desselben Durchlaufs können mehrere Listen (bzw. Suchvektoren) gleichzeitig erstellt bzw. aktualisiert werden. Bei einer täglich automatisch ablaufenden Suchvektoren-Routine stehen somit stets aktuellste Suchvektoren zur Durchführung von beliebigen Abfragen zur Verfügung. Die für die jeweilige Abfrage benötigte Zeit bleibt trotzdem minimal. Denn statt der Durchführung entsprechender Queries während der Abfrage sind die Suchvektoren, die das Ergebnis jener automatisch ablaufendem Suchvektoren-Routine darstellen, ausgelagert und stehen bereits zu Beginn der Abfrage zur Verfügung, um mit minimalem Aufwand in den Arbeitsspeicher der Datenverarbeitungsanlage des Anfragenden heruntergeladen zu werden. Dies gilt selbst dann, wenn tausende von Listen bzw. Suchvektoren aufbereitet sind.In the sense of the above, a preferred development of the invention is characterized by a regular automatic creation of search vectors. All data records - primarily at night - are read automatically, and all those data records that meet a specific search criterion are noted in the search vector corresponding to this criterion. In the case of an address database, for example, the search vector "country affiliation Taiwan" is given a one at all the places where the assigned data record gives some indication of Taiwan, for example in the form of the prefix number ++ 886 for the telephone or fax number, by the Country code ROC or TW when specifying the address or other characteristics. According to a further example, the search vector “association” is given a one at all those places where the word “association” is contained in the corresponding data record in the description. During the same run, several lists (or search vectors) can be created or be updated. With a search vector routine that runs automatically every day, the most up-to-date search vectors are therefore always available for carrying out any queries. The time required for each query remains minimal. Instead of carrying out corresponding queries during the query, the search vectors, which are the result of that automatically running search vector routine, are outsourced and are available at the start of the query so that they can be downloaded into the main memory of the data processing system of the requester with minimal effort. This applies even if thousands of lists or search vectors have been prepared.
Vorteil des beschriebenen Verfahrens ist es, daß ein konventioneller digitaler Rechner als schnelle Online- Datenbank genutzt werden kann. Dabei sind keine "Superrechner" erforderlich, da die Zugriffsgeschwindigkeit auch bei komplexen Abfragen sehr hoch und der Speicherbedarf im Vergleich zu konventionellen Datenbanken sehr klein ist. Dies beruht u.a. darauf, daß alle Daten nur einmal auftauchen, weshalb die bewegte Datenmenge gering ist . So läßt sich in Anwendung der Erfindung mit einer Standard-Hardware beispielsweise eine Adressdatenbank betreiben, die bei 3 Mio. eingetragenen Adressen und 1000 verfügbaren Suchkriterien, von denen in einer Abfrage beispielsweise zehn miteinander verkünpft werden, das Abfrageergebnis innerhalb von Sekunden liefert. Vergleichbares ist in Anwendung bekannter Datenbanksysteme selbst bei um ein Vielfaches größerem Hardware-Aufwand nicht möglich.The advantage of the described method is that a conventional digital computer can be used as a fast online database. No "supercomputers" are required, since the access speed is very high even with complex queries and the memory requirement is very small compared to conventional databases. This is based, among other things, on make sure that all data appear only once, which is why the amount of data moved is small. Thus, using the invention, standard address hardware can be used, for example, to operate an address database which, with 3 million addresses entered and 1000 search criteria available, of which ten are combined in a query, for example, delivers the query result within seconds. Comparable is not possible in the use of known database systems, even if the hardware expenditure is many times greater.
Eine nach dem erfindungsgemäßen Verfahren arbeitende Adressdatenbank kann zudem überaus flexibel auf jegliche Änderung reagieren; eine Änderung der Programmierung ist selbst bei Hinzufügen von Suchvektoren nicht erforderlich. Dies gestattet dem Nutzer einer Adressdatenbank sogar die Erstellung eigener, selbstdefinierter Suchvektoren, die im Rahmen seiner Abfrage berücksichtigt werden können; so kann beispielsweise ein Suchvektor "schwarze Schafe", in dem allen Einträgen eine Eins zugeordnet ist, mit denen in der Vergangenheit schlechte Erfahrungen gemacht wurden, bei der Abfrage über die NICH -Funktion mit den übrigen Suchvektoren verknüpft werden, wodurch eben jene "schwarzen Schafe" von vornherein ausgeschlossen werden. Auch die Ergebnisvektoren früherer Abfragen können als anwenderspezifische Suchvektoren für zukünftige Abfragen gespeichert werden. Alles dies dokumentiert die ungeahnte Flexibilität des erfindungs- gemäßen Verfahrens. Ein weiterer Vorteil ist es, daß Suchvektoren erstellt werden können, ohne den Datenbankbestand zu blockieren. D.h., während bei konventionellen Datenbanken bei der Erstellung von Key-Feldern für die Datenabfrage zumindest ein Teil der Daten für gewisse Zeit blockiert ist, geht beim vorliegenden Verfahren der normale Mehrbenutzer (Multiuser) Betrieb weiter, während neue Suchvektoren erstellt bzw. aktualisiert werden. Damit ist das Verfahren bestens für den Betrieb in einer Multiuser-Netzwerkdatenbank geeignet . Außerdem sind mit dem erfindungsgemäßen Verfahren Abfragen durchführbar, die in einer konventionellen Datenbank, die mit Key-Feldern arbeitet, nicht möglich sind. So können beispielsweise alle Aussteller auf einer Messe mit dem entsprechenden Suchvektor in kürzester Zeit ermittelt werden, ohne daß diese Information notwendigerweise im Datenfeld selbst vorhanden ist. Eine vorteilhafte Weiterbildung des erfindungsgemäßen Verfahrens sieht vor, daß jeweils ein Suchvektor bestehend aus Nullen und Einsen einem bestimmten Suchkriterium bzw. Suchbegriff zugeordnet ist. So weist beispielsweise bei einer Adressdatenbank der Suchvektor "Sitz in Deutschland" jeweils dort Einsen auf, wo entsprechende Einträge im Datenfeld vorhanden sind, wogegen andere Ländereinträge zu einer Null im entsprechenden Suchvektor führen. Bei einer gegebenen Wortbreite des Prozessors von b bits können so b Abfragen mit einer einzigen CPU-Instruktion abgefragt werden. Die Datensätze der Suchvektoren sind nämlich durchschnittlich um den Faktor n x 10° bit kleiner als diejenigen Datensätze bei sequenziellen Abfragen komplexer Begriffe in konventionellen Datenbanken. Auch ist die logische Verknüpfung von Nullen und Einsen wesentlich maschinennäher als die Verwendung komplexer Suchbegriffe. Schließlich ist die sehr gute Ko primierbarkeit der Suchvektoren vorteilhaft bei Netzwerkabfragen. Somit wird durch die Verwendung derartiger Suchvektoren die Rechen- und Übertragungsgeschwindigkeit erhöht und der Speicherbedarf verringert .An address database working according to the method according to the invention can also be extremely flexible respond to any change; It is not necessary to change the programming even when adding search vectors. This even allows the user of an address database to create his own, self-defined search vectors that can be taken into account in his query; For example, a search vector "black sheep", in which a one is assigned to all entries with which bad experiences have been made in the past, can be linked to the other search vectors when queried via the NICH function, as a result of which "black sheep""be excluded from the outset. The result vectors of previous queries can also be saved as user-specific search vectors for future queries. All of this documents the unimagined flexibility of the method according to the invention. Another advantage is that search vectors can be created without blocking the database. That is, while, in conventional databases, at least some of the data is blocked for a certain period of time when key fields are created for data retrieval, normal multiuser operation continues in the present method, while new search vectors are created or updated. The method is therefore ideally suited for operation in a multiuser network database. In addition, the method according to the invention can be used to carry out queries that are not possible in a conventional database that works with key fields. For example, all exhibitors at a trade fair can be identified in a very short time using the corresponding search vector, without this information necessarily being available in the data field itself. An advantageous development of the method according to the invention provides that in each case a search vector consisting of zeros and ones is assigned to a specific search criterion or search term. For example, in the case of an address database, the search vector “headquarters in Germany” has ones where the corresponding entries are present in the data field, whereas other country entries lead to a zero in the corresponding search vector. Given a processor word width of b bits, b queries can be queried with a single CPU instruction. The data sets of the search vectors are namely on average a factor of nx 10 ° bit smaller than those data sets for sequential queries of complex terms in conventional databases. The logical combination of zeros and ones is much closer to the machine than the use of complex search terms. Finally, the very good ability to coordinate the search vectors is advantageous for network queries. Thus, the use of such search vectors increases the computing and transmission speed and reduces the memory requirement.
Des weiteren sieht eine vorteilhafte Ausführungsform vor, daß bei der logischen Verknüpfung der Suchvektoren zunächst ein Validierungsvektor vorgeschaltet wird. Dies heißt, daß im Validierungsvektor nur an Stellen, wo gültige Einträge vorhanden sind, Einsen stehen und ansonsten Nullen auftauchen. Dies ist beispielsweise dann erforderlich, wenn alte Einträge eines Datensatzes ungültig gemacht werden sollen. Dann würde vor diesem Datensatz im Validierungsvektor eine Null stehen. Der Datensatz läßt sich unter entsprechender Abänderung des Validierungsvektors an der betreffenden Stelle auch lediglich vorübergehend ungültig machen, beispielsweise wenn - bei einer Lieferantendatenbank - die betreffende Firma vorübergehend Lieferschwierigkeiten hat . Hier wird wieder die besonders hohe Flexibilität des erfindungsgemäßen Verfahrens deutlich.Furthermore, an advantageous embodiment provides that when the search vectors are logically linked, a validation vector is first connected upstream. This means that in the validation vector, there are ones only in places where there are valid entries and otherwise zeros appear. This is necessary, for example, if old entries in a data record are to be invalidated. Then there would be a zero in front of this data record in the validation vector. The data record can also be changed by changing the validation vector accordingly only make it temporarily invalid, for example if - in the case of a supplier database - the company concerned has temporary delivery difficulties. Here again the particularly high flexibility of the method according to the invention becomes clear.
Weiterhin ist es vorteilhaft, wenn sämtliche gerade benötigten Suchvektoren in den Arbeitsspeicher geladen werden. Dies erhöht die Berechnungsgeschwindigkeit und verkürzt somit die Rechenzeit. Das Verfahren ist selbst mit einer Standard-Hardware-Ausstattung durchführbar, da die Suchvektoren nur eine sehr geringe Speicherkapazität benötigen.It is also advantageous if all the search vectors that are currently required are loaded into the main memory. This increases the calculation speed and thus shortens the calculation time. The method can even be carried out with standard hardware equipment, since the search vectors require only a very small storage capacity.
Außerdem sieht eine vorteilhafte Weiterbildung des erfindungsgemäßen Verfahrens vor, daß die Suchvektoren bei Neueinträgen in die Datenbank automatisch angepaßt werden. Dies bedeutet, daß bei jedem Neueintrag eine Überprüfungsroutine durchlaufen wird, die die den Suchvektoren entsprechenden Suchkriterien bzw. Suchbegriffe bei diesem einen Eintrag abfragt und dem jeweiligen Suchvektor an der diesen Eintrag entsprechenden Position in Abhängigkeit von der Eingabe eine Eins bzw. Null zuweist. Es können aber auch die Ergebnisvektoren, die aus einer Verknüpfung von Suchvektoren bei einer früheren Abfrage hervorgegangen sind, z.B. Mailingliste '97, als neuer Suchvektor abgelegt werden.In addition, an advantageous development of the method according to the invention provides that the search vectors are automatically adapted when new entries are made in the database. This means that a check routine is run with each new entry, which queries the search criteria or search terms corresponding to the search vectors for this one entry and assigns one or zero to the respective search vector at the position corresponding to this entry, depending on the input. However, the result vectors which resulted from a combination of search vectors in an earlier query can also be used, e.g. Mailing list '97, are saved as a new search vector.
Weiterhin sieht eine vorteilhafte Ausführungsform des erfindungsgemäßen Verfahrens vor, daß die digitalen Daten auf einem Festspeicher als nicht flüchtigen Speichermedium abgelegt werden. Dies kann beispielsweise eine Festplatte, ein Datenband, CD-ROM, EPROM oder Diskette sein. Schließlich ist vorteilhafterweise die Verwendung eines derartigen Verfahrens auf einem digitalen Rechner (Server) in einem Netzwerk zur Online-Abfrage einer Netzwerkdatenbank vorgesehen, da gerade bei Online- Abfragen hohe Zugriffs- und Abfragegeschwindigkeiten erforderlich sind, um unnötige Kosten aufgrund Rechenzeit bzw. Hardwareeinsatz zu vermeiden. Außerdem wird hierdurch ein effizienter Mehrbenutzer-Betrieb gewährleistet. Die Suchvektoren können ohne Eingriff in das Datenfeld erstellt werden, wodurch die Ausfallzeiten gering sind.Furthermore, an advantageous embodiment of the method according to the invention provides that the digital data are stored on a read-only memory as a non-volatile storage medium. This can be, for example, a hard disk, a data tape, CD-ROM, EPROM or floppy disk. Finally, the use of such a method on a digital computer (server) in a network for online query of a network database is advantageously provided, since high access and query speeds are required especially in the case of online queries in order to avoid unnecessary costs due to computing time or hardware use . This also ensures efficient multi-user operation. The search vectors can be created without intervention in the data field, which means that downtimes are low.
Im Folgenden wird die Erfindung anhand zweier Beispiele näher erläutert. Darin wird jeweils von einem Adressenfeld mit n Datensätzen ausgegangen. Bei der Abfrage wird zunächst der Validierungsvektor mit n Zeilen vorgeschaltet, der für jeden gültigen Eintrag eine Eins aufweist .The invention is explained in more detail below with the aid of two examples. An address field with n data records is assumed in each case. The query is preceded by the validation vector with n lines, which has a one for each valid entry.
Im Beispiel 1 ist das Adressenfeld mit n Einträgen voll besetzt. Bei der Abfrage wird zunächst der Validierungsvektor vorgeschaltet und durch "und" mit einem ersten Suchvektor, der die im Adressenfeld aufgelisteten Abonnenten auflistet, logisch verknüpft. Des weiteren wird ein Suchvektor, der die im Adressenfeld aufgelisteten Teilnehmer am Lastschriftverfahren anzeigt, ebenfalls durch "und" verbunden. Der resultierende Vektor wird dann mit dem Adressenfeld verknüpft, und als Ergebnis erhält man die gewünschten Datensätze. B e i s p i e lIn example 1, the address field is fully populated with n entries. When queried, the validation vector is first connected in front and logically linked by "and" to a first search vector that lists the subscribers listed in the address field. Furthermore, a search vector which indicates the participants in the direct debit procedure listed in the address field is also connected by "and". The resulting vector is then linked to the address field and the result is the desired data sets. Example
Adressenfeld:Address field:
1 Hans Mustermann, 2 Paul Meyer, ... 3 Karl Müller, ... 4 Rudi Hörig, ...1 Hans Mustermann, 2 Paul Meyer, ... 3 Karl Müller, ... 4 Rudi Hörig, ...
n Egon Zecher, ...
Figure imgf000013_0001
n Egon Zecher, ...
Figure imgf000013_0001
Suchvektoren:Search vectors:
Validierungs- Suchvektor Suchvektor Suchvektor vektorValidation search vector Search vector Search vector
"gültiger "Abonnent" "Lieferant" "LastschriftEintrag" verfahren""valid" subscriber "" supplier "" direct debit entry "proceed"
Figure imgf000013_0002
Figure imgf000013_0002
Abfrage :Query:
gültiger Eintrag und Abonnement und Lastschriftverfahrenvalid entry and subscription and direct debit
Figure imgf000014_0001
Figure imgf000014_0001
1 Hans Mustermann, Hans Mustermann, 0 Paul Meyer, ... 0 0 Karl Müller, ... 01 Hans Mustermann, Hans Mustermann, 0 Paul Meyer, ... 0 0 Karl Müller, ... 0
1 und Rudi Hörig, ... Rudi Hörig, ...1 and Rudi Hörig, ... Rudi Hörig, ...
Egon Zecher
Figure imgf000014_0002
Egon Zecher
Figure imgf000014_0002
Falls die diversen Suchvektoren an "ungültigen" Stellen ohnehin mit Nullen vorbesetzt sind, wird kein Validierungsvektor benötigt.If the various search vectors are already filled with zeros at "invalid" places, no validation vector is required.
Im Beispiel 2 ist das für n Einträge vorbereitete Adressfeld nicht voll besetzt. An den nichtbesetzten Stellen weist der Validierungsvektor den Eintrag 0 auf. Das Beispiel veranschaulicht die Abfrage eines zahntechnischen Labors an eine Adressdatenbank zur Vorbereitung eines Mailings, das dem Aufbau neuer Geschäftsbeziehungen dienen soll. Das Mailing soll sich dabei richten an sämtliche Zahnärzte, deren Praxis im deutschen Postleitzahlbereich 8 liegt, soweit es sich nicht um Zahnärzte mit einem angeschlossenen Labor handelt; ferner sollen bestehende eigene Kunden das Mailing nicht erhalten. Zur Durchführung dieser Abfrage werden der Validierungsvektor, der Suchvektor "Zahnarzt" und der Suchvektor "deutscher Postleitzahlbereich 8" über die UND-Funktion miteinander und über die NICHT-Funktion mit dem Suchvektor "Zahnlabor" und dem Suchvektor "eigener Kunde" verknüpft. Der Ergebnisvektor wird dann mit dem Adressenfeld verknüpft, und als Ergebnis erhält man die gewünschten Datensätze.In example 2, the address field prepared for n entries is not fully occupied. The validation vector has the entry 0 at the vacant positions. The example illustrates the query of a dental laboratory to an address database to prepare a mailing that is to be used to establish new business relationships. The mailing is intended for all dentists whose practice is in the German postcode area 8, unless it is a dentist with an attached laboratory; furthermore, existing own customers should not receive the mailing. To perform this query the validation vector, the search vector "dentist" and the search vector "German postcode area 8" are linked to one another via the AND function and via the NOT function to the search vector "dental laboratory" and the search vector "own customer". The result vector is then linked to the address field and the result is the desired data records.
B e i s p i e lExample
Adressenfeld:Address field:
1 A.B.1 A.B.
2 CD.2 CD.
3 E.F.3 E.F.
4 G.H.4 G.H.
5 I.K.5 I.K.
6 L.M.6 L.M.
7 N.O.7 N.O.
8 P.Q.8 P.Q.
n-1 leer n leer n-1 empty n empty
Suchvektoren :Search vectors:
Validierungs- Suchvektor Suchvektor Suchvektor Suchvektor ve torValidation search vector Search vector Search vector Search vector ve tor
"gültiger "Zahnarzt" "Zahnlabor" "DE-P Z- "eigener Eintrag" Bereich 8" Kunde""valid" dentist "" dental laboratory "" DE-P Z- "own entry" area 8 "customer"
1 2 3 4 5 6 7 81 2 3 4 5 6 7 8
n-1 n
Figure imgf000016_0001
n-1 n
Figure imgf000016_0001
Abfrage:Query:
gültiger Eintrag eines Zahnarztes ohne eigenes Labor im Postleitzahlbereich 8, der nicht eigener Kunde istValid entry of a dentist without his own laboratory in postcode area 8 who is not his own customer
Figure imgf000016_0002
Ergebnisvektor Adressfeld
Figure imgf000016_0002
Result vector address field
Figure imgf000017_0001
Figure imgf000017_0001
Das Mailing wird an A.B . und ai i P.Q. verschickt . The mailing is sent to A.B. and ai i P.Q. sent.

Claims

Patentansprüche claims
1. Auswahlverfahren zur Ausführung auf einem digitalen Rechner zur Optimierung der Auswahl- und Zugriffsgeschwindigkeit von auf einem Speichermedium abgelegten digitalen Daten, insbesondere Adressdaten, die in einem Datenfeld strukturiert abgelegt sind, wobei im Rahmen einer Abfrage zunächst einzelne Suchkriterien betreffende Suchvektoren zunächst logisch miteinander verknüpft werden, bevor der hieraus resultierende Ergebnisvektor zur Auswahl von Datensätzen, die die gewünschten Suchkriterien kumulativ erfüllen, mit dem Datenfeld verknüpft wird.1. Selection process for execution on a digital computer to optimize the selection and access speed of digital data stored on a storage medium, in particular address data, which are stored in a structured manner in a data field, with search vectors relating to individual search criteria initially being logically linked to one another in the context of a query , before the resulting result vector for selecting data records that meet the desired search criteria cumulatively is linked to the data field.
2. Verfahren nach Anspruch 1, dadurch gekennzeichnet, daß jeweils ein Suchvektor bestehend aus Nullen und Einsen einem Suchkriterium bzw. einem Suchbegriff zugeordnet ist.2. The method according to claim 1, characterized in that a search vector consisting of zeros and ones is assigned to a search criterion or a search term.
3. Verfahren nach Anspruch 1 oder Anspruch 2 , dadurch gekennzeichnet, daß ein Validierungsvektor vorgibt, ob ein Datensatz gültig ist oder nicht.3. The method according to claim 1 or claim 2, characterized in that a validation vector specifies whether a data set is valid or not.
4. Verfahren nach Anspruch 3 , dadurch gekennzeichnet, daß bei der logischen Verknüpfung der Suchvektoren zunächst der Validierungsvektor vorgeschaltet wird. 4. The method according to claim 3, characterized in that the logic vector of the search vectors is first upstream of the validation vector.
5. Verfahren nach einem der Ansprüche 1 bis 4 , dadurch gekennzeichnet, daß sämtliche Suchvektoren in den Arbeitsspeicher geladen werden.5. The method according to any one of claims 1 to 4, characterized in that all search vectors are loaded into the working memory.
6. Verfahren nach einem der Ansprüche 1 bis 5, dadurch gekennzeichnet, daß die Suchvektoren bei Neueinträgen in die Datenbank automatisch angepaßt werden.6. The method according to any one of claims 1 to 5, characterized in that the search vectors are automatically adjusted for new entries in the database.
7. Verfahrecn nach einem der Ansprüche 1 bis 6, dadurch gekennzeichnet, daß die digitalen Daten auf einem Festspeicher als Speichermedium abgelegt werden.7. Method according to one of claims 1 to 6, characterized in that the digital data are stored on a read-only memory as a storage medium.
8. Verfahren nach einem der Ansprüche 1 bis 7, dadurch gekennzeichnet, daß am Ende des Verfahrens der Ergebnisvektor als neuer Suchvektor abgelegt wird.8. The method according to any one of claims 1 to 7, characterized in that at the end of the method, the result vector is stored as a new search vector.
9. Verwendung eines Verfahrens nach Anspruch 1 auf einem digitalen Rechner in einem Netzwerk zur Online-Abfrage in einer Netzwerkdatenbank. 9. Use of a method according to claim 1 on a digital computer in a network for online query in a network database.
PCT/EP1998/000932 1997-04-15 1998-02-18 Digital data selection method WO1998047081A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU62971/98A AU6297198A (en) 1997-04-15 1998-02-18 Digital data selection method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
DE19715723.8 1997-04-15
DE19715723A DE19715723A1 (en) 1997-04-15 1997-04-15 Array method

Publications (1)

Publication Number Publication Date
WO1998047081A1 true WO1998047081A1 (en) 1998-10-22

Family

ID=7826580

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP1998/000932 WO1998047081A1 (en) 1997-04-15 1998-02-18 Digital data selection method

Country Status (3)

Country Link
AU (1) AU6297198A (en)
DE (1) DE19715723A1 (en)
WO (1) WO1998047081A1 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002015045A2 (en) * 2000-08-18 2002-02-21 Ser Technology Deutschland Gmbh Associative memory
EP1323122A2 (en) * 1999-09-03 2003-07-02 Whamtech, L.P. Index relational processor
US8015198B2 (en) 2001-08-27 2011-09-06 Bdgb Enterprise Software S.A.R.L. Method for automatically indexing documents
US8276067B2 (en) 1999-04-28 2012-09-25 Bdgb Enterprise Software S.A.R.L. Classification method and apparatus
US8321357B2 (en) 2009-09-30 2012-11-27 Lapir Gennady Method and system for extraction
US9152883B2 (en) 2009-11-02 2015-10-06 Harry Urbschat System and method for increasing the accuracy of optical character recognition (OCR)
US9158833B2 (en) 2009-11-02 2015-10-13 Harry Urbschat System and method for obtaining document information
US9159584B2 (en) 2000-08-18 2015-10-13 Gannady Lapir Methods and systems of retrieving documents
US9213756B2 (en) 2009-11-02 2015-12-15 Harry Urbschat System and method of using dynamic variance networks
WO2018106511A1 (en) * 2016-12-06 2018-06-14 Amazon Technologies, Inc. Method for selling and searching for items
US10671944B2 (en) 2016-12-06 2020-06-02 Amazon Technologies, Inc. Method for selling and searching for items
US10824964B2 (en) 2016-12-06 2020-11-03 Amazon Technologies, Inc. Method for selling and searching for items

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1989004013A1 (en) * 1987-10-09 1989-05-05 Nucleus International Corporation A relational database representation with relational database operation capability
EP0572807A2 (en) * 1992-06-04 1993-12-08 International Business Machines Corporation Database searching system and method using a two dimensional marking matrix

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3425844A1 (en) * 1984-07-13 1986-01-16 Telefonbau Und Normalzeit Gmbh, 6000 Frankfurt Method for fast location in a memory of specific data records produced by a telecommunications switching system or data processing system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1989004013A1 (en) * 1987-10-09 1989-05-05 Nucleus International Corporation A relational database representation with relational database operation capability
EP0572807A2 (en) * 1992-06-04 1993-12-08 International Business Machines Corporation Database searching system and method using a two dimensional marking matrix

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8276067B2 (en) 1999-04-28 2012-09-25 Bdgb Enterprise Software S.A.R.L. Classification method and apparatus
EP1323122A4 (en) * 1999-09-03 2007-01-17 Whamtech L P Index relational processor
EP1323122A2 (en) * 1999-09-03 2003-07-02 Whamtech, L.P. Index relational processor
US8209481B2 (en) 2000-08-18 2012-06-26 Bdgb Enterprise Software S.A.R.L Associative memory
US9159584B2 (en) 2000-08-18 2015-10-13 Gannady Lapir Methods and systems of retrieving documents
WO2002015045A3 (en) * 2000-08-18 2004-02-26 Ser Technology Deutschland Gmb Associative memory
AU2001282106B2 (en) * 2000-08-18 2008-04-24 Kofax International Switzerland Sàrl Associative memory
AU2007221879B2 (en) * 2000-08-18 2010-02-18 Kofax International Switzerland Sàrl Associative memory
US7908430B2 (en) 2000-08-18 2011-03-15 Bdgb Enterprise Software S.A.R.L. Associative memory
AU2007221879C1 (en) * 2000-08-18 2011-07-14 Kofax International Switzerland Sàrl Associative memory
AU2001282106C1 (en) * 2000-08-18 2011-07-14 Kofax International Switzerland Sàrl Associative memory
US6983345B2 (en) 2000-08-18 2006-01-03 Ser Solutions, Inc. Associative memory
WO2002015045A2 (en) * 2000-08-18 2002-02-21 Ser Technology Deutschland Gmbh Associative memory
EP1182577A1 (en) * 2000-08-18 2002-02-27 SER Systeme AG Produkte und Anwendungen der Datenverarbeitung Associative memory
AU2010202012B2 (en) * 2000-08-18 2013-02-28 Kofax International Switzerland Sàrl Associative memory
US9141691B2 (en) 2001-08-27 2015-09-22 Alexander GOERKE Method for automatically indexing documents
US8015198B2 (en) 2001-08-27 2011-09-06 Bdgb Enterprise Software S.A.R.L. Method for automatically indexing documents
US8321357B2 (en) 2009-09-30 2012-11-27 Lapir Gennady Method and system for extraction
US9152883B2 (en) 2009-11-02 2015-10-06 Harry Urbschat System and method for increasing the accuracy of optical character recognition (OCR)
US9158833B2 (en) 2009-11-02 2015-10-13 Harry Urbschat System and method for obtaining document information
US9213756B2 (en) 2009-11-02 2015-12-15 Harry Urbschat System and method of using dynamic variance networks
WO2018106511A1 (en) * 2016-12-06 2018-06-14 Amazon Technologies, Inc. Method for selling and searching for items
US10671944B2 (en) 2016-12-06 2020-06-02 Amazon Technologies, Inc. Method for selling and searching for items
US10824964B2 (en) 2016-12-06 2020-11-03 Amazon Technologies, Inc. Method for selling and searching for items

Also Published As

Publication number Publication date
AU6297198A (en) 1998-11-11
DE19715723A1 (en) 1998-11-12

Similar Documents

Publication Publication Date Title
EP0855062B1 (en) Information system and process for storing data therein
DE69533193T2 (en) PARALLEL PROCESSING SYSTEM FOR RUNNING A DATABASE
EP0910829B1 (en) Database system
DE69333960T2 (en) Name resolution in a multi-system network
DE69729926T2 (en) Network Browser
DE10031716B4 (en) Subscription and notification for database technology
DE69722785T2 (en) BROWSER METHOD AND DEVICE WITH CENSOR FOR INTERNET VIEWING
DE19842688B4 (en) A method of filtering data originating from a data provider
DE69906488T2 (en) Procedure for synchronizing a database schema with its representation in an object-oriented repository
WO1998047081A1 (en) Digital data selection method
EP0523269A1 (en) Computer system for data management
EP0791884A2 (en) Method for the computerized adjustment of several file copies of a stored file, stored in at least one computer
EP0520083A1 (en) Consistency protection of data in a digital telecommunications exchange system
DE4225200A1 (en) ELECTRONIC WOUNDER BOOK
DE69726795T2 (en) Coding procedure for directory status in a common, distributed storage system with coherent buffers
DE69932147T2 (en) Communication unit and communication method with profile management
EP1276056B1 (en) Method for managing a Database
DE69725899T2 (en) Procedure for maintaining a network of partially replicated databases
EP1166228B1 (en) Method for using fractal semantic networks for all kinds of data base appliances
EP0174556B1 (en) Method for searching memory addresses, and address comparing circuit
DE69629540T2 (en) Method and device for sorting elements
DE60307527T2 (en) Tupleraumoperationen for a fine-grained system control
DE10048478C2 (en) Method of accessing a storage unit when searching for substrings
DE69636028T2 (en) Group management device for data units
EP0548398A1 (en) Method for management of programs and data, and a computer system for carrying out such a method

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AL AU BA BB BG BR CA CN CU CZ EE GE GW HU ID IL IS JP KP KR LC LK LR LT LV MG MK MN MX NO NZ PL RO SG SI SK SL TR TT UA US UZ VN YU

AL Designated countries for regional patents

Kind code of ref document: A1

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

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: CA

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

Ref document number: 1998543398

Format of ref document f/p: F