JP2012038097A - Information management system and method - Google Patents

Information management system and method Download PDF

Info

Publication number
JP2012038097A
JP2012038097A JP2010177936A JP2010177936A JP2012038097A JP 2012038097 A JP2012038097 A JP 2012038097A JP 2010177936 A JP2010177936 A JP 2010177936A JP 2010177936 A JP2010177936 A JP 2010177936A JP 2012038097 A JP2012038097 A JP 2012038097A
Authority
JP
Japan
Prior art keywords
key
information
indirect
element key
management system
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.)
Pending
Application number
JP2010177936A
Other languages
Japanese (ja)
Inventor
Chiketsu Senri
智傑 千里
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.)
Infodeliver
INFODELIVER CORP
Original Assignee
Infodeliver
INFODELIVER CORP
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 Infodeliver, INFODELIVER CORP filed Critical Infodeliver
Priority to JP2010177936A priority Critical patent/JP2012038097A/en
Publication of JP2012038097A publication Critical patent/JP2012038097A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a system for substantially preventing even a malicious insider from stealing a large amount of confidential information.SOLUTION: The information management system for managing one set of element information by dividing the one set into some parts includes a database management system 420 for generating a unique indirect element key with each element key allocated to some parts of the one set of element information as a function, and a database 410 for storing the indirect element key. The database management system 420 preferably uses one of factorization, a slide function and a random number table to generate the indirect element key. The database management system 420 preferably includes a collation mechanism 421 for deriving element information allocated to the element key by identifying the element key from the indirect element key.

Description

本発明は、情報管理システム及び方法に関し、特に、データを分散管理するデータベースの処理技術において、データベース上に管理される機密情報の大量漏洩を防止する情報管理システム及び方法に関する。   The present invention relates to an information management system and method, and more particularly to an information management system and method for preventing a large amount of leakage of confidential information managed on a database in a database processing technique for managing data in a distributed manner.

現代的な情報システムの多くは、その一部にデータベースを擁し、データベース上には例えば個人情報といった第三者に漏洩すべきでない機密情報を含むことが一般的である。このようなデータベース上の機密情報漏洩を防止する手法が色々研究されているが、近年、機密情報をそれ単体では意味をなさない小片に分割し、別個に保存するという分散管理と呼ばれる手法が注目されている。   Many modern information systems have a database as a part thereof, and the database generally contains confidential information that should not be leaked to a third party such as personal information. Various methods have been studied to prevent the leakage of confidential information on the database. Recently, a method called distributed management, in which confidential information is divided into small pieces that do not make sense on their own and stored separately, has attracted attention. Has been.

図1、図2及び図3を用いてこの分散管理の概要を説明する。機密情報である元情報は図1に示すように要素情報である会員番号、名前、住所及び電話番号からなっているとする。この元情報101を、図2に示すように、会員番号と各会員番号を識別する会員番号キーとからなる要素情報201と、名前と各名前を識別する名前キーとからなる要素情報202と、住所と各住所を識別する住所キーとからなる要素情報203と、電話番号と各電話番号を識別する電話番号キーとからなる要素情報20と4に分割して、データベース上に保存する。更に通常は、この要素情報201、要素情報202、要素情報203及び要素情報204の他に、各要素情報の要素キー間の関連を表す図3に示したような連結表301を用意してこれも同時に保存する。   The outline of this distributed management will be described with reference to FIGS. Assume that the original information, which is confidential information, is composed of member numbers, names, addresses, and telephone numbers, which are element information, as shown in FIG. As shown in FIG. 2, the original information 101 includes element information 201 including a member number and a member number key for identifying each member number, element information 202 including a name and a name key for identifying each name, The information is divided into element information 203 composed of an address and an address key for identifying each address, and element information 20 and 4 composed of a telephone number and a telephone number key for identifying each telephone number, and stored in a database. Further, normally, in addition to this element information 201, element information 202, element information 203, and element information 204, a connection table 301 as shown in FIG. 3 showing the relationship between the element keys of each element information is prepared. Save at the same time.

例えば、元情報101の項番5は、会員番号「0005」と名前「山田太郎」と住所「東京都港区」及び電話番号「▽▽▽▽▽▽▽▽▽▽」から構成されており、それぞれの要素情報に対応した要素キーは会員番号キー「213」、名前キー「221」、住所キー「234」及び電話番号キー「247」である。この時、連結表301は、会員番号キー「213」、名前キー「221」、住所キー「234」及び電話番号キー「247」が1つの行を構成しており、これが会員番号と名前及び住所電話番号を結び付けていることが分かる。このように連結表301を用いれば、要素情報201、要素情報202、要素情報203及び要素情報204から元情報101を容易に復元することが出来る。   For example, item number 5 of the original information 101 is composed of a member number “0005”, a name “Taro Yamada”, an address “Minato-ku, Tokyo” and a telephone number “▽▽▽▽▽▽▽▽▽▽” Element keys corresponding to the element information are a member number key “213”, a name key “221”, an address key “234”, and a telephone number key “247”. At this time, in the concatenation table 301, the member number key “213”, the name key “221”, the address key “234”, and the telephone number key “247” constitute one line, which is the member number, name, and address. You can see that the phone number is linked. If the connection table 301 is used in this way, the original information 101 can be easily restored from the element information 201, the element information 202, the element information 203, and the element information 204.

尚、機密情報の分散管理においては、図2に示したように全ての要素情報を分散して管理しても良いが、要素情報間の関連が分かっても機密保持上問題にならないものは一括管理する方が効率的である。例えば、図1の元情報でいうと、要素情報203の住所と要素情報204の電話番号を合わせて管理してもよい。この場合は、住所と電話番号の一つの組に対して一つの要素キーが与えられることになる。ともあれ、上記要素情報201、要素情報202、要素情報203、及び要素情報204と連結表301をそれぞれ異なる記憶装置に保存すれば、5つの記憶装置上にまたがるデータを全て盗み出さない限り、意味のある元情報を復元することが出来ない。このように分散管理という手法を用いれば、悪意ある第三者によるデータの大量漏洩を大幅に抑止できるようになる。   In the distributed management of confidential information, all element information may be distributed and managed as shown in FIG. 2, but those that do not pose a problem for maintaining confidentiality even if the relationship between the element information is known. It is more efficient to manage. For example, referring to the original information in FIG. 1, the address of the element information 203 and the telephone number of the element information 204 may be managed together. In this case, one element key is given to one set of address and telephone number. Anyway, if the element information 201, the element information 202, the element information 203, the element information 204, and the connection table 301 are stored in different storage devices, it is meaningful as long as all data across the five storage devices are not stolen. The original information cannot be restored. By using the distributed management method in this way, a large amount of data leakage by a malicious third party can be greatly suppressed.

特開平11−272681号公報JP-A-11-272681

しかしながら、上記分散管理の手法を用いても、正規の利用者やシステム管理者のような内部関係者が悪意を持った場合には、復元後の情報を取り出すことが出来るので、機密情報の漏洩を避けることが出来ない。なお分散管理以外にも機密漏洩を防止する技術は多々有るが、そのいずれもが特に悪意を持った内部関係者に対しては防止効果を持っていない。例えば、機密情報にアクセスする権利をある特定の管理者にのみに付与するといったアクセス制限がなされたりしている。しかしこの手法もアクセスの権利を有したものが悪意をもっていれば、情報漏洩を防ぐことが出来ない。このことは、機密情報の大量漏洩事件の多くが内部関係者による犯行である現実に反映されていると思われる。   However, even if the above distributed management method is used, if an internal party such as a legitimate user or system administrator is malicious, the information after restoration can be taken out. Cannot be avoided. In addition to distributed management, there are many technologies for preventing confidential leaks, but none of them has a preventive effect on particularly malicious insiders. For example, access restrictions such as granting a right to access confidential information only to a specific administrator are made. However, this technique cannot prevent information leakage if the person with the right to access is malicious. This seems to be reflected in the reality that many cases of large-scale leaks of confidential information are crimes by insiders.

本発明は上記点に鑑みてなされたもので、悪意を持った内部関係者であっても機密情報を大量に盗み出すことが実質的に出来ないシステムを提供することを目的にしている。   The present invention has been made in view of the above points, and an object of the present invention is to provide a system in which even a malicious internal party cannot substantially steal a large amount of confidential information.

上記課題を解決するために、本発明は、一組の要素情報を幾つかに分割して管理する情報管理システムにおいて、前記一組の要素情報の幾つかに対して割り当てられる各要素キーを関数とするユニークな間接要素キーを生成する生成手段と、前記間接要素キーを記憶する記憶手段とを備える。前記生成手段は、素因数分解、スライド関数、乱数表のいずれかを用いて前記間接要素キーを生成するとよい。また、前記間接要素キーから前記要素キーを割り出すことによって、当該要素キーに割り当てられた要素情報を導出する導出手段を備えるとよい。
具体的には、一般的に機密情報として盗みたい情報は、意味のある機密情報、例えば図1に示す元情報101のようなものである。分散管理されたデータベースからいずれかの要素情報だけを盗み出したのでは(たとえば、会員番号「0005」だけ、或いは、名前「山田太郎」だけ)、その目的を達することが出来ず、必ず復元処理を行って意味のある元情報にすることが必要になる。例えば、悪意を持った管理者といえども、上記復元処理をしなければ、意味のある機密情報を盗み出すことが出来ない。本発明は、分散管理されたデータベースのこのような性質に鑑みてなされたもので、要素情報から元情報に復元する復元処理に工夫を凝らせたものである。
In order to solve the above-described problems, the present invention provides an information management system in which a set of element information is divided into several parts and manages each element key assigned to some of the set of element information as a function. Generating means for generating a unique indirect element key and storage means for storing the indirect element key. The generation means may generate the indirect element key using any one of prime factorization, a slide function, and a random number table. Further, it may be provided with a derivation unit that derives element information assigned to the element key by determining the element key from the indirect element key.
Specifically, information that is generally desired to be stolen as confidential information is meaningful confidential information, such as the original information 101 shown in FIG. If only one piece of element information is stolen from a distributed and managed database (for example, only the membership number “0005” or the name “Taro Yamada”), the purpose cannot be achieved, and restoration processing must be performed. It is necessary to go and make meaningful source information. For example, even a malicious administrator cannot steal meaningful confidential information without performing the restoration process. The present invention has been made in view of such properties of a distributed and managed database, and has been devised for a restoration process for restoring element information to original information.

一般的な情報システムを表す図4を用いて、本発明の概要を説明する。機密情報はデータベース410に要素情報に分割された形で保管されている。説明を簡単にするために、このデータベース410に保管されているのは、図2に示した要素情報201、要素情報202、要素情報203、及び要素情報204と図3に示した連結表301であるとする。当然、元になる機密情報は、図1に示した元情報101である。システム利用者440は、アプリケーションシステム430とデータベース管理システム420を経由して、データベース410内の要素情報201、要素情報202、要素情報203及び要素情報204にアクセスし、所望の機密情報或いはこれに割り当てられている要素キーなどを取得することになる。   The outline of the present invention will be described with reference to FIG. 4 showing a general information system. The confidential information is stored in the database 410 in a form divided into element information. In order to simplify the description, the database 410 stores the element information 201, the element information 202, the element information 203, and the element information 204 shown in FIG. 2 and the connection table 301 shown in FIG. Suppose there is. Of course, the original confidential information is the original information 101 shown in FIG. The system user 440 accesses the element information 201, the element information 202, the element information 203, and the element information 204 in the database 410 via the application system 430 and the database management system 420, and assigns desired confidential information or assigned to this. You will get the element key etc.

例えば、システム利用者440が会員番号「0005」の人の名前と住所を要求したとする。アプリケーションシステム430からデータベース管理システム420にこの要求が伝えられると、データベース管理システム420のアクセス制御部422がデータベース410内にある要素情報201にアクセスし、アクセス制御部422は、会員番号「0005」に対応する会員番号キー「213」をピックアップする。突合機構421は、連結表301を参照して、会員番号キー「213」に関連した要素情報は、名前キー「221」と住所キー「234」、及び電話番号キー「247」であることを割り出し、アクセス制御部422は、要素情報202、要素情報203、及び要素情報204にアクセスし、「山田太郎」という名前と「東京都港区」という住所及び「▽▽▽▽▽▽▽▽▽▽」という電話番号を取り出してきてアプリケーションシステム430に伝え、その結果、システム利用者が所望のデータを入手できることになる。突合機構421による1組の要素情報の要素キー(例えば会員番号「0005」の要素キー「213」)から、関連する要素情報の要素キー(例えば、名前「山田太郎」の要素キー「221」と住所「東京都港区」の要素キー「234」及び電話番号「▽▽▽▽▽▽▽▽▽▽」の要素キー「247」)を算出する処理を突合処理と呼ぶ。図4のような分散管理されたデータベース410から意味のある情報を引き出そうとした場合、この突合処理は必須である。   For example, it is assumed that the system user 440 requests the name and address of the person with the membership number “0005”. When this request is transmitted from the application system 430 to the database management system 420, the access control unit 422 of the database management system 420 accesses the element information 201 in the database 410, and the access control unit 422 sets the membership number “0005”. The corresponding member number key “213” is picked up. The matching mechanism 421 refers to the connection table 301 and determines that the element information related to the member number key “213” is the name key “221”, the address key “234”, and the telephone number key “247”. The access control unit 422 accesses the element information 202, the element information 203, and the element information 204, the name “Taro Yamada”, the address “Minato-ku, Tokyo”, and “▽▽▽▽▽▽▽▽▽▽ Is retrieved and transmitted to the application system 430, so that the system user can obtain the desired data. From an element key of a set of element information (for example, element key “213” of membership number “0005”) by the matching mechanism 421, an element key of related element information (for example, element key “221” of the name “Taro Yamada”) The process of calculating the element key “234” of the address “Minato-ku, Tokyo” and the element key “247” of the telephone number “▽▽▽▽▽▽▽▽▽▽”) is called a matching process. This collation process is indispensable when trying to extract meaningful information from the distributedly managed database 410 as shown in FIG.

この事は、外部からこのシステムに侵入して機密情報を盗み出そうとする場合も、内部の関係者が悪意を持って機密情報を盗み出す場合でも同様である。従って、この処理に時間が掛かるようにして、データベース管理システム420の処理能力限界まで活用しても、例えば1秒に10回の突合処理しか出来ないようにすれば、悪意の有る内部の関係者であっても、例えば20万件の機密情報を盗み出すのに最短でも5時間半以上データベース管理システムを占有しなければならないことになる。通常業務において、この情報システムへの情報請求のアクセス回数が平均9回/秒であったとすると、平均して1秒間に突合処理を9回行う事になる。一方、このデータベース管理システムの処理能力限界は突合処理が10回である。従って、通常業務以外で行える突合処理は1回/秒しかないので、仮に20万件の機密情報を盗み出すのには55時間以上連続してデータベース管理システムを動かし続けなければならない。   This is the same whether the confidential information is stealed maliciously by an inside party when the system attempts to steal confidential information by entering the system from the outside. Therefore, if this processing takes time and the processing capacity limit of the database management system 420 is utilized, for example, if only 10 reconciliation processes can be performed per second, a malicious internal party Even so, for example, in order to steal 200,000 confidential information, the database management system must be occupied for at least 5 and a half hours. In normal business, if the number of times of information requests to the information system is an average of 9 times / second, the matching process is performed 9 times per second on average. On the other hand, the processing capacity limit of this database management system is 10 matching processes. Therefore, since the reconciliation process that can be performed outside the normal business is only once / second, the database management system must be continuously operated for 55 hours or more in order to steal 200,000 pieces of confidential information.

より一般的に言えば、通常業務での1秒間のアクセス件数をN件として、情報システムの処理能力を限界まで使った時に1秒間に(N+α)件の処理になるように突合処理時間を設定すれば、M件の機密情報を盗み出すのにM/α秒掛かることになる。このM/αを大きく設定することが機密情報の大量流出を防ぐために重要になる。   More generally speaking, assuming that the number of accesses per second in normal business is N, and the processing capacity of the information system is used to the limit, the reconciliation processing time is set so that (N + α) cases are processed per second Then, it takes M / α seconds to steal M confidential information. Setting M / α large is important to prevent a large amount of confidential information from being leaked.

しかし、一般的に言って、例えば図2のような単純な連結表を使用すると突合処理の時間が非常に短く、データサーバ管理システムの1秒間の限界処理件数は、数千件〜数万件といった非常に大きな値となる。例えば1秒間の平均アクセス件数が10件で、データサーバ管理システムの限界処理件数が小さく見積もって1000件/秒であるとすれば、前記αは990という値になり、盗み出したい機密情報が20万件の場合には、通常業務を行いながらでも3分強の時間があればよいということになってしまう。これでは、機密情報漏洩の抑止を図ることができない。従って、何らかの方法で突合処理に要する時間を延ばす必要がある。しかも、悪意を持った内部関係者でも簡単に変更できないようなものでなければならない。今後の便利のために、突合処理の時間を制御することを負荷制御という。   However, generally speaking, for example, if a simple concatenation table as shown in FIG. 2 is used, the time required for the reconciliation process is very short, and the limit number of processing per second of the data server management system is several thousand to several tens of thousands. Such a very large value. For example, if the average number of accesses per second is 10 and the limit processing number of the data server management system is estimated to be 1000 cases / second, α is a value of 990, and the confidential information to be stolen is 200,000. In the case of a case, it would be sufficient to have a little more than 3 minutes while carrying out normal work. With this, it is not possible to prevent leakage of confidential information. Therefore, it is necessary to extend the time required for the matching process by some method. Moreover, it must be something that cannot be easily changed even by malicious insiders. For future convenience, controlling the duration of the matching process is called load control.

発明の実施の形態BEST MODE FOR CARRYING OUT THE INVENTION

以下では突合処理の負荷制御の手法について、実施例を用いて詳しく説明する。なお特別に断らない限り、図5に示すように機密情報である元情報501は、Am,lで表される要素情報からなり、M行L列の形態をしているとする。図1の具体例で言うと、M=7、L=4で、A1,1は会員番号「0001」に、A1,2は名前「丸山花子」、A1,3は住所「東京都品川区」、A1,4は電話番号「××××××××××」に、またA7,1は会員番号「0007」に、A7,3は住所「北海道札幌市」に相当する。今考えている情報管理システムでは分散管理を前提としているので、図5の元情報501は、N個に分割して、図6に示すように、別々の要素情報Bm,nとして要素キーYm,nと共にデータベース410で保管管理されている。ここでm、nは、1≦m≦M、1≦n≦N、で且つN≦Lである。尚、図6には、便宜上、元情報501と同じ順序で要素情報が並んでいるが、このままでは連結表のようなものを使わなくても要素情報間の関連が簡単に分かってしまうので、データベース管理システム410で要素情報の並べる順序は変更するのが一般的である。   In the following, the load control method of the matching process will be described in detail using an embodiment. Unless otherwise specified, it is assumed that the original information 501 which is confidential information is composed of element information represented by Am, l and has a form of M rows and L columns as shown in FIG. In the specific example of FIG. 1, M = 7, L = 4, A1,1 is the membership number “0001”, A1,2 are the names “Hanako Maruyama”, and A1,3 are the address “Shinagawa-ku, Tokyo”. , A1 and 4 correspond to the telephone number “XXXXXX”, A7 and 1 correspond to the member number “0007”, and A7 and 3 correspond to the address “Sapporo City, Hokkaido”. Since the information management system under consideration is premised on distributed management, the original information 501 in FIG. 5 is divided into N pieces, and as shown in FIG. 6, the element keys Ym, n and stored in the database 410. Here, m and n are 1 ≦ m ≦ M, 1 ≦ n ≦ N, and N ≦ L. In FIG. 6, for the sake of convenience, element information is arranged in the same order as the original information 501. However, as it is, the relationship between the element information can be easily understood without using a connection table. In general, the order in which the element information is arranged in the database management system 410 is changed.

Am,lとBm,,nの関係は、通常は、n≦N−1ならばBm,n=Am,nでn=Nの時は、Bm,N=[Am,N,Am,N+1,,・・・・,Am,L−1,Am,L]である。もちろんAm,lとBm,nの関係はこの限りではなく、例えば、K<Jとして、Bm,K=[Am,K,Am,K+1,・・・・、Am,J−1]及びBm,J=[Am,J,Am,J+1,・・・・,Am,L]のように、複数個の要素情報を一まとめにしたものを複数個設けてもよい。   The relationship between Am, l and Bm, n is normally Bm if n ≦ N−1, Bm, n = [Am, N = [Am, N, Am, N + 1, n, and n = N. ,..., Am, L-1, Am, L]. Of course, the relationship between Am, l and Bm, n is not limited to this. For example, if K <J, Bm, K = [Am, K, Am, K + 1,..., Am, J−1] and Bm, A plurality of pieces of a plurality of pieces of element information may be provided as J = [Am, J, Am, J + 1,..., Am, L].

図2の具体例では、M=7、L=4、N=4で、この場合はL=Nなので、全ての(m,n)の組についてBm,n=Am,nである。また、Ym,nについて、図2の具体例に当てはめると、Y1,1は「211」、Y1,2は「224」、Y1,3は「231」でY1,4は「242」である。図6のように分割管理された情報の突合処理における負荷制御の手法で重要なのは、N個に分割された要素情報に対応する各要素キーの生成の仕方と、ある要素キーが指定された時に、その要素キーから如何にして関連する要素情報の要素キーを探し出すかというアルゴリズムを用いることである。以下の実施例を用いて要素キーの生成法とある要素キーが指定された時、データベース管理システム410で如何に関連した要素情報の要素キーを探し出すかを詳しく説明する。   In the specific example of FIG. 2, M = 7, L = 4, and N = 4. In this case, since L = N, Bm and n = Am, n for all (m, n) pairs. Further, regarding Ym, n in the specific example of FIG. 2, Y1,1 is "211", Y1,2 is "224", Y1,3 is "231", and Y1,4 is "242". As shown in FIG. 6, what is important in the load control method in the collation processing of information that is divided and managed is how to generate each element key corresponding to the element information divided into N pieces and when a certain element key is specified. The algorithm of how to find the element key of the related element information from the element key is used. A method for generating an element key and how the database management system 410 searches for an element key of related element information when a certain element key is designated will be described in detail using the following embodiment.

前述したように、これまでの機密情報の分散管理システムにおいては、データベース管理システム420及びデータベース410で要素情報を分散管理すると共に、図3に示した連結表301または図7に示したような連結表701をデータベース管理システム410で作成し、データベース410で保管するのが一般的である。連結表は、各要素キー間の関連を直接表しており、従って、悪意をもった内部関係者が連結表を解析すれば、各要素キー間の関連を探る突合処理が短時間で終ってしまうことに問題があった。これを防止するためには、突合処理がより複雑になるように、いわゆる連結表を作らずに別の方法で要素キー間の関連付けをして、且つ突合機構421におけるその突合処理の負荷が重くなるようにする方法か、いわゆる連結表は作るが、これに工夫を加えて各要素キー間の突合処理の負荷が重くなるようにする方法のいずれかを採用すれば良い。また突合処理の負荷は、実際のシステムの構成や機密情報への正常なアクセス頻度などにより、その重さを変える必要がある。従って、突合処理の負荷の重さは制御できるすなわち、同じアルゴリズムを用いて突合処理の負荷を大きく変えられることが望ましい。このようなアルゴリズムをここでは負荷制御の方法と呼ぶ。   As described above, in the distributed management system of confidential information so far, the element information is distributed and managed by the database management system 420 and the database 410, and the linkage table 301 shown in FIG. 3 or the linkage shown in FIG. Generally, the table 701 is created by the database management system 410 and stored in the database 410. The linked table directly represents the relationship between each element key. Therefore, if a malicious internal party analyzes the linked table, the matching process for finding the relationship between each element key is completed in a short time. There was a problem. In order to prevent this, in order to make the matching process more complicated, the element keys are associated with each other by another method without creating a so-called connection table, and the load of the matching process in the matching mechanism 421 is heavy. A so-called concatenation table is created, but any one of the methods can be adopted so that the load of the matching process between the element keys is increased. In addition, the load of the matching process needs to be changed depending on the actual system configuration and the frequency of normal access to confidential information. Therefore, it is desirable that the load of the butt process can be controlled, that is, it is possible to greatly change the load of the butt process using the same algorithm. Such an algorithm is referred to herein as a load control method.

以下では、まずいわゆる連結表を作らない場合の、突合処理における負荷制御の方法について実施例を用いて説明する。   In the following, first, a load control method in the matching process when a so-called connection table is not created will be described using an embodiment.

(実施例1) Example 1

いわゆる連結表を作らずに、突合処理における負荷を重くするために、突合機構421は、素因数分解法を用いる。この手法においては、要素キーの決定を2段階に分けて行う。第1の段階では、要素情報に含まれるデータに、一意に識別する値としての要素キーを適宜割り当てる。第2の段階では、データベース管理システム420は、一意性を保ちつつこの関連する複数の要素キーの関数として別の値を生成する。この生成された値を間接要素キーと呼び、本実施例では、データベース管理システム420によって最初に割り当てた要素キーの代わりに要素情報と共に保管する。以下実施例を用いて具体的に説明する。   In order to increase the load in the matching process without creating a so-called connection table, the matching mechanism 421 uses a prime factorization method. In this method, the element key is determined in two stages. In the first stage, an element key as a value uniquely identified is appropriately assigned to data included in the element information. In the second stage, the database management system 420 generates another value as a function of this associated plurality of element keys while maintaining uniqueness. This generated value is called an indirect element key. In this embodiment, the generated value is stored together with element information instead of the element key initially assigned by the database management system 420. This will be specifically described below with reference to examples.

データベース管理システム420は、図6に示す分散管理された要素情報b1,b2,・・・・,bNの全ての要素キーYm,nを自然数の中から選ぶ。この時、データベース管理システム420は、Ym,nがm≠m’の時、Ym,n≠Ym’,nという条件を満足するように選ぶ。具体的には、データベース管理システム420は、要素キーYm,nの中で最大のものがα桁であるとして、次の式で表されるXm,n
Xm,n=Ym,n*10α+Ym,n+1;m=1〜M,n=1〜N−1&Xm,N=Ym,N*10α+Ym,1・・・・(1)
を求める。ここで、“*”は乗算を表すものとする。但し、n=Nの時はまた、αはYm,nの中の最大のものの桁数としたが、最大のものの桁数以上の自然数でも良い。例えば、最大のYm,nが3桁であるとすると、α=3でもα=4であっても構わない。αがYm,nの最大のものの桁数に等しい時、例えばXm,nは、Ym,nを単なる数字列「Ym,n」と看做して、「Ym,n」「Ym,n+1」のように単に数字列「Ym,n」を順番に並べたようになっている。例えば、Ym,1=「111」、Ym,2=「222」、・・・・、Ym,N=「NNN」で、α=3の時は、Xm,1=「111222」である。同様にXm,2=「222333」、Xm,N=「NNN111」で、単に2つの数字を並べた数列になっている。もしα=4とした時は、Xm,1=「1110222」のように数字列「Ym,n」の間に0が1つずつ入った数字列が出来ることになる。同様にα=5とした時は、要素キーの間に0が2つずつ入った数字列が出来る。この要素キーの数字列の間に入っている「0」は何の意味もなしていないので、「0」以外の他の数字列が入っても良い。
The database management system 420 selects all the element keys Ym, n of the distributedly managed element information b1, b2,..., BN shown in FIG. At this time, when Ym, n is m ≠ m ′, the database management system 420 selects so as to satisfy the condition of Ym, n ≠ Ym ′, n. Specifically, the database management system 420 assumes that the largest one of the element keys Ym, n is α digits, and Xm, n represented by the following equation:
Xm, n = Ym, n * 10α + Ym, n + 1; m = 1 to M, n = 1 to N−1 & Xm, N = Ym, N * 10α + Ym, 1 (1)
Ask for. Here, “*” represents multiplication. However, when n = N, α is the maximum number of digits in Ym, n, but may be a natural number greater than the maximum number of digits. For example, if the maximum Ym, n is 3 digits, either α = 3 or α = 4 may be used. When α is equal to the number of digits of the maximum of Ym, n, for example, Xm, n considers Ym, n as a simple numeric string “Ym, n” and “Ym, n” “Ym, n + 1” Thus, the numeric string “Ym, n” is simply arranged in order. For example, when Ym, 1 = “111”, Ym, 2 = “222”,..., Ym, N = “NNN” and α = 3, Xm, 1 = “111222”. Similarly, Xm, 2 = “222333”, Xm, N = “NNN111”, which is simply a sequence of two numbers. If α = 4, a numeric string in which one zero is inserted between the numeric strings “Ym, n” such as Xm, 1 = “1110222” is formed. Similarly, when α = 5, a numeric string with two 0s between element keys is created. Since “0” between the numeric strings of the element keys has no meaning, a numeric string other than “0” may be entered.

次に、このようにして作成したXm,nを素因数分解し、得られたどの素因数よりも大きな素数を1つ選択する。これをPm,nとした時、Zm,n=Xm,n*Pm,nなるZm,nを計算し、これを要素キーYm,nの間接要素キーとする。図8に、図6の各要素キーを間接要素キーに代えた要素情報群を示す。機密情報の分散管理システムにおいて、ここで述べた素因数分解法を使う場合は、図8に示した要素情報だけを複数のサーバに分散して保管することになる。   Next, Xm, n created in this way is subjected to prime factorization, and one prime number larger than any of the obtained prime factors is selected. If this is Pm, n, Zm, n = Zm, n = Xm, n * Pm, n is calculated, and this is used as the indirect element key of the element key Ym, n. FIG. 8 shows an element information group in which each element key in FIG. 6 is replaced with an indirect element key. In the confidential information distributed management system, when the prime factorization method described here is used, only the element information shown in FIG. 8 is distributed and stored in a plurality of servers.

尚、Pm,nとして、Xm,nを素因数分解した時に得られるどの素因数よりも大きな素数としたが、論理的には、Xm,nの値を知らない状態で、Zm,nを素因数分解した時に、Xm,nを素因数分解した時に得られる素因数以外の素数を抽出できるようになっていれば、Pm,nを選ぶルールは何でも良い。例えば、単純にXm,nよりも大きな素数としても良い。また例えば、Xm,nを素因数分解した時に得られる全ての素因数より大きな3つの素数を選ぶ、というルールでも良い。この場合、選んだ3つの素数の積を上記議論のPm,nとすれば良い。実際に、Pm,nをどう選ぶかは、突合処理の負荷をどの程度にするかによって決めることになる。一般的に大きな素因数を持つ数の素因数分解は時間が掛かるので、Pm,nは、Xm,nの素因数分解に現れる素因数よりかなり大きな素数を選ぶことが多くなる。   Pm, n is a prime number larger than any prime factor obtained when Xm, n is primed, but logically, Zm, n is primed without knowing the value of Xm, n. Sometimes, any rule can be used to select Pm, n as long as it is possible to extract prime numbers other than prime factors obtained when Xm, n is prime factorized. For example, a prime number larger than Xm, n may be simply used. For example, a rule that three prime numbers larger than all the prime factors obtained when Xm, n is primed may be selected. In this case, the product of the selected three prime numbers may be Pm, n in the above discussion. Actually, how to select Pm, n depends on how much the load of the matching process is to be made. In general, since prime factorization of a number having a large prime factor takes time, Pm, n often selects a prime number that is considerably larger than a prime factor that appears in the prime factorization of Xm, n.

一方、Xm,nの桁数は予め分かっているのだからZm,nを素因数分解した時に、最大の素因数であるPm,nを求めないでも、得られた素因数を小さい方から順次掛けていって、Xm,nの桁数に達したところで素因数分解を打切っても、Xm,nが求められてしまうという難点がある。これを未然に防ぎ、Zm,nからXm,nを求めるのに確実にPm,nを計算で求めさせるための好適な実施例は、Zm,nの代わりにWm,n=Zm,n*F(Pm,n)を使用することである。ここで、F(Pm,n)は、Pm,nの関数で、Pm,nを与えた時に一意に定まるもので、且つ、F(Pm,n)を素因数分解した時に得られる全ての素因数がPm,nより小さいという条件を満たせば、どんな関数でも良い。例えば、Pm,nの上位一桁あるいは上位二桁(下位でも良いが0でないことを担保するためには、上位の方が簡単)の数値でも良いし、Pm,nの各桁の数を足したものとしても、またF(Pm,n)=(Pm,n−1)÷2のような関数でも良い。   On the other hand, since the number of digits of Xm, n is known in advance, when Zm, n is prime factorized, even if Pm, n which is the maximum prime factor is not obtained, the obtained prime factors are sequentially multiplied from the smallest. , Xm, n is obtained even if the prime factorization is discontinued when the number of digits of Xm, n is reached. A preferred embodiment for preventing this from happening and ensuring that Pm, n is obtained by calculation to obtain Xm, n from Zm, n is Wm, n = Zm, n * F instead of Zm, n. (Pm, n) is used. Here, F (Pm, n) is a function of Pm, n, which is uniquely determined when Pm, n is given, and all the prime factors obtained when F (Pm, n) is primed are Any function may be used as long as the condition that it is smaller than Pm, n is satisfied. For example, it may be a numerical value of the upper 1 digit or the upper 2 digits of Pm, n (which may be lower, but the higher is easier to ensure that it is not 0), or the number of each digit of Pm, n Or a function such as F (Pm, n) = (Pm, n-1) / 2.

より具体的な実施例として、例えば、図1を元情報とする機密情報を、図2にあるような要素情報に分けて保管し、それぞれの要素情報には、図2に示した要素キーが割り当てられているものに、上記素因数分解法を適用した場合を考える。この場合は、要素キーは全て3桁なので、簡単のためにα=3とする。全てのmに対して、前記Xm,nは、図1と図2から簡単に作ることが出来る。すなわち、X1,1は、会員番号「0002」と一対の会員番号キー「211」と、会員番号「0002」に対応する「鈴木洋一」と一対の名前キー「224」とを組合わせた「211224」となり、以下同様に、会員番号「0002」に係る各キーを組合わせることによって、Xm,nを作ればよい。この結果を図9に示す。更に図10に、図9のXm,nの値を素因数分解したもの、及びXm,nの素因数分解で得られた素数より大きな素数Pm,n(この場合は、Xm,nの素因数分解で得られた素数の中の最大素数より大きな素数で最小のものとしてある。)、更に、Zm,n=Xm,n*Pm,nを示してある。このZm,nを、元の要素キーの代わりに間接要素キーとしても良いが、前述のことから、より好適な実施例として、このZm,nにF(Pm,n)を掛けたWm,nを間接要素キーとした方が良い。ここでは、F(Pm,n)として、Pm,nの各桁の数値を加算するという関数であるとする。前述の図10にF(Pm,n)及びWm,n=Zm,n*F(Pm,n)も示す。更に、図2の会員番号キー、名前キー、住所電話番号キーの各要素キーの変わりにWm,nを間接要素キーとして代入し、間接要素キーの降順に並び替えたものを図11に示す。図9〜図10に示す各内容は、データベース管理システム420によって作成される。   As a more specific embodiment, for example, confidential information based on FIG. 1 is stored in element information as shown in FIG. 2, and the element key shown in FIG. Consider the case where the prime factorization method is applied to what is assigned. In this case, since all the element keys are three digits, α = 3 is set for simplicity. For all m, Xm, n can be easily made from FIG. 1 and FIG. That is, X1,1 is a combination of a member number “0002” and a pair of member number keys “211”, “Yoichi Suzuki” corresponding to the member number “0002” and a pair of name keys “224”. In the same manner, Xm, n may be created by combining the keys related to the member number “0002”. The result is shown in FIG. Further, FIG. 10 shows a result of prime factorization of the values of Xm, n in FIG. 9 and a prime number Pm, n larger than the prime number obtained by prime factorization of Xm, n (in this case, obtained by prime factorization of Xm, n). In addition, Zm, n = Xm, n * Pm, n is indicated as a prime number that is larger than the largest prime number among the prime numbers. This Zm, n may be used as an indirect element key instead of the original element key. However, as described above, as a more preferred embodiment, this Zm, n is multiplied by F (Pm, n). Should be used as an indirect element key. Here, it is assumed that F (Pm, n) is a function of adding numerical values of each digit of Pm, n. FIG. 10 also shows F (Pm, n) and Wm, n = Zm, n * F (Pm, n). Further, FIG. 11 shows a case where Wm, n is substituted as an indirect element key in place of each element key of the member number key, name key, and address telephone number key in FIG. Each content shown in FIGS. 9 to 10 is created by the database management system 420.

ここでは、図4のデータベース410に図11に示す情報が保管されているとして、システム利用者440の情報引き出しに対して如何にして情報を取得するかを説明する。システム利用者が例えば会員番号「0005」の名前と住所及び電話番号を知りたいというリクエストをアプリケーションシステム430に発行したとする。アプリケーションシステム430はデータベース管理システム420にその要求を伝える。するとデータベース管理システムでは、アクセス制御部422が、会員番号の保管されている要素情報201にアクセスし会員番号「0005」の間接要素キーが「9235027952」であることをピックアップし、突合機構421で、その素因数分解を行い、「9235027952」」=「2*2*2*2*131*2699*2707」が得られる。引き続き、突合機構421で、最大の素数「2707」の各桁を足して「2+7+0+7=16」を得て、間接要素キーの「9235027952」を、16で割り、更に2707で割って「213221」を得る。これで要素情報202の名前キーが「221」であることが判明する。   Here, it is assumed that the information shown in FIG. 11 is stored in the database 410 of FIG. 4 and how the information is acquired for the information retrieval of the system user 440 will be described. Assume that the system user issues a request to the application system 430 to know the name, address, and telephone number of the member number “0005”, for example. Application system 430 communicates the request to database management system 420. Then, in the database management system, the access control unit 422 accesses the element information 201 in which the member number is stored, picks up that the indirect element key of the member number “0005” is “92335027952”, and the matching mechanism 421 The prime factorization is performed to obtain “9235027952” = “2 * 2 * 2 * 2 * 131 * 2699 * 2707”. Subsequently, the matching mechanism 421 adds each digit of the maximum prime number “2707” to obtain “2 + 7 + 0 + 7 = 16”, divides the indirect element key “92335027952” by 16, and further divides it by 2707 to obtain “213221”. obtain. Thus, it is found that the name key of the element information 202 is “221”.

次にアクセス制御部422によりデータベース411の要素情報202にアクセスして、1つの間接要素キーを取り出してくる。例えば取出してきたのが第1行目の間接要素キー「26016795」だとすると、突合機構421で上記と同様の手法により素因数分解をおこなう。その結果は「3*3*3*3*5*7*7*19*23」になる。最大素数の各桁を足すと2+3=5で、この場合のF(Pm,n)=5であることが分かる。従って、得られた間接要素キー「26016795」を「5」で割り、更に最大素数の「23」で割って「226233」を得て、この要素情報の名前キーは「226」であることが判明する。ここで、求めたい名前キーは「221」であるから、第1行目の「26016795」の名前は目的の連結要素キーではない。   Next, the access control unit 422 accesses the element information 202 of the database 411 and extracts one indirect element key. For example, if it is the indirect element key “26016795” in the first row that has been taken out, the factoring is performed by the matching mechanism 421 using the same method as described above. The result is “3 * 3 * 3 * 3 * 5 * 7 * 7 * 19 * 23”. When each digit of the maximum prime number is added, it is found that 2 + 3 = 5, and F (Pm, n) = 5 in this case. Therefore, the obtained indirect element key “26016795” is divided by “5”, and further divided by the maximum prime number “23” to obtain “226233”. It turns out that the name key of this element information is “226” To do. Here, since the name key to be obtained is “221”, the name “26016795” in the first row is not the target connected element key.

従って、データベース管理システム420は、要素情報202にアクセスし更に別の間接要素キーを取り出してくる。それが第2行目の「144908270」であったとすると、上記と同じような計算を行うと、「221234」が得られる。この要素情報の要素キーは「221」であるから、求めたい名前は、要素キー「221」に対応する「山田太郎」であることが判明する。更に、これに関連する住所情報の要素キーが「234」であることが分かるから、次にデータベース管理システム420は、要素情報203にアクセスし、要素情報202でしたと同様の手続きによって、住所キーが「234」の住所「東京都港区」と関連する電話番号キー「247」を見出す。データベース管理システム420は、ここで見出した電話番号キー「247」の電話番号を探るべく要素情報204にアクセスし、要素情報202や要素情報203でしたようにトライアンドエラーにより目的の電話番号キー「247」を探し出し所望の電話番号「▽▽▽▽▽▽▽▽▽▽」を入手する。これで会員番号「0005」に関連する全ての要素情報が入手できたので、それらをアプリケーションシステムを通してシステム利用者に知らせて、一連の動作を終了する。   Accordingly, the database management system 420 accesses the element information 202 and retrieves another indirect element key. If it is “14908270” in the second row, “221234” is obtained by performing the same calculation as above. Since the element key of this element information is “221”, it is found that the name to be obtained is “Taro Yamada” corresponding to the element key “221”. Further, since it is understood that the element key of the address information related to this is “234”, the database management system 420 next accesses the element information 203 and performs the same procedure as that for the element information 202 by the address key. Finds the telephone number key “247” associated with the address “234”, “Minato-ku, Tokyo”. The database management system 420 accesses the element information 204 in order to search for the telephone number of the telephone number key “247” found here, and the target telephone number key “ 247 "is searched and the desired telephone number" ▽▽▽▽▽▽▽▽▽▽ "is obtained. Now that all the element information related to the member number “0005” has been obtained, the system user is notified through the application system, and the series of operations is terminated.

実施例ではXm,nとして(1)式で表されるものを採用して、それに対して素因数分解法を適用したが、Xm,nとして(1)式以外のものを採用しても良い。例えば、
Xm,n=Ym,n+1*10α+Ym,n;m=1〜M,n=1〜N−1&Xm,N=Ym,1*10α+Ym,N・・・・のように、Ym,nの順序を変えても良いし、更に(1)式は、Xm,nがYm,nとYm,n−1の2つの要素キーの関数であるが、Xm,nをより多くの要素キーの関数としても良い。
例えば3つの要素キーの関数にする場合は、次式のようにすれば良い。
Xm,n=Ym,n*102α+Ym,n+1*10α+Ym,n+2;m=1〜M,n=1〜N−2
Xm,N−1=Ym,N−1*102α+Ym,N10α+Ym,1&Xm,N=Ym,N*102α+Ym,1*10α+Ym,2
先に述べたように、Ym,nの順序は、Xm,nの数値列の中にYm,nがあらわに現れれば、どんなルールに従っても良い。
In the embodiment, Xm, n represented by the expression (1) is adopted and the prime factorization method is applied thereto. However, Xm, n other than the expression (1) may be employed. For example,
Xm, n = Ym, n + 1 * 10α + Ym, n; m = 1 to M, n = 1 to N−1 & Xm, N = Ym, 1 * 10α + Ym, N... Further, the expression (1) is a function of two element keys Xm, n is Ym, n and Ym, n-1, but Xm, n may be a function of more element keys. .
For example, when a function of three element keys is used, the following equation may be used.
Xm, n = Ym, n * 102α + Ym, n + 1 * 10α + Ym, n + 2; m = 1 to M, n = 1 to N−2.
Xm, N-1 = Ym, N-1 * 102α + Ym, N10α + Ym, 1 & Xm, N = Ym, N * 102α + Ym, 1 * 10α + Ym, 2
As described above, the order of Ym, n may follow any rule as long as Ym, n appears in the numerical sequence of Xm, n.

更に、例えば、Xm,1=Ym,1*10(N−1)*α+Ym,2*10(N−2)*α+・・・・+Ym,N−1*10α+Ym,N
Xm,2=Ym,2*10(N−1)*α+Ym,3*10(N−2)*α+・・・・・+Ym,N*10α+Ym,1・・・・・・・
Xm,N=Ym,N*10(N−1)*α+Ym,1*10(N−2)*α+・・・・・+Ym,N−2*10α+Ym,N−1
のように、Xm,nを全てのYm,nの関数とすることも出来る。もちろん、Ym,nを並べる順序については、色々の上記以外にも様々に考えられる。
Further, for example, Xm, 1 = Ym, 1 * 10 (N−1) * α + Ym, 2 * 10 (N−2) * α +... + Ym, N−1 * 10α + Ym, N
Xm, 2 = Ym, 2 * 10 (N−1) * α + Ym, 3 * 10 (N−2) * α +... + Ym, N * 10α + Ym, 1,.
Xm, N = Ym, N * 10 (N−1) * α + Ym, 1 * 10 (N−2) * α +... + Ym, N−2 * 10α + Ym, N−1
As described above, Xm, n can be a function of all Ym, n. Of course, the order of arranging Ym and n can be variously considered in addition to the above.

これまで述べてきたXm,nの作り方はYm,nの関数として、ある種の対称性を持っているが、全く対称性の無いXm,nの作り方も可能である。   The method for producing Xm, n described so far has a certain kind of symmetry as a function of Ym, n, but it is also possible to produce Xm, n without any symmetry.

例えば、N個の要素キーのうち、幾つかにだけ上記関数を使って間接要素キーを作り、残りのものは元の要素キーをそのまま使うようにしても良い。
例えば、N=9である時、
Xm,1=Ym,1*105α+Ym,2*104α+Ym,3*103α+Ym,4*102α+Ym,5*10α+Ym,6
Xm,6=Ym,6*103α+Ym,7*102α+Ym,8*10α+Ym,9
Xm,n=Ym,n 但し、n=2,3,4,5,7,8,9
このようにすれば、連結表を作らなくても、Xm,1とXm,6から要素キーYm,nの関連を知ることができ、元情報を復元できることになる。
For example, indirect element keys may be created by using the above function for only some of the N element keys, and the original element keys may be used as they are for the rest.
For example, when N = 9,
Xm, 1 = Ym, 1 * 105α + Ym, 2 * 104α + Ym, 3 * 103α + Ym, 4 * 102α + Ym, 5 * 10α + Ym, 6
Xm, 6 = Ym, 6 * 103α + Ym, 7 * 102α + Ym, 8 * 10α + Ym, 9
Xm, n = Ym, n where n = 2, 3, 4, 5, 7, 8, 9
In this way, it is possible to know the relationship between the element keys Ym, n from Xm, 1 and Xm, 6 without creating a concatenation table, and the original information can be restored.

更に、Xm,nを全てのYm,nの関数とする上記の場合には、上記と同じ思想で、どれか一つだけ、例えばXm,1だけ上記式を適用し、他はYm,nをそのまま用いるということも出来る。
Xm,1=Ym,1*10(N−1)*α+Ym,2*10(N−2)*α+・・・・+Ym,N−1*10α+Ym,N
Xm,n=Ym,n 但しn=2〜N
また、この場合は、実施例2で述べるようにデータ登録時に時間を短縮できるという利点がある。
Further, in the above case where Xm, n is a function of all Ym, n, the above formula is applied only to one, for example, Xm, 1 in the same idea as above, and Ym, n is set to the other. It can be used as it is.
Xm, 1 = Ym, 1 * 10 (N−1) * α + Ym, 2 * 10 (N−2) * α +... + Ym, N−1 * 10α + Ym, N
Xm, n = Ym, n where n = 2 to N
In this case, as described in the second embodiment, there is an advantage that time can be shortened at the time of data registration.

また更に、このようにするとどれか一つだけ特別な要素情報(上記例でいうとYm,1に対応する要素情報)ということになるので、全ての要素情報を特別扱いしないということで、
Rm,n=Ym,1*10(N−1)*α+Ym,2*10(N−2)*α+・・・・+Ym,N−1*10α+Ym,N
全てのnについて、Xm,n=Ym,n
としても良い。この場合は、Rm,nは一種の連結表の役割をすることになる。
Furthermore, when doing this, only one piece of special element information (element information corresponding to Ym, 1 in the above example) is obtained, so that all element information is not treated specially.
Rm, n = Ym, 1 * 10 (N−1) * α + Ym, 2 * 10 (N−2) * α +... + Ym, N−1 * 10α + Ym, N
For all n, Xm, n = Ym, n
It is also good. In this case, Rm, n serves as a kind of connection table.

これまでは、Xm,nは、様々な方法で作り得ることを述べてきたが、Xm,nを作った後、素因数分解法を適用する仕方は、本実施例の中で述べたものと同じでも良いし、他の実施例のものとしても良い。
(実施例2)
Up to now, it has been described that Xm, n can be made by various methods. However, after making Xm, n, the method of applying the prime factorization method is the same as that described in the present embodiment. However, it may be that of another embodiment.
(Example 2)

上記、実施例1では、図2又は図6の要素情報には既に要素キーが割り当てられていることを前提に、それを元に図10及び図11に示した間接要素キー(Wm,n)を作成する例について説明した。これは、間接要素キーの素因数分解には大きな計算機負荷が掛かるという目的で導入された手法なので、データベース410への要素情報の登録に対しても非常に計算機負荷が掛かり、一度に大量の情報を登録することが難しいシステムになってしまう。このことに鑑みて、実施例2では、要素情報に割り当てる要素キーを、間接要素キーに対して素因数分解を行うということを前提に要素キーを作成する手法について説明する。   In the first embodiment, the indirect element key (Wm, n) shown in FIGS. 10 and 11 is based on the assumption that an element key has already been assigned to the element information in FIG. 2 or FIG. Explained the example of creating. This is a technique introduced for the purpose of applying a large computer load to prime factorization of indirect element keys. Therefore, the registration of element information in the database 410 is very computationally intensive, and a large amount of information is stored at one time. It becomes a difficult system to register. In view of this, in the second embodiment, a method for creating an element key on the assumption that an element key to be assigned to element information is subjected to prime factorization on the indirect element key will be described.

図5及び図6に示したように、M行L列の表構造の元情報をN個の要素情報に分割し、それぞれの要素情報に自然数からなる要素キーを割り当てる工程を考える。1*10R≧Mなる整数Rを、要素キーとして割り当てる自然数の桁数とする。例えばM=1000ならばRは3以上の整数である。   As shown in FIGS. 5 and 6, consider a process of dividing the original information of the table structure of M rows and L columns into N pieces of element information and assigning element keys composed of natural numbers to the respective element information. An integer R satisfying 1 * 10R ≧ M is set as the number of natural digits assigned as an element key. For example, if M = 1000, R is an integer of 3 or more.

図5の項番1から項番(m−1)までの元情報の要素情報には、データベース管理システム420によって既に要素キーが割り当てられているとし、項番mの元情報の要素情報に要素キーを割り当てる場合を考える。データベース管理システム420は、内部に記憶している図12に示すようないわゆる素数表の中から適当な素数を選び出し、それらを全て掛け合せてQ桁の数Amを得る。この際、データベース管理システム420は、Q≦R*(N−1)ならば更に素数を追加し、Q>R*Nならば最初に選んだ素数の内の一つを除去する。データベース管理システム420は、この操作をP*N≧Q>R*(N−1)になるまで続ける。以後簡単のためにQ=R*Nであるとする(Q<R*Nの場合は、得られた数Amの最上位桁の上に(R*N−Q)個の「0」を並べて見かけ上R×N桁にしても良い。)。最終的に得られた数Amが「a1,ma2,m・・・・aNR,m」であったとする。この数をP桁ずつに分けて、N個の「a1,ma2,m・・・aR,m」「aR+1,maR+2,m・・・a2R,m」、・・・・・、「aR(N−1)+1,m・・・・aNP,m」に分割して、それぞれを項番mの機密情報のN個の要素情報の要素キーとする。但し、この要素キーは、それ以前に決めた項番1〜項番(m−1)の対応する要素キーと異なるようにする。もし、以前に決めた要素キーと同じ要素キーがあった場合は、素数を選び出す段階からやり直す。尚、上記工程で素数を選ぶ自由度を増やす為に、1×10R≧Mを満足するRの最小値をR0とすると、要素キーとして割り当てる数の桁数Rは、R0+1以上が望ましい。   It is assumed that an element key has already been assigned by the database management system 420 to the element information of the original information from item number 1 to item number (m−1) in FIG. Consider the case of assigning a key. The database management system 420 selects an appropriate prime number from a so-called prime number table as shown in FIG. 12 and internally multiplies them to obtain a Q-digit number Am. At this time, the database management system 420 adds a prime number if Q ≦ R * (N−1), and removes one of the prime numbers selected first if Q> R * N. The database management system 420 continues this operation until P * N ≧ Q> R * (N−1). Hereinafter, for simplicity, it is assumed that Q = R * N (in the case of Q <R * N, (R * N−Q) “0” s are arranged on the most significant digit of the obtained number Am. Apparently, it may be R × N digits.) It is assumed that the finally obtained number Am is “a1, ma2, m... ANR, m”. This number is divided into P digits, and N "a1, ma2, m ... aR, m", "aR + 1, maR + 2, m ... a2R, m", ..., "aR (N −1) +1, m... ANP, m ”, each of which is used as an element key of N element information of confidential information of item number m. However, this element key is made different from the corresponding element key of item number 1 to item number (m−1) determined before that. If there is an element key that is the same as the previously determined element key, start over from the stage of selecting a prime number. If the minimum value of R that satisfies 1 × 10R ≧ M is R0 in order to increase the degree of freedom for selecting a prime number in the above process, the number of digits R assigned as an element key is preferably R0 + 1 or more.

こうして条件に合うAmが得られたとすると、データベース管理システム420は、次にこの数Amを得るために使った素数より大きな素数をPmを選び、更に何らかのPmの関数F(Pm)を計算し、AmにPmとF(Pm)を掛けて得られる数Bm、すなわちBm=Am*Pm*F(Pm)を、間接要素キーとする。   Assuming that Am satisfying the conditions is obtained in this way, the database management system 420 next selects Pm as a prime number larger than the prime number used to obtain this number Am, and further calculates a function F (Pm) of some Pm, A number Bm obtained by multiplying Am by Pm and F (Pm), that is, Bm = Am * Pm * F (Pm) is used as an indirect element key.

図1に示した元情報101の要素情報に要素キーを割り当てるシーンを想定して、より具体的な実施例を示す。要素情報は図2と同様に会員情報と名前情報と住所情報及び電話番号情報の4つの要素情報に分割するものとする。簡単のために会員数は100人未満とすると、要素キーには最大2桁の数を使用すれば要素間の識別が出来るが、素数を選ぶ自由度を増すために、ここでは要素キーとして最大3桁の数字を使うものとする。   A more specific embodiment will be described assuming a scene in which element keys are assigned to element information of the original information 101 shown in FIG. As in FIG. 2, the element information is divided into four pieces of element information including member information, name information, address information, and telephone number information. For simplicity, if the number of members is less than 100, the element key can be identified by using a maximum of 2 digits. However, in order to increase the degree of freedom to select prime numbers, the maximum number of elements is used here. Use three-digit numbers.

データベース管理システム420は、最初に、元情報101の項番1の要素キーを作成する。例えば、素数として「2,2,2,7,17,29,73,101,1481」を選んで、全てを掛け合わせて、12桁の数「301463154104」を得る。12桁の数「301463154104」を簡単のためX1とする。データベース管理システム420は、X1を3桁ずつに分けて「301」「463」「155」「404」を得る。これらをそれぞれa1,b1,c1及びd1とする。a1,b1,c1及びd1を、元情報101の項番1に対応した4つの要素情報の要素キーとする。更にX1を素因数分解して得られる最大の素数は「1481」であることはX1の作り方から明らかで、素数表1201を使えば「1481」より大きな素数P1として「1483」を選ぶことができる。F(Pm)として、Pmの各桁の和を取るという関数だとすれば、F(P1)=1+4+8+3=16が得られる。従って、B1=A1*「1483」*「16」=「7153117720579712」が得られる。間接要素キーを割り当てるものを第1列の会員番号とすれば、これを項番1の会員番号に対応した間接要素キーW11とする。   The database management system 420 first creates an element key of item number 1 of the original information 101. For example, “2, 2, 2, 7, 17, 29, 73, 101, 1481” is selected as a prime number and all are multiplied to obtain a 12-digit number “30146315154104”. The 12-digit number “30146315154104” is set to X1 for simplicity. The database management system 420 obtains “301”, “463”, “155”, and “404” by dividing X1 into three digits. Let these be a1, b1, c1, and d1, respectively. Let a1, b1, c1, and d1 be the element keys of the four element information corresponding to item number 1 of the original information 101. Furthermore, it is clear from the method of creating X1 that the maximum prime number obtained by prime factorizing X1 is “1481”. If the prime number table 1201 is used, “1483” can be selected as a prime number P1 larger than “1481”. If F (Pm) is a function that takes the sum of each digit of Pm, F (P1) = 1 + 4 + 8 + 3 = 16 is obtained. Therefore, B1 = A1 * “1483” * “16” = “71515317720597712” is obtained. If the member number assigned to the indirect element key is the member number in the first column, it is set as the indirect element key W11 corresponding to the member number of item number 1.

次に、データベース管理システム420は、元情報の項番2の要素情報の要素キーを選定する。具体的には、データベース管理システム420は、素数表1201の中から素数「3,7,23,23,97,311,619」を選び出して、これらを掛け合わせて、12桁の数「207442500657」(=X2)を得る。従って4つの要素キーとして、a2=「207」、b2=「442」、c2=「500」及びd2=「657」が得られ、a2≠a1、b2≠b1、c2≠c1及びd2≠d1なので、(a2、b2、c2、d2)は新たな要素キーとして採用することができる。データベース管理システム420は、更に素数表を参照することによって、素数619の次に大きな素数P2は「631」で、F(P2)=10であるから、W2,1=X2*P2*F(P2)=「1308962179145670」を得ることができる。   Next, the database management system 420 selects an element key of element information of item number 2 of the original information. Specifically, the database management system 420 selects a prime number “3, 7, 23, 23, 97, 311, 619” from the prime number table 1201 and multiplies them to obtain a 12-digit number “2074442500657”. (= X2) is obtained. Accordingly, a2 = “207”, b2 = “442”, c2 = “500”, and d2 = “657” are obtained as four element keys, and since a2 ≠ a1, b2 ≠ b1, c2 ≠ c1, and d2 ≠ d1. , (A2, b2, c2, d2) can be adopted as new element keys. The database management system 420 further refers to the prime table, so that the next largest prime P2 after the prime 619 is “631” and F (P2) = 10, so that W2, 1 = X2 * P2 * F (P2 ) = “1308962179145670”.

次に、データベース管理システム420は、項番3の要素情報に要素キーを割り当てるために、次の素数、例えば、「2,2,2,2,2,2,2,2,2,2,2,3,3,3,5,79,167」を選んだとする。データベース管理システム420は、これを全て掛け合わせて、X3の候補として「301462179840」を得る。つづいて、データベース管理システム420は、これを3桁ずつに区切って、要素キーの候補として、a3=「301」、b3=「462」」、c3=「179」及びd3=「840」を得る。ここでこれまでに得られた要素キーと比較すると、a3=a1であるので「301462179840」はX3として採用出来ないことが分かる。従って、データベース管理システム420は、素数を選ぶ工程からやり直して、別の素数の組を選ぶ。   Next, the database management system 420 assigns the element key to the element information of item number 3, for example, “2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,3,3,3,5,79,167 "is selected. The database management system 420 multiplies all of them and obtains “301462179840” as a candidate for X3. Subsequently, the database management system 420 divides this into three digits and obtains a3 = “301”, b3 = “462”, c3 = “179”, and d3 = “840” as element key candidates. . Here, when compared with the element keys obtained so far, it is understood that “3014621979840” cannot be adopted as X3 since a3 = a1. Therefore, the database management system 420 starts over from the process of selecting a prime number and selects another prime number pair.

図13に、上記操作を繰り返して得られた「選択した素数の組」とXm、Pm、F(Pm)及びWm,1を示す。更に、Xmを3桁ずつに分割した数字列を図14に、また図14に示される分割した数字列を、元情報101の各要素情報に要素キーを対応させた結果を図15に示す。ここで、会員番号キーの間接要素キーはWm,1として上記各要素キーを得る過程で既に計算済みである。会員番号以外の要素情報、名前・住所・電話番号に関しては、図15に示したように、上記で求めたb1、c1及びd1が要素キーとなるが、この要素キーにも素因数分解法を適用して、各要素キーを間接要素キーで置き換え、突合処理の負荷制御の一端を担わせるようにするのが好適である。図16に図15に示された名前、住所及び電話番号に対応した要素キーXm,nの素因数分解の結果、素因数分解で得られた素数よりも大きな素数Pm(ここでは、1000以上の素数を選び、それぞれの要素キーに順番に対応させた。)とPmの関数であるF(Pm)(ここでは、Pmの各桁の数を加算したもの)、及びそれらを掛け合わせたWm,nを示す。   FIG. 13 shows “a set of prime numbers” and Xm, Pm, F (Pm), and Wm, 1 obtained by repeating the above operation. Further, FIG. 14 shows a numeric string obtained by dividing Xm into three digits, and FIG. 15 shows the result of associating the divided numeric strings shown in FIG. Here, the indirect element key of the membership number key has already been calculated in the process of obtaining each element key as Wm, 1. For element information other than membership number, name / address / telephone number, as shown in FIG. 15, b1, c1 and d1 obtained above are element keys. The factoring method is also applied to this element key. Thus, it is preferable that each element key is replaced with an indirect element key so that one end of load control of the matching process is performed. As a result of the prime factorization of the element key Xm, n corresponding to the name, address and telephone number shown in FIG. 15 in FIG. 16, a prime number Pm larger than the prime number obtained by the prime factorization (here, a prime number of 1000 or more is selected). F (Pm) that is a function of Pm (here, the number of each digit of Pm added), and Wm, n multiplied by them are selected. Show.

図17に、上記で求めた間接要素キーを対応する要素情報に付加したものを示す。本実施例の分散管理システムにおいては、図17に示す要素情報が、例えば図4の情報管理システムのデータベース410に分散して保管されることになる。この分散管理されたデータベース410からある情報を引き出す方法は実施例1と同様としてもよいし、そのほかの方法を採用しても良い。
(実施例3)
FIG. 17 shows the indirect element key obtained above added to the corresponding element information. In the distributed management system of this embodiment, the element information shown in FIG. 17 is distributed and stored in, for example, the database 410 of the information management system in FIG. A method for extracting certain information from the distributedly managed database 410 may be the same as in the first embodiment, or other methods may be employed.
(Example 3)

次に、いわゆる連結表を使用しない場合の、突合処理における負荷制御の別の好適な実施例として、長大な周期を持つ関数を用いた方法について述べる。長大な周期を持つ関数とは、自然数を入出力とする関数で、最大値が高々Nである任意の自然数Pに対して、K回適用するとPを出力する関数のこととする。この時Kは関数の周期を表し、突合処理の計算時間を大きくするためには、Kが非常に大きな数であることが望ましい。   Next, a method using a function having a long period will be described as another preferred embodiment of load control in the matching process when a so-called connection table is not used. A function having a long period is a function that takes a natural number as input and output, and is a function that outputs P when applied K times to an arbitrary natural number P having a maximum value of N at most. At this time, K represents the period of the function, and in order to increase the calculation time of the matching process, it is desirable that K is a very large number.

長大な周期を持つ関数としては、擬似乱数を生成する操作を関数にまとめたものが知られている。具体的には、線形合同法(混合合同法とも言う)や乗算型合同法の漸化式、M系列の擬似乱数を発生させる漸化式などが挙げられるが、本発明は乱数を発生させることが目的ではなく、ある数から次々と異なる数を発生させられればよく、ここでは、このような周期関数を総称してスライド関数と呼ぶことにする。例えば、乗算合同法の漸化式Xn=aXn−1(mod M)で、a=16807、M=231−1=2147483647とすると、その周期Kは、K=M−1=2147483646であることが知られている。   As a function having a long period, a function in which operations for generating pseudo-random numbers are combined into a function is known. Specific examples include linear congruential methods (also called mixed congruential methods), multiplication type congruential recurrence formulas, recurrence formulas that generate M-sequence pseudo-random numbers, etc. The present invention generates random numbers. However, it is only necessary that different numbers are generated one after another from a certain number. Here, such periodic functions are collectively referred to as a slide function. For example, in the recursion formula Xn = aXn−1 (mod M) of the multiplication congruential method, if a = 16807 and M = 231−1 = 22147483647, the period K may be K = M−1 = 22147483646. Are known.

このようなスライド関数を用いて要素キーを生成する方法は次の通りである。要素キーを1からNのいずれかの自然数とし、これをYと置く。また、スライド関数の周期がKであるとする。ここで、K未満の自然数で、適当に選んだものをスライド数Sα(α=1,2,3,・・・・,R−1)と称する。Yに対してスライド関数をSα回適用した時、1からNの何らかの自然数が得られる。これをYのSα回スライド数またはスライド数と称する。   A method for generating an element key using such a slide function is as follows. The element key is any natural number from 1 to N, and this is set as Y. Further, it is assumed that the period of the slide function is K. Here, an appropriately selected natural number less than K is referred to as a slide number Sα (α = 1, 2, 3,..., R−1). When the slide function is applied Sα times to Y, some natural number from 1 to N is obtained. This is referred to as the number of Y slides or the number of slides.

ここで、R個のデータ値からなる1つの組があって、この組を分割して個々のデータ値に要素キーを割り当てる処理を考える。この時、適当に選んだ1からNのいずれかの自然数を、この組に対する代表要素キーと称する。異なる組の間で、代表要素キーは重複のないように選ばなければならない。次に、代表要素キーのS1回スライド数を、1次要素キーと称する。更に、1次要素キーのS2回スライド数を2次要素キーと称する。以下同様にして、(R−2)次要素キーのSR−1回スライド数をR−1次要素キーと称する。また、1からR−1次要素キーを一般的に従属要素キーと称する。このように代表要素キーとその派生であるR−1個の従属要素キーを決定することができる。   Here, consider a process in which there is one set of R data values and this set is divided and element keys are assigned to the individual data values. At this time, an appropriately selected natural number from 1 to N is referred to as a representative element key for this set. Among different sets, representative element keys must be chosen so that there is no overlap. Next, the S1 number of slides of the representative element key is referred to as a primary element key. Further, the number of S2 slides of the primary element key is referred to as a secondary element key. Similarly, the SR-1 next slide number of the (R-2) next element key is referred to as an R-1 primary element key. The 1st to R-1 primary element keys are generally referred to as subordinate element keys. In this manner, the representative element key and R-1 subordinate element keys that are derived from the representative element key can be determined.

決定された代表要素キーと従属要素キー合わせて全部でR個のキーを、組をなすR個のデータ値のそれぞれに対する要素キーとして採用する。ただし、代表要素キーを対応付ける対象の列は予め決めておくものとする。例えば、図1に示した元情報において会員番号の要素キーを常に代表要素キーとするように決めておく。   A total of R keys including the determined representative element key and subordinate element key are adopted as element keys for each of the R data values forming the set. However, the target column to which the representative element key is associated is determined in advance. For example, in the original information shown in FIG. 1, it is determined that the element key of the member number is always the representative element key.

ここでは、図1に示した元情報に対して、図2に示したような3つの要素情報に分割した場合に、スライド関数として乗算型合同法の漸化式を用いて、どのように要素キーを与えるかを具体的に記す。実施例を分かりやすく説明するために、余り長周期ではないが具体的な漸化式として以下の(1)式を採用したとする。
Xn=7Xn−1(mod 47)・・・・・・・・・・・・・・・・・・(1)
この関数の周期はK=23で、また前記Nは、N=46である。
Here, if the original information shown in FIG. 1 is divided into three pieces of element information as shown in FIG. Describe specifically whether to give the key. In order to explain the embodiment in an easy-to-understand manner, it is assumed that the following formula (1) is adopted as a specific recurrence formula although it is not a very long period.
Xn = 7Xn-1 (mod 47) (1)
The period of this function is K = 23, and the N is N = 46.

会員番号キーを代表要素キーとして、図1の会員番号キーをそれぞれ1,2,3,4,5,6,7とする。これは、上記漸化式で、初期値X0をそれぞれ、1,2,3,4,5,6,7としたことを意味する。第1次要素キーを名前キーとして9回スライド数とし、第2次要素キーを住所キーとして10回スライド数として、更に第3次要素キーを電話番号キーとして2回スライド数とする。住所キーのスライド数が10で、名前キーと電話番号キーのスライド数が2とスライド数に大きな差がついているのは、機密性を鑑みた為である。すなわち、会員番号と名前の関連性及び住所と電話番号の関連性は機密性が低いのでスライド数を小さく、名前と住所の関連は機密性が高いのでスライド数を大きく取った結果である。   Assume that the member number key in FIG. This means that the initial value X0 is set to 1, 2, 3, 4, 5, 6, 7 respectively in the above recurrence formula. The primary element key is a name key and the number of slides is 9 times, the secondary element key is an address key and the number of slides is 10 times, and the tertiary element key is a telephone number key and the number of slides is 2 times. The reason why the number of slides of the address key is 10 and the number of slides of the name key and the telephone number key is 2 and there is a large difference is that confidentiality is taken into consideration. That is, the relationship between the membership number and the name and the relationship between the address and the telephone number are low in confidentiality, so the number of slides is small, and the relationship between the name and address is high in confidentiality, so the number of slides is large.

ここで適用しているスライド関数は周期性をもっており、上記(2)式の場合は周期が23であるから電話番号キーの2回スライドが会員番号キーとなる。従って、電話番号キーの11回スライド数が名前キーということになる。このような関係を模式的に表したものを図19に示す。図19を見れば明らかであるが、名前キーと住所キー及び電話番号キーの関係はスライド関数の周期性を考慮して遠い存在になっている。このようにスライド数の選択はスライド関数の周期性も考慮して機密性の高い要素情報間のスライド数をできるだけ大きく取ることが肝要である。上記漸化式で言えば、会員番号キーはX0、名前キーはX2、住所キーはX12、電話番号キーはX14である。この漸化式の周期が23で、従ってX25=X2である。X14つまり電話番号キーを11回スライドさせればX26すなわち名前キーX2を得ることができる。図19に上記漸化式のXn(nが1〜23)の値を初期値X0=1〜7に対して計算してある。網掛けになっている行が初期値X0(会員番号キー)、X2(名前キー)、X12(住所キー)及びX14(電話番号キー)である。   The slide function applied here has periodicity, and in the case of the above formula (2), the period is 23, so the two-time slide of the telephone number key becomes the member number key. Therefore, the 11th slide number of the telephone number key is a name key. FIG. 19 schematically shows such a relationship. As apparent from FIG. 19, the relationship between the name key, the address key, and the telephone number key is far away in consideration of the periodicity of the slide function. Thus, in selecting the number of slides, it is important that the number of slides between highly confidential element information is as large as possible in consideration of the periodicity of the slide function. In the recurrence formula, the member number key is X0, the name key is X2, the address key is X12, and the telephone number key is X14. The recurrence period is 23, so X25 = X2. If X14, that is, the telephone number key is slid 11 times, X26, that is, the name key X2 can be obtained. In FIG. 19, the value of Xn (n is 1 to 23) of the above recurrence formula is calculated for the initial value X0 = 1 to 7. The shaded lines are initial values X0 (member number key), X2 (name key), X12 (address key) and X14 (phone number key).

図19の計算結果に基づいて図1の元情報に各要素キーを挿入したものを図20に示す。更に図20に基づいて、それぞれ要素キーを付加した要素情報を分割し、要素キーの数の小さい方か並べたものを図21に示す。このように、要素情報の順序が変えられているので、要素情報間の相関が分からず、Xn=7Xn−1(mod 47)の式を用いてその関連を計算しない限りは、意味をなす情報にはならない。   FIG. 20 shows each element key inserted in the original information of FIG. 1 based on the calculation result of FIG. Further, based on FIG. 20, the element information to which the element key is added is divided, and the element information having the smaller number of element keys is arranged in FIG. As described above, since the order of the element information is changed, the correlation between the element information is not known, and information that makes sense unless the relationship is calculated using the formula of Xn = 7Xn-1 (mod 47). It will not be.

以下、図21を用いて、要素キーから要素キーへの突合処理をどのように実現するかを説明する。ここで、代表キーが会員番号キーになっており、会員番号キーを9回スライドしたものが名前キーで、更に名前キーを10回スライドしたものが住所キーであり、更に住所キーを2スライドしたものが電話番号キーになり、関数として漸化式(2)すなわちXn=7Xn−1(mod 47)が使われており、その周期が23であることは分かっているものとする。   Hereinafter, how to realize the matching process from the element key to the element key will be described with reference to FIG. Here, the representative key is the member number key, the member key that has been slid nine times is the name key, the member that has been further slid the name key ten times is the address key, and the address key is further slid two times. It is assumed that the phone number key is used and the recurrence formula (2), that is, Xn = 7Xn-1 (mod 47) is used as a function, and the period is 23.

システム利用者400が名前「阿部太一」の住所電話番号と当該会員番号を知りたいとすると、システム利用者400は、その旨をアプリケーションシステム430に入力し、アプリケーションシステム430は、データベース管理システム420に対応する処理を実行させる。具体的には、データベース管理システム420では、アクセス制御部422が、まず要素情報2102にアクセスして阿部太一の名前キー「25」をピックアップする。この名前キーを10回スライドさせたものが住所電話番号キーであるから、データベース管理システム420は、X0=25と置いて、式(2)の漸化式を使いまずX1=34を求め、次にそのX1=34を使ってX2=3が求め、これを繰り返してX10=1を割り出す。これが求める住所キーである。住所キーを割り出したら、データベース管理システム420は、要素情報2103にアクセスして、住所「茨城県水戸市」をピックアップする。データベース管理システム420は、住所キーの2回スライド数が電話番号であることを把握しているので、式(2)の漸化式にX0=1を代入し、X1=7、これを使ってX2=2が得て、電話番号キーが「2」であることを割り出す。データベース管理システム420は、要素情報2104にアクセスして、電話番号キーが「2」の電話番号が「□□□□□□□□□□」であることをピックアップする。データベース管理システム420は、次に会員番号キーを求めるために、会員番号キーは、電話番号キーの2回スライド数であるから、これを漸化式(2)を用いて計算して「4」を割り出し、データベース管理システム420は、要素情報2101にアクセスして会員番号「0004」をピックアップする。   When the system user 400 wants to know the address telephone number of the name “Tabe Aichi” and the member number, the system user 400 inputs that fact to the application system 430, and the application system 430 sends the information to the database management system 420. The corresponding process is executed. Specifically, in the database management system 420, the access control unit 422 first accesses the element information 2102 and picks up the name key “25” of Taichi Abe. Since the address telephone number key is obtained by sliding the name key 10 times, the database management system 420 first sets X0 = 25, obtains X1 = 34 using the recurrence formula of equation (2), and then X2 = 3 is obtained by using X1 = 34, and this is repeated to determine X10 = 1. This is the desired address key. After determining the address key, the database management system 420 accesses the element information 2103 and picks up the address “Mito City, Ibaraki Prefecture”. Since the database management system 420 knows that the number of slides of the address key twice is a telephone number, X0 = 1 is substituted into the recurrence formula of the formula (2), and X1 = 7. X2 = 2 is obtained, and it is determined that the telephone number key is “2”. The database management system 420 accesses the element information 2104 and picks up that the telephone number with the telephone number key “2” is “□□□□□□□□□□”. The database management system 420 then calculates the member number key by using the recurrence formula (2) because the member number key is the number of slides of the telephone number key twice in order to obtain the member number key. The database management system 420 accesses the element information 2101 and picks up the member number “0004”.

上記で、会員番号キーを、電話番号キーからスライド関数を使って求めたが、名前キーから求めることもできる。   In the above description, the member number key is obtained from the telephone number key by using the slide function, but it can also be obtained from the name key.

一般的に、漸化式Xn=aXn−1(mod M)の意味は、Xn−1をa倍してMで割った時に、余りがXnであるということである。従って、aXn−1をMで割った時の商をbn−1とすると、(M*bn−1+Xn)はaで割り切れるはずである。ここで整数bは、0≦bn−1<aである。このbn−1を使えば、Xn−1は、Xn−1=(M*bn−1+Xn)/aによって求めることができる。これは、スライド関数の逆関数を求めたことに相当する。   In general, the recurrence formula Xn = aXn-1 (mod M) means that when Xn-1 is multiplied by a and divided by M, the remainder is Xn. Therefore, if the quotient when aXn-1 is divided by M is bn-1, (M * bn-1 + Xn) should be divisible by a. Here, the integer b is 0 ≦ bn−1 <a. If this bn-1 is used, Xn-1 can be obtained by Xn-1 = (M * bn-1 + Xn) / a. This corresponds to obtaining an inverse function of the slide function.

上記を使って、具体的に名前キーから会員番号キーを求めてみる。前記具体例では、漸化式(1)を使っているから、a=7、M=47である。また「阿部太一」の名前キーは「25」だから、(47b8+25)が7で割り切れ、データベース管理システム420は、b8=2ということを割り出せる。従って、データベース管理システム420は、X8=(47×2+25)÷7=17も割り出せる。データベース管理システム420は、次に(47b7+17)が7で割り切れるということから、b7=5で、従ってX7=(47×5+17)÷7=36を得る。データベース管理システム420は、この操作を繰り返すことにより、X6=32、X5=18、・・・・・、X1=28を割り出し、最後にX0=4、すなわち会員番号キーが「4」であることを割り出せる。当然であるが、これは、電話番号キーから2回スライドで求めたものと同じである。   Using the above, try to find the member number key from the name key. In the specific example, since the recurrence formula (1) is used, a = 7 and M = 47. Since the name key of “Tabe Abe” is “25”, (47b8 + 25) is divisible by 7, and the database management system 420 can calculate that b8 = 2. Therefore, the database management system 420 can also calculate X8 = (47 × 2 + 25) ÷ 7 = 17. The database management system 420 then gets (7b7 + 17) divisible by 7, so b7 = 5 and thus X7 = (47 × 5 + 17) ÷ 7 = 36. By repeating this operation, the database management system 420 calculates X6 = 32, X5 = 18,..., X1 = 28, and finally X0 = 4, that is, the member number key is “4”. Can be determined. Of course, this is the same as that obtained by sliding twice from the telephone number key.

実施例3で詳しく述べたように、突合処理を行って意味のある情報を取り出そうとすると、スライド関数を多数回適用する必要がある。上記具体例では少なくとも10回はスライド関数である漸化式(2)を適用する必要がある。この具体例では周期23のスライド関数を使ったが、周期を長大にして、例えばよく乱数発生に使われる乗算型合同法の漸化式Xn=aXn−1(mod M)でa=630360016,M=231−1とすると、周期は231−2=2147483646になり、スライド計算が膨大になって突合処理において計算機資源を大幅に消費することができる。   As described in detail in the third embodiment, it is necessary to apply the slide function many times to perform meaningful processing and extract meaningful information. In the above specific example, it is necessary to apply the recurrence formula (2) which is a slide function at least 10 times. In this specific example, a slide function with a period of 23 is used. However, the period is long, and for example, a recurrence formula Xn = aXn−1 (mod M) of a multiplication type congruence method often used for random number generation, a = 630360016, M = 231-1, the period is 231-2 = 2147483646, the slide calculation becomes enormous, and computer resources can be greatly consumed in the matching process.

実施例3においてはスライド関数の選定が重要な役割を果たす。上記具体例では、スライド関数として乗算型合同法と呼ばれる乱数発生プログラムに使用される関数(漸化式)を利用して説明したが、本発明の趣旨から言うと、スライド関数として必要な性質は、
(1)自然数を入力すると自然数を出力する、
(2)周期内では同じ数が現れない、
(3)簡単に元の数を予測できない、
の3点である。
In the third embodiment, the selection of the slide function plays an important role. In the above specific example, the function (recurrence formula) used in the random number generation program called the multiplication type congruential method is used as the slide function. However, for the purpose of the present invention, the necessary properties as the slide function are as follows. ,
(1) When a natural number is input, the natural number is output.
(2) The same number does not appear in the cycle,
(3) The original number cannot be easily predicted.
The three points.

乱数発生関数は、(3)の性質を満たす関数として好適である。その中でも上記3つの性質を全て備えた関数として好適な関数の1つは実施例2で示した乱数乗算合同法に使われる漸化式で、一般的に書けば、
Xn=aXn−1(mod M) 但しa≦M
となる。Mとaを上手く選べば、この式で得られる数列は擬似ランダムといわれる数列が得られ、次に何が来るかの予測が難しいのが特徴で、かつ周期は最大M−1で、周期内に現れる数Xnは1〜M−1のいずれかの数で、n≠mの時にはXn≠Xm、すなわち同じ数は表れない。
The random number generation function is suitable as a function that satisfies the property (3). Among them, one of the functions suitable as a function having all the above three properties is a recurrence formula used in the random number multiplication congruent method shown in the second embodiment.
Xn = aXn−1 (mod M) where a ≦ M
It becomes. If you choose M and a well, the sequence obtained by this formula is a sequence that is said to be pseudo-random, and it is difficult to predict what will come next, and the cycle is at most M-1 and within the cycle The number Xn appearing in is any number from 1 to M-1, and when n ≠ m, Xn ≠ Xm, that is, the same number does not appear.

もう1つの好適な関数は、やはり同じ乱数発生アルゴリズムによく用いられる線形合同法(混合合同法ともいう)の漸化式で、一般形で書けば
Xn=aXn−1+c(mod MM) 但しa,c≦M
である。
(1)cとMが互いに素である、
(2)a−1がMの全ての素因数で割りきれる、
(3)Mが4の倍数ならa−1も4の倍数である、
の3条件を全て満足すれば周期はMとなることが知られている。
この場合、数列{Xn}には、0〜M−1の全ての数が1度だけ現れることが特徴である。上記条件を満たしさえすれば、周期がMとなるので、原理的には幾らでも長周期の数列を作り出すことが出来る。
Another preferred function is a recurrence formula of a linear congruence method (also referred to as a mixed congruence method) often used for the same random number generation algorithm. Xn = aXn-1 + c (mod MM) where a, c ≦ M
It is.
(1) c and M are relatively prime,
(2) a-1 can be divided by all the prime factors of M.
(3) If M is a multiple of 4, a-1 is also a multiple of 4.
It is known that the period becomes M if all the three conditions are satisfied.
In this case, all the numbers 0 to M-1 appear only once in the sequence {Xn}. As long as the above conditions are satisfied, the period becomes M, and in principle, any number of long-period sequences can be created.

実施例1、実施例2及び実施例3のいずれを用いても、要素キーを決定する時点で設定した時間計算量は、要素キーを変更しないままには軽減できない。また、要素キーの変更に当たっては、他の要素キーとどのように組を成しているかを調べるために結局突合処理に相当する計算が必要である。即ち、悪意ある第三者によって計算負荷を軽減することができない。   Even if any one of the first embodiment, the second embodiment, and the third embodiment is used, the time calculation amount set at the time of determining the element key cannot be reduced without changing the element key. In addition, when changing the element key, a calculation corresponding to the matching process is required in order to check how the element key is paired with other element keys. That is, the calculation load cannot be reduced by a malicious third party.

尚、実施例1、実施例2及び実施例3に示した方法による突合機構の実現は、ソフトウェアプログラムとしての構成を念頭に置いているが、同等の機能を持つ物理装置(例えば集積回路としてハードウェア実装された演算回路)や、ネットワークを通じて利用できるサービスとして構成される場合も、本発明の一態様である。   Note that the realization of the abutment mechanism by the methods shown in the first, second, and third embodiments has a configuration as a software program in mind, but a physical device having an equivalent function (for example, a hardware as an integrated circuit) A hardware-implemented arithmetic circuit) or a service that can be used through a network is also an embodiment of the present invention.

次に、データ分割に合わせて連結表を作る場合の実施例を示すが、それに先立ち、間接要素キー、変換機構、間接参照処理、間接連結表という言葉を定義する。間接要素キーとは、各々の要素キーに対して付与した一意の識別符号である。但し、本発明の目的を達成するためには、付与先となった要素キーの値を容易には類推できないように、間接要素キーとなる識別符号を選ぶ必要がある。図22に示した変換機構2201は、ある要素キーを、その識別符号である間接要素キーに変換する機構である。要素キーの性質を考えると要素キーと間接要素キーは1対1対応でなければならない。間接要素キーから要素キーを特定する機構を逆変換機構と呼ぶ。以下では簡単のために装置として変換機構が逆変換機構も兼ねるとしているが、これを独立した装置として実現してもよい。変換機構2201を通じて間接要素キーから要素キーを決定する処理および、その逆に要素キーから間接要素キーを決定する処理を、共に間接参照処理と称する。連結表の要素キーを間接要素キーで置き換えて得られる表を、間接連結表と称する。   Next, an embodiment in which a linked table is created in accordance with data division will be described. Prior to that, terms such as an indirect element key, a conversion mechanism, an indirect reference process, and an indirectly linked table are defined. The indirect element key is a unique identification code assigned to each element key. However, in order to achieve the object of the present invention, it is necessary to select an identification code to be an indirect element key so that the value of the element key that is the grant destination cannot be easily inferred. The conversion mechanism 2201 shown in FIG. 22 is a mechanism that converts a certain element key into an indirect element key that is an identification code thereof. Considering the nature of element keys, element keys and indirect element keys must have a one-to-one correspondence. A mechanism for identifying an element key from an indirect element key is called a reverse conversion mechanism. In the following, for the sake of simplicity, it is assumed that the conversion mechanism also serves as the reverse conversion mechanism as an apparatus, but this may be realized as an independent apparatus. The process of determining the element key from the indirect element key through the conversion mechanism 2201 and the process of determining the indirect element key from the element key are both referred to as an indirect reference process. A table obtained by replacing an element key of a linked table with an indirect element key is called an indirect linked table.

前記間接連結表を用いる場合は、要素情報と共に対で記憶されるのは要素キーであるが、前記間接連結表の代わりに連結表を記憶し、要素情報と共に対で記憶するものを間接要素キーとしても良い。いずれの場合でも、分散管理された要素情報間の突合処理には、要素キーから間接要素キーを決定する間接参照処理、及び間接要素キーから要素キーを決定する間接参照処理を含むから、間接参照処理の負荷を意図的に高めることによって、単位時間当たりに実行可能な突合処理の数を制限できる。以下では、間接参照処理の負荷を高める方法について実施例を基に詳しく説明する。
(実施例4)
When the indirect connection table is used, it is the element key that is stored in pairs with the element information. However, instead of the indirect connection table, the connection table is stored and the information stored in pairs with the element information is the indirect element key. It is also good. In any case, the matching process between the distributedly managed element information includes indirect reference process for determining the indirect element key from the element key and indirect reference process for determining the element key from the indirect element key. By intentionally increasing the processing load, the number of matching processes that can be executed per unit time can be limited. Hereinafter, a method for increasing the load of the indirect reference process will be described in detail based on an embodiment.
Example 4

要素キーから間接要素キーを作る方法で間接参照処理の負荷を意図的に高められる方法の第1の好適な実施例は素因数分解を用いた方法である。   A first preferred embodiment of a method for intentionally increasing the load of indirect reference processing by a method for generating an indirect element key from an element key is a method using prime factorization.

ここで利用する素因数分解法は、実施例1で用いた方法である。実施例1では、要素キーの関数であるYmに対して素因数分解法を用いてZmという新しい数を得たが、ここでは要素キーそのものに対して素因数分解法を適用し間接要素キーを得るという違いがあるだけで、素因数分解法に対して本質は同じである。従って、実施例1で補足的に述べたことは、ここでも当てはまるし、登録業務を考えて素数の掛け算から生成した数を使うという実施例2の考え方もそのまま当てはまる。
(実施例5)
The prime factorization method used here is the method used in the first embodiment. In the first embodiment, a new number Zm is obtained by using the prime factorization method for Ym which is a function of the element key. Here, the indirect element key is obtained by applying the prime factorization method to the element key itself. The essence is the same for prime factorization, with only differences. Therefore, what was supplementarily described in the first embodiment is also applied here, and the idea of the second embodiment in which a number generated from multiplication of prime numbers is used in consideration of the registration work is also applied as it is.
(Example 5)

要素キーから間接要素キーを作る方法で間接参照処理の負荷を意図的に高められる方法の第2の好適な実施例は、乱数列を用いた方法である。   A second preferred embodiment of a method for intentionally increasing the load of indirect reference processing by a method for generating an indirect element key from an element key is a method using a random number sequence.

要素キーの取り得る値を1からNの自然数とする。要素キー自体は、既述のように、データベース管理システム420によって割り当てればよい。また、、1からNの自然数を一列に並べ、その並び順をランダムに入れ替えて得られる乱数列を作成しておく。このようにして得た乱数列の例を図23に示す。この乱数列は、要素キーに基づいて間接要素キーを作成するものである。本実施例では、値がKである要素キーに対して、この乱数列のK番目の位置にある値Qを、その間接要素キーとする。作成した間接要素キーは、間接参照表に保存する。この際、ここで用いた乱数列も、別途適当な記憶装置(たとえば、データベース410)に保存する。これらの動作は、変換機構2201によって実現する。図23の例で言えば、変換機構2201は、値が5である要素キーから、これに対応する間接要素キーを作成する場合には、乱数列の左から5番目にある値が23であることから、「23」を選択することで、当該間接要素キーを作成する。逆に、間接要素キーQから要素キーKを作成することもできる。この場合には、記憶装置上の乱数列から自然数Qを探索し、見付かった位置を要素キーKとすればよい。図23の例で言えば、乱数列中に含まれる23なる値は左から5番目に位置することから、値が23である間接要素キーに対応する要素キーの値は5である。変換機構2201は、以上の方法に従い、要素キーと間接要素キーの間の変換処理を実行する。   The possible values of the element key are natural numbers from 1 to N. The element key itself may be assigned by the database management system 420 as described above. Further, a random number sequence obtained by arranging natural numbers from 1 to N in a line and randomly changing the order of arrangement is created. An example of the random number sequence obtained in this way is shown in FIG. This random number sequence creates an indirect element key based on the element key. In the present embodiment, for an element key whose value is K, the value Q at the Kth position of this random number sequence is used as the indirect element key. Save the created indirect element key in the indirect reference table. At this time, the random number sequence used here is also stored in a separate appropriate storage device (for example, the database 410). These operations are realized by the conversion mechanism 2201. In the example of FIG. 23, when the conversion mechanism 2201 creates an indirect element key corresponding to an element key having a value of 5, the value that is the fifth from the left in the random number sequence is 23. Therefore, the indirect element key is created by selecting “23”. Conversely, the element key K can be created from the indirect element key Q. In this case, the natural number Q is searched from the random number sequence on the storage device, and the found position may be used as the element key K. In the example of FIG. 23, since the value 23 included in the random number sequence is located fifth from the left, the value of the element key corresponding to the indirect element key whose value is 23 is 5. The conversion mechanism 2201 executes the conversion process between the element key and the indirect element key according to the above method.

前記では値がKである要素キーに対して、乱数列のK番目の位置にある値Qを、その間接要素キーとしたが、その乱数列の中でKという値のある位置が乱数列のR番目の位置にある時、その間接要素キーをRとしても良い。どちらの場合でも、要素キーと間接要素キーの対応付けはランダムに決定された乱数列だけに依存するため、乱数列を参照することなしに間接要素キーのみから要素キーを決定することはできない。乱数列を十分に大きくし(たとえば、すべての乱数が2けた以上となるようにする)、且つ、ハードディスクなどの相対的に低速な外部記憶装置に保存すれば、このような探索には極めて多くの時間計算量が掛かる。
(実施例6)
In the above, for the element key having the value K, the value Q at the Kth position in the random number sequence is used as the indirect element key, but the position with the value K in the random number sequence is the random number sequence. When in the Rth position, the indirect element key may be R. In either case, since the association between the element key and the indirect element key depends only on the randomly determined random number sequence, the element key cannot be determined only from the indirect element key without referring to the random number sequence. If a random number sequence is made sufficiently large (for example, all random numbers are 2 digits or more) and stored in a relatively low-speed external storage device such as a hard disk, such a search is extremely large. It takes a lot of time calculation.
(Example 6)

要素キーから間接要素キーを作る方法で間接参照処理の負荷を意図的に高められる方法の第3の好適な実施例は、乱数列の反復参照を用いた方法である。   A third preferred embodiment of a method for intentionally increasing the load of indirect reference processing by a method for generating an indirect element key from an element key is a method using repetitive reference of a random number sequence.

実施例5の場合と同様に、要素キーの取り得る値を1からNの自然数とする。要素キー自体は、既述のように、データベース管理システム420によって割り当てればよい。また、1からNの自然数を一列に並べ、その並び順をランダムに入れ替えて得られる乱数列を作成しておく。この乱数列は、例えば実施例5で示した図23の乱数列としてもよいこの乱数列の、P番目の位置にある値を特定する処理をP点選択と称する。乱数列は1からNまでの値しか含まない。よって、Pの値に関わらず、P点選択で決定される値の数も常に1からNである。図23の例で言えば、乱数列の左から4番目の位置にある値が7であることから、4点選択によって特定される値は7である。変換機構2201は、このような選択処理を実行する。   As in the case of the fifth embodiment, the possible value of the element key is a natural number from 1 to N. The element key itself may be assigned by the database management system 420 as described above. Further, a random number sequence obtained by arranging natural numbers from 1 to N in a line and changing the arrangement order at random is created. This random number sequence may be, for example, the random number sequence of FIG. 23 shown in the fifth embodiment, and the process of specifying a value at the Pth position of this random number sequence is referred to as P point selection. The random number sequence includes only values from 1 to N. Therefore, regardless of the value of P, the number of values determined by P point selection is always 1 to N. In the example of FIG. 23, since the value at the fourth position from the left of the random number sequence is 7, the value specified by the 4-point selection is 7. The conversion mechanism 2201 executes such a selection process.

要素キーの値がKである時、K点選択によって得られる値を1次要素キーと称し、この値をK1と置く。次に、変換機構2201によって実行されるK1点選択によって得られる値を2次要素キーと称し、この値をK2と置く。以下同様に、変換機構2201による選択を反復し、得られたn次キーをKnとする。n次キーKnと、反復回数nの組を間接要素キーとする。実施例5と同様に、間接連結表に間接要素キーを保存する際には、ここで用いた乱数列も、別途適当な記憶装置に保存する。図23の例で言えば、要素キーの値が4である時、4点選択の値は7であるから、K1は7である。7点選択の値は3であるから、K2は3である。3点選択の値は5であるから、K3は5である。   When the value of the element key is K, a value obtained by selecting the K point is referred to as a primary element key, and this value is set as K1. Next, a value obtained by the K1 point selection executed by the conversion mechanism 2201 is referred to as a secondary element key, and this value is set as K2. Similarly, the selection by the conversion mechanism 2201 is repeated, and the obtained n-th key is set to Kn. A set of the n-th order key Kn and the number of repetitions n is used as an indirect element key. As in the fifth embodiment, when storing the indirect element key in the indirect concatenation table, the random number sequence used here is also stored in a separate appropriate storage device. In the example of FIG. 23, when the value of the element key is 4, the value of 4-point selection is 7, so K1 is 7. Since the 7-point selection value is 3, K2 is 3. Since the value of the three-point selection is 5, K3 is 5.

n次の間接要素キーKnから要素キーKを決定するには、変換機構2201は、記憶装置上の乱数列から自然数Knを探索し、その値が発見されたところでnを1減らして、発見位置をKn−1とする。以後、変換機構2201は、この探索を反復する。K1を乱数列の中から探索してその発見位置が決まった時、その発見位置が要素キーKとなる。この処理の流れを図24に示す。図23の例で言えば、3次の間接要素キーK3が5である時、乱数列の左から3番目の位置にある値が5であることから、変換機構2201によるK3の発見位置は3であり、これがK2の値となる。同様に、乱数列の左から7番目の位置にある値が3であることから、変換機構2201によるK2の発見位置は7であり、これがK1の値となる。再び反復して、乱数列の左から4番目の位置にある値が7であることから、変換機構2201によるK1の発見位置は4であり、これがKの値となる。以上の変換機構2201による処理によって、要素キーKの値が4であることが決定される。以上の方法に従い、要素キーと間接要素キーの間の変換処理を実装したものが変換機構2201となる。   In order to determine the element key K from the n-th indirect element key Kn, the conversion mechanism 2201 searches for a natural number Kn from a random number sequence on the storage device, subtracts n by 1 when the value is found, and finds the discovery position. Is Kn-1. Thereafter, the conversion mechanism 2201 repeats this search. When K1 is searched from the random number sequence and the discovery position is determined, the discovery position becomes the element key K. The flow of this process is shown in FIG. In the example of FIG. 23, when the third-order indirect element key K3 is 5, the value at the third position from the left of the random number sequence is 5, so the position where K3 is found by the conversion mechanism 2201 is 3. This is the value of K2. Similarly, since the value at the seventh position from the left of the random number sequence is 3, the discovery position of K2 by the conversion mechanism 2201 is 7, which is the value of K1. Again, since the value at the fourth position from the left in the random number sequence is 7, the discovery position of K1 by the conversion mechanism 2201 is 4, which is the value of K. By the processing by the conversion mechanism 2201 described above, it is determined that the value of the element key K is 4. In accordance with the above method, a conversion mechanism 2201 is provided with a conversion process between an element key and an indirect element key.

反復回数nは自由に設定でき、nが大きくなるほど時間計算量も増大する。前項に言う乱数列を用いた負荷制御では乱数列を大きくすることによって負荷を制御するが、乱数列の反復参照を用いた負荷制御では反復回数nを大きくすることによって負荷を制御する。このため、必ずしも大きな乱数列を用いる必要がなく、外部記憶装置を用いずに、例えば専用の物理演算装置として変換機構を構成することが相対的に容易となる。
尚、乱数列を複数通り用意し、反復回数によって切り替えて利用することも考えられる。
(実施例7)
The number of iterations n can be set freely, and the amount of time calculation increases as n increases. In the load control using the random number sequence described in the previous section, the load is controlled by increasing the random number sequence. In the load control using the repetitive reference of the random number sequence, the load is controlled by increasing the number of iterations n. For this reason, it is not always necessary to use a large random number sequence, and it becomes relatively easy to configure the conversion mechanism as, for example, a dedicated physical arithmetic device without using an external storage device.
It is also conceivable that a plurality of random number sequences are prepared and switched depending on the number of iterations.
(Example 7)

要素キーから間接要素キーを作る方法で間接参照処理の負荷を意図的に高められる方法の第4の好適な実施例は、要素キーの長さを用いる方法である。   A fourth preferred embodiment of the method for intentionally increasing the load of the indirect reference processing by the method of generating the indirect element key from the element key is a method using the length of the element key.

要素情報を一意に識別することができれば、要素キーにはどのような値を用いてもよい。そこで、各々の要素情報に対して、データベース管理システム420は、ランダムに選んだ一意且つ極めて長い文字列を要素キーとして選ぶ。要素キーがN個存在するとして、その値をX1からXNとする。変換機構は、同様に、ランダムに選んだ一意且つ極めて長いN個の文字列を適当な順序で一列に並べ、並べた順にY1からYNとする。以上の準備の下に、k=1からNとして、Ykを要素キーXkに対する間接要素キーと定める。要素キーXkと間接要素キーYkの組を並べたものをキー辞書とする。変換機構は、要素キーXkに基づいてキー辞書を参照して、対応する間接要素キーYkをピックアップすることで、要素キーから間接要素キーを作成する。図25に、N=5で要素キーの長さが12、間接要素キーの長さが16の場合のキー辞書の例を示す。この例では要素キーより間接要素キーの長さが大きいが、要素キーが間接要素キーよりも長くても良いし、両者の長さが等しくても良い。また、間接連結表だけでなく、ここで用いたキー辞書も、別途適当な記憶装置に保存する。   Any element key may be used as long as element information can be uniquely identified. Therefore, for each element information, the database management system 420 selects a unique and extremely long character string selected at random as an element key. Assume that there are N element keys, and the values are X1 to XN. Similarly, the conversion mechanism arranges randomly selected unique and extremely long N character strings in a suitable order, and sets Y1 to YN in the arranged order. Based on the above preparation, k = 1 to N, and Yk is determined as an indirect element key for the element key Xk. A key dictionary is a combination of element key Xk and indirect element key Yk. The conversion mechanism creates an indirect element key from the element key by referring to the key dictionary based on the element key Xk and picking up the corresponding indirect element key Yk. FIG. 25 shows an example of a key dictionary when N = 5, the length of the element key is 12, and the length of the indirect element key is 16. In this example, the length of the indirect element key is larger than the element key, but the element key may be longer than the indirect element key, or the lengths of both may be equal. In addition to the indirect linkage table, the key dictionary used here is also stored separately in an appropriate storage device.

値がKである間接要素キーから要素キーを決定するには、キー辞書の中から間接要素キー値がKである組を探索し、対となっている値を要素キーとすればよい。図25の例で言えば、間接要素キーY5の値が「5Efah3fpl89GB69ww」である時、キー辞書上でこれに対応する値は「V5gya55pxKWq」である。従って、対応する要素キーX5の値は「V5gya55pxKWq」である。以上の方法に従い、要素キーと間接要素キーの間の変換処理を実装したものが変換機構となる。   In order to determine an element key from an indirect element key whose value is K, a set whose indirect element key value is K is searched from the key dictionary, and a paired value is used as an element key. In the example of FIG. 25, when the value of the indirect element key Y5 is “5Efah3fpl89GB69ww”, the corresponding value on the key dictionary is “V5gya55pxKWq”. Therefore, the value of the corresponding element key X5 is “V5gya55pxKWq”. In accordance with the above method, a conversion mechanism that implements conversion processing between an element key and an indirect element key is a conversion mechanism.

この方法による負荷制御は、時間計算量の限界に対してではなく、ネットワーク容量の限界に対して適用されるので、実施例としては、要素情報とキー辞書を組にして異なる物理装置上に配置すると好適である。もちろん要素情報とキー辞書を組にしないで別々の異なる物理装置上に配置してもよい。   Since load control by this method is applied not to the limit of time calculation amount but to the limit of network capacity, as an example, element information and a key dictionary are arranged on different physical devices as a set. It is preferable. Of course, the element information and the key dictionary may not be paired but may be arranged on different physical devices.

図26に示したように、2個に分割された要素情報2611及び要素情報2612、各々の要素情報に対応するキー辞書2621及びキー辞書2622、要素情報とキー辞書を組にして保存する記憶装置2601及び記憶装置2602、記憶装置2601及び記憶装置2602を含むコンピュータ2631及びコンピュータ2632、間接連結表2613を含む記憶装置2603、記憶装置2603を含むコンピュータ2633、から情報管理システムが構成され、加えて、変換機構2604が他のコンピュータ2634上に実装されているものとする。   As shown in FIG. 26, element information 2611 and element information 2612 divided into two parts, a key dictionary 2621 and a key dictionary 2622 corresponding to each element information, and a storage device that stores the element information and the key dictionary as a set. 2601 and a storage device 2602, a computer 2631 and a computer 2632 including a storage device 2601 and a storage device 2602, a storage device 2603 including an indirect linkage table 2613, and a computer 2633 including a storage device 2603, and in addition, It is assumed that the conversion mechanism 2604 is mounted on another computer 2634.

ここで、間接要素キーに対応する要素キーの間接参照処理は、変換機構において実行する。間接連結表2613は記憶装置2633上にのみ存在し、この間接要素キーを含むキー辞書2621又はキー辞書2622は記憶装置2601又は記憶装置2602のいずれかに存在し、それぞれ変換機構2604とは異なる物理装置上に存在する。従って、間接参照処理を実行するに当たっては、間接要素キー及びキー辞書の情報を、ネットワークを経由して、変換機構のあるコンピュータ2634へ転送しなければならない。   Here, the element key indirect reference process corresponding to the indirect element key is executed in the conversion mechanism. The indirect linkage table 2613 exists only on the storage device 2633, and the key dictionary 2621 or the key dictionary 2622 including the indirect element key exists in either the storage device 2601 or the storage device 2602, and is different from the conversion mechanism 2604. Exists on the device. Therefore, in executing the indirect reference process, the information of the indirect element key and the key dictionary must be transferred to the computer 2634 having the conversion mechanism via the network.

要素キーまたは間接要素キーが十分に長大な文字列であれば、ネットワーク容量によって、単位時間当たりに転送可能なキー辞書の範囲が制限される。即ち、要素キーまたは間接要素キーが長くなるほど、単位時間当たりに消費するネットワーク容量が増大し、実行可能な間接参照処理の数が減少する。図26の例で言えば、通信路2605上のネットワーク容量が毎秒1000文字相当であり、且つ、要素キーと間接要素キーの値が共に1万文字の長さを持つならば、キー辞書に含まれる要素キーとの間接要素キーの値の1組を、記憶装置2601、2602から変換機構のあるコンピュータ2634へと転送するには、少なくとも20秒の時間が掛かる。要素キーと間接要素キーの値をより長い文字列で表せば、この時間は更に長くなる。   If the element key or the indirect element key is a sufficiently long character string, the range of the key dictionary that can be transferred per unit time is limited by the network capacity. That is, as the element key or indirect element key becomes longer, the network capacity consumed per unit time increases, and the number of executable indirect reference processes decreases. In the example of FIG. 26, if the network capacity on the communication path 2605 is equivalent to 1000 characters per second and both the element key and indirect element key values have a length of 10,000 characters, they are included in the key dictionary. It takes at least 20 seconds to transfer one set of indirect element key values with the element key to be transferred from the storage devices 2601 and 2602 to the computer 2634 having the conversion mechanism. If the value of the element key and the indirect element key is expressed by a longer character string, this time becomes longer.

図26及び上記説明では、要素情報とキー辞書を組にして記憶装置に保管しているが、もちろん要素情報とキー辞書を組にしないで別々の異なる物理装置上に配置してもよいし、また複数のキー辞書を集めて1つの記憶装置に保管しても良い。本発明の本質は変換機構をキー辞書、要素情報を保管する記憶装置のあるコンピュータとは物理的に別の装置に置いて、長大なデータがネットワーク通信路を流れるようにすることである。   In FIG. 26 and the above description, the element information and the key dictionary are stored in the storage device as a set. Of course, the element information and the key dictionary may be arranged on different physical devices without being combined. A plurality of key dictionaries may be collected and stored in one storage device. The essence of the present invention is that the conversion mechanism is placed in a device that is physically separate from the computer having the key dictionary and the storage device for storing the element information so that long data flows through the network communication path.

尚、上記に例示した方法による変換機構の実現は、ソフトウェアプログラムとしての構成を念頭に置いているが、同等の機能を持つ物理装置(例えば集積回路としてハードウェア実装された演算回路)や、ネットワークを通じて利用できるサービスとして構成される場合も、本発明の一態様である。   In addition, although the implementation of the conversion mechanism by the method exemplified above has a configuration as a software program in mind, a physical device having an equivalent function (for example, an arithmetic circuit implemented in hardware as an integrated circuit), a network A case where the service is configured as a service that can be used through the network is also an embodiment of the present invention.

要素キー及び間接要素キーの生成は、変換機構によって行えばよいが、例えば、長大な要素キー及び間接要素キーを図26のコンピュータ2634に置いたとすると、機密情報を記録する際にもネットワーク通信路2605に長大な要素キー及び間接要素キーが流れることになる。従って、機密情報を記録する際にもネットワーク容量の制限を受け、大量の機密情報を記録するのに膨大な時間が掛かることになってしまう。このことを考えると、要素キー及び間接要素キーの生成機構は、キー辞書を保管する記憶装置内に配置するのが好適である。長大な要素キーと間接要素キーの生成機構の具体例を実施例8で示す。
(実施例8)
The element key and the indirect element key may be generated by a conversion mechanism. For example, if a long element key and an indirect element key are placed in the computer 2634 in FIG. In 2605, a long element key and an indirect element key flow. Therefore, when recording confidential information, network capacity is limited, and it takes a long time to record a large amount of confidential information. In view of this, the element key and indirect element key generation mechanism is preferably arranged in a storage device that stores the key dictionary. A specific example of a long element key and indirect element key generation mechanism is shown in an eighth embodiment.
(Example 8)

実施例7では、長大な要素キー及び間接要素キーとして、英数字がランダムに並んだものを想定して書かれているが、ここでは、乗算合同法による長大な要素キー及び間接要素キーの生成法について述べる。本実施例では、次に示す漸化式(2)
Xn=aXn−1 (mod M)・・・(2)
を使う。aとMにある関係があれば、発生出来る乱数の周期は最大M−1になる。ここでは、周期はSとする。この関数の特徴は、初期値として取り得る整数は、X0=1、2、・・・・、M−1で、その数列は全て異なっていることである。
In the seventh embodiment, the long element key and the indirect element key are written on the assumption that the alphanumeric characters are randomly arranged. Here, the generation of the long element key and the indirect element key by the multiplication congruential method is described. State the law. In this embodiment, the following recurrence formula (2)
Xn = aXn−1 (mod M) (2)
use. If there is a relationship between a and M, the maximum random number period that can be generated is M-1. Here, the period is S. The feature of this function is that the integers that can be taken as initial values are X0 = 1, 2,..., M−1, and their numerical sequences are all different.

漸化式(2)で発生する乱数列{Xn}から、
Um=XS−1*10α×(S−1)+XS−2*10α×(S−2)+・・・+X1*10α+X0
なる数を生成する。ここでαは、数「M−1」の桁数である。この時Umの桁数は、α×Sとなる。例えばMが106+1で、周期が106だったとすると、αは「6」だからUmの桁数は6×106で、600万桁という膨大なものになる。Umの桁数はSによってかなり大幅に調整でき、SはaとMの選び方で決まるので、漸化式(3)を上手く選べば所望の桁数の数字を手に入れられる。生成機構は、このように、2つの異なる漸化式を用いて生成した数をそれぞれ要素キーと間接要素キーに当てる。このように、生成機構は、漸化式を用いて簡単な計算で長大な要素キー及び間接要素キーを作成することができる。しかも初期値を変えれば同じ桁の別の要素キー及び間接要素キーを得ることができるので、実施例7に適用するのに好都合である。
(実施例9)
From the random number sequence {Xn} generated by the recurrence formula (2),
Um = XS-1 * 10α × (S-1) + XS-2 * 10α × (S-2) +... + X1 * 10α + X0
Produces a number. Here, α is the number of digits of the number “M−1”. At this time, the number of digits of Um is α × S. For example, if M is 106 + 1 and the period is 106, α is “6”, so the number of Um digits is 6 × 10 6, which is a huge 6 million digits. The number of digits of Um can be adjusted considerably by S, and S is determined by how to select a and M. Therefore, if the recurrence formula (3) is selected well, the number of the desired number of digits can be obtained. The generation mechanism thus applies the numbers generated using two different recurrence formulas to the element key and the indirect element key, respectively. As described above, the generation mechanism can create a long element key and an indirect element key by a simple calculation using the recurrence formula. Moreover, if the initial value is changed, another element key and indirect element key of the same digit can be obtained, which is convenient for application to the seventh embodiment.
Example 9

次に、元情報が図5に示すようなM行L列の表構造のデータで、かつ図6に示すようにN個の要素情報に分割して管理する場合に、データ照会の内容に応じて突合処理の負荷を細かく制御するのに好適な実施例を示す。   Next, when the original information is data having a table structure of M rows and L columns as shown in FIG. 5 and divided into N pieces of element information as shown in FIG. An embodiment suitable for finely controlling the load of the matching process will be described.

分割管理されているN個の要素情報の任意の2つの要素情報の組は全部で(N×(N−1))÷2通り存在する。本実施例においては、1枚の連結表を作成・保管するのではなくて、上記N(N−1)÷2通りの全ての組に対して、対応する2列から成る間接連結表2613を作成し、これをコンピュータC2633に保管する。例えば元情報101に対して図2に示したような要素キーを与えた要素情報を分割管理している場合を考える。この場合、任意の2つの要素情報の組は6つ、すなわち、会員番号と名前の組、会員番号と住所の組、会員番号と電話番号の組、名前と住所の組、名前と電話番号の組、住所と電話番号の組、である。元情報101の中で機密情報として機密性の高いものは、名前情報であるとした時、要素キーをYとして、その素因数分解で得られた全ての素因数より大きな素数をU1、U2、U3、及びU4(但し、U1<U2<U3<U4)とし、更にそれぞれの素数の関数をF(Un)とした時、間接連結表を校正する間接要素キーZの生成は次のようなルールに従うものとする。
(1)会員番号と名前の間接連結表を構成する間接要素キーを生成する場合は、
Z=Y*U1*U2*U3*F(U3)
(2)名前と住所、及び名前と電話番号の間接連結表を構成する間接要素キーを生成する場合は、
Z=Y*U1*U2*U3*U4*F(U4)
(3)会員番号と住所番号、会員番号と電話番号、及び住所と電話番号の間接連結表を構成する間接要素キーを生成する場合には、
Z=Y*U1*F(U1)
There are a total of (N × (N−1)) ÷ 2 sets of arbitrary two pieces of element information of the N pieces of element information that are divided and managed. In this embodiment, instead of creating and storing a single linked table, an indirect linked table 2613 consisting of two columns corresponding to all the above N (N−1) ÷ 2 groups is created. It is created and stored in the computer C2633. For example, consider a case where element information given element keys as shown in FIG. In this case, there are six pairs of any two element information, that is, a member number / name pair, a member number / address pair, a member number / phone number pair, a name / address pair, a name / phone number pair. A set, a set of address and phone number. In the original information 101, if the confidential information as the confidential information is name information, the element key is Y, and prime numbers larger than all the prime factors obtained by the prime factorization are U1, U2, U3, And U4 (where U1 <U2 <U3 <U4) and the function of each prime number is F (Un), the generation of the indirect element key Z for calibrating the indirect concatenation table follows the following rules: And
(1) When generating an indirect element key that constitutes an indirect linkage table of member number and name,
Z = Y * U1 * U2 * U3 * F (U3)
(2) When generating an indirect element key that constitutes an indirect linkage table of name and address and name and phone number,
Z = Y * U1 * U2 * U3 * U4 * F (U4)
(3) When generating an indirect element key that constitutes an indirect link table of member number and address number, member number and phone number, and address and phone number,
Z = Y * U1 * F (U1)

このようにすれば、名前情報と紐付けられる情報を取得するのには時間が掛かり、名前と関係の無い情報を取得する場合は比較的少ない時間で行えるので、機密情報保護の観点から好ましい。更に、同じ名前情報に関係していても、名前と会員番号のように比較的機密性の少ないものと名前と住所や電話番号のように機密性の強いものに対して多少の差をつけるきめ細かな対応が可能である。図27に、図2に示した要素情報と要素キーに対して、上記ルールを適用して、要素キーYm,nから間接要素キーZm,nを生成する為に必要な数値を纏めて示してある。同じ要素情報の間接要素キーであっても、異なった組の間接要素キーは素数の選択を変更し異なった値になっている。こうすることによって、それぞれの組の機密性に応じて細かい重み付けが可能となる。図28に図27の計算結果に基づいて作成した6つの連結表を示す。
(実施例10)
In this way, it takes a long time to acquire the information associated with the name information, and it is preferable from the viewpoint of protecting the confidential information because it takes a relatively short time to acquire information unrelated to the name. In addition, even if they are related to the same name information, there is a fine detail that makes a little difference between relatively less sensitive information such as names and membership numbers and more sensitive information such as names and addresses or telephone numbers. Is possible. FIG. 27 collectively shows numerical values necessary for generating the indirect element key Zm, n from the element key Ym, n by applying the above rule to the element information and element key shown in FIG. is there. Even with indirect element keys of the same element information, different sets of indirect element keys have different values by changing the selection of prime numbers. By doing so, fine weighting is possible according to the confidentiality of each set. FIG. 28 shows six linked tables created based on the calculation results of FIG.
(Example 10)

上記実施例9では全ての2列の組について間接連結表を設けるものとしたが、要素情報の関連性と機密性を考慮して、3つの要素情報の組や4つの要素情報の組について部分的な間接連結表を設けても良い。例えば、図2の要素情報に対して、会員番号と住所と電話番号を一つの間接連結表にして、その要素分解法を用いた間接要素キーは上記実施例9のルール(3)に従って生成し、また会員番号と名前を一つの間接連結表にして、要素分解法を用いた間接要素キーの生成は上記実施例9のルール(1)に従って生成しても、機密性の重み付けは実施例9の全ての2つの要素情報の組みに対して間接連結表を作成するのと同等の効果を得ることができる。図29に、このようにして作成した間接連結表を示す。図29の表2901は、表2703で得られた間接要素キーを用いた名前と会員番号の間接連結表である。また図29の表2902は、表2704で得られた会員番号と住所の間接要素キーと表2705で得られた電話番号の間接要素キーを用いた会員番号と住所及び電話番号の3つの要素情報の間接連結表である。この場合は、住所及び/又は電話番号と名前との関連を知ろうとする時は、必ず会員番号を経由して情報取得を行うことになる。   In Example 9 above, an indirect linkage table is provided for every two-column set, but in consideration of the relevance and confidentiality of the element information, a partial set of three element information and four element information sets An indirect linkage table may be provided. For example, for the element information of FIG. 2, the member number, address and telephone number are made into one indirect linkage table, and the indirect element key using the element decomposition method is generated according to the rule (3) of the ninth embodiment. In addition, even if the member number and the name are made into one indirect linkage table and the indirect element key generation using the element decomposition method is generated according to the rule (1) of the ninth embodiment, the confidentiality weighting is performed in the ninth embodiment. It is possible to obtain the same effect as creating an indirect linkage table for all two element information combinations. FIG. 29 shows the indirect linkage table created in this way. A table 2901 in FIG. 29 is an indirect connection table of names and membership numbers using the indirect element key obtained in the table 2703. A table 2902 in FIG. 29 shows three element information of the member number, address, and telephone number using the indirect element key of the member number and address obtained in Table 2704 and the indirect element key of the telephone number obtained in Table 2705. It is an indirect linkage table. In this case, when trying to know the relationship between an address and / or a telephone number and a name, information is always acquired via the member number.

上記実施例9や実施例10では、間接要素キーの生成法として、実施例1、実施例2または実施例4と同様に素因数分解法を用いたが、間接要素キーの生成法はこれに限定される訳ではなく、実施例3に示した長大な周期をもつスライド関数を用いる方法、実施例5に示した乱数列を用いる方法、実施例6に示した乱数列の反復参照を用いる方法、または実施例7に示した要素キーの長さを用いる方法などの別の方法で間接要素キーを生成した場合でも、本発明の一様態である。
(実施例11)
In the ninth and tenth embodiments, the indirect element key generation method uses the prime factorization method as in the first, second, and fourth embodiments, but the indirect element key generation method is limited to this. The method using the slide function having a long period shown in the third embodiment, the method using the random number sequence shown in the fifth embodiment, the method using the repeated reference of the random number sequence shown in the sixth embodiment, Alternatively, even when the indirect element key is generated by another method such as the method using the element key length shown in the seventh embodiment, it is an aspect of the present invention.
(Example 11)

次に、元情報が木構造のデータであり、且つ、節点に対してデータ値が結び付いている場合に好適な負荷制御の方法を示す。図30に木構造のデータ構成を示す。木構造であるから、根となる節点がただ一つ存在し、根を基点として、例えば幅優先探索により、全ての節点3011、3012、3013、3014、3015、3016に対して通し番号などのユニークな番号を割り当てることができる。各々の節点に対して割り当てられたこの通し番号等を節点番号と称し、その値を1からNの自然数とする。通常、根となる節点3011には自然数の1を割り当て、そこから子供の節点、孫の節点と進むに従って数字を2、3、4、5というように割り当てていく。図31にそのように割り当てた例を示す。   Next, a load control method suitable for a case where the original information is tree-structured data and data values are associated with the nodes will be described. FIG. 30 shows a data structure of a tree structure. Since it has a tree structure, there is only one node as a root, and a unique number such as a serial number for all the nodes 3011, 3012, 3013, 3014, 3015, and 3016 by using, for example, breadth-first search with the root as a base point Can be assigned. This serial number assigned to each node is referred to as a node number, and its value is a natural number from 1 to N. Normally, a natural number 1 is assigned to the root node 3011, and numbers are assigned as 2, 3, 4, 5 in accordance with the child node and grandchild node. FIG. 31 shows an example of such assignment.

節点番号割り当て済みの木構造データから、要素情報を表す表構造のデータを、次のようにして構成することができる。節点番号の順にデータを並べ、図32に示すように、節点番号とデータの組からなる2列の表とする。この時、節点番号は一意性を保っており、節点番号を要素キーとできる。従って、図32に示す2列の表は木構造データの連結表となる。   Table-structured data representing element information can be constructed from tree-structured data with node numbers assigned as follows. Data is arranged in the order of the node numbers, and as shown in FIG. 32, a two-column table consisting of pairs of node numbers and data is formed. At this time, the node number is kept unique, and the node number can be used as an element key. Therefore, the two-column table shown in FIG. 32 is a linked table of tree structure data.

図32に示した連結表から間接連結表を構成する方法は次の通りである。本実施例の場合には、要素キーが1からNであることが分かっているから、例えばスライド関数を用いた方法によって、要素キーに対応する間接要素キーを決定できる。このようにして得られた間接要素キーを用いて、図32の連結表に含まれる要素キーを、対応する間接要素キーで全て置き換えて得られるN行2列の表が、間接連結表となる。   The method of constructing the indirect connection table from the connection table shown in FIG. 32 is as follows. In the present embodiment, since it is known that the element keys are 1 to N, the indirect element key corresponding to the element key can be determined by a method using a slide function, for example. A table of N rows and 2 columns obtained by replacing all the element keys included in the concatenation table of FIG. 32 with the corresponding indirect element keys using the indirect element keys obtained in this way becomes an indirect concatenation table. .

例えば、スライド関数として、実施例3で使った乗算合同法の漸化式(1)、すなわち、
Xn=7Xn−1(mod 47)
を使って、要素キーを12回スライドしたもの、即ちX0を要素キーとした時に、X12を間接要素キーとすると、図19を参照すれば、(X0、X12)=(「1」、「17」)、(「2」、「34」)、(「3」、「4」)、(「4」、「21」)、(「5」、「38」)、(「6」、「8」)、(「7」、「25」)が得られる。カッコ内、例えば(「1」、「17」)は、X0=「1」の時、X12=「17」ということである。間接要素キーから要素キーを求めるには、このスライド関数の周期が24であるから、間接要素キーを11回スライドさせれば、すなわち(1)式を11回適用してX23を求めれば良い。図32の連結表の要素キーの値を全て間接要素キーの値で置き換え、且つ小さい順に並べ変えたものを図33に示す。
For example, as the slide function, the recurrence formula (1) of the multiplication congruence method used in the third embodiment, that is,
Xn = 7Xn-1 (mod 47)
, When the element key is slid 12 times, that is, when X0 is an element key and X12 is an indirect element key, referring to FIG. 19, (X0, X12) = (“1”, “17 ”), (“ 2 ”,“ 34 ”), (“ 3 ”,“ 4 ”), (“ 4 ”,“ 21 ”), (“ 5 ”,“ 38 ”), (“ 6 ”,“ 8 ” "), (" 7 "," 25 "). In parentheses, for example, (“1”, “17”) means that X12 = “17” when X0 = “1”. In order to obtain the element key from the indirect element key, since the cycle of this slide function is 24, if the indirect element key is slid 11 times, that is, X23 may be obtained by applying the expression (1) 11 times. FIG. 33 shows a case where all the element key values in the linked table of FIG. 32 are replaced with indirect element key values and rearranged in ascending order.

元情報が木構造のデータの場合は、記憶装置に保管されるのは、図30の木構造の節点に自然数を割り当てたものと、図33の間接連結表である。例えば、このデータ管理システムのユーザから、高橋一郎は何部に所属しているか知りたいという要求があったとする。まず、データベース管理システムは、図33に示した間接連結表の情報にアクセスして高橋一郎の間接要素キーが「8」であることをピックアップする。次に、X0=「8」として、漸化式(1)を11回適用して、X11=「6」であることが分かる。図32に示した連結表の情報にアクセスして木構造で「6」の親、すなわち所属部の要素キーは「3」であることが分かる。従って、X0=「3」として、漸化式(1)を12回適用すれば、X12=「4」が得られる。これが所属部の間接要素キーである。続いて図33の間接連結表の情報にアクセスして、間接要素キーの「4」は総務部に対応していることがわかり、高橋一郎氏は総務部の所属であることをシステム利用者に報告することができる。   When the original information is data having a tree structure, what is stored in the storage device is the one in which natural numbers are assigned to the nodes of the tree structure in FIG. 30 and the indirect connection table in FIG. For example, it is assumed that there is a request from a user of this data management system to know how many parts Ichiro Takahashi belongs to. First, the database management system accesses the information in the indirect linkage table shown in FIG. 33 and picks up that the indirect element key of Ichiro Takahashi is “8”. Next, assuming that X0 = “8”, the recurrence formula (1) is applied 11 times, and it can be seen that X11 = “6”. It can be seen that the information of the linked table shown in FIG. Therefore, if X0 = “3” and the recurrence formula (1) is applied 12 times, X12 = “4” is obtained. This is the indirect element key of the department. Subsequently, by accessing the information in the indirect linkage table of FIG. 33, it is found that the indirect element key “4” corresponds to the general affairs department, and Mr. Ichiro Takahashi informs the system user that he belongs to the general affairs department. Can be reported.

上記実施例で示したように、スライド関数を用いて間接連結表を作る場合は、長大な周期のスライド関数を容易して、スライド数を大きく取れば突合処理の負荷を増加させることが出来、単位時間当たりに可能な突合処理の回数を減らすことが出来る。   As shown in the above embodiment, when making an indirect concatenation table using a slide function, it is possible to facilitate a slide function with a long period, and if the number of slides is increased, the load of the matching process can be increased. The number of possible matching processes per unit time can be reduced.

尚、木構造の例を一般化することによって、一般のグラフ構造で節点にデータが結び付いている場合にも、適当な方法によって節点に対して要素キーとなる一意の番号を割り当てれば、実施例9で示したように、スライド関数などを使用して間接連結表を生成できて、突合処理の負荷を重くすることができる。   In addition, by generalizing the tree structure example, even if data is connected to nodes in a general graph structure, if a unique number that is an element key is assigned to the nodes by an appropriate method, it can be implemented As shown in Example 9, an indirect linkage table can be generated using a slide function or the like, and the load of the matching process can be increased.

以上に述べたのは連結表、要素情報、間接連結表の構成の例であり、これ以外の方法によって構成される場合であっても、次を満たすならば本発明の一態様である。
(1)元情報をそれ単体では意味を成さない小片に分割し、その小片に含まれる個々の要素を識別する要素キーを割り当てて得られる、付番済み要素からなる小片が要素情報である、
(2)要素情報と合わせることによって元情報を復元することができる補足情報で、要素キーからなるデータ集合が連結表であり、
(3)変換負荷の制御された変換機構を通すことによって要素キーを決定できるが、それ自身の値から直ちには要素キーを決定することのできない識別符号が間接要素キーであり、
(4)要素情報と合わせることによって元情報を復元することができる補足情報で、間接要素キーからなるデータ集合が間接参照表である。
What has been described above is an example of the configuration of the linked table, element information, and indirect linked table. Even when configured by other methods, the following is an embodiment of the present invention as long as the following is satisfied.
(1) Element information consists of numbered elements obtained by dividing the original information into small pieces that do not make sense on their own and assigning element keys that identify individual elements contained in the small pieces. ,
(2) Supplementary information that can restore original information by combining with element information, and a data set composed of element keys is a linked table,
(3) An element code can be determined by passing through a conversion mechanism whose conversion load is controlled, but an identification code that cannot determine an element key from its own value is an indirect element key.
(4) Supplemental information that can restore original information by combining with element information, and a data set including indirect element keys is an indirect reference table.

これまで、実施例を用いて突合処理の負荷制御すなわち突合処理の負荷を重くして単位時間あたりに行える突合処理の数を制限する方法について種々述べてきた。ここでは、通常の業務において、これらの負荷制御をどのように使うかを次の実施例に従って説明する。
(実施例12)
So far, various methods for limiting the number of butt processes that can be performed per unit time by increasing the load control of the butt process, that is, the load of the butt process, have been described using the embodiments. Here, how to use these load controls in normal business will be described according to the following embodiment.
(Example 12)

負荷制御方法についてはこれまでに述べてきた方法以外にも色々考えられるが、どのような場合にも共通するのは、連結処理に伴う間接参照処理の変換負荷を増大させることによって、大量漏洩に相当する大量のデータ転送が、情報システムの有する計算機資源の枯渇を招くよう仕向けるという点である。他方で、正常な範囲で情報システムの利用が可能であるためには、情報システムの利用文脈において必要とされる一定の処理性能を発揮することが求められる。   Various load control methods can be considered in addition to the methods described so far, but in any case, a common problem is that a large amount of leakage occurs by increasing the conversion load of indirect reference processing associated with concatenation processing. The corresponding large amount of data transfer is intended to lead to depletion of computer resources of the information system. On the other hand, in order to be able to use the information system in a normal range, it is required to exhibit a certain processing performance required in the usage context of the information system.

例えば、通常業務において参照される個人情報の数が平均的には1秒間に100件であるとすれば、1秒100件程度の連結処理は、計算機資源の枯渇を招くことなく実行されなければならない。このようなシステムの利用要件から逆算して、必要とされる単位時間当たりの連結処理数に合致するよう設定された突合処理の負荷を、基準負荷と称する。   For example, if the average number of personal information referred to in normal business is 100 per second, a concatenation process of about 100 per second must be executed without causing depletion of computer resources. Don't be. A load of the reconciliation process set so as to match the required number of connected processes per unit time by calculating backward from the usage requirements of the system is referred to as a reference load.

情報システムの利用状況は時間帯によって変動するのが通例である。例えば日中には通常業務の中で頻繁に機密情報がアクセスされ、夜間にはアクセス量が減少することが想定される。このような状況に対しては、時間帯に応じて基準負荷を切り替えることで対応できる。即ち、昼間は低い基準負荷を採用することによって、単位時間当たりに可能な連結処理数を大きくとり、夜間は高い基準負荷を採用することによって、同じく連結処理数を小さくする。   The usage status of information systems usually varies with time. For example, it is assumed that confidential information is frequently accessed during normal work during the day, and the amount of access decreases at night. Such a situation can be dealt with by switching the reference load according to the time zone. That is, by adopting a low standard load during the daytime, the number of connection processes possible per unit time is increased, and by adopting a high standard load at night, the number of connection processes is also reduced.

一般的に言えることとして、ただ計算時間のみを消費して他の副作用を何ら持たない演算処理を実装することができる。その代表的な方法は、他の計算を行わず所定回数だけただ反復する空ループ処理である。これをウェイトループと称する。これを踏まえ、任意の変換機構の処理過程にウェイトループを導入すると、変換機構による間接参照処理の過程でウェイトループが実行される。しかし、変換機構の動作に必要な時間計算量が増大するのみで、間接要素キー、要素キー、間接参照表などの構成には影響を及ぼさない。その一方で、ウェイトループの繰り返し回数を増大させれば、即ちウェイトループの消費する時間計算量が増大し、単位時間当たりに実行可能な間接参照処理の数が減少する。従って、このようなウェイトループによって、任意の変換機構における時間計算量を制御することができる。   Generally speaking, it is possible to implement an arithmetic process that consumes only computation time and has no other side effects. A typical method is an empty loop process that repeats a predetermined number of times without performing other calculations. This is called a wait loop. Based on this, when a wait loop is introduced into the process of an arbitrary conversion mechanism, the wait loop is executed in the process of indirect reference processing by the conversion mechanism. However, it only increases the amount of time calculation required for the operation of the conversion mechanism, and does not affect the configuration of the indirect element key, element key, indirect reference table, and the like. On the other hand, if the number of repetitions of the wait loop is increased, that is, the amount of time calculation consumed by the wait loop increases, and the number of indirect reference processes that can be executed per unit time decreases. Therefore, the time calculation amount in an arbitrary conversion mechanism can be controlled by such a weight loop.

基準負荷を調整する方法の例として、所定回数だけこのウェイトループ混入による負荷制御を他の負荷制御の方法に組み合わせる方法が挙げられる。例えば昼間の基準負荷は、これまで実施例を用いて説明してきた負荷制御例えば素因数分解を用いる方法などの下で設定し、それよりも高くなる夜間の基準負荷については、昼間の基準負荷との差に当たる負荷だけを、ウェイト混入による負荷制御を追加的に導入する。更に、ウェイトループの繰り返し回数を記憶装置上に別途保存し、ウェイトループの実行時にこの繰り返し回数を参照するように実装する。すると、記憶装置上のこの繰り返し回数を書き換えることで、速やかに負荷の大小を加減できる。即ち、短時間で負荷を制御しなければならない場合にこの方法を利用できる。   As an example of a method of adjusting the reference load, there is a method of combining the load control by mixing this wait loop with another load control method a predetermined number of times. For example, the daytime reference load is set under the load control described with reference to the embodiments so far, such as a method using prime factorization. Only load corresponding to the difference is additionally introduced with load control by mixing weights. Further, the number of repetitions of the wait loop is separately stored on the storage device, and the number of repetitions is implemented so that the number of repetitions is referred to when executing the wait loop. Then, the magnitude of the load can be quickly adjusted by rewriting the number of repetitions on the storage device. That is, this method can be used when the load must be controlled in a short time.

例えば、100万件の機密情報を、実施例1で示したスライド関数を用いてスライド数による負荷制御を行うような分割管理システムがあったとする。このシステムの機密情報への平均アクセス件数が午前9時から午後7時までの日中では9件で、それ以外の時間帯では0.9件であったとする。このような機密情報管理システムにおいて、好適な実施例は、日中の負荷制御は、スライド関数によるスライド数の調整による方法だけで毎秒10件の処理が可能なように設定する。すなわち、機密情報を登録する時に、スライド関数とスライド数を適当に選んで、1件の機密情報へのアクセスが0.1秒掛かるように基準負荷を設定する。機密情報へのアクセスの大半の時間はスライド関数の適用を含む突合処理の時間でるから、機密情報を登録する時にスライド関数とスライド数を適切に選ぶことによって設定可能である。こうすれば日中の業務で機密情報へのアクセス件数が10%変動しても支障なく業務が遂行できる。一方、それ以外の時間帯に対しては、1件のアクセスに対して、0.9秒のウェイトループを挿入し、毎秒1件のアクセスしか出来ないようにする。日中以外の時間帯の平均アクセス件数が0.9件ならば、日中と同じくアクセス件数が10%変動しても支障なく業務を遂行できる。   For example, it is assumed that there is a division management system that performs load control based on the number of slides for 1 million pieces of confidential information using the slide function shown in the first embodiment. It is assumed that the average number of accesses to confidential information of this system is 9 in the day from 9:00 am to 7:00 pm, and 0.9 in other time zones. In such a confidential information management system, in a preferred embodiment, the daytime load control is set so that 10 processes per second can be performed only by the method of adjusting the number of slides by the slide function. That is, when registering confidential information, a slide function and the number of slides are appropriately selected, and a reference load is set so that access to one confidential information takes 0.1 seconds. Since most of the time for accessing the confidential information is the time for the matching process including the application of the slide function, it can be set by appropriately selecting the slide function and the number of slides when registering the confidential information. In this way, even if the number of accesses to confidential information fluctuates by 10% during daytime work, the work can be performed without any problem. On the other hand, for other time zones, a 0.9 second wait loop is inserted for one access so that only one access can be made per second. If the average number of accesses during non-daytime hours is 0.9, even if the number of accesses varies by 10% as in the daytime, operations can be performed without any problem.

この様に設定された状態の機密情報管理システムから機密情報を盗み出そうとすると、日中は平均で毎秒1件、それ以外の時間帯では毎秒0.1件の情報しか盗み出せない。一日に盗み出せる機密情報は、1(件/秒)×60(秒/分)×60(分/時間)×8時間+0.1(件/秒)×60(秒/分)×60(分/時間)×12時間=33,120件で、全ての機密情報100万件を盗み出そうとしても30日間フル稼働で機密情報管理システムを動かさない限り盗み出すことが出来ない。これは殆ど不可能に近い。   When trying to steal confidential information from the confidential information management system set in this way, only one information per second can be stolen on average during the day, and 0.1 information per second during other times. Confidential information that can be stolen in one day is 1 (case / second) x 60 (second / minute) x 60 (minute / hour) x 8 hours + 0.1 (case / second) x 60 (second / minute) x 60 ( (Minute / hour) × 12 hours = 33,120 cases, even if it is attempted to steal all 1 million confidential information, it cannot be stolen unless the confidential information management system is operated in full operation for 30 days. This is almost impossible.

上記実施例11ではスライド関数を適用する場合について述べたが、素因数分解法を用いる場合は乗ずる素数の大きさの調整、乱数列を用いる場合には乱数列の長さの調整、乱数列の反復参照を用いる場合には反復回数の調整、要素キーの長さを用いる場合には長さの調整など別の方法で間接要素キーを生成する場合も、同様の調整を行って日常業務は滞りなくこなせて、なおかつ内部の人間であっても実質的に機密情報を盗み出すことが出来ないようなシステムが構築できる。   In the embodiment 11, the case where the slide function is applied has been described. However, when the prime factorization method is used, the size of the prime number to be multiplied is adjusted, when the random number sequence is used, the length of the random number sequence is adjusted, and the random number sequence is repeated. Even if the indirect element key is generated by another method, such as adjusting the number of iterations when using a reference, or adjusting the length when using the length of an element key, the same adjustment is made so that the daily work is not delayed. In addition, it is possible to construct a system in which even inside humans cannot effectively steal confidential information.

基準負荷の調整のためにこのように複数の負荷制御法を組み合わせるのは本発明の一態様である。また同様に、ある単一の負荷制御法でパラメータ等を変更してこのような基準負荷の調整を行うのも本発明の一態様である。   It is an aspect of the present invention to combine a plurality of load control methods in this way for adjusting the reference load. Similarly, it is an aspect of the present invention to adjust the reference load by changing parameters and the like by a certain single load control method.

機密情報の例Example of confidential information 分割管理する要素情報と要素キーの例Example of element information and element key to be managed separately 連結表の例Examples of concatenated tables 分割管理を用いた情報管理システムの構成の例Configuration example of information management system using division management 表形式で表される情報の一般的な構成General organization of information presented in tabular format 図5の情報を分割管理する場合の要素情報と要素キーの一般的な構成General configuration of element information and element key when dividing and managing the information of FIG. 図6の要素キー間の関連を表す連結表の構成Structure of a linkage table showing the relationship between the element keys in FIG. 保管する要素情報と間接要素キーの対応表Correspondence table of element information to store and indirect element key 本発明の間接要素キーを作成するための具体例の中間構成図Intermediate configuration diagram of a specific example for creating an indirect element key of the present invention 素因数分解を用いた間接要素キーの具体的な計算例Specific example of indirect element key calculation using prime factorization 保管する要素情報と間接要素キーの表の具体例Specific example of table of element information and indirect element key to be stored 素数表の一例Example of prime table 素因数分解法の間接要素キーを作成するための具体的な計算例Specific calculation examples for creating indirect element keys for prime factorization 図13の間接要素キーを作成する過程で得られる要素キーの構成例Configuration example of element key obtained in the process of creating the indirect element key of FIG. 図14の要素キーと要素情報の関係を示した表Table showing the relationship between the element key and element information in FIG. 図15の要素キーから間接要素キーを計算した例Example of calculating the indirect element key from the element key in FIG. 図13から図16で得られた情報を基にした間接要素キーと要素情報の構成例Configuration example of indirect element key and element information based on information obtained in FIGS. 13 to 16 Xn=7Xn−1 (mod 47)に初期値1,2,3,4、、5,6,7を与えた時の計算例Example of calculation when initial values 1, 2, 3, 4, 5, 6, 7 are given to Xn = 7Xn-1 (mod 47) スライド関数を使った時の各要素キーとスライド数の関係を表した図Diagram showing the relationship between each element key and the number of slides when using the slide function スライド関数を使った本発明の実施例の表Table of embodiments of the present invention using slide functions スライド関数を使った要素情報と要素キーの例Example of element information and element key using slide function 変換機構の構成図Configuration diagram of conversion mechanism 1〜Nまでをランダムに並び替えた数列の具体例Specific examples of numerical sequences that are randomly sorted from 1 to N K点選択法においてn次の間接要素キーから要素キーを導くアルゴリズムの例Example of algorithm for deriving element key from nth-order indirect element key in K-point selection method 要素キーの長さを用いた負荷制御の方法におけるキー辞書の例Example of key dictionary in load control method using element key length 要素キーの長さを用いた負荷制御の方法におけるシステム構成の例Example of system configuration in load control method using element key length 間接要素キーの生成に必要な数値の例Examples of numbers required to generate indirect element keys 間接連結表の例Indirectly linked table example 間接連結表の例Indirectly linked table example 木構造データの例Example of tree structure data 木構造データの番号付けの例Example of tree structure data numbering 木構造データの連結表の例Example of a linked table of tree structure data 本発明に関わる木構造データの間接連結表の例Example of indirectly linked table of tree structure data related to the present invention

410 データベース
420 データベース管理システム
430 アプリケーションシステム
440 システム利用者
410 Database 420 Database management system 430 Application system 440 System user

Claims (8)

一組の要素情報を幾つかに分割して管理する情報管理システムにおいて、
前記一組の要素情報の幾つかに対して割り当てられる各要素キーを関数とするユニークな間接要素キーを生成する生成手段と、
前記間接要素キーを記憶する記憶手段とを備える情報管理システム。
In an information management system that manages a set of element information by dividing it into several parts,
Generating means for generating a unique indirect element key as a function of each element key assigned to some of the set of element information;
An information management system comprising storage means for storing the indirect element key.
前記生成手段は、素因数分解、スライド関数、乱数表のいずれかを用いて前記間接要素キーを生成する請求項1記載の情報管理システム。   The information management system according to claim 1, wherein the generation unit generates the indirect element key using any one of prime factorization, a slide function, and a random number table. 前記間接要素キーから前記要素キーを割り出すことによって、当該要素キーに割り当てられた要素情報を導出する導出手段を備える請求項1記載の情報管理システム。   The information management system according to claim 1, further comprising derivation means for deriving element information assigned to the element key by calculating the element key from the indirect element key. 前記一組の要素情報を構成する一の要素情報に割り当てられた要素キーに基づいて他の要素情報に割り当てられた要素キーを特定する特定手段を備える請求項1記載の情報管理システム。   The information management system according to claim 1, further comprising a specifying unit that specifies an element key assigned to other element information based on an element key assigned to one element information constituting the set of element information. 前記特定手段は、スライド関数又はスライド関数の逆関数を用いて前記特定を行う請求項4記載の情報管理システム   The information management system according to claim 4, wherein the specifying unit performs the specification using a slide function or an inverse function of the slide function. 前記一組の要素情報は木構造であり、
前記割当手段は、前記木構造の節点にある要素情報に対応した要素キーとして、複数の節点の中の根を基点として通し番号を割り当てる請求項1記載の情報管理システム。
The set of element information is a tree structure;
The information management system according to claim 1, wherein the assigning means assigns a serial number based on a root among a plurality of nodes as an element key corresponding to element information at the node of the tree structure.
さらに、
情報管理システム本体が行う仕事に影響を及ぼさない条件で所定の負荷のもとで演算処理を実施する実施手段と、
前記情報管理システム本体が稼動する時間帯の平均アクセス量に基づいて前記実施手段による実施回数を決定する決定手段を備える請求項1記載の情報管理システム。
further,
Implementation means for performing arithmetic processing under a predetermined load under conditions that do not affect the work performed by the information management system main body,
The information management system according to claim 1, further comprising a determination unit that determines the number of times of execution by the execution unit based on an average access amount during a time zone in which the information management system main body operates.
一組の要素情報を幾つかに分割して管理する情報管理方法において、
前記一組の要素情報の幾つかに対して割り当てられる各要素キーを関数とするユニークな間接要素キーを生成する生成ステップと、
前記間接要素キーを記憶する記憶ステップとを含む情報管理方法。
In an information management method for dividing and managing a set of element information into several parts,
Generating a unique indirect element key as a function of each element key assigned to some of the set of element information;
A storage step of storing the indirect element key.
JP2010177936A 2010-08-06 2010-08-06 Information management system and method Pending JP2012038097A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010177936A JP2012038097A (en) 2010-08-06 2010-08-06 Information management system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010177936A JP2012038097A (en) 2010-08-06 2010-08-06 Information management system and method

Publications (1)

Publication Number Publication Date
JP2012038097A true JP2012038097A (en) 2012-02-23

Family

ID=45850035

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010177936A Pending JP2012038097A (en) 2010-08-06 2010-08-06 Information management system and method

Country Status (1)

Country Link
JP (1) JP2012038097A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06296175A (en) * 1993-04-09 1994-10-21 Matsushita Electric Ind Co Ltd Scrambler and descrambler
JPH11272681A (en) * 1998-03-19 1999-10-08 Hitachi Information Systems Ltd Recording method for individual information and record medium thereof
JP2002032473A (en) * 2000-07-18 2002-01-31 Fujitsu Ltd System and program storage medium for medical information processing

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06296175A (en) * 1993-04-09 1994-10-21 Matsushita Electric Ind Co Ltd Scrambler and descrambler
JPH11272681A (en) * 1998-03-19 1999-10-08 Hitachi Information Systems Ltd Recording method for individual information and record medium thereof
JP2002032473A (en) * 2000-07-18 2002-01-31 Fujitsu Ltd System and program storage medium for medical information processing

Similar Documents

Publication Publication Date Title
KR101873946B1 (en) Generating obfuscated data
Cusick et al. Cryptographic Boolean functions and applications
US7921145B2 (en) Extending a repetition period of a random sequence
KR102544628B1 (en) System for a data sharing platform in a block chain based distributed data sharing environment, method for searching data index in the system and method for providing seartch index in the system
Hall Combinatorial theory
CN107070847B (en) Frequency hidden order preserving encryption
CN107004033A (en) MPP device Database Systems and method
Đoković et al. Some new orders of Hadamard and Skew‐Hadamard matrices
JP2019504390A (en) Data inquiry method and apparatus, and database system
Danilenko et al. Ergodic theory: Nonsingular transformations
US8538013B2 (en) Rules-driven hash building
Dolev et al. Privacy-preserving secret shared computations using mapreduce
Sharma et al. An efficient approach for privacy preserving in data mining
EP3857421A1 (en) Static data masking
Doka et al. k-Anonymization by freeform generalization
JP2012038097A (en) Information management system and method
Harada et al. On the classification of weighing matrices and self‐orthogonal codes
WO2020018144A1 (en) System and method for data security grading
CN112988907B (en) Information adjusting method, system, electronic equipment and storage medium
EP3246900B1 (en) Matrix and key generation device, matrix and key generation system, matrix coupling device, matrix and key generation method, and program
JP4288966B2 (en) Secret sharing apparatus, secret reconfiguration apparatus, secret sharing reconfiguration system, secret sharing method, and secret reconfiguration method
Shachnai et al. Finding large independent sets of hypergraphs in parallel
Grujić et al. Optimizing Linear Correctors: A Tight Output Min-Entropy Bound and Selection Technique
JP6509719B2 (en) Structure data generation apparatus, search apparatus, structure data generation method, and structure data generation program
Martin-Delgado Chiral Prime Concatenations

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20121002

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130917

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130919

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140130