JP2002197114A - Database management system, customer management system and storage medium - Google Patents

Database management system, customer management system and storage medium

Info

Publication number
JP2002197114A
JP2002197114A JP2000398627A JP2000398627A JP2002197114A JP 2002197114 A JP2002197114 A JP 2002197114A JP 2000398627 A JP2000398627 A JP 2000398627A JP 2000398627 A JP2000398627 A JP 2000398627A JP 2002197114 A JP2002197114 A JP 2002197114A
Authority
JP
Japan
Prior art keywords
identification information
customer
temporary storage
storage unit
stored
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.)
Granted
Application number
JP2000398627A
Other languages
Japanese (ja)
Other versions
JP3631676B2 (en
Inventor
Takashi Ishizaka
崇 石坂
Kyoko Suga
京子 須賀
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.)
BEACON INF TECHNOLOGY Inc
BEACON INFORMATION TECHNOLOGY KK
Original Assignee
BEACON INF TECHNOLOGY Inc
BEACON INFORMATION TECHNOLOGY KK
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 BEACON INF TECHNOLOGY Inc, BEACON INFORMATION TECHNOLOGY KK filed Critical BEACON INF TECHNOLOGY Inc
Priority to JP2000398627A priority Critical patent/JP3631676B2/en
Publication of JP2002197114A publication Critical patent/JP2002197114A/en
Application granted granted Critical
Publication of JP3631676B2 publication Critical patent/JP3631676B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a database management system capable of reducing a data retrieval time at data retrieval and reuse of retrieval result. SOLUTION: This database management system 1 is provided with a first storage part 10 for storing a customer table 101 wherein an information concerning a customer is added with ID for identifying the customer, a retrieval part 14 for conducting retrieval of the customer table based on retrieval conditions when a retrieval request under a predetermined condition is received from outside, and an assembly table 111 for storing the ID of the customer obtained by the retrieval by the retrieval part as one assembly. At reuse of the retrieval result, the ID is read from the assembly table, thereby obtains the same result as re-retrieved. The assembly table stores the ID, therefore, a storage region can be steeply reduced compared to a conventional technique wherein the retrieval conditions or retrieval processes are stored to re-execute the retrieval.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データベース管理
システム(DBMS:Data Base Management System)
に係り、特に、長期間にわたって蓄積された大量のデー
タから所望のデータを検索する場合に、蓄積されたすべ
てのデータから毎回検索するのではなく、過去の検索結
果を有効に活かすことができるようにしたシステムに関
する。この技術は、従来の手続的な検索結果を保存する
技術とは全く異なる概念からなるものである。
The present invention relates to a database management system (DBMS).
In particular, when searching for desired data from a large amount of data accumulated over a long period of time, past search results can be effectively utilized instead of searching every time from all accumulated data. Related to the system. This technology has a completely different concept from the conventional technology for storing procedural search results.

【0002】[0002]

【従来の技術】DBMSにおいて、データベースの中か
ら所定の検索条件に該当するデータを検索する際には、
操作者等がDBMSに検索条件を入力し、DBMSが、
入力された検索条件に基づいて、該当するデータをデー
タベースから抽出するのが一般的である。例えば、年齢
が30歳以上50歳未満で、99年9月から12月の間
にコートを購入した人を、顧客の名前や住所、性別、年
齢、などが記録されたデータベースから検索する場合、
一例として、操作者は、以下のような検索条件式をDB
MSに入力する。 年齢>= 30&年齢< 50 売上月>=9909&売上月<=9912&商品名=コ
ート
2. Description of the Related Art In a DBMS, when searching for data corresponding to a predetermined search condition from a database,
An operator or the like inputs search conditions into the DBMS, and the DBMS
Generally, relevant data is extracted from a database based on the input search conditions. For example, when searching for a person who is 30 to less than 50 years old and bought a coat between September and December 1999 from a database in which the name, address, gender, age, and the like of the customer are recorded,
As an example, the operator sets the following search condition expression in the DB
Input to MS. Age> = 30 & Age <50 Sales Month> = 9909 & Sales Month <= 9912 & Product Name = Coat

【0003】DBMSは、これら検索条件式に基づいて
検索処理を実行し、データベースから、検索結果となる
顧客のデータを抽出するのが一般的である。
[0003] In general, a DBMS executes a search process based on these search condition expressions, and extracts customer data as a search result from a database.

【0004】違う機会に、同じ条件でデータを検索する
場合は、同様の検索条件式を再び入力して検索を繰り返
すか、または、はじめに検索を行ったときの処理手順を
保存しておき、それを再度実行することにより行ってい
る。
To search for data under the same conditions at different times, enter the same search condition formula again and repeat the search, or save the processing procedure at the time of the first search and save it. Is executed again.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、従来の
DBMSには、以下のような問題があった。 (1)検索対象となるデータが大量になると、検索処理
に時間がかかる。 (2)所定の検索条件によりデータを検索した後、違う
機会に再度同じデータが必要となった場合には、全く同
じ操作をするか、または、処理を手続きとして登録して
おき、この登録した処理を再度実行することとなる。い
ずれにしても再び同じ処理を行うことになり、DBMS
には、初回と全く同じ負荷がかかり、処理時間も同じだ
け必要になる。 (3)例えば、顧客がコートを買った等の過去の事象を
条件にする場合は、そのデータを全て保管しておく必要
がある。 (4)検索したデータに対して分析処理を行う場合に、
複雑な条件で過去の事象を分析する場合には、大量のデ
ータを常に保持し、時間をかけて処理しなければならな
い。 (5)検索結果を自由に修正し、より、操作者の意図に
合った検索結果とすることはできない。 (6)大量のデータを保管することによって、ハードウ
ェアの投資やバックアップなどのための人的資源も増大
する。
However, the conventional DBMS has the following problems. (1) When a large amount of data is to be searched, the search process takes a long time. (2) If the same data is required again at a different opportunity after searching for the data according to predetermined search conditions, the same operation is performed or the processing is registered as a procedure and the registered data is registered. The process will be executed again. In any case, the same processing will be performed again, and the DBMS
Requires the same load as the first time, and requires the same processing time. (3) For example, when a past event such as a customer buying a coat is used as a condition, it is necessary to store all the data. (4) When performing analysis processing on the searched data,
When analyzing past events under complex conditions, a large amount of data must always be retained and processed over time. (5) It is not possible to freely modify the search result and make the search result more suitable for the intention of the operator. (6) Storing a large amount of data also increases human resources for hardware investment and backup.

【0006】本発明の課題は、同じ検索条件が入力され
た場合に検索対象となるデータを削減してハードウェア
の有効利用を図るデータベース管理システムを提供する
ことにある。本発明の他の課題は、検索技術に習熟して
いない者であっても複雑な検索を行えるようにした、デ
ータベース管理システムを提供することにある。本発明
の他の課題は、操作者の意図により自由に検索結果を修
正可能とした、データベース管理システムを提供するこ
とにある。本発明の他の課題は、データベース管理シス
テムを汎用のコンピュータ上で実現することができる記
録媒体を提供することにある。
It is an object of the present invention to provide a database management system for reducing the data to be searched when the same search condition is input and for effectively using hardware. Another object of the present invention is to provide a database management system that enables even a person who is not proficient in search technology to perform a complicated search. Another object of the present invention is to provide a database management system in which a search result can be freely modified by an operator's intention. Another object of the present invention is to provide a recording medium capable of realizing a database management system on a general-purpose computer.

【0007】[0007]

【課題を解決するための手段】上記課題を解決する本発
明のデータベース管理システムは、各々を識別するため
の識別情報を含む管理対象体に関わるオブジェクトデー
タと前記管理対象体に実際に発生した事象を表すデータ
に当該事象が発生した管理対象体のオブジェクトデータ
に含まれる識別情報を付した事象データとが格納される
第1記憶手段と、外部からの検索要求に応じて、前記第
1記憶手段から所望の識別情報を抽出するための検索条
件を受け付ける手段と、前記検索条件に応じて前記第1
記憶手段を検索し、該当する識別情報の抽出を行う検索
手段と、前記検索条件毎に、前記抽出された前記識別情
報を集合として記憶する一時記憶手段と、前記一時記憶
手段に記憶された前記識別情報が、前記集合単位で格納
される第2記憶手段と、前記第2記憶手段へ前記一時記
憶手段に記憶された前記識別情報を前記集合単位で格納
するとともに、前記第2記憶手段に格納された前記識別
情報を前記集合単位で前記一時記憶手段に書き込む集合
管理手段と、を備えたデータベース管理システムであ
る。前記集合管理手段は、同一の検索条件による検索の
際に、前記第2記憶手段に格納された当該検索条件によ
る集合を前記一時記憶手段に書き込むように構成され
る。
A database management system according to the present invention for solving the above-mentioned problems comprises object data relating to a managed object including identification information for identifying each object, and an event actually occurring in the managed object. Storage means for storing, in the data representing the event, event data with identification information included in the object data of the managed object in which the event has occurred, and the first storage means in response to a search request from the outside Means for receiving a search condition for extracting desired identification information from
A search unit that searches a storage unit and extracts corresponding identification information; a temporary storage unit that stores the extracted identification information as a set for each of the search conditions; and a storage unit that is stored in the temporary storage unit. A second storage unit in which the identification information is stored in the set unit, and the identification information stored in the temporary storage unit in the second storage unit in the set unit and stored in the second storage unit And a set management means for writing the identification information obtained in the set in the temporary storage means in the set unit. It said set managing means, during the search by the same search condition, and the set according to stored the search condition in the second storage means to write to the temporary storage means.

【0008】第2記憶手段に検索の結果得られた識別情
報の集合を格納することで、同じ条件による検索結果の
提示を、従来より高速に行うことができるようになる。
つまり、このシステムでは、同じ条件による検索が指示
されると、第2記憶手段から識別情報の集合を取得して
提示することで、検索結果を操作者に提供できることと
なる。識別情報のみを格納しているので、そのために必
要とされるハードウェア資源は、検索の手順等を格納し
ていた従来よりも格段に減少し、システムに対する処理
の負荷も少なくてすむ。また、第1記憶手段に格納され
るデータを削減できる。例えば、コートを買った顧客を
検索した後には、検索結果が第2記憶手段に格納され、
顧客がコートを買ったという事象を表す事象データを保
持する必要がないので、第2テーブルから顧客がコート
を買ったという事象を表す事象データを削除できる。そ
のために、第2テーブルが保持する事象データを常に最
小にすることができ、ハードウェア資源を有効に利用で
きるようになる。第1記憶手段に格納されるデータを削
減できるために、検索対象となるデータが少なくなり、
検索処理が高速になる。
[0008] By storing the set of identification information obtained as a result of the search in the second storage means, it is possible to present the search result under the same conditions at a higher speed than in the past.
That is, in this system, when a search is issued under the same condition, a set of identification information is acquired from the second storage means and presented, so that the search result can be provided to the operator. Since only the identification information is stored, the hardware resources required for that are significantly reduced compared to the conventional case where the search procedure and the like are stored, and the processing load on the system is reduced. Further, the data stored in the first storage means can be reduced. For example, after searching for a customer who bought a coat, the search result is stored in the second storage means,
Since there is no need to hold event data representing the event that the customer bought the coat, the event data representing the event that the customer bought the coat can be deleted from the second table. Therefore, the event data held in the second table can always be minimized, and hardware resources can be used effectively. Since the data stored in the first storage means can be reduced, the data to be searched is reduced,
The search process becomes faster.

【0009】前記一時記憶手段に記憶された前記識別情
報からなる前記集合に他の識別情報を追加するととも
に、前記一時記憶手段に記憶された前記識別情報からな
る前記集合から識別情報を削除するようにしてなる修正
手段をさらに備え、前記集合に含まれる識別情報を修正
可能に構成されるようにしてもよい。このような構成に
より、操作者の意図に合った形で集合を作ることが可能
となる。
[0009] Another identification information is added to the set of the identification information stored in the temporary storage means, and the identification information is deleted from the set of the identification information stored in the temporary storage means. May be further provided so that the identification information included in the set can be modified. With such a configuration, it is possible to form a set in a form that meets the intention of the operator.

【0010】本発明の他のデータベース管理システム
は、各々を識別するための識別情報を含む電子データが
格納される第1記憶手段と、外部からの検索要求に応じ
て、前記第1記憶手段から所望の電子データを抽出する
ための検索条件を受け付ける手段と、前記検索条件に応
じて前記第1記憶手段を検索し、該当する電子データの
抽出を行う検索手段と、前記検索条件毎に、前記抽出さ
れた前記電子データの識別情報を集合として記憶する一
時記憶手段と、前記一時記憶手段に記憶された前記識別
情報が、前記集合単位で格納される第2記憶手段と、前
記第2記憶手段へ、前記一時記憶手段に記憶された前記
識別情報を、前記集合単位で格納する集合管理手段と、
前記一時記憶手段に記憶された前記識別情報からなる前
記集合に対して、外部からの要求に応じた修正を可能に
する修正手段と、を備えている。このデータベース管理
システムにおいて、前記修正手段は、前記一時記憶手段
に記憶された前記識別情報からなる前記集合に他の識別
情報を追加可能にするとともに、前記一時記憶手段に記
憶された前記識別情報からなる前記集合から識別情報を
削除可能にするように構成されている。修正手段によ
り、検索結果である識別情報の集合に、識別情報の追
加、削除が可能となるために、操作者の意図に従った検
索結果とすることができるようになる。
According to another database management system of the present invention, there is provided a first storage unit in which electronic data including identification information for identifying each of the first storage unit is stored, and the first storage unit in response to an external search request. Means for receiving a search condition for extracting desired electronic data, searching means for searching the first storage means in accordance with the search condition, and extracting corresponding electronic data, Temporary storage means for storing the identification information of the extracted electronic data as a set, second storage means for storing the identification information stored in the temporary storage means in the set unit, and second storage means To, a set management means for storing the identification information stored in the temporary storage means in the set unit,
Correction means for enabling the set consisting of the identification information stored in the temporary storage means to be corrected in response to an external request. In this database management system, the correction unit enables other identification information to be added to the set including the identification information stored in the temporary storage unit, and the identification unit stores the identification information stored in the temporary storage unit. Is configured to be able to delete identification information from the set. The correction means enables the addition or deletion of identification information to a set of identification information as a search result, so that the search result can be made according to the intention of the operator.

【0011】前記集合管理手段は、前記第2記憶手段に
格納された前記識別情報を前記集合を単位として前記一
時記憶手段に書き込む機能をさらにもつようにし、前記
修正手段が、前記第2記憶手段から前記一時記憶手段に
書き込まれた前記識別情報に対しても、外部からの要求
に応じた修正を可能に構成されるようにしてもよい。こ
のような構成にすると、既に第2記憶手段に格納された
集合の修正が可能であり、集合を作成後に後日修正が必
要になった場合などにも、手軽に修正が可能となる。
[0011] The set management means may further have a function of writing the identification information stored in the second storage means to the temporary storage means in units of the set, and the correction means may include a function of the second storage means. The identification information written in the temporary storage means may be configured to be able to be modified in response to an external request. With such a configuration, the set already stored in the second storage means can be corrected, and even if the set needs to be corrected at a later date after the set has been created, the set can be easily corrected.

【0012】これらの本発明は、前記一時記憶手段に記
憶された前記集合間で論理演算を行い、論理演算の結果
得られる識別情報からなる新たな集合を作成する手段を
さらに備えるようにしてもよい。これにより、検索の結
果得られた集合同士の論理演算が可能となり、演算結果
として識別情報の新たな集合を得ることができるように
なる。複雑な検索を行う際に、様々な検索条件式を作成
しなくともよくなり、検索技術に習熟していない者でも
容易に複雑な検索が可能となる。また、処理自体も簡単
な検索式による検索と論理演算とからなっているので、
システムにかかる負荷も軽微なものとなる。
The present invention may further comprise means for performing a logical operation between the sets stored in the temporary storage means, and creating a new set of identification information obtained as a result of the logical operation. Good. As a result, a logical operation can be performed between the sets obtained as a result of the search, and a new set of identification information can be obtained as an operation result. When performing a complicated search, it is not necessary to create various search condition expressions, and even a person who is not familiar with search technology can easily perform a complicated search. Also, since the processing itself consists of a search with a simple search formula and a logical operation,
The load on the system is also light.

【0013】また、本発明は、以下のような顧客管理シ
ステムを提供する。この顧客管理システムは、各々を識
別するためのIDを含む顧客に関わるオブジェクトデー
タを保持する第1テーブル、及び前記顧客に実際に発生
した事象を表す事象データに当該事象が発生した顧客の
オブジェクトデータに含まれるIDを付して保持する第
2テーブルが格納される第1記憶手段と、外部からの検
索要求に応じて、前記第1テーブル又は前記第2テーブ
ルから所望のIDを抽出するための検索条件を受け付け
る手段と、前記検索条件に応じて前記第1テーブル又は
前記第2テーブルを検索し、該当するIDの抽出を行う
検索手段と、前記検索条件毎に、前記抽出された前記I
Dを集合とした顧客IDリストとして記憶する一時記憶
手段と、前記一時記憶手段に記憶された前記IDが、前
記顧客IDリスト単位で格納される第2記憶手段と、前
記第2記憶手段へ前記一時記憶手段に記憶された前記I
Dを前記顧客IDリスト単位で格納するとともに、前記
第2記憶手段に格納された前記IDを前記顧客IDリス
ト単位で前記一時記憶手段に書き込む集合管理手段と、
前記一時記憶手段に記憶された前記顧客IDリスト間で
論理演算を行い、論理演算の結果得られるIDからなる
新たな顧客IDリストを作成する手段と、前記一時記憶
手段に記憶された前記顧客IDリストに対して、外部か
らの要求に応じた修正を可能にする修正手段と、を備え
ている。このような顧客管理システムにおいて、前記集
合管理手段は、同一の検索条件による検索の際に、前記
第2記憶手段に格納された当該検索条件による顧客ID
リストを前記一時記憶手段に書き込むように構成されて
おり、前記修正手段は、前記一時記憶手段に記憶された
前記顧客IDリストに他のIDを追加可能にするととも
に、前記一時記憶手段に記憶された前記顧客IDリスト
からIDを削除可能にするように構成されている。
Further, the present invention provides the following customer management system. The customer management system includes a first table holding object data relating to a customer including an ID for identifying each customer, and an event data representing an event actually occurring in the customer, and an object data of the customer in which the event has occurred. A first storage unit for storing a second table holding an ID included in the first table, and a second storage unit for extracting a desired ID from the first table or the second table in response to an external search request. Means for receiving a search condition; search means for searching the first table or the second table in accordance with the search condition to extract a corresponding ID; and for each of the search conditions, the extracted I
D, a temporary storage unit for storing the customer ID list as a set, a second storage unit for storing the ID stored in the temporary storage unit in units of the customer ID list, The I stored in the temporary storage means
Collective management means for storing D in the customer ID list unit and writing the ID stored in the second storage means in the temporary storage means in the customer ID list unit;
Means for performing a logical operation between the customer ID lists stored in the temporary storage means and creating a new customer ID list comprising IDs obtained as a result of the logical operation; and Modifying means for modifying the list in response to an external request. In such a customer management system, the set management unit, when performing a search under the same search condition, stores the customer ID according to the search condition stored in the second storage unit.
The list is configured to be written to the temporary storage unit, and the correction unit enables another ID to be added to the customer ID list stored in the temporary storage unit, and is stored in the temporary storage unit. It is configured such that an ID can be deleted from the customer ID list.

【0014】本発明の記録媒体は、上記のデータベース
管理システムをコンピュータ上に形成するためのコンピ
ュータプログラムが記録された、コンピュータ読み取り
可能な記録媒体である。
The recording medium of the present invention is a computer-readable recording medium on which a computer program for forming the above-mentioned database management system on a computer is recorded.

【0015】[0015]

【発明の実施の形態】本発明は、検索条件や検索処理の
手順などを保管せずに、初回の検索結果を再利用して他
の検索条件との組み合わせを可能とする。初回の検索結
果は、検索処理の手順として保管するのではなく、検索
結果として得られるデータに付された識別情報のみを集
合として、この集合に集合名を付けて保管する。識別情
報は、管理対象体、すなわち検索の結果抽出されるデー
タを特定するものである。顧客の商品購入に関するデー
タの管理を行うDBMSの場合には、例えば、顧客や店
舗、取引先、商品等が管理対象体となりうる。管理対象
体の属性を示す属性情報は、管理対象体のテーブル(オ
ブジェクトテーブル)として保管する。属性情報には、
名前(名称)や住所、生年月日、電話番号などがある。
また、管理対象体が過去に行った事象(購買、仕入、問
合わせ、事故等)や、管理対象体(商品等)に起こった
事象(発売時期、発売地域等)等を事象テーブルとして
保持する。オブジェクトテーブル及び事象テーブルを所
定の検索条件に基づいて検索し、検索結果として、管理
対象体を特定する識別情報を抽出する。抽出した識別情
報を集合として保管する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention makes it possible to reuse an initial search result and store it in combination with another search condition without storing search conditions and search processing procedures. The first search result is not stored as a procedure of the search processing, but only the identification information attached to the data obtained as the search result is set as a set, and the set is given a set name and stored. The identification information specifies a management object, that is, data extracted as a result of the search. In the case of a DBMS that manages data related to a customer's product purchase, for example, a customer, a store, a business partner, a product, or the like can be a management target. The attribute information indicating the attribute of the management target is stored as a table (object table) of the management target. Attribute information includes
There are a name (name), address, date of birth, telephone number, and the like.
In addition, events such as purchases, purchases, inquiries, accidents, etc. performed by the managed object in the past and events (release time, release area, etc.) that occurred in the managed object (products, etc.) are stored as event tables. I do. The object table and the event table are searched based on predetermined search conditions, and identification information for specifying the management target is extracted as a search result. The extracted identification information is stored as a set.

【0016】本発明は、また、再利用時に、集合名を指
定して検索結果である識別情報を抽出したり、集合に含
まれる識別情報とさらに他の検索条件とを組み合せて新
たな集合を生み出す事も可能とする。さらに、本発明
は、集合に識別情報を追加したり、集合内の識別情報を
削除することも可能である。
According to the present invention, at the time of reuse, a set name is designated to extract identification information as a search result, or a new set is created by combining the identification information included in the set with another search condition. It is also possible to create. Further, according to the present invention, it is possible to add identification information to a set or to delete identification information in a set.

【0017】以下、本発明を、顧客の商品購入に関する
データの管理を行うDBMSに適用した場合の実施の形
態を説明する。 <システム構成>図1は、本実施形態のDBMSの構成
図である。このDBMS1は、第1記憶部10、第2記
憶部11、主制御部12、検索指示/表示機構13、検
索部14及び集合管理部15を有する。
An embodiment in which the present invention is applied to a DBMS that manages data relating to the purchase of goods by a customer will be described below. <System Configuration> FIG. 1 is a configuration diagram of the DBMS of the present embodiment. The DBMS 1 includes a first storage unit 10, a second storage unit 11, a main control unit 12, a search instruction / display mechanism 13, a search unit 14, and a group management unit 15.

【0018】第1記憶部10は、顧客に関する情報を格
納するために設けられる。データベースやデータウエア
ハウス等の一般的なデータ格納機構で実現が可能とな
る。本実施形態では、例として、第1記憶部10に、顧
客に関する情報を保存する顧客テーブル101と、顧客
毎の商品の購入履歴を保存する購入履歴テーブル102
との2つのテーブルが格納されるものとする。
The first storage unit 10 is provided for storing information about a customer. This can be realized by a general data storage mechanism such as a database or a data warehouse. In the present embodiment, as an example, a customer table 101 that stores information about customers and a purchase history table 102 that stores purchase histories of products for each customer are stored in the first storage unit 10.
Are stored.

【0019】顧客テーブル101は、顧客の属性を表す
属性情報を保存するテーブルであり、顧客を管理対象体
とした、オブジェクトテーブルである。図2に、属性情
報の一例を示す。顧客テーブル101に格納される各顧
客の属性情報には、顧客を識別するための識別情報とし
てID(Identification)が付されている。IDは、顧
客ごとにユニークになるように割り振られる。IDとし
て数値を用いれば、4バイト(32ビット)の大きさ
で、約40億人分のIDを用意できるため、顧客等を管
理するには必要十分である。ID以外の項目としては、
名前、住所、性別、生年月日、電話番号等の顧客の属性
情報が格納される。ID毎に、顧客の各項目に該当する
内容が格納される。
The customer table 101 is a table for storing attribute information indicating the attributes of the customer, and is an object table in which the customer is a management target. FIG. 2 shows an example of the attribute information. The attribute information of each customer stored in the customer table 101 is provided with an ID (Identification) as identification information for identifying the customer. ID is assigned to be unique for each customer. If a numerical value is used as the ID, an ID of about 4 billion can be prepared in a size of 4 bytes (32 bits), which is sufficient and sufficient for managing customers and the like. Items other than ID include
Stores customer attribute information such as name, address, gender, date of birth, and telephone number. The content corresponding to each item of the customer is stored for each ID.

【0020】購入履歴テーブル102は、顧客の振舞い
を保存しておくためのテーブルであり、顧客を管理対象
体とした場合の事象テーブルである。ここでは、商品購
入履歴を格納するものとする。図3に、その一例を示
す。このテーブルの項目には、どの顧客が購入したかを
識別するために、顧客テーブル101で使用されるID
と同じIDが用いられる。ID以外の項目としては、購
入日、購入店名、商品名、販売額等が格納される。この
テーブルには、顧客が購入したという一つの事象に対し
て一つのレコードが存在する。同一顧客が複数回の購入
を行なっていれば、同一の顧客に対して購入回数分のレ
コードが存在する。IDが特定されれば、そのIDによ
り顧客テーブル101を参照することで、該当するレコ
ードがどの顧客のものであるかを特定できる。
The purchase history table 102 is a table for storing the behavior of a customer, and is an event table when the customer is a management target. Here, it is assumed that the product purchase history is stored. FIG. 3 shows an example. The items in this table include an ID used in the customer table 101 to identify which customer purchased.
The same ID is used. Items other than the ID include a purchase date, a purchase store name, a product name, a sales amount, and the like. In this table, there is one record for one event that a customer has purchased. If the same customer has made multiple purchases, there are records for the same customer for the number of purchases. When the ID is specified, it is possible to specify which customer the corresponding record belongs to by referring to the customer table 101 by the ID.

【0021】第2記憶部11は、集合テーブル111を
格納するために設けられる。なお、図1では、第2記憶
部11と第1記憶部10とは論理的に独立しているが、
物理的には共通であっても構わない。集合テーブル11
1は、検索により得られた顧客のIDを、検索条件毎に
集合として保存するためのテーブルである。図4に、こ
の集合テーブル111の例を示す。集合テーブル111
は、集合毎に、集合名、検索条件に該当する顧客数、検
索条件に該当する顧客に付されたIDのリスト(以下、
顧客IDリストという。)を保存する。集合名は、集合
テーブル111内で集合を識別するための名称である。
顧客数は、該当する顧客IDリストに含まれるIDの数
を示す。顧客IDリストは、所定の検索条件下で抽出さ
れた顧客に付されたIDの集合である。
The second storage unit 11 is provided to store the set table 111. In FIG. 1, the second storage unit 11 and the first storage unit 10 are logically independent,
It may be physically common. Set table 11
Reference numeral 1 denotes a table for storing customer IDs obtained by a search as a set for each search condition. FIG. 4 shows an example of the set table 111. Set table 111
Is, for each set, a set name, the number of customers corresponding to the search condition, and a list of IDs assigned to the customers corresponding to the search condition (hereinafter, referred to as
It is called a customer ID list. Save). The set name is a name for identifying the set in the set table 111.
The number of customers indicates the number of IDs included in the corresponding customer ID list. The customer ID list is a set of IDs assigned to customers extracted under predetermined search conditions.

【0022】主制御部12は、DBMS1全体の動作開
始や終了、連携を制御する。検索指示/表示機構13か
らの指示を解析し、必要に合わせて、検索部14や集合
管理部15を起動させる。主制御部12は、検索部14
や集合管理部15から得られる顧客IDリストの演算や
修正を行い、得られた演算結果、修正結果を集合管理部
15により集合テーブル111に保存させる等の処理を
行う。主制御部12は、また、一時記憶部16を有して
いる。一時記憶部16は、検索等で得られた顧客数や顧
客IDリストを、一時的に格納するためのものである。
この領域には、複数の顧客IDリストを格納することが
できる。複数の顧客IDリストを格納する場合、各顧客
IDリストは、集合名で識別される。この場合の集合名
は、集合名が付与されている顧客IDリストについて
は、その集合名である。集合名が付与されていない顧客
IDリストについては、主制御部12により、システム
内で一意になるような名称が自動的に付与される。
The main control unit 12 controls the start and end of the operation of the entire DBMS 1 and the cooperation. The instruction from the search instruction / display mechanism 13 is analyzed, and the search unit 14 and the collective management unit 15 are activated as necessary. The main control unit 12 includes a search unit 14
And the customer ID list obtained from the group management unit 15 is calculated and corrected, and the obtained calculation result and correction result are stored in the group table 111 by the group management unit 15. The main control unit 12 also has a temporary storage unit 16. The temporary storage unit 16 is for temporarily storing the number of customers and a customer ID list obtained by a search or the like.
In this area, a plurality of customer ID lists can be stored. When storing a plurality of customer ID lists, each customer ID list is identified by a set name. The set name in this case is the set name for the customer ID list to which the set name is assigned. For a customer ID list to which no set name is assigned, a name that is unique within the system is automatically assigned by the main control unit 12.

【0023】検索指示/表示機構13は、外部から、操
作者や他のシステム、あるいはプログラムによる様々な
指示を受け付けて主制御部12に送る。また、主制御部
12による処理結果を、図示しないディスプレイに表示
したり、処理要求元に転送する。つまり、検索指示/表
示機構13は、DBMS1の入出力機構である。
The search instruction / display mechanism 13 receives various instructions from the outside by an operator, another system, or a program and sends them to the main control unit 12. The processing result by the main control unit 12 is displayed on a display (not shown) or transferred to a processing request source. That is, the search instruction / display mechanism 13 is an input / output mechanism of the DBMS 1.

【0024】検索部14は、主制御部12の制御によ
り、第1記憶部10内の顧客テーブル101及び購入履
歴テーブル102に対して所望のデータの検索を行な
い、得られた検索結果を主制御部12に送る。検索する
条件等は、主制御部12により指示される。集合管理部
15は、主制御部12の制御により、集合テーブル11
1の管理を行うものである。集合管理部15は、主制御
部12の一時記憶部16に格納された顧客数や顧客ID
リストを集合テーブル111に格納する機能を持つとと
もに、集合テーブル111に格納された顧客数や顧客I
Dリストを読み出して主制御部12へ送る機能を持つ。
Under the control of the main control unit 12, the search unit 14 searches the customer table 101 and the purchase history table 102 in the first storage unit 10 for desired data, and performs the main control on the obtained search results. Send to section 12. The search conditions and the like are specified by the main control unit 12. The set management unit 15 controls the set table 11 under the control of the main control unit 12.
1 is performed. The collective management unit 15 stores the number of customers and the customer ID stored in the temporary storage unit 16 of the main control unit 12.
In addition to having a function of storing the list in the set table 111, the number of customers stored in the set table 111 and the customer I
It has a function of reading the D list and sending it to the main control unit 12.

【0025】<動作>上記のように構成されるDBMS
1の動作内容を説明する。ここでは、第1記憶部10に
格納されたテーブルからの検索、検索結果の第2記憶部
11への保存、第2記憶部11に保存した検索結果の読
み出し、顧客IDリスト間の論理演算、顧客IDリスト
の修正、の5つの動作について説明する。
<Operation> DBMS configured as described above
1 will be described. Here, retrieval from the table stored in the first storage unit 10, storage of the search result in the second storage unit 11, reading of the search result stored in the second storage unit 11, logical operation between customer ID lists, The five operations of modifying the customer ID list will be described.

【0026】図5に示すのは、検索要求がなされた場合
の処理のフローである。DBMS1は、検索指示/表示
機構13により、外部から、検索要求及び検索条件を受
け付ける(S11)。例として、「バッグを購入した顧
客」を求めるケースを想定する。この場合、購入履歴テ
ーブル102の商品名の項目が「バッグ」であるものを
検索する検索条件が与えられる。
FIG. 5 shows a processing flow when a search request is made. The DBMS 1 receives a search request and a search condition from the outside by the search instruction / display mechanism 13 (S11). As an example, suppose a case in which “customers who purchased bags” are requested. In this case, a search condition for searching for items whose item of the product name is “bag” in the purchase history table 102 is given.

【0027】主制御部12は、検索指示/表示機構13
から検索要求及び検索条件を受け付けると(S11:あ
り)、受け付けた検索要求及び検索条件について要求内
容を解析し、検索部14に検索条件に基づく検索を指示
する。検索部14は、検索条件に従って、第1記憶部1
0内の各テーブルの検索を行う(S12)。検索結果と
して、購入履歴テーブル102から、バックを購入した
顧客のID1、2、3が抽出される。この顧客IDの集
合(顧客IDリスト)は、検索部14から主制御部12
へ送られる。
The main control unit 12 includes a search instruction / display mechanism 13
When the search request and the search condition are received from the server (S11: Yes), the request is analyzed for the received search request and search condition, and the search unit 14 is instructed to perform a search based on the search condition. The search unit 14 stores the first storage unit 1 according to the search condition.
A search of each table in 0 is performed (S12). As the search result, the IDs 1, 2, and 3 of the customers who have purchased the bags are extracted from the purchase history table 102. This set of customer IDs (customer ID list) is sent from the search unit 14 to the main control unit 12.
Sent to

【0028】主制御部12は、一時記憶部16に、検索
部14から送られた顧客IDリストや、顧客IDリスト
に含まれる顧客数を格納する(S13)。主制御部12
は、顧客数や顧客IDリストを、検索指示/表示機構1
3を介して提示する(S14)。これにより、検索に関
する一連の処理が完了し、検索指示/表示機構13は、
新たな指示を待つことになる。
The main control unit 12 stores the customer ID list sent from the search unit 14 and the number of customers included in the customer ID list in the temporary storage unit 16 (S13). Main controller 12
Is the search instruction / display mechanism 1 for the number of customers and the customer ID list.
3 (S14). As a result, a series of processing related to the search is completed, and the search instruction / display mechanism 13
We will wait for new instructions.

【0029】図6に示すのは、検索結果である顧客数や
顧客IDリスト(集合)の第2記憶部11への保存に関
する処理のフローである。保存すべき顧客数や顧客ID
リストは、図5に示すフローによる最終的な状態とし
て、主制御部12の一時記憶部16に格納されている。
FIG. 6 shows a flow of processing related to storing the number of customers and a customer ID list (set) as search results in the second storage unit 11. Number of customers and customer IDs to be stored
The list is stored in the temporary storage unit 16 of the main control unit 12 as a final state according to the flow shown in FIG.

【0030】検索指示/表示機構13を介して、外部か
ら、一時記憶部16に格納されている顧客数や顧客ID
リストの保存要求を受けた場合(S21:あり)で、保
存する顧客数や顧客IDリストに付す名前(集合名)も
合わせて受け付けた場合(S22:あり)、主制御部1
2は、一時記憶部16に格納されている顧客数と顧客I
Dリストとを、集合名とともに集合管理部15に送る。
集合管理部15は、送られた顧客数、顧客IDリストに
集合名を付して集合テーブル111に保存する(S2
4)。集合名が与えられていない場合(S22:なし)
には、主制御部12は、システム内で一意になるような
名称を、自動的に付与する(S23)。集合名により、
集合テーブル111に保存した集合を識別できるように
なる。
The number of customers and customer IDs stored in the temporary storage unit 16 from the outside via the search instruction / display mechanism 13
If a list storage request is received (S21: Yes), and the number of customers to be stored and the name (set name) given to the customer ID list are also received (S22: Yes), the main control unit 1
2 is the number of customers stored in the temporary storage unit 16 and the customer I
The D list and the set name are sent to the set management unit 15.
The set management unit 15 assigns a set name to the transmitted number of customers and the customer ID list, and stores them in the set table 111 (S2).
4). When no set name has been given (S22: none)
, The main control unit 12 automatically gives a name that is unique in the system (S23). By the set name,
The set stored in the set table 111 can be identified.

【0031】なお、集合管理部15は、指示された集合
名が既に保存されている集合の集合名と同一で無いこと
を確認して、集合テーブル111の未使用部分に格納す
る。受け付けた集合名が既に保存されている集合の集合
名と同一である場合には、主制御部12は、図示しない
ディスプレイに再度の集合名の入力を促す画面を表示さ
せるなどして、集合名の再入力を操作者に行わせる。
The set management unit 15 confirms that the designated set name is not the same as the set name of the set already stored, and stores the set name in an unused portion of the set table 111. If the received set name is the same as the set name of the set that has already been stored, the main control unit 12 causes the display (not shown) to display a screen prompting for the input of the set name again, and so on. Is re-entered by the operator.

【0032】図7に示すのは、第2記憶部11の集合テ
ーブル111に保存された顧客IDリスト(集合)の読
み出しに関する処理のフローである。DBMS1は、検
索指示/表示機構13により、外部から、集合テーブル
111に保存された集合の読み出し要求を受け付ける
(S31)。ここでは、「バッグを購入した顧客の集
合」を読み出すものとする。読み出し要求を受け付ける
際、読み出す集合の集合名「バッグ購入顧客」も合わせ
て受け付ける。
FIG. 7 shows a flow of processing relating to reading of a customer ID list (set) stored in the set table 111 of the second storage unit 11. The DBMS 1 receives a read request for the set stored in the set table 111 from the outside by the search instruction / display mechanism 13 (S31). Here, it is assumed that “a set of customers who have purchased bags” is read. When accepting the read request, the set name of the set to be read, “bag purchase customer”, is also accepted.

【0033】主制御部12は、検索指示/表示機構13
から集合の読み出し要求を受け付けると(S31:あ
り)、要求のあった集合名の付された集合の読み出しを
集合管理部15に指示する。集合管理部15は、集合テ
ーブル111の該当するエントリーより、指示された集
合名の顧客数及び顧客IDリストを読み出し(S3
2)、読み出した顧客数及び顧客IDリストを主制御部
12へ送る。主制御部12は、一時記憶部16に、集合
管理部15から送られた顧客数や顧客IDリストを格納
する(S33)。また、主制御部12は、得られた顧客
数と顧客IDリストを、検索指示/表示機構13を介し
て提示する(S34)。これにより、検索結果の読み出
しに関する一連の処理が完了し、検索指示/表示機構1
3は、新たな指示を待つことになる。
The main control unit 12 has a search instruction / display mechanism 13
When a set read request is received from the group (S31: Yes), the set management unit 15 is instructed to read the set with the requested set name. Set management unit 15 from the corresponding entry in the set table 111, reads the customer number and customer ID list of the indicated set name (S3
2) Send the read customer number and customer ID list to the main control unit 12. The main control unit 12 stores the number of customers and the customer ID list sent from the collective management unit 15 in the temporary storage unit 16 (S33). Further, the main controller 12 presents the obtained number of customers and the customer ID list via the search instruction / display mechanism 13 (S34). As a result, a series of processes related to the retrieval of the retrieval result is completed, and the retrieval instruction / display mechanism 1
3 will wait for a new instruction.

【0034】図8は、一時記憶部16に格納された顧客
IDリスト間の論理演算処理のフローについて示したも
のである。予め2以上の顧客IDリストが、一時記憶部
16に格納されているものとする(S41)。一時記憶
部16に格納されている顧客IDリスト間では、主制御
部12により任意に演算が可能である。つまり、集合テ
ーブル111に保存されている顧客IDリストを読み出
したり、検索部14で検索して作成した顧客IDリスト
を、一時記憶部16に格納した状態で演算することが可
能である。どの顧客IDリスト間で演算するかは、集合
名を指定することにより特定される。
FIG. 8 shows a flow of a logical operation process between the customer ID lists stored in the temporary storage unit 16. It is assumed that two or more customer ID lists are stored in the temporary storage unit 16 in advance (S41). The main control unit 12 can arbitrarily calculate between the customer ID lists stored in the temporary storage unit 16. In other words, it is possible to read out the customer ID list stored in the set table 111 or calculate the customer ID list created by searching the search unit 14 in the temporary storage unit 16. Which of the customer ID lists is to be operated is specified by designating a set name.

【0035】DBMS1は、検索指示/表示機構13に
より、外部から、顧客IDリスト間の演算要求を受け付
ける(S42)。例として、集合テーブル111に保存
されている「バッグ購入顧客」と、「50000円以上
の商品購入顧客」との、両方を満たす顧客を求めるケー
スを想定する。主制御部12の一時記憶部16には、
「バッグ購入顧客」の集合と、「50000円以上の商
品購入顧客」の集合との、両方の顧客IDリストが読み
出されている。
The DBMS 1 receives an external calculation request between the customer ID lists by the search instruction / display mechanism 13 (S42). As an example, a case is assumed in which a customer who satisfies both “a customer who purchases a bag” stored in the set table 111 and a “customer who purchases goods of 50,000 yen or more” is obtained. In the temporary storage unit 16 of the main control unit 12,
Both customer ID lists of a set of “bag-purchasing customers” and a set of “commercial-purchasing customers of 50,000 yen or more” are read.

【0036】主制御部12は、検索指示/表示機構13
から演算要求を受け付けると(S42:あり)、一時記
憶部16にある顧客IDリスト間の演算を、演算要求に
基づいて行なう。このケースでは、両集合の論理積を求
めることになるので、2つのリストの両方に含まれてい
る顧客IDを選択し、新たに、演算結果として得られた
顧客IDリストを一時記憶部16に格納する(S4
3)。顧客IDリスト間の演算としては、集合論理演算
と同一の演算が可能であり、論理和、論理積、補集合、
排他論理和等がある。主制御部12は、新たに得られた
顧客数と顧客IDリストを、検索指示/表示機構13を
介して提示する(S44)。これにより、検索結果同士
の演算処理が完了し、検索指示/表示機構13は、新た
な指示を待つことになる。新たに得られた顧客数と顧客
IDリストを保存する場合は、図6のフローの処理を行
えばよい。
The main control unit 12 includes a search instruction / display mechanism 13
(S42: Yes), the calculation between the customer ID lists in the temporary storage unit 16 is performed based on the calculation request. In this case, since the logical product of both sets is calculated, the customer IDs included in both of the two lists are selected, and the customer ID list obtained as a result of the operation is newly stored in the temporary storage unit 16. Store (S4
3). As the operation between the customer ID lists, the same operation as the set logical operation is possible, and a logical sum, a logical product, a complement set,
There is an exclusive OR or the like. The main control unit 12 presents the newly obtained number of customers and the customer ID list via the search instruction / display mechanism 13 (S44). As a result, the arithmetic processing between the search results is completed, and the search instruction / display mechanism 13 waits for a new instruction. When the newly obtained number of customers and the customer ID list are stored, the processing of the flow in FIG. 6 may be performed.

【0037】図9は、一時記憶部16に格納された顧客
IDリストなどの検索結果、演算結果の修正処理のフロ
ーについて示したものである。予め顧客IDリストが一
時記憶部16に格納されているものとする(S51)。
DBMS1は、検索指示/表示機構13により、外部か
ら、顧客IDリストの修正要求を受け付ける(S5
2)。修正する顧客IDリストは、集合名により特定さ
れる。主制御部12は、検索指示/表示機構から修正要
求を受け付けると(S52:あり)、一時記憶部16に
格納されている顧客IDリストに対して、修正要求に基
づいた修正を行なう(S53)。修正要求としては、顧
客IDリスト内に存在する顧客IDの削除や、顧客ID
の追加などがある。主制御部12は、修正された顧客数
と顧客IDリストを、検索指示/表示機構13を介して
提示する(S54)。検索指示/表示機構13を介し
て、外部から、修正された顧客IDリストの保存の指示
があると、主制御部12は、修正された顧客IDリスト
を、同一の集合名で集合テーブル111に上書き保存し
たり、或いは、別の集合名で集合テーブル111に保存
する。別の集合名で保存する場合は、図6のフローの処
理を行えばよい。これにより、検索結果の修正に関する
一連の処理が完了し、検索指示/表示機構13は、新た
な指示を待つことになる。
FIG. 9 shows a flow of a process of correcting a search result and a calculation result of a customer ID list and the like stored in the temporary storage unit 16. It is assumed that the customer ID list is stored in the temporary storage unit 16 in advance (S51).
The DBMS 1 receives a request to modify the customer ID list from the outside by the search instruction / display mechanism 13 (S5).
2). The customer ID list to be modified is specified by the set name. When receiving the correction request from the search instruction / display mechanism (S52: Yes), the main control unit 12 corrects the customer ID list stored in the temporary storage unit 16 based on the correction request (S53). . The correction request includes deletion of a customer ID existing in the customer ID list,
And the like. The main controller 12 presents the corrected number of customers and the customer ID list via the search instruction / display mechanism 13 (S54). When there is an external instruction to save the corrected customer ID list via the search instruction / display mechanism 13, the main control unit 12 stores the corrected customer ID list in the set table 111 with the same set name. It is overwritten and saved, or is saved in the set table 111 with another set name. When saving with a different set name, the processing of the flow in FIG. 6 may be performed. As a result, a series of processes relating to the modification of the search result is completed, and the search instruction / display mechanism 13 waits for a new instruction.

【0038】上記のような手順で実現する集合の作成、
保存、演算、修正の基本動作を組み合わせた処理を行な
うことで、以下のような効果が得られる。
Creation of a set realized by the above procedure,
The following effects can be obtained by performing processing combining basic operations of storage, calculation, and correction.

【0039】(集合の保存による効果)一度検索した結
果である顧客IDを集合(顧客IDリスト)として保存
することで、再度同一の検索条件による結果が必要にな
った場合に、再検索によって結果を得るよりも高速に、
検索結果の提示を行えるようになる。また、顧客IDリ
ストを集合テーブル111から読み出すだけですむため
に、少ないリソースで検索結果の提示が可能である。
(Effect of Saving Set) By storing the customer ID, which is the result of the search once, as a set (customer ID list), when the result under the same search condition is required again, the result is re-searched. Faster than you get
Present search results. Further, since it is only necessary to read the customer ID list from the set table 111, it is possible to present the search result with a small number of resources.

【0040】購入履歴テーブル102には、顧客が購入
した履歴分のデータが格納される。このテーブルは、上
記の実施形態でも、図3に示すように1件当り5項目の
データを保持している。各項目のデータ長を10バイト
と仮定すると、1件当り50バイトのデータ量になる。
例えば、商品「バック」を購入した顧客が、100人い
たとすると、これらのデータ量は、50バイト×100
=5000バイトとなる。一方、「バックを購入した顧
客」を検索して集合として保存した場合、データの大き
さは、集合名を20バイト、顧客数を4バイト、顧客I
Dリストを4バイトと仮定すると、20バイト+4バイ
ト+4バイト×100=424バイトで済んでしまう。
集合として保存した場合のデータ量は、顧客履歴テーブ
ル102で管理する場合と比較して1/10以下とな
る。一度、「バックを購入した顧客」を集合として保存
すれば、再度同一の検索を行う必要が無くなるため、購
入履歴テーブル102からこれらのデータを削除してし
まうことが可能になる。不必要なデータを削除できるた
めに、データの保管に必要な記憶領域を大幅に軽減でき
る。
The purchase history table 102 stores data corresponding to the history of purchases made by customers. This table also holds five items of data per case as shown in FIG. 3 in the above embodiment. When the data length of each item assuming 10 bytes, the data amount of 1 per 50 bytes.
For example, assuming that there are 100 customers who have purchased the product “back”, the data amount of these is 50 bytes × 100
= 5000 bytes. On the other hand, when "customers who purchased the bag" are searched and stored as a set, the data size is 20 bytes for the set name, 4 bytes for the number of customers, and
Assuming that the D-list is 4 bytes, only 20 bytes + 4 bytes + 4 bytes × 100 = 424 bytes are required.
The data amount when stored as a set is 1/10 or less as compared with the case where the data is managed in the customer history table 102. Once "customers who have purchased bags" are stored as a set, it is not necessary to perform the same search again, so that these data can be deleted from the purchase history table 102. Since unnecessary data can be deleted, the storage area required for storing data can be significantly reduced.

【0041】検索結果、または集合の演算結果を、新た
に集合として保存する際に、集合名を与えるが、この集
合名を、その顧客IDリスト(集合)をどの様に作成し
たかではなく、顧客IDリストが何を意味するかを念頭
に置いた名前にする。このことは、集合間の論理演算を
繰り返していった場合には、非常に顕著な効果となって
あらわれる。その集合が作成された条件式を示したとし
ても、もはや作成者にも理解困難な形になるからであ
る。
When a search result or an operation result of a set is newly stored as a set, a set name is given. This set name is determined not by how the customer ID list (set) is created, but by Choose a name that keeps in mind what the customer ID list means. This has a very remarkable effect when the logical operation between sets is repeated. This is because even if the set shows the created conditional expression, it becomes difficult for the creator to understand.

【0042】(集合間の演算による効果)保管されてい
る顧客IDリスト、検索により求めた顧客IDリストを
組み合わせた論理演算が可能になることで、最終的に求
めたい顧客IDリストを得るまでの処理過程を、基本的
な操作の繰り返しのみで実現出来る。そのために、検索
条件を複雑に組み合わせた要求を一度に組み立てる必要
が無く、複雑な検索要求に対する習熟が不用であり、検
索処理系に与える負荷も軽減される。
(Effect of Operation Between Sets) A logical operation can be performed by combining the stored customer ID list and the customer ID list obtained by searching, so that it is possible to obtain the customer ID list finally obtained. The process can be realized only by repeating basic operations. Therefore, it is not necessary to assemble at once a request in which search conditions are combined in a complicated manner, so that it is unnecessary to learn complicated search requests and the load on the search processing system is reduced.

【0043】(顧客IDリストの修正による効果)顧客
IDリストを修正可能とするために、修正を行っている
操作者の意図によって、顧客IDリストをカスタマイズ
することができるようになる。カスタマイズすることに
より、顧客IDリストを、操作者にとって都合の良いも
のとするこことが可能となる。第1記憶部10の各テー
ブルの項目にあれば、検索を行うことにより所望の顧客
IDリストを作成できる。項目にない場合でも、顧客I
Dリストの修正によって所望の顧客IDリストを作成す
ることができる。
(Effect of Correction of Customer ID List) In order to enable the correction of the customer ID list, the customer ID list can be customized according to the intention of the operator who is performing the correction. By customizing, it is possible to make the customer ID list convenient for the operator. If there is an item in each table of the first storage unit 10, a desired customer ID list can be created by performing a search. Customer I, even if not in item
By modifying the D list, a desired customer ID list can be created.

【0044】例として、「専務の大事な顧客」を選択す
るようなケースを考える。この場合、「専務の大事な顧
客」の選択基準は、実に曖昧であり、1人1人(1社1
社)その理由が異なり、なぜ大事なのか専務が明確に提
示出来ないことも考えられる。そのために、テーブルの
検索により所望の顧客のIDを得ることは困難である。
しかし、例えば、予め粗い検索条件により、ある程度顧
客のIDを抽出して集合としておき、1人1人(1社1
社)の名前を見ていくことにより、大事か大事でないか
判断して、IDの追加、削除を行って最適なIDの集合
とすることは、専務にとっては可能である。一度、「専
務の大事な顧客」を集合として登録しておけば、以降こ
の集合は、検索条件で作成されたものと同等に扱って処
理する事が可能である。また、1999年と2000年
とで、「専務の大事な顧客」の内容に変化が起こって
も、対応することが出来る。
As an example, let us consider a case in which “customer who is important for senior management” is selected. In this case, the selection criterion for “important customer of senior management” is very vague, and each person (one company, one company)
The reason is different, and it is possible that the managing director cannot clearly show why it is important. Therefore, it is difficult to obtain a desired customer ID by searching the table.
However, for example, customer IDs are extracted to some extent under rough search conditions in advance and set as a set, and each person (one company, one company)
By looking at the name of the (company), it is possible for the managing director to judge whether it is important or not and to add and delete IDs to make an optimal set of IDs. Once the "important customer of the managing director" is registered as a set, this set can be handled and processed in the same manner as that created under the search condition. Further, even if the content of “important customer of senior management” changes between 1999 and 2000, it is possible to respond.

【0045】本発明は、顧客の購入履歴の管理にとどま
らず、以下の分野への応用も可能である。 ・顧客の商品の購入履歴だけでなく、顧客との様々な取
引状況、即ち、電話、ファクシミリ、手紙、電子メール
等での問い合わせ状況の履歴を扱う事が可能である。 ・顧客テーブル101や購入履歴テーブル102で例示
したデータは、データベースに限らず、データウエアハ
ウス、データマート、データウェブハウス等に格納され
ているものも対象として可能である。 ・インターネット上の、サイトや、ページに対して、そ
のダウンロードした履歴を購入履歴と同様に蓄積、利用
することが可能であり、インターネット上の検索に関し
ても、一度検索して得られたものを、集合として保存、
再利用することが可能である。
The present invention can be applied not only to management of a customer's purchase history but also to the following fields. -It is possible to handle not only the purchase history of the customer's products but also various transaction statuses with the customer, that is, the history of inquiry status by telephone, facsimile, letter, e-mail, and the like. The data exemplified in the customer table 101 and the purchase history table 102 is not limited to a database, but may be data stored in a data warehouse, a data mart, a data web house, or the like.・ It is possible to accumulate and use the download history of sites and pages on the Internet in the same way as the purchase history. Save as a set,
It can be reused.

【0046】なお、本実施形態では、検索対象となるデ
ータを2つのテーブルに保存して検索を行う例を示した
が、検索対象のデータは、これに限らず、識別情報によ
り識別可能なデータであれば、どのような形態で記憶さ
れていてもよい。
In this embodiment, an example has been described in which data to be searched is stored in two tables and a search is performed. However, the data to be searched is not limited to this, and data that can be identified by identification information is not limited to this. If it is, it may be stored in any form.

【0047】[0047]

【発明の効果】以上のように、本発明によれば、対象と
なるデータが大量になった場合のデータの検索処理時間
と検索結果の再利用時のデータ読み出し時間を短縮でき
るようになるという、特有の効果を奏する。
As it is evident from the foregoing description, that according to the present invention, it becomes possible to shorten the data read time at the time of re-use of the search processing time and search results of data when the data of interest has become mass It has a special effect.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明を適用したデータベース管理システムの
構成図。
FIG. 1 is a configuration diagram of a database management system to which the present invention is applied.

【図2】顧客テーブルの内容例を示した図。FIG. 2 is a diagram showing an example of the contents of a customer table.

【図3】購入履歴テーブルの内容例を示した図。FIG. 3 is a diagram showing an example of the contents of a purchase history table.

【図4】集合テーブルの内容例を示した図。FIG. 4 is a diagram showing an example of the contents of a set table.

【図5】検索要求がなされた場合の処理のフローを示し
た図。
FIG. 5 is a diagram showing a processing flow when a search request is made;

【図6】集合の保存に関する処理のフローを示した図。FIG. 6 is a diagram showing a flow of processing related to storage of a set.

【図7】格納されている集合の読み出しに関する処理の
フローを示した図。
FIG. 7 is a diagram showing a flow of processing relating to reading of a stored set.

【図8】集合間の演算の処理のフローを示した図。FIG. 8 is a diagram showing a flow of an operation between sets.

【図9】集合の修正の処理のフローを示した図。FIG. 9 is a diagram showing a flow of processing for correcting a set.

【符号の説明】 1 DBMS 10 第1記憶部 11 第2記憶部 12 主制御部 13 表示機構 14 検索部 15 集合管理部 16 一時記憶部 101 顧客テーブル 102 顧客履歴テーブル 102 購入履歴テーブル 111 集合テーブル[Description of Signs] 1 DBMS 10 First storage unit 11 Second storage unit 12 Main control unit 13 Display mechanism 14 Search unit 15 Set management unit 16 Temporary storage unit 101 Customer table 102 Customer history table 102 Purchase history table 111 Set table

───────────────────────────────────────────────────── フロントページの続き (72)発明者 須賀 京子 東京都新宿区西新宿1−6−1 株式会社 ビーコンインフォメーションテクノロジー 内 Fターム(参考) 5B075 PP23 PQ02 PR03 5B082 GA08 GA16  ────────────────────────────────────────────────── ─── Continuing on the front page (72) Inventor Kyoko Suga 1-6-1 Nishi-Shinjuku, Shinjuku-ku, Tokyo Beacon Information Technology Inc. F-term (reference) 5B075 PP23 PQ02 PR03 5B082 GA08 GA16

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 各々を識別するための識別情報を含む管
理対象体に関わるオブジェクトデータと前記管理対象体
に実際に発生した事象を表すデータに当該事象が発生し
た管理対象体のオブジェクトデータに含まれる識別情報
を付した事象データとが格納される第1記憶手段と、 外部からの検索要求に応じて、前記第1記憶手段から所
望の識別情報を抽出するための検索条件を受け付ける手
段と、 前記検索条件に応じて前記第1記憶手段を検索し、該当
する識別情報の抽出を行う検索手段と、 前記検索条件毎に、前記抽出された前記識別情報を集合
として記憶する一時記憶手段と、 前記一時記憶手段に記憶された前記識別情報が、前記集
合単位で格納される第2記憶手段と、 前記第2記憶手段へ前記一時記憶手段に記憶された前記
識別情報を前記集合単位で格納するとともに、前記第2
記憶手段に格納された前記識別情報を前記集合単位で前
記一時記憶手段に書き込む集合管理手段と、を備えてお
り、 前記集合管理手段は、同一の検索条件による検索の際
に、前記第2記憶手段に格納された当該検索条件による
集合を前記一時記憶手段に書き込むように構成されてい
る、 データベース管理システム。
1. An object data related to a managed object including identification information for identifying each object, and data representing an event actually occurring in the managed object included in object data of the managed object in which the event occurred First storage means for storing event data to which identification information is attached, and means for receiving a search condition for extracting desired identification information from the first storage means in response to an external search request; A search unit that searches the first storage unit in accordance with the search condition and extracts corresponding identification information; a temporary storage unit that stores the extracted identification information as a set for each search condition; A second storage unit in which the identification information stored in the temporary storage unit is stored in the unit of a set; and the identification information stored in the temporary storage unit in the second storage unit. Stores in serial set unit, the second
And a set management unit that writes the identification information stored in the storage unit to the temporary storage unit in the set unit, wherein the set management unit is configured to perform the second storage when searching under the same search condition. A database management system configured to write a set based on the search condition stored in the means into the temporary storage means.
【請求項2】 前記一時記憶手段に記憶された前記識別
情報からなる前記集合に他の識別情報を追加するととも
に、前記一時記憶手段に記憶された前記識別情報からな
る前記集合から識別情報を削除するようにして成る修正
手段をさらに備えており、 前記集合に含まれる識別情報を修正可能に構成されてい
る、 請求項1記載のデータベース管理システム。
2. A method for adding another identification information to the set including the identification information stored in the temporary storage unit and deleting the identification information from the set including the identification information stored in the temporary storage unit. The database management system according to claim 1, further comprising a correction unit configured to perform the correction, and configured to be able to correct the identification information included in the set.
【請求項3】 各々を識別するための識別情報を含む電
子データが格納される第1記憶手段と、 外部からの検索要求に応じて、前記第1記憶手段から所
望の電子データを抽出するための検索条件を受け付ける
手段と、 前記検索条件に応じて前記第1記憶手段を検索し、該当
する電子データの抽出を行う検索手段と、 前記検索条件毎に、前記抽出された前記電子データの識
別情報を集合として記憶する一時記憶手段と、 前記一時記憶手段に記憶された前記識別情報が、前記集
合単位で格納される第2記憶手段と、 前記第2記憶手段へ、前記一時記憶手段に記憶された前
記識別情報を、前記集合単位で格納する集合管理手段
と、 前記一時記憶手段に記憶された前記識別情報からなる前
記集合に対して、外部からの要求に応じた修正を可能に
する修正手段と、を備えており、 前記修正手段は、前記一時記憶手段に記憶された前記識
別情報からなる前記集合に他の識別情報を追加可能にす
るとともに、前記一時記憶手段に記憶された前記識別情
報からなる前記集合から識別情報を削除可能にするよう
に構成されている、 データベース管理システム。
3. A first storage means for storing electronic data including identification information for identifying each of them, and for extracting desired electronic data from the first storage means in response to an external search request. Means for receiving the search condition, searching means for searching the first storage means in accordance with the search condition, and extracting the corresponding electronic data, identification of the extracted electronic data for each search condition Temporary storage means for storing information as a set, second storage means for storing the identification information stored in the temporary storage means in units of the set, and storage in the second storage means and in the temporary storage means A set management unit that stores the set identification information in the set unit; and enables the set that includes the identification information stored in the temporary storage unit to be modified according to an external request. Correction means, wherein the correction means enables other identification information to be added to the set of the identification information stored in the temporary storage means, and the correction information stored in the temporary storage means. A database management system configured to enable identification information to be deleted from the set of identification information.
【請求項4】 前記集合管理手段は、前記第2記憶手段
に格納された前記識別情報を前記集合を単位として前記
一時記憶手段に書き込む機能をさらに有しており、 前記修正手段が、前記第2記憶手段から前記一時記憶手
段に書き込まれた前記識別情報に対しても、外部からの
要求に応じた修正を可能に構成されている、 請求項3記載のデータベース管理システム。
4. The set management means further has a function of writing the identification information stored in the second storage means to the temporary storage means in units of the set, and the correction means includes: 4. The database management system according to claim 3, wherein the identification information written from the second storage unit to the temporary storage unit can be modified in response to an external request. 5.
【請求項5】 前記一時記憶手段に記憶された前記集合
間で論理演算を行い、論理演算の結果得られる識別情報
からなる新たな集合を作成する手段をさらに備える、 請求項1又は3記載のデータベース管理システム。
5. The apparatus according to claim 1, further comprising: a unit that performs a logical operation between the sets stored in the temporary storage unit, and creates a new set including identification information obtained as a result of the logical operation. Database management system.
【請求項6】 各々を識別するためのIDを含む顧客に
関わるオブジェクトデータを保持する第1テーブル、及
び前記顧客に実際に発生した事象を表す事象データに当
該事象が発生した顧客のオブジェクトデータに含まれる
IDを付して保持する第2テーブルが格納される第1記
憶手段と、 外部からの検索要求に応じて、前記第1テーブル又は前
記第2テーブルから所望のIDを抽出するための検索条
件を受け付ける手段と、 前記検索条件に応じて前記第1テーブル又は前記第2テ
ーブルを検索し、該当するIDの抽出を行う検索手段
と、 前記検索条件毎に、前記抽出された前記IDを集合とし
た顧客IDリストとして記憶する一時記憶手段と、 前記一時記憶手段に記憶された前記IDが、前記顧客I
Dリスト単位で格納される第2記憶手段と、 前記第2記憶手段へ前記一時記憶手段に記憶された前記
IDを前記顧客IDリスト単位で格納するとともに、前
記第2記憶手段に格納された前記IDを前記顧客IDリ
スト単位で前記一時記憶手段に書き込む集合管理手段
と、 前記一時記憶手段に記憶された前記顧客IDリスト間で
論理演算を行い、論理演算の結果得られるIDからなる
新たな顧客IDリストを作成する手段と、 前記一時記憶手段に記憶された前記顧客IDリストに対
して、外部からの要求に応じた修正を可能にする修正手
段と、を備えており、 前記集合管理手段は、同一の検索条件による検索の際
に、前記第2記憶手段に格納された当該検索条件による
顧客IDリストを前記一時記憶手段に書き込むように構
成されており、 前記修正手段は、前記一時記憶手段に記憶された前記顧
客IDリストに他のIDを追加可能にするとともに、前
記一時記憶手段に記憶された前記顧客IDリストからI
Dを削除可能にするように構成されている、 顧客管理システム。
6. A first table for holding object data relating to a customer including an ID for identifying each of them, and an event data representing an event actually occurring for the customer in an object data of the customer in which the event occurred. First storage means for storing a second table to which an ID is included and held, and a search for extracting a desired ID from the first table or the second table in response to an external search request Means for receiving a condition; searching means for searching the first table or the second table in accordance with the search condition to extract a corresponding ID; gathering the extracted ID for each search condition Temporary storage means for storing as a customer ID list, and the ID stored in the temporary storage means,
A second storage unit that is stored in units of a D list; and the ID that is stored in the temporary storage unit in the second storage unit is stored in units of the customer ID list, and the second storage unit that is stored in the second storage unit. A group management unit that writes an ID to the temporary storage unit in units of the customer ID list; a new customer that performs a logical operation between the customer ID lists stored in the temporary storage unit and that is an ID obtained as a result of the logical operation Means for creating an ID list; and correction means for enabling the customer ID list stored in the temporary storage means to be corrected in response to an external request. When a search is performed under the same search condition, the customer ID list based on the search condition stored in the second storage unit is written in the temporary storage unit. Serial modifying means is configured to allow add other ID to the customer ID list stored in the temporary storage means, from the customer ID list stored in the temporary storage unit I
A customer management system configured to allow D to be deleted.
【請求項7】 各々を識別するための識別情報を含む管
理対象体に関わるオブジェクトデータと前記管理対象体
に実際に発生した事象を表すデータに当該事象が発生し
た管理対象体のオブジェクトデータに含まれる識別情報
を付した事象データとが格納される第1記憶手段と、 外部からの検索要求に応じて、前記第1記憶手段から所
望の識別情報を抽出するための検索条件を受け付ける手
段と、 前記検索条件に応じて前記第1記憶手段を検索し、該当
する識別情報の抽出を行う検索手段と、 前記検索条件毎に、前記抽出された前記識別情報を集合
として記憶する一時記憶手段と、 前記一時記憶手段に記憶された前記識別情報が、前記集
合単位で格納される第2記憶手段と、 前記第2記憶手段へ前記一時記憶手段に記憶された前記
識別情報を前記集合単位で格納するとともに、前記第2
記憶手段に格納された前記識別情報を前記集合単位で前
記一時記憶手段に書き込む集合管理手段とを備え、 前記集合管理手段は、同一の検索条件による検索の際
に、前記第2記憶手段に格納された当該検索条件による
集合を前記一時記憶手段に書き込むデータベース管理シ
ステムをコンピュータ上に形成するためのコンピュータ
プログラムが記録された、コンピュータ読み取り可能な
記録媒体。
7. Object data relating to a managed object including identification information for identifying each object, and data representing an event actually occurring in the managed object included in object data of the managed object in which the event occurred First storage means for storing event data to which identification information is attached, and means for receiving a search condition for extracting desired identification information from the first storage means in response to an external search request; A search unit that searches the first storage unit in accordance with the search condition and extracts corresponding identification information; a temporary storage unit that stores the extracted identification information as a set for each search condition; A second storage unit in which the identification information stored in the temporary storage unit is stored in the unit of a set; and the identification information stored in the temporary storage unit in the second storage unit. Stores in serial set unit, the second
A set management unit that writes the identification information stored in the storage unit to the temporary storage unit in units of the set, wherein the set management unit stores the identification information in the second storage unit when a search is performed under the same search condition. A computer-readable recording medium on which a computer program for forming a database management system on a computer for writing the set obtained by the search condition into the temporary storage means is recorded.
【請求項8】 各々を識別するための識別情報を含む電
子データが格納される第1記憶手段と、 外部からの検索要求に応じて、前記第1記憶手段から所
望の電子データを抽出するための検索条件を受け付ける
手段と、 前記検索条件に応じて前記第1記憶手段を検索し、該当
する電子データの抽出を行う検索手段と、 前記検索条件毎に、前記抽出された前記電子データの識
別情報を集合として記憶する一時記憶手段と、 前記一時記憶手段に記憶された前記識別情報が、前記集
合単位で格納される第2記憶手段と、 前記第2記憶手段へ、前記一時記憶手段に記憶された前
記識別情報を、前記集合単位で格納する集合管理手段
と、 前記一時記憶手段に記憶された前記識別情報からなる前
記集合に対して、外部からの要求に応じた修正を可能に
する修正手段とを備え、 前記修正手段は、前記一時記憶手段に記憶された前記識
別情報からなる前記集合に他の識別情報を追加可能にす
るとともに、前記一時記憶手段に記憶された前記識別情
報からなる前記集合から識別情報を削除可能にするデー
タベース管理システムをコンピュータ上に形成するため
のコンピュータプログラムが記録された、コンピュータ
読み取り可能な記録媒体。
8. A first storage means for storing electronic data including identification information for identifying each of them, and for extracting desired electronic data from said first storage means in response to an external search request. Means for receiving the search condition, searching means for searching the first storage means in accordance with the search condition, and extracting the corresponding electronic data, identification of the extracted electronic data for each search condition Temporary storage means for storing information as a set, second storage means for storing the identification information stored in the temporary storage means in units of the set, and storage in the second storage means and in the temporary storage means A set management unit that stores the set identification information in the set unit; and enables the set that includes the identification information stored in the temporary storage unit to be modified according to an external request. And a correction means, said correction means is configured to allow adding other identification information to the set consisting of the identification information stored in the temporary storage means, from the identification information stored in the temporary storage means A computer-readable recording medium on which a computer program for forming a database management system on a computer which enables identification information to be deleted from the set is recorded.
JP2000398627A 2000-12-27 2000-12-27 Database management system, customer management system, recording medium Expired - Fee Related JP3631676B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000398627A JP3631676B2 (en) 2000-12-27 2000-12-27 Database management system, customer management system, recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000398627A JP3631676B2 (en) 2000-12-27 2000-12-27 Database management system, customer management system, recording medium

Publications (2)

Publication Number Publication Date
JP2002197114A true JP2002197114A (en) 2002-07-12
JP3631676B2 JP3631676B2 (en) 2005-03-23

Family

ID=18863554

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000398627A Expired - Fee Related JP3631676B2 (en) 2000-12-27 2000-12-27 Database management system, customer management system, recording medium

Country Status (1)

Country Link
JP (1) JP3631676B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006194817A (en) * 2005-01-17 2006-07-27 Xanavi Informatics Corp Navigation device
JP2008298453A (en) * 2007-05-29 2008-12-11 Kenwood Corp Navigation device
WO2010134319A1 (en) * 2009-05-18 2010-11-25 Yanase Takatoshi Knowledge base system, logical operation method, program, and storage medium
JP2013033051A (en) * 2012-09-06 2013-02-14 Jvc Kenwood Corp Navigation device
JP2015079415A (en) * 2013-10-18 2015-04-23 Necパーソナルコンピュータ株式会社 Information processing device, information processing method, and program
WO2017013758A1 (en) * 2015-07-22 2017-01-26 株式会社日立製作所 Database search system and database search method
CN112182312A (en) * 2020-09-23 2021-01-05 中国建设银行股份有限公司 Mechanism name matching method and device, electronic equipment and readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07192007A (en) * 1993-12-27 1995-07-28 Canon Inc Document processing unit
JPH09305611A (en) * 1996-05-14 1997-11-28 N T T Data Tsushin Kk Retrieving device for database
JPH1063685A (en) * 1996-08-19 1998-03-06 Nec Corp Information retrieving system
JPH113345A (en) * 1997-06-11 1999-01-06 Mitsubishi Electric Corp Overlapped processing control system
JP2000020527A (en) * 1998-07-03 2000-01-21 Hitachi Ltd Retrieving system in data base

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07192007A (en) * 1993-12-27 1995-07-28 Canon Inc Document processing unit
JPH09305611A (en) * 1996-05-14 1997-11-28 N T T Data Tsushin Kk Retrieving device for database
JPH1063685A (en) * 1996-08-19 1998-03-06 Nec Corp Information retrieving system
JPH113345A (en) * 1997-06-11 1999-01-06 Mitsubishi Electric Corp Overlapped processing control system
JP2000020527A (en) * 1998-07-03 2000-01-21 Hitachi Ltd Retrieving system in data base

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006194817A (en) * 2005-01-17 2006-07-27 Xanavi Informatics Corp Navigation device
JP4684661B2 (en) * 2005-01-17 2011-05-18 クラリオン株式会社 Navigation device
JP2008298453A (en) * 2007-05-29 2008-12-11 Kenwood Corp Navigation device
WO2010134319A1 (en) * 2009-05-18 2010-11-25 Yanase Takatoshi Knowledge base system, logical operation method, program, and storage medium
US8818930B2 (en) 2009-05-18 2014-08-26 Takatoshi Yanase Knowledge base system, logic operation method, program, and recording medium
JP2013033051A (en) * 2012-09-06 2013-02-14 Jvc Kenwood Corp Navigation device
JP2015079415A (en) * 2013-10-18 2015-04-23 Necパーソナルコンピュータ株式会社 Information processing device, information processing method, and program
WO2017013758A1 (en) * 2015-07-22 2017-01-26 株式会社日立製作所 Database search system and database search method
JPWO2017013758A1 (en) * 2015-07-22 2017-09-28 株式会社日立製作所 Database search system and database search method
US20170286507A1 (en) * 2015-07-22 2017-10-05 Hitachi, Ltd. Database search system and database search method
CN112182312A (en) * 2020-09-23 2021-01-05 中国建设银行股份有限公司 Mechanism name matching method and device, electronic equipment and readable storage medium

Also Published As

Publication number Publication date
JP3631676B2 (en) 2005-03-23

Similar Documents

Publication Publication Date Title
US20030023622A1 (en) Manual activity persistence in content management workflow systems
US20070250492A1 (en) Visual search experience editor
JP2004532480A (en) Synchronous change data capture in a relational database
US20040243485A1 (en) Method and system for providing product catalog information for electronic stores
US6892357B2 (en) Logistics management method and system
JP2002197114A (en) Database management system, customer management system and storage medium
US20030050886A1 (en) Method and apparatus for managing the versioning of business objects using a state machine
JP3444111B2 (en) Product information display method and system
JP3547180B2 (en) Examination work support system and examination work support method
JP3631681B2 (en) Data management system, data management method, and computer program
JP2001056809A (en) Document managing system
US20030028443A1 (en) Online transactions ledger
JP3436180B2 (en) Case classification device and program recording medium
JP2700517B2 (en) Document management method
JP3245873B2 (en) File processing device
US20040193555A1 (en) Method and system for selecting a procedure for shipping
JPH11232289A (en) Material registering and retrieving system
JPH09251580A (en) Method for processing sales data
JP2872734B2 (en) Search and analysis method of quality data
JP2002163429A (en) Workflow management system, server, and recording medium
JPH09146970A (en) Data retrieval and totalization device
JP2022106077A (en) Development support program, development support device, and development support method
JP2003330775A (en) General-purpose database system
JP3512631B2 (en) Job information management apparatus and job information management method
JPH04317172A (en) Virtual structure retrieval system in hyper text system

Legal Events

Date Code Title Description
TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20041130

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20041217

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081224

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091224

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101224

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101224

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111224

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees