JP2005071085A - Information processing system, device and method - Google Patents

Information processing system, device and method Download PDF

Info

Publication number
JP2005071085A
JP2005071085A JP2003299964A JP2003299964A JP2005071085A JP 2005071085 A JP2005071085 A JP 2005071085A JP 2003299964 A JP2003299964 A JP 2003299964A JP 2003299964 A JP2003299964 A JP 2003299964A JP 2005071085 A JP2005071085 A JP 2005071085A
Authority
JP
Japan
Prior art keywords
search
information
data
target
attribute
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
JP2003299964A
Other languages
Japanese (ja)
Inventor
Noriko Shimozato
規子 下里
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2003299964A priority Critical patent/JP2005071085A/en
Publication of JP2005071085A publication Critical patent/JP2005071085A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processing system that increases the speed of a process for determining the number of subjects to be counted from a detail data table in which the same subject of counting is duplicately recorded. <P>SOLUTION: The information processing system includes: a host computer which saves a plurality of detail data consisting of one set of data for a plurality of kinds of items including a different identification number for each subject of counting as one item; stores information on the subjects of counting including identification numbers and attributes; and, on receiving retrieval conditions for determining the detail data including data on the subjects of retrieval, extracts pieces of retrieved information on the subjects of counting, i.e., information on the subjects of counting specified by the identification numbers included in the retrieved detail data, i.e., the detail data including data on the subjects of retrieval; and a terminal device which, when the retrieval conditions and search attribute information serving as the subject of retrieval about the attributes are inputted, sends the retrieval conditions to the host computer and counts and outputs the number of pieces of information on the subjects of counting including the attribute that matches retrieval attribute information among the pieces of retrieved information on the subjects of counting received from the host computer. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、情報を検索するための情報処理システム、情報処理装置および情報処理方法に関する。   The present invention relates to an information processing system, an information processing apparatus, and an information processing method for searching for information.

近年、企業では、従来のデータベースの機能を拡張し、会社の経営戦略の意思決定支援として活用するための統合情報系システムとしてデータウェアハウス(data warehouse)を導入するようになった。データウェアハウスのデータベースは、多次元データベース(multi dimensional database)という概念によって構築されるのが一般的である。   In recent years, companies have expanded the functions of conventional databases and introduced data warehouses as integrated information systems for use as decision support for company management strategies. A data warehouse database is generally constructed based on the concept of a multi-dimensional database.

多次元データベースは、リレーション型データベースにおける列項目の単位を次元(dimension)としてグループ化される立体構造を成しており、次元化した列項目を次々に切り替えながら高速でデータを検索し、集計することを可能としている。このデータウェアハウス内の多次元データベースの検索用ツールとしてオンライン分析処理(OLAP:OnLine Analytical Processing)がある。   A multi-dimensional database has a three-dimensional structure in which the units of column items in relational databases are grouped as dimensions, and data is searched and aggregated at high speed while switching the dimensioned column items one after another. Making it possible. As a tool for searching a multidimensional database in this data warehouse, there is online analysis processing (OLAP).

このOLAPでは、複数種ある列項目について1組のデータからなる明細データが複数あると、選択した1つの列項目を軸にして下位階層から上位階層に単純に合計するサマリ処理は一般化されている(例えば、特許文献1参照)。   In this OLAP, when there are a plurality of detailed data composed of a set of data for a plurality of types of column items, the summary processing for simply summing from the lower hierarchy to the upper hierarchy about the selected column item is generalized. (For example, refer to Patent Document 1).

OLAPによる分析では、明細データの列項目の1つに、数を求める対象となる被計数対象の識別子を設けると、各明細データに含まれる識別子から被計数対象を特定でき、被計数対象について分析することが可能となる。なお、以下では、被計数対象を分割不能な単位のものとしてパターンと称する。   In the analysis by OLAP, when an identifier of a count target to be obtained is provided in one of the column items of the detail data, the count target can be specified from the identifier included in each detail data, and the count target is analyzed. It becomes possible to do. Hereinafter, the counted object is referred to as a pattern as a unit that cannot be divided.

明細データテーブルでは同一のパターンが重複して記録されている場合がある。このような明細データテーブルからパターンの数を求めるパターン分析は、明細データテーブルが示す事象を定性的に分析する場合に有効な手段となる。ここで、パターン分析について、ある特定の店に訪問する顧客の商品購入の情報を分析するための販売分析システムを例にして説明する。   In the detail data table, the same pattern may be recorded in duplicate. Such pattern analysis for obtaining the number of patterns from the detail data table is an effective means for qualitatively analyzing the events indicated by the detail data table. Here, the pattern analysis will be described by taking a sales analysis system for analyzing product purchase information of a customer who visits a specific store as an example.

販売分析システムには、明細データとして顧客Aさんが異なる日に100円の買い物と200円の買い物をした情報が格納されているものとする。操作者によりAさんの購入実績についてサマリ処理をする旨入力されると、Aさんの購入回数が2件で、購入合計金額が300円と算出する。この明細データの例では、顧客をパターンとすると、購入回数が2件であっても買い物をしたのがAさん1人だけであるため、パターン数は1件となる。この販売分析システムの例のようにして、ある期間の訪問者数を分析してパターン数を求めることは、顧客数のトレンドを分析する上で有効である。   In the sales analysis system, it is assumed that the customer A stores 100 yen purchases and 200 yen purchases on different days as detailed data. When the operator inputs a summary process for the purchase result of Mr. A, the number of purchases of Mr. A is calculated as two and the total purchase amount is 300 yen. In this detailed data example, if the customer is a pattern, even if the number of purchases is two, only Mr. A has made a purchase, so the number of patterns is one. Analyzing the number of visitors in a certain period and obtaining the number of patterns as in the example of the sales analysis system is effective in analyzing the trend of the number of customers.

上記OLAPで上記パターン分析を行うには、従来のデータベースでは、SQL(Structured Query Language)のJIS規格にあるDISINCT関数を利用していた。
特開2001−28005号公報
In order to perform the pattern analysis using the OLAP, a conventional database uses a DISincct function in the JIS standard of SQL (Structured Query Language).
JP 2001-28005 A

上述の従来技術では、パターン数を求める際に、SQLのJIS規格にあるDISINCT関数を利用して明細データテーブルをスキャニングさせる必要があり、検索処理に時間がかかるという問題があった。   The above-described prior art has a problem that when the number of patterns is obtained, it is necessary to scan the detailed data table using the DISincct function in the SQL JIS standard, and the search process takes time.

従来のOLAPでは、明細データを要約レベルのデータで表示させるために、検索対象となるデータを含む明細データを明細データテーブルから抽出してその合計を求めるドリルアップ処理が可能である。このドリルアップ処理は上述のサマリ処理に相当する。一方、要約レベルのデータから詳細なデータを表示させるために、少なくとも1つの項目におけるデータを複数のグループに分割するのに対応して複数の明細データを分割するドリルダウン処理も可能である。しかし、ドリルアップ処理およびドリルダウン処理をパターン数に適用するためのツールは一般化されていない。なお、以下では、ドリルアップ処理およびドリルダウン処理による分析をドリリング分析と称する。   In conventional OLAP, in order to display detailed data as summary level data, it is possible to perform a drill-up process in which detailed data including data to be searched is extracted from the detailed data table and the total is obtained. This drill-up process corresponds to the above-described summary process. On the other hand, in order to display detailed data from the summary level data, it is possible to perform a drill-down process for dividing a plurality of detailed data corresponding to dividing the data in at least one item into a plurality of groups. However, tools for applying the drill-up process and the drill-down process to the number of patterns are not generalized. Hereinafter, the analysis by the drill-up process and the drill-down process is referred to as drilling analysis.

本発明は上記したような従来の技術が有する問題点を解決するためになされたものであり、同一の被計数対象が重複して記録された明細データテーブルから被計数対象数を求めるための処理をより高速化した情報処理システム、情報処理装置および情報処理方法を提供することを目的とする。   The present invention has been made to solve the above-described problems of the prior art, and a process for obtaining the number of counted objects from a detailed data table in which the same counted objects are recorded in duplicate. An object of the present invention is to provide an information processing system, an information processing apparatus, and an information processing method that increase the processing speed.

上記目的を達成するための本発明の情報処理システムは、数を求める対象となる被計数対象毎に異なる識別番号を項目の1つとして含む複数種の項目について1組のデータからなる明細データを複数格納したホストコンピュータと、該ホストコンピュータと通信回線を介して通信可能に接続された端末装置とを備えた情報処理システムであって、
前記ホストコンピュータは、
前記識別番号と該識別番号の被計数対象の属性とを含む被計数対象情報を格納し、検索対象のデータを含む明細データを求めるための検索条件を前記端末装置から受信すると、該検索対象のデータを含む明細データである検索明細データを前記複数の明細データから抽出し、該検索明細データに含まれる識別番号に一致する識別番号を含む被計数対象情報である検索被計数対象情報を前記被計数対象情報から抽出して該端末装置に送出し、
前記端末装置は、
前記検索条件と前記属性についての検索対象となる検索属性情報とが入力されると、該検索条件を前記ホストコンピュータに送信し、該ホストコンピュータから受信する前記検索被計数対象情報を格納し、該検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数をかぞえて出力するものである。
In order to achieve the above object, an information processing system of the present invention provides detailed data consisting of a set of data for a plurality of types of items including a different identification number as one of the items to be counted. An information processing system comprising a plurality of stored host computers and a terminal device communicably connected to the host computers via a communication line,
The host computer
The counting target information including the identification number and the attribute of the counting target of the identification number is stored, and when a search condition for obtaining detailed data including search target data is received from the terminal device, the search target information Search detail data that is detail data including data is extracted from the plurality of detail data, and the search target information that is the count target information including the identification number that matches the identification number included in the search detail data is the target data. Extracted from the count target information and sent to the terminal device,
The terminal device
When the search condition and search attribute information to be searched for the attribute are input, the search condition is transmitted to the host computer, and the search target information received from the host computer is stored, The number of pieces of counted target information including attributes that match the searched attribute information among the searched counted target information is output.

本発明では、端末装置は、ホストコンピュータから受信した検索明細データと検索被計数対象情報とを格納し、検索被計数対象情報のうち検索属性情報に一致する属性を含む検索被計数対象情報の数を被計数対象数として算出している。ホストコンピュータから受信した検索被計数対象情報を参照するようにしているため、ホストコンピュータにアクセスして被計数対象情報を検索するよりも高速で被計数対象数を求めることができる。   In the present invention, the terminal device stores the search detail data received from the host computer and the search count target information, and the number of search count target information including an attribute that matches the search attribute information in the search count target information. Is calculated as the number of objects to be counted. Since the search target object information received from the host computer is referred to, the number of target objects can be obtained at a higher speed than when the host computer is accessed and the target object information is searched.

また、上記本発明の情報処理システムにおいて、前記ホストコンピュータは、
前記検索条件を前記端末装置から受信すると、前記検索明細データを前記端末装置に送信し、
前記端末装置は、
前記ホストコンピュータから受信する前記検索明細データを格納し、前記項目のうち少なくとも1つの項目におけるデータを複数のグループに分割する旨の信号が入力されると、該複数のグループに対応して該検索明細データを分割し、該複数のグループの検索明細データに含まれる識別番号に一致する識別番号を有する被計数対象情報を前記検索被計数対象情報から抽出し、抽出した検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数を該グループ毎にかぞえて出力することとしてもよい。
In the information processing system of the present invention, the host computer is
When the search condition is received from the terminal device, the search specification data is transmitted to the terminal device,
The terminal device
The search specification data received from the host computer is stored, and when a signal to divide the data in at least one of the items into a plurality of groups is input, the search is performed corresponding to the plurality of groups. Dividing the detailed data, extracting the count target information having an identification number matching the identification number included in the search detail data of the plurality of groups from the search count target information, and among the extracted search count target information The number of count target information including attributes matching the search attribute information may be output for each group.

本発明では、端末装置は、1つの項目のデータについて複数のグループに分割する旨の入力があると、ホストコンピュータから受信した検索明細データと検索被計数対象情報とからグループ毎の被計数対象情報の数を求める。そのため、改めてホストコンピュータにアクセスして被計数対象情報を検索することがないので、より高速でグループ毎の被計数対象数を求めることができる。   In the present invention, when there is an input to divide a single item of data into a plurality of groups, the terminal device count information for each group from the search detail data received from the host computer and the search count target information. Find the number of. For this reason, it is not necessary to access the host computer again to search the counting target information, so that the counting target number for each group can be obtained at higher speed.

一方、上記目的を達成するための本発明の情報処理装置は、数を求める対象となる被計数対象毎に異なる識別番号を項目の1つとして含む複数種の項目について1組のデータからなる明細データを複数保存し、該識別番号と該識別番号の被計数対象の属性とを含む被計数対象情報を格納するための記憶部と、
検索対象のデータを含む明細データを求めるための検索条件と前記属性についての検索対象となる検索属性情報とが入力されると、該検索対象のデータを含む明細データである検索明細データを前記複数の明細データから抽出し、該検索明細データに含まれる識別番号に一致する識別番号を含む被計数対象情報である検索被計数対象情報を前記被計数対象情報から抽出し、該検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数をかぞえて出力部に出力させるデータ処理部と、
を有する構成である。
On the other hand, the information processing apparatus of the present invention for achieving the above object is a specification comprising a set of data for a plurality of types of items including an identification number that is different for each counting target for which the number is to be calculated as one of the items. A storage unit for storing a plurality of data and storing counting target information including the identification number and the attribute of the counting target of the identification number;
When a search condition for obtaining detailed data including data to be searched and search attribute information to be searched for the attribute are input, the plurality of search detailed data as detailed data including the data to be searched The search target object information, which is the target object information including the identification number that matches the identification number included in the search detail data, is extracted from the target object information, and the search target object information is extracted. A data processing unit that outputs to the output unit the number of counted target information including an attribute that matches the search attribute information,
It is the structure which has.

また、上記本発明の情報処理装置において、前記データ処理部は、
前記項目のうち少なくとも1つの項目におけるデータを複数のグループに分割する旨の信号が入力されると、該複数のグループに対応して該検索明細データを分割し、該複数のグループの検索明細データに含まれる識別番号に一致する識別番号を有する被計数対象情報を前記検索被計数対象情報から抽出し、抽出した検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数を該グループ毎にかぞえて前記出力部に出力させることとしてもよい。
In the information processing apparatus of the present invention, the data processing unit is
When a signal to divide the data in at least one of the items into a plurality of groups is input, the search specification data is divided corresponding to the plurality of groups, and the search specification data of the plurality of groups Counted target information having an identification number that matches the identification number included in the search target count information is extracted from the searched count target target information, and includes the attribute that matches the search attribute information in the extracted search target count information It is good also as making it output to the said output part by counting the number of every group.

また、上記目的を達成するための本発明の情報処理方法は、数を求める対象となる被計数対象毎に異なる識別番号を項目の1つとして含む複数種の項目について1組のデータからなる明細データを複数格納した情報処理装置による情報処理方法であって、
前記識別番号と該識別番号の被計数対象の属性とを含む被計数対象情報を格納し、
検索対象のデータを含む明細データを求めるための検索条件と前記属性についての検索対象となる検索属性情報とが入力されると、該検索対象のデータを含む明細データである検索明細データを前記複数の明細データから抽出し、
前記検索明細データに含まれる識別番号に一致する識別番号を含む被計数対象情報である検索被計数対象情報を前記被計数対象情報から抽出し、
前記検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数をかぞえて出力するものである。
In addition, the information processing method of the present invention for achieving the above object is a specification comprising a set of data for a plurality of types of items including an identification number that is different for each counting target for which a number is to be obtained as one of the items. An information processing method by an information processing apparatus storing a plurality of data,
Stored counting target information including the identification number and the counting target attribute of the identification number;
When a search condition for obtaining detailed data including data to be searched and search attribute information to be searched for the attribute are input, the plurality of search detailed data as detailed data including the data to be searched Extracted from line item data,
Extracting the search target information that is the target object information including the identification number that matches the identification number included in the search specification data from the target object information,
The number of pieces of count target information including an attribute that matches the search attribute information in the search count target information is counted and output.

また、上記本発明の情報処理方法において、前記項目のうち少なくとも1つの項目におけるデータを複数のグループに分割する旨の信号が入力されると、該複数のグループに対応して該検索明細データを分割し、
前記複数のグループの検索明細データに含まれる識別番号に一致する識別番号を有する被計数対象情報を前記検索被計数対象情報から抽出し、
抽出した検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数を該グループ毎にかぞえて出力することとしてもよい。
In the information processing method of the present invention, when a signal indicating that the data in at least one of the items is divided into a plurality of groups is input, the search specification data corresponding to the plurality of groups is stored. Split and
Extracting counted object information having an identification number that matches an identification number included in the search details data of the plurality of groups from the retrieved counted object information,
Of the extracted search target information, the number of count target information including an attribute that matches the search attribute information may be output for each group.

本発明では、被計数対象の数を検索被計数対象情報を参照して求めるようにしているため、被計数対象数を求める処理が高速化し、ドリリング分析の際、操作者の検索操作に対する出力のレスポンスが向上する。   In the present invention, since the number of counted objects is obtained by referring to the searched counted object information, the process for obtaining the counted object speed is accelerated, and an output for the search operation of the operator is performed during drilling analysis. Response is improved.

本発明の情報処理システムは、被計数対象毎に異なる識別番号を含む明細データを複数有する明細データテーブルと、識別番号を含む被計数対象情報を複数有するテーブルとを備え、検索対象となるデータを含む明細データを求めた後、求めた明細データに含まれる識別番号から被計数対象の数を求めることを特徴とする。   An information processing system according to the present invention includes a detail data table having a plurality of detail data including different identification numbers for each counting target, and a table having a plurality of counting target information including identification numbers. After obtaining the detailed data, the number of objects to be counted is obtained from the identification number included in the obtained detailed data.

本発明の情報処理システムの構成について説明する。なお、以下では、被計数対象をパターンと称する。   The configuration of the information processing system of the present invention will be described. Hereinafter, the counting target is referred to as a pattern.

図1は本発明の情報処理システムの一構成例を示すブロック図である。   FIG. 1 is a block diagram showing a configuration example of an information processing system according to the present invention.

図1に示すように、本発明の情報処理システムは、複数の明細データからなる明細データテーブルを格納するためのホストコンピュータ10と、ホストコンピュータ10と通信回線40を介して接続された端末装置30とを有する構成である。   As shown in FIG. 1, the information processing system of the present invention includes a host computer 10 for storing a detailed data table composed of a plurality of detailed data, and a terminal device 30 connected to the host computer 10 via a communication line 40. It is the structure which has.

ホストコンピュータ10は、明細データを複数有する明細データテーブルと列項目となるディメンションの情報とを含む検索対象情報24を保存する記憶部14と、検索対象情報24の明細データテーブルに対して端末装置30から受信する検索条件に一致する明細データを求めるデータ処理部13とを有する。   The host computer 10 stores the search target information 24 including a detail data table having a plurality of detail data and dimension information as column items, and a terminal device 30 for the detail data table of the search target information 24. And a data processing unit 13 for obtaining detailed data that matches the search condition received from.

端末装置30は、ワークステーションおよびパーソナルコンピュータ等の情報処理装置である。そして、操作者が検索条件を入力するための入力部32と、ホストコンピュータ10から受信する明細データ等の情報を格納するためのメモリ部34と、メモリ部34に格納した明細データからパターン数を求める制御演算部36と、計算結果を出力するための出力部38とを有する。   The terminal device 30 is an information processing device such as a workstation and a personal computer. An input unit 32 for an operator to input search conditions, a memory unit 34 for storing information such as detailed data received from the host computer 10, and the number of patterns from the detailed data stored in the memory unit 34. A control calculation unit 36 to be obtained and an output unit 38 for outputting a calculation result are provided.

次に、ホストコンピュータ10の構成について詳細に説明する。   Next, the configuration of the host computer 10 will be described in detail.

図2は図1に示したホストコンピュータの一構成例を示すブロック図である。   FIG. 2 is a block diagram showing a configuration example of the host computer shown in FIG.

図2に示すように、記憶部14の検索対象情報24には、ディメンションの種類およびその識別子となるディメンションKeyを含むディメンションテーブル241と、明細データテーブル242と、パターンに関する属性を含むパターン情報からなるパターン情報テーブル243とが格納されている。   As shown in FIG. 2, the search target information 24 in the storage unit 14 includes a dimension table 241 including a dimension type and a dimension Key serving as an identifier thereof, a detail data table 242, and pattern information including attributes relating to patterns. A pattern information table 243 is stored.

データ処理部13は、端末装置30から受信した検索条件に一致する明細データとなる検索明細データを明細データテーブルから求めるドリル検索手段232と、検索明細データに関連するパターンのパターン情報となる検索パターン情報を求めるパターン情報検索手段233と、検索結果を端末装置30に送信する検索情報回答手段234とを有する。ドリル検索手段232、パターン情報検索手段233および検索情報回答手段234は、端末装置30から検索条件を受信する度に動作する。なお、パターン情報は本発明の被計数対象情報であり、検索パターン情報は本発明の検索被計数対象情報である。   The data processing unit 13 includes a drill search unit 232 that obtains search specification data that is detailed data that matches the search conditions received from the terminal device 30 from the specification data table, and a search pattern that is pattern information of a pattern related to the search specification data Pattern information searching means 233 for obtaining information and search information answering means 234 for transmitting a search result to the terminal device 30 are provided. The drill search unit 232, the pattern information search unit 233, and the search information answer unit 234 operate every time a search condition is received from the terminal device 30. The pattern information is the counting target information of the present invention, and the search pattern information is the searching count target information of the present invention.

図1に示した端末装置30の制御演算部36は、ホストコンピュータ10から受信する検索明細データおよび検索パターン情報をメモリ部34に格納する。また、操作者により入力部32から入力される、パターンに関する属性についての検索対象となる検索属性情報に一致する属性を含む検索パターン情報の数を求める。   The control calculation unit 36 of the terminal device 30 illustrated in FIG. 1 stores the search detail data and search pattern information received from the host computer 10 in the memory unit 34. In addition, the number of pieces of search pattern information including an attribute that matches the search attribute information to be searched for the attribute relating to the pattern, which is input from the input unit 32 by the operator, is obtained.

次に、検索対象情報24の具体例について説明する。本実施例では、全国に支店を持つ販売業者の各支店への顧客の訪問実績を明細データとし、顧客をパターンとしている。   Next, a specific example of the search target information 24 will be described. In the present embodiment, the customer visits to each branch of a dealer who has branches all over the country are detailed data, and the customer is a pattern.

図3は検索対象情報の一構成例を示す図である。   FIG. 3 is a diagram illustrating a configuration example of search target information.

図3に示すように、ディメンションテーブル241には、ディメンションの種類として、販売店の所在地を示すディメンション1の「地域」と、顧客の訪問時期を示すディメンション2の「期間」と、販売店の組織構成を示すディメンション3の「組織」とがある。また、各ディメンションについて、識別子となるディメンションKeyと、階層を示すレベルとが記述されている。例えば、ディメンション1の「地域」では、最上位階層がレベル1の全国であり、最下位階層がレベル3の都道府県である。レベル1とレベル3の間のレベル2は、全国を北海道、東北、関東等に8つに区分した地区の階層である。   As shown in FIG. 3, the dimension table 241 includes, as the types of dimensions, a “region” of dimension 1 indicating the location of the store, a “period” of dimension 2 indicating the visit time of the customer, and the organization of the store. There is an “Organization” of dimension 3 indicating the configuration. In addition, for each dimension, a dimension Key serving as an identifier and a level indicating a hierarchy are described. For example, in “Region” in dimension 1, the highest hierarchy is level 1 nationwide, and the lowest hierarchy is level 3 prefectures. Level 2 between Level 1 and Level 3 is a hierarchy of districts divided into 8 areas such as Hokkaido, Tohoku and Kanto.

明細データテーブル242には、ディメンションテーブル241に示した各ディメンションとパターン毎に異なるパターンKeyとを列項目として複数の明細データが記述されている。この明細データテーブル242は各ディメンションの最下位階層のデータである。パターンKeyはパターン識別番号となる。   In the detail data table 242, a plurality of detail data is described by using each dimension shown in the dimension table 241 and a pattern Key that is different for each pattern as column items. This detailed data table 242 is data of the lowest hierarchy of each dimension. The pattern key is a pattern identification number.

パターン情報テーブル243には、パターンKey毎に顧客の属性が記述されている。属性0は顧客名を示し、属性1は住居所在地を示し、属性2は性別を示し、属性3は年齢を示す。   The pattern information table 243 describes customer attributes for each pattern key. Attribute 0 indicates a customer name, attribute 1 indicates a residence location, attribute 2 indicates gender, and attribute 3 indicates age.

次に、上記明細データテーブル242およびパターン情報テーブル243について詳細に説明する。   Next, the detailed data table 242 and the pattern information table 243 will be described in detail.

図4および図5は明細データテーブルとパターン情報テーブルの一例を説明するための表である。   4 and 5 are tables for explaining an example of the detail data table and the pattern information table.

図4に示す明細データテーブルでは、列項目を横欄にとり、明細データを縦欄にとっている。例えば、1行目の明細データは、パターンKey「P2」の顧客が「東京」にある「A支店」に「5月」に訪問したことを示している。2行目以降の明細データも、1行目と同様に、顧客の販売店への訪問実績を示す。   In the detail data table shown in FIG. 4, column items are placed in the horizontal column, and detail data is placed in the vertical column. For example, the detailed data in the first row indicates that the customer of the pattern key “P2” visited “A branch” in “Tokyo” in “May”. The detail data on the second and subsequent lines also indicate the customer's visit to the store as in the first line.

図5に示すパターン情報テーブルでは、パターンKeyと属性を横欄にとり、顧客毎のパターン情報を縦欄にとっている。例えば、1行目のパターン情報は、パターンKey「P1」の顧客について、名前が「Mさん」、住居所在地が「東京」、性別が「女性」、年齢が「30代」であることを示している。2行目以降のパターン情報も、1行目と同様に、パターンKeyで特定される顧客の名前、住居所在地、性別、および年齢を示す。検索明細データに含まれるパターンKeyに一致するパターンKeyを含むパターン情報が検索パターン情報となる。   In the pattern information table shown in FIG. 5, the pattern key and attribute are in the horizontal column, and the pattern information for each customer is in the vertical column. For example, the pattern information on the first line indicates that the customer of the pattern Key “P1” has the name “M”, the residence address “Tokyo”, the gender “female”, and the age “30s”. ing. Similarly to the first line, the pattern information on and after the second line also indicates the customer's name, residence address, gender, and age specified by the pattern key. The pattern information including the pattern Key that matches the pattern Key included in the search detail data is the search pattern information.

次に、上記構成の情報処理システムによる、上期と下期の各期間に東京の支店を訪問した年齢30代の顧客のパターン数を求める場合の動作手順について説明する。ここでは、各ディメンションについて初期階層とする。   Next, an operation procedure in the case of obtaining the number of patterns of customers in their thirties who visited a branch in Tokyo in each period of the first half and the second half by the information processing system having the above configuration will be described. Here, the initial hierarchy is set for each dimension.

図6は情報処理システムの動作手順を示すフローチャートである。   FIG. 6 is a flowchart showing an operation procedure of the information processing system.

操作者が端末装置30の入力部32を操作して、検索条件として地域に「東京」、期間に「半期」を入力する。続いて、検索属性情報として顧客年齢「30代」を入力し、パターン数を求める旨を入力すると、端末装置30の制御演算部36は検索条件を通信回線40を介してホストコンピュータ10に送信する(ステップS101)。   The operator operates the input unit 32 of the terminal device 30 to input “Tokyo” as the search condition and “half-year” as the period. Subsequently, when the customer age “30's” is input as the search attribute information and the request for obtaining the number of patterns is input, the control calculation unit 36 of the terminal device 30 transmits the search condition to the host computer 10 via the communication line 40. (Step S101).

ホストコンピュータ10のデータ処理部13が端末装置30から検索条件を受信すると、ドリル検索手段232は、記憶部14の検索対象情報24の明細データテーブルから列項目の地域に「東京」を含む明細データを検索する(ステップS102)。図4に示した明細データテーブルから検索した検索明細データは7件となる。   When the data processing unit 13 of the host computer 10 receives the search condition from the terminal device 30, the drill search means 232 includes detailed data including “Tokyo” in the column item region from the detailed data table of the search target information 24 in the storage unit 14. Is searched (step S102). There are seven search detail data retrieved from the detail data table shown in FIG.

続いて、パターン情報検索手段233は、検索明細データのパターンKeyを読み出し、読み出したパターンKeyについてのパターン情報をパターン情報テーブル243から検索する(ステップS103)。図5に示したパターン情報テーブルから、検索パターン情報は「P1」と「P2」の2件となる。その後、検索情報回答手段234は、検索明細データおよび検索パターン情報を通信回線40を介して端末装置30に送信する(ステップS104)。   Subsequently, the pattern information search unit 233 reads the pattern key of the search detail data, and searches the pattern information table 243 for pattern information regarding the read pattern key (step S103). From the pattern information table shown in FIG. 5, there are two pieces of search pattern information, “P1” and “P2”. Thereafter, the search information answering means 234 transmits the search detail data and the search pattern information to the terminal device 30 via the communication line 40 (step S104).

図7(a)は検索明細データ、図7(b)は検索パターン情報を示す表である。   FIG. 7A is a table showing search detail data, and FIG. 7B is a table showing search pattern information.

図7(a)に示すように、検索明細データは図4に示した表から検索された7件となる。また、図7(b)に示すように、検索パターン情報は図5に示した表から検索された2件となる。   As shown in FIG. 7 (a), the search detail data is seven cases searched from the table shown in FIG. Further, as shown in FIG. 7B, the search pattern information is two cases searched from the table shown in FIG.

端末装置30の制御演算部36は、ホストコンピュータ10から検索明細データおよび検索パターン情報を受信すると、これらのデータをメモリ部34に格納する(ステップS105)。続いて、図7(a)に示した検索明細データを期間について「上期」の4件と「下期」の3件に分け、「上期」の4件について検索明細データのパターンKeyを読み出す。読み出したパターンKeyに一致するパターンKeyがあるかを検索パターン情報で探す。一致するパターンKeyがあると1件とカウントし、同一のパターンKeyが2度目に出てきたときはカウントしない。このようにして、「上期」4件の検索明細データからパターン数は「P2」の1件とわかる。同様にして、「下期」3件の検索明細データからパターン数は「P2」と「P1」の2件とわかる(ステップS106)。   When receiving the search detail data and the search pattern information from the host computer 10, the control calculation unit 36 of the terminal device 30 stores these data in the memory unit 34 (step S105). Next, the search detail data shown in FIG. 7A is divided into four “first half” and three “second half” for the period, and the pattern key of the search detail data is read for the four “first half”. Search pattern information is searched for a pattern key that matches the read pattern key. If there is a matching pattern key, it is counted as one case, and is not counted when the same pattern key appears for the second time. In this way, the number of patterns is found to be one “P2” from the search detail data of the “first half”. Similarly, the number of patterns is found to be two cases “P2” and “P1” from the search detail data of “second half” (step S106).

その後、制御演算部36は、パターンKey「P1」と「P2」の顧客の年齢が30代であるか否かを検索パターン情報で調べる。図7(b)に示した表から、パターンKey「P1」と「P2」の顧客年齢が30代であることがわかる。そのため、制御演算部36は、パターン数として「上期」が1件、「下期」が2件と求める(ステップS107)。続いて、地域「東京」、期間「半期」についてのパターン数を示す表を作成して出力部38に出力させる(ステップS108)。   Thereafter, the control calculation unit 36 checks whether or not the customers of the patterns Key “P1” and “P2” are in their thirties with the search pattern information. From the table shown in FIG. 7B, it can be seen that the customer ages of the patterns Key “P1” and “P2” are in their 30s. For this reason, the control calculation unit 36 determines that the number of patterns is “1” for “first half” and 2 for “second half” (step S107). Subsequently, a table indicating the number of patterns for the region “Tokyo” and the period “half-year” is created and output to the output unit 38 (step S108).

図8は初期階層のパターン数を示す表である。   FIG. 8 is a table showing the number of patterns in the initial hierarchy.

図8の表では、左欄に示した地域「東京」と上欄に示した期間「上期」および「下期」とにより分割される。図8の表は、地域「東京」について「上期」の場合にはパターン数が「1」であり、「下期」の場合にはパターン数が「2」であることを示している。   In the table of FIG. 8, the area is divided by the area “Tokyo” shown in the left column and the periods “first half” and “second half” shown in the upper column. The table of FIG. 8 indicates that the number of patterns is “1” in the case of “first half” and “2” in the case of “second half” for the region “Tokyo”.

上述のようにして、制御演算部36は検索属性情報に一致するパターンをメモリ部34に格納した検索パターン情報から捜して、その数を出力部38に出力させている。そのため、ホストコンピュータ10に格納したパターン情報にアクセスすることなく、メモリ部34に格納された情報内で検索可能となり、情報処理がより速くなる。   As described above, the control calculation unit 36 searches the search pattern information stored in the memory unit 34 for a pattern that matches the search attribute information, and outputs the number to the output unit 38. Therefore, it is possible to search in the information stored in the memory unit 34 without accessing the pattern information stored in the host computer 10, and the information processing becomes faster.

また、端末装置30のメモリ部34には、明細データテーブルのうち検索明細データと、パターン情報のうち検索パターン情報とを格納すればよいため、メモリの負荷が軽減される。   Further, the memory unit 34 of the terminal device 30 only needs to store the search detail data in the detail data table and the search pattern information in the pattern information, thereby reducing the memory load.

次に、この初期階層の結果からディメンション「組織」を軸にしたドリルダウン処理を行った場合の動作手順について、図6に示したフローチャートを参照して説明する。   Next, an operation procedure when a drill-down process is performed with the dimension “organization” as an axis from the result of the initial hierarchy will be described with reference to the flowchart shown in FIG.

操作者が端末装置30の入力部32を操作して、ディメンション「組織」を軸にしてドリルダウン処理する旨を入力すると、制御演算部36は、図7(a)に示した検索明細データから「上期」について「A支店」2件、「B支店」2件に分ける。「A支店」の2件についてパターンKeyを読み出すと、上記初期階層の場合と同様にして、一致するパターンKeyがあると1件とカウントし、同一のパターンKeyが2度目に出てきたときはカウントしない。このようにして、「A支店」の2件については、パターン数が「P2」の1件とわかる。   When the operator operates the input unit 32 of the terminal device 30 to input that drill down processing is performed with the dimension “organization” as an axis, the control calculation unit 36 reads the search details data illustrated in FIG. “First half” is divided into two “A branch” and two “B branch”. When the pattern key is read for two cases of “A branch”, if there is a matching pattern key as in the case of the initial hierarchy, it is counted as one case, and when the same pattern key appears for the second time. Do not count. In this way, it can be understood that two cases of “A branch” are one case where the number of patterns is “P2”.

続いて、制御演算部36は、「上期」の「A支店」の場合と同様にして、「上期」の「B支店」、「下期」の「A支店」、「下期」の「B支店」について、それぞれパターン数を求める。「上期」の「B支店」と「下期」の「A支店」については、パターン数が「P2」の1件と求まる。また、「下期」の「B支店」については、パターン数が「P2」と「P1」の2件と求まる(ステップS106)。   Subsequently, in the same manner as in the case of “A branch” in the “first half”, the control calculation unit 36 “B branch” in the “first half”, “A branch” in the “second half”, and “B branch” in the “second half”. For each, the number of patterns is obtained. For “B branch” in the “first half” and “A branch” in the “second half”, the number of patterns is obtained as one case of “P2.” In addition, regarding “B branch” of “second half”, the number of patterns is obtained as two cases “P2” and “P1” (step S106).

その後、制御演算部36は、パターンKey「P1」と「P2」の顧客の年齢が30代であるか否かを検索パターン情報で調べる。図7(b)に示した表から、パターンKey「P1」と「P2」の顧客年齢が30代であることがわかる。そのため、制御演算部36は、パターン数として「上期」の「A支店」、「上期」の「B支店」、「下期」の「A支店」の場合が1件、「下期」の「B支店」の場合が2件と求める(ステップS107)。続いて、組織「A支店」および「B支店」と、期間「半期」とについてのパターン数を示す表を作成して出力部38に出力させる(ステップS108)。   Thereafter, the control calculation unit 36 checks whether or not the customers of the patterns Key “P1” and “P2” are in their thirties with the search pattern information. From the table shown in FIG. 7B, it can be seen that the customer ages of the patterns Key “P1” and “P2” are in their 30s. Therefore, the control calculation unit 36 has one pattern for “A branch” in the first half, “B branch” in the “first half”, and “A branch” in the “second half” as the number of patterns, and “B branch” in the “second half”. "Is calculated as 2 cases (step S107). Subsequently, a table indicating the number of patterns for the organizations “A branch” and “B branch” and the period “half year” is created and output to the output unit 38 (step S108).

図9は初期階層からディメンション「組織」を軸にしてドリルダウン処理した例を示す表である。   FIG. 9 is a table showing an example of drill-down processing from the initial hierarchy with the dimension “organization” as an axis.

図9の表では、左欄に示した地域「東京」と上欄に示した期間「上期」および「下期」とにより分割される。また、左欄には組織「A支店」と「B支店」を示し、縦方向に表が分割されている。図9の表は、「上期」について「A支店」の場合のパターン数が「1」で、「B支店」の場合のパターン数が「1」であることを示している。また、「下期」について「A支店」の場合のパターン数が「1」で、「B支店」の場合のパターン数が「2」であることを示している。   In the table of FIG. 9, the area is divided by the area “Tokyo” shown in the left column and the periods “first half” and “second half” shown in the upper column. The left column shows the organizations “A branch” and “B branch”, and the table is divided vertically. The table of FIG. 9 indicates that the number of patterns in the case of “A branch” for “first half” is “1” and the number of patterns in the case of “B branch” is “1”. Further, for “second half”, the number of patterns for “A branch” is “1”, and the number of patterns for “B branch” is “2”.

次に、上記初期階層の結果からドリルアップ処理を行った場合の動作手順について説明する。ここでは、地域を軸として「関東地区」についてパターン数を求める場合とする。図6に示したフローチャートを参照して説明する。   Next, an operation procedure when a drill-up process is performed from the result of the initial hierarchy will be described. Here, it is assumed that the number of patterns is obtained for the “Kanto district” around the region. This will be described with reference to the flowchart shown in FIG.

操作者が端末装置30の入力部32を操作して、検索条件として地域「関東地区」とドリルアップ処理する旨とを入力すると、端末装置30の制御演算部36は、メモリ部34に格納した検索明細データの地域の情報を読み出し、パターン数を求められないと判断すると、地域「関東地区」の検索条件とドリルアップ処理する旨の信号とを通信回線40を介してホストコンピュータ10に送信する(ステップS101)。   When the operator operates the input unit 32 of the terminal device 30 and inputs the region “Kanto district” and the fact that drill-up processing is performed as a search condition, the control calculation unit 36 of the terminal device 30 stores the information in the memory unit 34. When the area information of the search details data is read and it is determined that the number of patterns cannot be obtained, a search condition for the area “Kanto district” and a signal for drill-up processing are transmitted to the host computer 10 via the communication line 40. (Step S101).

ホストコンピュータ10のデータ処理部13が端末装置30から検索条件とドリルアップ処理する旨の信号とを受信すると、ドリル検索手段232は、記憶部14の検索対象情報24の明細データテーブルから列項目の地域に「関東地区」の都や県を含む明細データを検索する(ステップS102)。図4に示した明細データテーブルでは「関東地区」は東京および神奈川であり、検索明細データは10件となる。   When the data processing unit 13 of the host computer 10 receives a search condition and a signal indicating that a drill-up process is performed from the terminal device 30, the drill search unit 232 reads the column item from the detailed data table of the search target information 24 in the storage unit 14. Detailed data including the city and prefecture of “Kanto district” in the area is searched (step S102). In the detailed data table shown in FIG. 4, “Kanto district” is Tokyo and Kanagawa, and the search detailed data is 10 items.

続いて、パターン情報検索手段233は、検索明細データのパターンKeyを読み出して、読み出したパターンKeyについてのパターン情報をパターン情報テーブル243から検索する(ステップS103)。上記検索明細データの10件にはパターンKeyとして「P1」〜「P5」の5件ある。そのため、パターン情報検索手段233はパターン情報テーブル243からパターンKey「P1」〜「P5」のパターン情報を読み出した検索パターン情報を検索情報回答手段234に送出する。検索情報回答手段234は、検索パターン情報と検索明細データを通信回線40を介して端末装置30に送信する(ステップS104)。   Subsequently, the pattern information search unit 233 reads the pattern key of the search detail data, and searches the pattern information table 243 for pattern information regarding the read pattern key (step S103). There are 5 cases of “P1” to “P5” as the pattern key in 10 cases of the above-mentioned search specification data. Therefore, the pattern information search means 233 sends the search pattern information obtained by reading the pattern information of the patterns Key “P1” to “P5” from the pattern information table 243 to the search information answer means 234. The search information answering means 234 transmits the search pattern information and the search detail data to the terminal device 30 via the communication line 40 (step S104).

図10(a)は検索明細データ、図10(b)は検索パターン情報を示す表である。   FIG. 10A is a table showing search detail data, and FIG. 10B is a table showing search pattern information.

図10(a)に示すように、検索明細データは図4に示した表から検索された10件となる。また、図10(b)に示すように、検索パターン情報は図5に示した表から検索された5件となる。   As shown in FIG. 10 (a), the search detail data is 10 cases searched from the table shown in FIG. Further, as shown in FIG. 10B, the search pattern information is five cases searched from the table shown in FIG.

端末装置30の制御演算部36は、ホストコンピュータ10から検索明細データおよび検索パターン情報を受信すると、これらのデータをメモリ部34に格納する(ステップS105)。続いて、図10(a)に示した検索明細データを期間について「上期」の4件と「下期」の6件に分け、「上期」の4件について検索明細データのパターンKeyを読み出す。「上期」の4件についてパターンKeyを読み出すと、上記初期階層の場合と同様にして、一致するパターンKeyがあると1件とカウントし、同一のパターンKeyが2度目に出てきたときはカウントしない。このようにして、「上期」4件の検索明細データからパターン数は「P2」の1件とわかる。同様にして、「下期」6件の検索明細データからパターン数は「P1」〜「P5」の5件とわかる(ステップS106)。   When receiving the search detail data and the search pattern information from the host computer 10, the control calculation unit 36 of the terminal device 30 stores these data in the memory unit 34 (step S105). Subsequently, the search detail data shown in FIG. 10A is divided into four cases of “first half” and six cases of “second half” for the period, and the pattern key of the search detail data is read for the four cases of “first half”. When the pattern key is read for the “first half” cases, it is counted as one when there is a matching pattern key as in the case of the initial hierarchy, and is counted when the same pattern key appears for the second time. do not do. In this way, the number of patterns is found to be one “P2” from the search detail data of the “first half”. Similarly, the number of patterns is found to be five from “P1” to “P5” from the search detail data of “second half” (step S106).

その後、制御演算部36は、パターンKey「P1」〜「P5」の顧客の年齢が30代であるか否かを検索パターン情報で調べる。パターンKey「P1」〜「P5」のうち、顧客年齢が30代のパターンKeyは、図10(b)に示した表から、「P1」、「P2」および「P4」とわかる。そのため、制御演算部36は、パターン数として「上期」が1件、「下期」が3件と求める(ステップS107)。続いて、地域「関東地区」、期間「半期」についてのパターン数を示す表を作成して出力部38に出力させる(ステップS108)。   After that, the control calculation unit 36 checks whether or not the customer's age in the patterns Key “P1” to “P5” is in his / her thirties with the search pattern information. Among the patterns Key “P1” to “P5”, the pattern Key whose customer age is in his thirties is known as “P1”, “P2” and “P4” from the table shown in FIG. Therefore, the control calculation unit 36 determines that the number of patterns is “1” for “first half” and 3 for “second half” (step S107). Subsequently, a table indicating the number of patterns for the region “Kanto district” and the period “half year” is created and output to the output unit 38 (step S108).

図11は初期階層からディメンション「地域」を軸にしてドリルアップ処理した例を示す表である。   FIG. 11 is a table showing an example of drill-up processing from the initial hierarchy with the dimension “region” as an axis.

図11の表では、左欄に示した地域「関東地区」と上欄に示した期間「上期」および「下期」とにより分割される。図11の表は、地域「関東地区」について「上期」の場合にはパターン数が「1」であり、「下期」の場合にはパターン数が「3」であることを示している。   In the table of FIG. 11, the table is divided by the area “Kanto district” shown in the left column and the periods “first half” and “second half” shown in the top column. The table of FIG. 11 indicates that the number of patterns is “1” in the case of “first half” and “3” in the case of “second half” for the region “Kanto district”.

なお、上述の実施例では、端末装置30を1台の場合で説明したが、端末装置30を複数設けるようにしてもよい。企業内で、端末装置30をデータ解析に携わる従業員毎に設け、ホストコンピュータ10で明細データを一括管理し、従業員の操作により端末装置30をホストコンピュータ10にアクセスさせれば明細データテーブルおよびパターン情報テーブルを複数の従業員で共有できる。   In the above-described embodiment, the case of one terminal device 30 has been described. However, a plurality of terminal devices 30 may be provided. If the terminal device 30 is provided for each employee who is engaged in data analysis in the company, the detailed data is managed by the host computer 10 and the terminal device 30 is accessed by the operation of the employee, the detailed data table and The pattern information table can be shared by multiple employees.

また、ホストコンピュータ10に端末装置30の入力部32および出力部38を備え、制御演算回路36が実行する処理をデータ処理部13が行うようにしてもよい。これにより、操作者がホストコンピュータ10を操作して検索条件および検索属性情報を入力することで、ホストコンピュータ10が検索条件および検索属性情報にしたがってパターン数を求める。   Further, the host computer 10 may be provided with the input unit 32 and the output unit 38 of the terminal device 30, and the data processing unit 13 may perform the processing executed by the control arithmetic circuit 36. Accordingly, when the operator operates the host computer 10 and inputs the search condition and the search attribute information, the host computer 10 obtains the number of patterns according to the search condition and the search attribute information.

また、通信回線40は、有線であっても無線であってもよいが、通信回線40を介して送受信される情報の秘匿性が確保されるLAN(Local Area Network)等の通信媒体であることが望ましい。   The communication line 40 may be wired or wireless, but is a communication medium such as a LAN (Local Area Network) that ensures the confidentiality of information transmitted and received via the communication line 40. Is desirable.

本発明の情報処理システムの一構成例を示すブロック図である。It is a block diagram which shows the example of 1 structure of the information processing system of this invention. 図1に示したホストコンピュータの一構成例を示すブロック図である。FIG. 2 is a block diagram illustrating a configuration example of a host computer illustrated in FIG. 1. 検索対象情報の一構成例を示すブロック図である。It is a block diagram which shows one structural example of search object information. 明細データテーブルの一例を示す表である。It is a table | surface which shows an example of a detailed data table. パターン情報テーブルの一例を示す表である。It is a table | surface which shows an example of a pattern information table. 情報処理システムの動作手順を示すフローチャートである。It is a flowchart which shows the operation | movement procedure of an information processing system. 検索明細データおよび検索パターン情報を示す表である。It is a table | surface which shows search detailed data and search pattern information. 初期階層の結果を示す表である。It is a table | surface which shows the result of an initial hierarchy. 初期階層からドリルダウン処理した結果を示す表である。It is a table | surface which shows the result of having drilled down from the initial hierarchy. 検索明細データおよび検索パターン情報を示す表である。It is a table | surface which shows search detailed data and search pattern information. 初期階層からドリルアップ処理した結果を示す表である。It is a table | surface which shows the result of drill-up processing from the initial hierarchy.

符号の説明Explanation of symbols

10 ホストコンピュータ
13 データ処理部
14 記憶部
24 検索対象情報
30 端末装置
32 入力部
34 メモリ部
36 制御演算部
38 出力部
40 通信回線
232 ドリル検索手段
233 パターン情報検索手段
234 検索情報回答手段
241 ディメンションテーブル
242 明細データテーブル
243 パターン情報テーブル
DESCRIPTION OF SYMBOLS 10 Host computer 13 Data processing part 14 Storage part 24 Search object information 30 Terminal device 32 Input part 34 Memory part 36 Control operation part 38 Output part 40 Communication line 232 Drill search means 233 Pattern information search means 234 Search information answer means 241 Dimension table 242 Detail data table 243 Pattern information table

Claims (6)

数を求める対象となる被計数対象毎に異なる識別番号を項目の1つとして含む複数種の項目について1組のデータからなる明細データを複数格納したホストコンピュータと、該ホストコンピュータと通信回線を介して通信可能に接続された端末装置とを備えた情報処理システムであって、
前記ホストコンピュータは、
前記識別番号と該識別番号の被計数対象の属性とを含む被計数対象情報を格納し、検索対象のデータを含む明細データを求めるための検索条件を前記端末装置から受信すると、該検索対象のデータを含む明細データである検索明細データを前記複数の明細データから抽出し、該検索明細データに含まれる識別番号に一致する識別番号を含む被計数対象情報である検索被計数対象情報を前記被計数対象情報から抽出して該端末装置に送出し、
前記端末装置は、
前記検索条件と前記属性についての検索対象となる検索属性情報とが入力されると、該検索条件を前記ホストコンピュータに送信し、該ホストコンピュータから受信する前記検索被計数対象情報を格納し、該検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数をかぞえて出力する情報処理システム。
A host computer that stores a plurality of detailed data consisting of a set of data for a plurality of types of items including different identification numbers as one of the items to be counted, and a communication line with the host computer And an information processing system including a terminal device connected to be communicable,
The host computer
The counting target information including the identification number and the attribute of the counting target of the identification number is stored, and when a search condition for obtaining detailed data including the search target data is received from the terminal device, the search target information Search detail data that is detail data including data is extracted from the plurality of detail data, and the search target information that is the count target information including the identification number that matches the identification number included in the search detail data is the target data. Extracted from the count target information and sent to the terminal device,
The terminal device
When the search condition and search attribute information to be searched for the attribute are input, the search condition is transmitted to the host computer, and the search target information received from the host computer is stored, An information processing system that counts and outputs the number of counted target information including an attribute that matches the searched attribute information among the searched counted target information.
前記ホストコンピュータは、
前記検索条件を前記端末装置から受信すると、前記検索明細データを前記端末装置に送信し、
前記端末装置は、
前記ホストコンピュータから受信する前記検索明細データを格納し、前記項目のうち少なくとも1つの項目におけるデータを複数のグループに分割する旨の信号が入力されると、該複数のグループに対応して該検索明細データを分割し、該複数のグループの検索明細データに含まれる識別番号に一致する識別番号を有する被計数対象情報を前記検索被計数対象情報から抽出し、抽出した検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数を該グループ毎にかぞえて出力する請求項1記載の情報処理システム。
The host computer
When the search condition is received from the terminal device, the search specification data is transmitted to the terminal device,
The terminal device
The search specification data received from the host computer is stored, and when a signal to divide the data in at least one of the items into a plurality of groups is input, the search is performed corresponding to the plurality of groups. Dividing the detailed data, extracting the count target information having an identification number matching the identification number included in the search detail data of the plurality of groups from the search count target information, and among the extracted search count target information The information processing system according to claim 1, wherein the number of pieces of count target information including an attribute that matches the search attribute information is output for each group.
数を求める対象となる被計数対象毎に異なる識別番号を項目の1つとして含む複数種の項目について1組のデータからなる明細データを複数保存し、該識別番号と該識別番号の被計数対象の属性とを含む被計数対象情報を格納するための記憶部と、
検索対象のデータを含む明細データを求めるための検索条件と前記属性についての検索対象となる検索属性情報とが入力されると、該検索対象のデータを含む明細データである検索明細データを前記複数の明細データから抽出し、該検索明細データに含まれる識別番号に一致する識別番号を含む被計数対象情報である検索被計数対象情報を前記被計数対象情報から抽出し、該検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数をかぞえて出力部に出力させるデータ処理部と、
を有する情報処理装置。
A plurality of detailed data consisting of a set of data is stored for a plurality of types of items including different identification numbers as one of the items for which the number is to be counted, and the identification number and the number to be counted A storage unit for storing the counting target information including the attributes of
When a search condition for obtaining detailed data including data to be searched and search attribute information to be searched for the attribute are input, the plurality of search detailed data as detailed data including the data to be searched The search target object information, which is the target object information including the identification number that matches the identification number included in the search detail data, is extracted from the target object information, and the search target object information is extracted. A data processing unit that outputs to the output unit the number of counted target information including an attribute that matches the search attribute information,
An information processing apparatus.
前記データ処理部は、
前記項目のうち少なくとも1つの項目におけるデータを複数のグループに分割する旨の信号が入力されると、該複数のグループに対応して該検索明細データを分割し、該複数のグループの検索明細データに含まれる識別番号に一致する識別番号を有する被計数対象情報を前記検索被計数対象情報から抽出し、抽出した検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数を該グループ毎にかぞえて前記出力部に出力させる請求項3記載の情報処理装置。
The data processing unit
When a signal to divide the data in at least one of the items into a plurality of groups is input, the search specification data is divided corresponding to the plurality of groups, and the search specification data of the plurality of groups Counted target information having an identification number that matches the identification number included in the search target count information is extracted from the searched count target target information, and includes the attribute that matches the search attribute information in the extracted search target count information The information processing apparatus according to claim 3, wherein the output unit is configured to output the output number for each group.
数を求める対象となる被計数対象毎に異なる識別番号を項目の1つとして含む複数種の項目について1組のデータからなる明細データを複数格納した情報処理装置による情報処理方法であって、
前記識別番号と該識別番号の被計数対象の属性とを含む被計数対象情報を格納し、
検索対象のデータを含む明細データを求めるための検索条件と前記属性についての検索対象となる検索属性情報とが入力されると、該検索対象のデータを含む明細データである検索明細データを前記複数の明細データから抽出し、
前記検索明細データに含まれる識別番号に一致する識別番号を含む被計数対象情報である検索被計数対象情報を前記被計数対象情報から抽出し、
前記検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数をかぞえて出力する情報処理方法。
An information processing method by an information processing apparatus that stores a plurality of detailed data composed of a set of data for a plurality of types of items that include different identification numbers as one of the items to be counted.
Stored counting target information including the identification number and the attribute of the counting target of the identification number,
When a search condition for obtaining detailed data including data to be searched and search attribute information to be searched for the attribute are input, the plurality of search detailed data as detailed data including the data to be searched Extracted from line item data,
Extracting search target information, which is target object information including an identification number that matches an identification number included in the search specification data, from the target object information,
An information processing method for counting and outputting the number of counted target information including an attribute that matches the searched attribute information among the searched counted target information.
前記項目のうち少なくとも1つの項目におけるデータを複数のグループに分割する旨の信号が入力されると、該複数のグループに対応して該検索明細データを分割し、
前記複数のグループの検索明細データに含まれる識別番号に一致する識別番号を有する被計数対象情報を前記検索被計数対象情報から抽出し、
抽出した検索被計数対象情報のうち前記検索属性情報に一致する属性を含む被計数対象情報の数を該グループ毎にかぞえて出力する請求項5記載の情報処理方法。
When a signal indicating that the data in at least one of the items is divided into a plurality of groups is input, the search specification data is divided corresponding to the plurality of groups,
Extracting counted object information having an identification number that matches an identification number included in the search details data of the plurality of groups from the retrieved counted object information,
6. The information processing method according to claim 5, wherein the number of pieces of counted target information including an attribute that matches the searched attribute information among the extracted searched count target information is output for each group.
JP2003299964A 2003-08-25 2003-08-25 Information processing system, device and method Pending JP2005071085A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003299964A JP2005071085A (en) 2003-08-25 2003-08-25 Information processing system, device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003299964A JP2005071085A (en) 2003-08-25 2003-08-25 Information processing system, device and method

Publications (1)

Publication Number Publication Date
JP2005071085A true JP2005071085A (en) 2005-03-17

Family

ID=34405043

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003299964A Pending JP2005071085A (en) 2003-08-25 2003-08-25 Information processing system, device and method

Country Status (1)

Country Link
JP (1) JP2005071085A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013520738A (en) * 2010-02-26 2013-06-06 インターナショナル・ビジネス・マシーンズ・コーポレーション Secure caching method, system, and program for database applications

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013520738A (en) * 2010-02-26 2013-06-06 インターナショナル・ビジネス・マシーンズ・コーポレーション Secure caching method, system, and program for database applications
US8886673B2 (en) 2010-02-26 2014-11-11 International Business Machines Corporation Optimizing data cache when applying user-based security

Similar Documents

Publication Publication Date Title
US7167859B2 (en) Database security
US6792421B2 (en) System and method for retrieving location-qualified site data
US6882994B2 (en) Method and system for querying database, as well as a recording medium for storing a database querying program
US20070239673A1 (en) Removing nodes from a query tree based on a result set
US20080046412A1 (en) System and method for monitoring information of trademarks
GB2293667A (en) Database management system
CN108369587A (en) Create the table for exchange
KR20060028673A (en) Affinity analysis method and article of manufacture
CN106528579A (en) Search method, device and system based on sharding structure databases
US20140250119A1 (en) Domain based keyword search
JPH10312398A (en) Virtual catalog system, and mediating agent, catalog agent and program storage medium for the system
US20100191730A1 (en) Efficiency in processing queries directed to static data sets
JP3860992B2 (en) Data combination / presentation method and data combination / presentation program
US7636709B1 (en) Methods and systems for locating related reports
Huang et al. Efficient maintenance of basic statistical functions in data warehouses
US8554722B2 (en) Method for transferring data into database systems
JP2005071085A (en) Information processing system, device and method
US11556515B2 (en) Artificially-intelligent, continuously-updating, centralized-database-identifier repository system
JP2001216307A (en) Relational database management system and storage medium stored with same
KR102095744B1 (en) Personal data de-identification method for formless big data
Papadopoulos et al. Nearest neighbor queries in shared-nothing environments
US20040220901A1 (en) System and method for association itemset mining
CN100429661C (en) Information collection retrieval device
JP2020181332A (en) High-precision similar image search method, program and high-precision similar image search device
JP6585327B1 (en) Episode management device, episode management program, and episode management method

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20050113

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050113

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060131

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20071112

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071120

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080409