JP4850581B2 - Data processing system - Google Patents
Data processing system Download PDFInfo
- Publication number
- JP4850581B2 JP4850581B2 JP2006142174A JP2006142174A JP4850581B2 JP 4850581 B2 JP4850581 B2 JP 4850581B2 JP 2006142174 A JP2006142174 A JP 2006142174A JP 2006142174 A JP2006142174 A JP 2006142174A JP 4850581 B2 JP4850581 B2 JP 4850581B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- server
- memory
- lowest
- item
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
この発明はデータ処理システムに係り、特に、APサーバからDBサーバへのアクセス数を減らすことによって検索処理等の高速化を実現する技術に関する。 The present invention relates to a data processing system, and more particularly to a technique for realizing high-speed search processing and the like by reducing the number of accesses from an AP server to a DB server.
クライアントサーバ型システムの進展に伴い、より大規模な情報処理の要求に応えるために、データの表示をするクライアントの他にデータの加工を行うAPサーバ及びデータの格納をするDBサーバを備えた、いわゆる三層構造のクライアントサーバシステムが普及してきている。
また、処理速度の向上を図るため、複数のAPサーバを並列配置させることで負荷を分散させることも行われている。
In order to improve the processing speed, a load is distributed by arranging a plurality of AP servers in parallel.
ところで、APサーバは廉価なPCサーバで構成することができるため、設置台数を増加させることで処理速度を向上させることは比較的容易であるが、DBサーバについてはデータの同期を維持する必要性があるため、APサーバのように簡単に分散処理に移行することはできない。
もちろん、データベースシステムのベンダ各社は、様々な技術を駆使してソフトウェア及びハードウェアの両面からDBサーバ自体の高速化を図ってきており、その結果一定の成果は上がっているが、その分システムの価格が上昇することは否めない。
また、今後ともクライアントサーバ型システムに担わされるデータベースの規模が増大を続ける限り、いずれはディスクI/O(データの読み書き)速度が壁となり、DBサーバの性能アップでは対応できない時期が来るものと予想される。
By the way, the AP server can be configured with an inexpensive PC server, so it is relatively easy to increase the processing speed by increasing the number of installed servers, but it is necessary to maintain data synchronization for the DB server Therefore, it is not possible to shift to distributed processing as easily as AP server.
Of course, database system vendors have been using various technologies to speed up the DB server itself from both the software and hardware sides, and as a result, certain results have been achieved. It cannot be denied that prices will rise.
In addition, as long as the scale of the database handled by the client-server system continues to increase, the disk I / O (data read / write) speed will eventually become a barrier, and there will be a time when the performance of the DB server cannot be improved. is expected.
この発明は、従来のデータ管理システムが抱えていた上記の問題を解決するために案出されたものであり、DBサーバ自体の性能アップに依存するのではなく、APサーバのメモリ上にDBサーバのテーブルを再現することにより、検索速度の向上を実現することを目的としている。 The present invention has been devised to solve the above-described problems that the conventional data management system has, and does not depend on the performance improvement of the DB server itself, but the DB server is stored in the memory of the AP server. The purpose is to improve the search speed by reproducing the table.
上記の目的を達成するため、請求項1に記載したデータ処理システムは、DBサーバとAPサーバを備えたデータ処理システムであって、上記DBサーバが、データベース管理システムと、テーブルを格納したデータベースを備え、上記APサーバが、メモリと、上記DBサーバにSQL文を発行し、上記テーブルに格納されたデータの読み出しを指令するデータ読み出し手段と、DBサーバから送信されたデータを少なくともビット配列を含む木構造のデータに変換し、上記メモリに格納するデータ圧縮手段と、上記ビット配列を含む木構造のデータに対し検索処理を実行するデータ検索手段を備え、上記のデータ圧縮手段が、上記DBサーバから送信された各レコードの中で、少なくとも最上位のデータ項目については、値が相互に重複する場合に一つのレコードのデータを残して他のレコードのデータを削除し、削除された上位データに従属していた下位データを残された上位データに関連付ける第1の処理と、残された最上位のデータ項目同士を一つの根の元に結合させ、木構造のデータを生成する第2の処理と、最下位のデータ項目に含まれる値の類型を抽出し、これらを所定の順序で整列させたディスティンクト・リストを生成し、メモリに格納する第3の処理と、上記ディスティンクト・リストに含まれる各要素と最下位のデータ項目の値とを、親のデータ項目を共通にする兄弟単位で順にマッチングさせ、ディスティンクト・リストの要素が最下位のデータ項目に存在する場合には、メモリ上に設けたビット配列における対応位置に1をセットすると同時に実データを削除し、該当の値が最下位のデータ項目に存在しない場合には上記ビット配列の対応位置に0をセットする第4の処理を実行し、上記データ検索手段が、各ビット配列及び上記ディスティンクト・リストを参照することにより、最下位のデータ項目の値を特定することを特徴としている。
In order to achieve the above object, a data processing system according to
請求項2に記載したデータ処理システムは、DBサーバとAPサーバを備えたデータ処理システムであって、上記DBサーバが、データベース管理システムと、テーブルを格納したデータベースを備え、上記APサーバが、メモリと、上記DBサーバにSQL文を発行し、上記テーブルに格納されたデータの読み出しを指令するデータ読み出し手段と、DBサーバから送信されたデータを少なくともビット配列を含む木構造のデータに変換し、上記メモリに格納するデータ圧縮手段と、上記ビット配列を含む木構造のデータに対し検索処理を実行するデータ検索手段とを備え、上記のデータ圧縮手段が、上記DBサーバから送信された各レコードの中で、少なくとも最上位のデータ項目については、値が相互に重複する場合に一つのレコードのデータを残して他のレコードのデータを削除し、削除された上位データに従属していた下位データを残された上位データに関連付ける第1の処理と、残された最上位のデータ項目同士を一つの根の元に結合させ、木構造のデータを生成する第2の処理と、最下位のデータ項目に含まれる値の類型を抽出し、これらを所定の順序で整列させたディスティンクト・リストを生成し、メモリに格納する第3の処理と、上記ディスティンクト・リストに含まれる各要素と最下位のデータ項目の値とを、親のデータ項目を共通にする兄弟単位で順にマッチングさせ、ディスティンクト・リストの要素が最下位のデータ項目に存在する場合には、メモリ上に設けたディスティンクト・リストと同サイズのブーリアン配列における対応位置にブーリアン型のtrueをセットすると同時に実データを削除し、該当の値が最下位のデータ項目に存在しない場合には上記ブーリアン配列の対応位置にブーリアン型のfalseをセットする第4の処理と、上記のブーリアン配列をビット配列に変換する第5の処理を実行し、上記データ検索手段が、各ビット配列をブーリアン配列に変換し、各ブーリアン配列及び上記ディスティンクト・リストを参照することにより、最下位のデータ項目の値を特定することを特徴としている。
The data processing system according to
請求項3に記載したデータ処理システムは、請求項1または2のシステムであって、さらに上記のデータ読み出し手段が、上記SQL文において一または複数のデータ項目の値を指定することにより、上記DBサーバから上記テーブルをグループに分割して読み出す処理を実行し、上記のデータ圧縮手段が、上記第1の処理をグループ単位で実行することを特徴としている。
Data processing system according to claim 3 is the
請求項4に記載したデータ処理システムは、DBサーバとAPサーバを備えたデータ処理システムであって、上記DBサーバが、データベース管理システムと、テーブルを格納したデータベースを備え、上記APサーバが、メモリと、上記DBサーバにSQL文を発行し、上記テーブルに格納されたデータの読み出しを指令するデータ読み出し手段と、DBサーバから送信されたデータを少なくともビット配列を含む木構造のデータに変換し、上記メモリに格納するデータ圧縮手段と、上記ビット配列を含む木構造のデータに対し検索処理を実行するデータ検索手段を備え、上記のデータ圧縮手段が、上記DBサーバから送信された各レコードの中で、少なくとも最上位のデータ項目については、値が相互に重複する場合に一つのレコードのデータを残して他のレコードのデータを削除し、削除された上位データに従属していた下位データを残された上位データに関連付ける第1の処理と、値が相互に重複する下位のデータ項目については、一の値のみを実データとしてメモリ上に残し、他の値については上記実データを参照する型に変換する第2の処理と、残された最上位のデータ項目同士を一つの根の元に結合させ、木構造のデータを生成する第3の処理と、最下位のデータ項目に含まれる値の類型を抽出し、これらを所定の順序で整列させたディスティンクト・リストを生成し、メモリに格納する第4の処理と、上記ディスティンクト・リストに含まれる各要素と最下位のデータ項目の値とを、親のデータ項目を共通にする兄弟単位で順にマッチングさせ、ディスティンクト・リストの要素が最下位のデータ項目に存在する場合には、メモリ上に設けたビット配列における対応位置に1をセットすると同時に実データを削除し、該当の値が最下位のデータ項目に存在しない場合には上記ビット配列の対応位置に0をセットする第5の処理を実行し、上記データ検索手段が、各ビット配列及び上記ディスティンクト・リストを参照することにより、最下位のデータ項目の値を特定することを特徴としている。
The data processing system according to
請求項5に記載したデータ処理システムは、DBサーバとAPサーバを備えたデータ処理システムであって、上記DBサーバが、データベース管理システムと、テーブルを格納したデータベースを備え、上記APサーバが、メモリと、上記DBサーバにSQL文を発行し、上記テーブルに格納されたデータの読み出しを指令するデータ読み出し手段と、DBサーバから送信されたデータを少なくともビット配列を含む木構造のデータに変換し、上記メモリに格納するデータ圧縮手段と、上記ビット配列を含む木構造のデータに対し検索処理を実行するデータ検索手段とを備え、上記のデータ圧縮手段が、上記DBサーバから送信された各レコードの中で、少なくとも最上位のデータ項目については、値が相互に重複する場合に一つのレコードのデータを残して他のレコードのデータを削除し、削除された上位データに従属していた下位データを残された上位データに関連付ける第1の処理と、値が相互に重複する下位のデータ項目については、一の値のみを実データとしてメモリ上に残し、他の値については上記実データを参照する型に変換する第2の処理と、残された最上位のデータ項目同士を一つの根の元に結合させ、木構造のデータを生成する第3の処理と、最下位のデータ項目に含まれる値の類型を抽出し、これらを所定の順序で整列させたディスティンクト・リストを生成し、メモリに格納する第4の処理と、上記ディスティンクト・リストに含まれる各要素と最下位のデータ項目の値とを、親のデータ項目を共通にする兄弟単位で順にマッチングさせ、ディスティンクト・リストの要素が最下位のデータ項目に存在する場合には、メモリ上に設けたディスティンクト・リストと同サイズのブーリアン配列における対応位置にブーリアン型のtrueをセットすると同時に実データを削除し、該当の値が最下位のデータ項目に存在しない場合には上記ブーリアン配列の対応位置にブーリアン型のfalseをセットする第5の処理と、上記のブーリアン配列をビット配列に変換する第6の処理を実行し、上記データ検索手段が、各ビット配列をブーリアン配列に変換し、各ブーリアン配列及び上記ディスティンクト・リストを参照することにより、最下位のデータ項目の値を特定することを特徴としている。 The data processing system according to claim 5 is a data processing system including a DB server and an AP server , wherein the DB server includes a database management system and a database storing a table, and the AP server includes a memory. And a data reading means for issuing an SQL statement to the DB server and instructing reading of the data stored in the table, and converting the data transmitted from the DB server into data of a tree structure including at least a bit array, A data compression means for storing data in the memory; and a data search means for executing a search process on the tree-structured data including the bit arrangement, wherein the data compression means is configured to store each record transmitted from the DB server. Among them, at least for the highest data item, if the values overlap each other, the data of one record is left and other records are left. The first processing for deleting the data of the node and associating the lower data that was subordinate to the deleted higher data with the remaining higher data, and for the lower data items whose values overlap each other, one value Only the remaining data in the memory as the actual data, and for the other values, the second process for converting to the type that refers to the actual data, and the remaining most significant data items are combined into one root element, A third process for generating tree-structured data and a type of value included in the lowest data item are extracted, and a distinct list in which these are arranged in a predetermined order is generated and stored in the memory. The fourth process and each element included in the above-described distinct list and the value of the lowest data item are sequentially matched in units of siblings that share a common parent data item. Is the bottom If it exists in the data item, set the Boolean type true to the corresponding position in the Boolean array of the same size as the distinct list provided in the memory, and at the same time delete the actual data, the corresponding value is the lowest If the data item does not exist, the fifth process of setting a Boolean type false to the corresponding position of the Boolean array and the sixth process of converting the Boolean array into a bit array are executed, and the data search is performed. The means is characterized in that each bit array is converted into a Boolean array, and the value of the lowest data item is specified by referring to each Boolean array and the distinct list.
請求項6に記載したデータ処理システムは、請求項4または5のシステムであって、さらに上記のデータ読み出し手段が、上記SQL文において一または複数のデータ項目の値を指定することにより、上記DBサーバから上記テーブルをグループに分割して読み出す処理を実行し、上記のデータ圧縮手段が、上記第1の処理及び第2の処理をグループ単位で実行することを特徴としている。
The data processing system according to claim 6 is the system according to
請求項1、2、4、5に記載したデータ処理システムにあっては、DBサーバのデータベース内に格納されていたテーブルが、ディスクに比べて高速アクセスが可能なAPサーバのメモリ上に少なくともビット配列を含む木構造のデータとして再現されるため、APサーバはDBサーバにアクセスすることなく、したがってディスクI/Oを発生させることもなく、必要なデータの高速検索が可能となり、処理速度の飛躍的な向上を実現できる。
しかも、表形式のデータを木構造のデータに変換する過程で重複する最上位のデータ項目のデータが除去され、また最上位以外の下位データ項目のデータについてはビット型やブーリアン型、参照型でその存在が表現されるようになるため、全体のデータ量が大幅に圧縮される。このため、比較的容量の小さいAPサーバのメモリでも効率的に必要データを収容することが可能となる。
In the data processing system according to any one of
Moreover, in the process of converting tabular data into tree-structured data, the duplicate data of the highest data item is removed, and the data of subordinate data items other than the highest data is in the bit type, Boolean type, or reference type. Since its presence is expressed, the entire data amount is greatly compressed. For this reason, it is possible to efficiently accommodate the necessary data even in the memory of the AP server having a relatively small capacity.
請求項3及び6に記載したデータ処理システムの場合、APサーバがレコードをDBサーバから取り出すに際し、テーブル全体を一度に受け取るのではなく、特定のデータ項目の値を指定することにより、グループ単位に分割して受け取り、当該グループについて所定の圧縮処理が完了した時点で次のグループに係るレコードを受け取る方式を採用しているため、比較的大きなテーブルであってもAPサーバのメモリ上に格納することが可能となる。
In the case of the data processing system according to claim 3 and 6 , when the AP server retrieves the record from the DB server, it does not receive the entire table at a time, but by specifying the value of a specific data item in a group unit. Since a method is adopted in which a record related to the next group is received when a predetermined compression process is completed for the group in question, even a relatively large table can be stored in the memory of the AP server. Is possible.
図1は、この発明に係るデータ処理システム10の全体構成図であり、このシステム10は、複数のAPサーバ12と、DBサーバ14と、ロードバランサ(負荷分散装置)16とを備えている。
ロードバランサ16と各APサーバ12間、及び各APサーバ12とDBサーバ14間はネットワークによって接続されている。
また、各APサーバ12に対しては、イントラネット18やインターネット等のネットワーク及びロードバランサ16を介して多数のクライアント端末20が接続されている。
FIG. 1 is an overall configuration diagram of a
The
A large number of
各APサーバ12は、データ処理部22と、データ圧縮部24と、メモリ26とを備えている。
各APサーバ12のハードディスク(図示省略)には、OS及びこのシステム専用のアプリケーションプログラムがセットアップされており、APサーバ12のCPUがこれらのプログラムに従って動作することにより、上記のデータ処理部22及びデータ圧縮部24が実現される。
Each
The hard disk (not shown) of each
DBサーバ14は、データベース管理システム(DBMS)28と、業務処理用の各種テーブルが格納されたデータベース30を備えている。
データベース管理システム28は、データベース30を管理し、データベース30に格納されたデータの入出力、更新、および所定の演算などを行う。
The DB
The
図2は、データベース30に格納されたテーブルの一例を示すものであり、このテーブルは、日付、店Cd(店コード)、商品Cd(商品コード)のデータ項目を備えている。
これらのデータ項目間には概念上の階層構造が存在し、日付は最上位項目、店Cdは中位項目、商品Cdは最下位項目に該当する。
FIG. 2 shows an example of a table stored in the
There is a conceptual hierarchical structure between these data items, the date corresponds to the top item, the store Cd corresponds to the middle item, and the product Cd corresponds to the lowest item.
ロードバランサ16は、クライアント端末20から送信されたリクエストを、各APサーバ12にかかっている負荷に応じて分散する役割を果たす。
The
クライアント端末20は、PC等のコンピュータよりなり、OSの他に、Webブラウザプログラムや専用のアプリケーションプログラムがセットアップされている。
The
以下、図3〜図5のフローチャートに従い、このシステム10における処理手順を説明する。
まず、APサーバ12のデータ処理部22が起動すると(図3のS10)、DBサーバ14に対してSQL文を発行し、データの抽出をリクエストする(S12)。
この際データ処理部22は、例えば図2のテーブルに格納された各レコードを、日付×店コードで特定されるグループ単位で、かつ日付、店コード、商品コードに基づいて昇順に整列させた状態で送信することを指令するSQL文を生成し、DBサーバ14に送信する。
Hereinafter, the processing procedure in the
First, when the
At this time, for example, the
DBサーバ14のデータベース管理システム28から対応のレコードが日付×店コードのグループ単位で送信されると、データ処理部22はこれをデータ圧縮部24に渡す(S14)。
データ圧縮部24は、各レコードの日付と店コードに重複する値が存在するか否かをチェックし、重複がある場合には一つの日付及び一つの店コードを残し、他のデータを削除した後、メモリ26に格納する(S16)。
When the corresponding record is transmitted from the
The
図6は、メモリ26に格納されたデータグループのイメージを示すものであり、(a)は2006年3月15日の店コード:600店に係るグループのデータに対応している。
図示の通り、日付(20060315)及び店コード(600)のデータは先頭レコードについてのみ残されており、他のレコードからは削除されている。この時点で、日付及び店コードが削除されたレコードに係る商品コードは、先頭レコードの商品コードと共に配列として残された日付及び店コードに関連付けられている。
FIG. 6 shows an image of a data group stored in the
As shown in the figure, the data of the date (20060315) and the store code (600) are left only for the first record and are deleted from the other records. At this time, the product code related to the record from which the date and the store code are deleted is associated with the date and the store code left as an array together with the product code of the top record.
つぎにデータ圧縮部24は、各レコードの店コード及び商品コードを先行するレコードの店コード及び商品コードと順次比較していき(S18)、同一の店コードまたは商品コードが存在するか否かを確認する(S20)。
図6(a)の場合には、店コード及び商品コードの双方について重複する先行データが存在しないため、メモリ26上のデータはそのまま維持される(S22)。
Next, the
In the case of FIG. 6A, there is no overlapping preceding data for both the store code and the product code, so the data on the
一つのグループに関する上記の処理が完了すると、データ処理部22は次のグループ(日付×店コード)に属するレコードの抽出を指令するSQL文をDBサーバ14に発行し(S26、S12)、データ圧縮部24によるデータの圧縮及びメモリ26への格納が実行される(S14、S16)。
When the above processing for one group is completed, the
つぎにデータ圧縮部24は、各レコードの店コード及び商品コードを先行するレコードの店コード及び商品コードと順次比較していき(S18)、同一の店コードまたは商品コードが存在するか否かを確認する(S20)。
2006年3月15日の店コード:601店に係るグループのデータに対応した図6(b)の場合には、商品コードの「491234567891」及び「491234567893」の双方について重複するデータが先行のデータグループに存在するため、データ圧縮部24はこれらを削除すると共に、先行商品コードの実体データを参照する型に置き換える(S24)。
これに対し、店コード「601」については重複するデータが先行のデータグループに存在しないため、データ圧縮部24は当該店コードをそのまま維持する(S22)。
Next, the
In the case of FIG. 6 (b) corresponding to the data of the group related to the store code of March 15, 2006: 601 stores, duplicate data for both “491234567891” and “491234567893” is the preceding data. Since they exist in the group, the
On the other hand, since there is no duplicate data in the preceding data group for the store code “601”, the
APサーバ12のデータ処理部22及びデータ圧縮部24は、対象となるテーブル上の全グループについて処理が完了するまで、S12〜S24のステップを繰り返す(S26)。
因みに、図6(c)は2006年3月16日の店コード:600店に係るグループのデータに対応しており、店コード及び商品コードの全データについて先行データが存在しているため、データ圧縮部24によって実データが削除されると共に、先行する実データの参照型に置き換えられている。
The
Incidentally, FIG. 6 (c) corresponds to the data of the group relating to the store code: 600 stores on March 16, 2006, and there is pre-existing data for all the store code and product code data. The actual data is deleted by the
つぎにデータ圧縮部24は、各グループ間で日付を同じくするもの同士を一つの日付の下に集約し、それぞれを一つの根(root)の元に結合する(この時点で重複する日付は削除される)。
この結果、図7に示すように、DBサーバ14のデータベース30内に格納されていたレコードが、APサーバ12のメモリ26上に参照型を含む木構造のデータとして再現される(図4のS28)。
この木構造においては、最上位の日付から複数の店コードが枝分かれしており、各店コードには商品コードの配列がぶら下がっている。
Next, the
As a result, as shown in FIG. 7, the record stored in the
In this tree structure, a plurality of store codes are branched from the highest date, and an array of product codes is hung from each store code.
図2のテーブルにおいては、各レコード毎に日付及び店コードのデータを備えていたが、図7に示したデータ構造の場合、上位データ項目である日付については一切の重複がない形で集約され、また下位データ項目である店コード及び商品コードについても参照型を使うことで各グループを通じて一切の重複が存在しない形で表現されているため、データ容量の大幅な圧縮が達成されている。 In the table of FIG. 2, the data of the date and the store code are provided for each record. However, in the case of the data structure shown in FIG. 7, the date as the upper data item is aggregated without any duplication. Further, since the store code and the product code which are the lower data items are expressed in a form in which there is no duplication through each group by using the reference type, a large compression of the data capacity is achieved.
つぎにデータ圧縮部24は、商品コードのディスティンクト・リスト(DistinctList)32をメモリ26上に生成する。
このディスティンクト・リスト32は、上記参照型を含む木構造のデータ中に存在する商品コードの類型を、重複することなく昇順に整列させたリストである。
Next, the
The
つぎにデータ圧縮部24は、ディスティンクト・リスト32の要素と各商品コードの値を、商品コードの上位データ項目である店コードを共通にする兄弟単位で順番にマッチングさせていき(S32)、ディスティンクト・リストの要素と一致する場合には、当該商品コードを削除すると共に、メモリ26上に設けられたディスティンクト・リスト32と同サイズのブーリアン配列における対応位置にブーリアン型の「true」をセットし、ディスティンクト・リストの値が存在しない場合にはブーリアン型の「false」を対応位置にセットする処理を実行する(S34)。
Next, the
図8は、「20060315」−「600」に係る商品コードの配列34とディスティンクト・リスト32とのマッチングを示しており、この商品コードの配列34にはディスティンクト・リスト32と同じ位置に同じ商品コードが存在しているため、全商品コードがブーリアン型の「true」に置き換えられる。
FIG. 8 shows matching between the
また、図9は、「20060315」−「601」に係る商品コードの配列34とディスティンクト・リスト32とのマッチングを示している。この場合、商品コードの「491234567891(参照型)」及び「491234567893(参照型)」のみがディスティンクト・リスト32中の2番目及び4番目の要素と対応しており、ディスティンクト・リスト32中の1番目及び3番目の要素である「491234567890」及び「491234567892」が欠落している。このため、データ圧縮部24は商品コードの「491234567891(参照型)」及び「491234567893(参照型)」を削除した後、ブーリアン型の「false」、「true」、「false」、「true」を商品コードの存在を表すデータとしてブーリアン配列にセットする。
FIG. 9 shows matching between the
図10は、実データ及び参照型を含む全ての商品コードが削除され、ディスティンクト・リスト32と同サイズのブーリアン配列に置き換えられた状態の木構造データを示している。
商品コードを参照型で表現した場合、32ビットシステムでは1参照当たり4バイトのメモリを消費することになるが(64ビットシステムでは8バイト)、ブーリアン型の場合には1バイトで特定の商品コードの存在を表現できるため、この時点でデータ容量の大幅な圧縮が実現されている。
FIG. 10 shows the tree structure data in a state where all the product codes including the actual data and the reference type are deleted and replaced with a Boolean array having the same size as the
When the product code is expressed in the reference type, a 32-bit system consumes 4 bytes of memory per reference (8 bytes in a 64-bit system). Since the existence of the data can be expressed, the data capacity is greatly compressed at this point.
つぎにデータ圧縮部24は、上記のブーリアン配列をビット配列に変換する処理を実行する(S35)。
このビット配列は、図11に示すように、8桁の二値データ(1または0)を備えており、各桁には下から1、2、4、8、16、32、64、−128の定数が割り当てられている。
ここでデータ圧縮部24は、ブーリアン配列のある桁に「true」が格納されている場合には、ビット配列の対応の桁に「1」をセットし、「false」が格納されている場合には「0」をセットする。
Next, the
As shown in FIG. 11, this bit arrangement includes 8-digit binary data (1 or 0), and each digit has 1, 2, 4, 8, 16, 32, 64, -128 from the bottom. Constants are assigned.
Here, when “true” is stored in a certain digit of the Boolean array, the
図11(a)の場合には、商品コードの存在がブーリアン値のtrue, true, true, trueで表現されているため、データ圧縮部24がビット配列の上4桁に「1」をセットすると共に、下4桁に「該当する値なし」ということで「0」をセットする様子を示している。この「11110000」のビット配列は、上記した各桁の定数を適用することにより、「−16」という数値を表していることになる。
図11(b)の場合には、商品コードの存在がブーリアン値のfalse, true, false, trueで表現されているため、データ圧縮部24がビット配列の上4桁に「0101」をセットすると共に、下4桁に「該当する値なし」ということで「0」をセットする様子を示している。この「01010000」のビット配列は、上記した各桁の定数を適用することにより、「80」という数値を表していることになる。
図11(c)の場合には、商品コードの存在がブーリアン値のtrue, false, true, trueで表現されているため、データ圧縮部24がビット配列の上4桁に「1011」をセットすると共に、下4桁に「該当する値なし」ということで「0」をセットする様子を示している。この「10110000」のビット配列は、上記した各桁の定数を適用することにより、「−80」という数値を表していることになる。
In the case of FIG. 11 (a), since the presence of the product code is expressed by the boolean values true, true, true, true, the
In the case of FIG. 11B, since the presence of the product code is expressed by the boolean values false, true, false, true, the
In the case of FIG. 11C, since the presence of the product code is expressed by the boolean values true, false, true, true, the
また、図12(a)の場合には、商品コードの存在がブーリアン値のfalse, true, true, true, true, true, true, trueで表現されているため、データ圧縮部24がビット配列の最初の桁に「0」をセットすると共に、残りの桁に「1」をセットする様子を示している。この「01111111」のビット配列は、上記した各桁の定数を適用することにより、「127」という数値を表していることになる。
図12(b)の場合には、商品コードの存在がブーリアン値のtrue, false, false, false, false, false, false, falseで表現されているため、データ圧縮部24がビット配列の最初の桁に「1」をセットすると共に、残りの桁に「0」をセットする様子を示している。この「10000000」のビット配列は、上記した各桁の定数を適用することにより、「−127」という数値を表していることになる。
In the case of FIG. 12 (a), the presence of the product code is expressed as a boolean value of false, true, true, true, true, true, true, true. It shows a state where “0” is set in the first digit and “1” is set in the remaining digits. This bit arrangement of “01111111” represents a numerical value of “127” by applying the above-described constant of each digit.
In the case of FIG. 12 (b), since the existence of the product code is represented by the boolean values true, false, false, false, false, false, false, false, the
上記のように、ブーリアン配列の代わりに8桁のビット配列を用いることにより、−127〜127までの256通りの数値を表現することが可能となり、これは即ち256パターンのブーリアン値の組合せを僅か8ビット(1バイト)で表現できることを意味している。 As described above, by using an 8-digit bit array instead of a Boolean array, it is possible to express 256 numbers from -127 to 127, which means that a combination of 256 Boolean values is slightly displayed. It means that it can be expressed by 8 bits (1 byte).
図13は、図10のブーリアン配列をビット配列に変換した木構造を示すイメージ図である。
例えば、2006年3月15日の600店における商品コードとして「11110000」のビット配列が関連付けられていた場合、ここから「true, true,true, true, false, false, false, false」のブーリアン配列が導かれ、これをディスティンクト・リスト32と対比することにより、「491234567890」、「491234567891」、「491234567892」、「491234567893」の具体的な商品コードを特定することが可能となる(下4桁のfalseはディスティンクト・リスト32のサイズと合致しないため、無視される)。
FIG. 13 is an image diagram showing a tree structure obtained by converting the Boolean array of FIG. 10 into a bit array.
For example, if a bit array of “11110000” is associated as a product code at 600 stores on March 15, 2006, a boolean array of “true, true, true, true, false, false, false, false” from here By comparing this with the
ここで、クライアント端末20からの検索リクエストをロードバランサ16経由でAPサーバ12が受信すると(図5のS36)、データ処理部22はメモリ26上に形成された参照型及びビット配列を含む木構造のデータに対して検索条件に該当するデータの抽出処理を実行し(S38)、その結果をクライアント端末20に送信する(S40)。
この際、データ処理部22は各ビット配列をブーリアン配列に変換した後、ディスティンクト・リスト32を参照することにより、各商品コードを特定する。
Here, when the
At this time, the
このデータ処理システム10にあっては、DBサーバ14のデータベース30内に格納されていたテーブルが、ディスクに比べて高速アクセスが可能なAPサーバ12のメモリ26上に参照型データ及びビット配列を含む木構造のデータとして圧縮された形で再現されるため、APサーバ12はDBサーバ14にアクセスすることなく、したがってディスクI/Oを発生させることもなく、必要なデータの高速検索が可能となる。
In this
また、表形式のデータを参照型データ及びビット配列を含む木構造のデータに変換する過程で重複するデータが除去され、全体のデータ量が圧縮される結果、比較的容量の小さいAPサーバ12のメモリ26(一般に2GB程度)でも効率的に必要データを収容することが可能となる。
ブーリアン配列の場合には、1つの状態(true or false)を表現するのにメモリを1バイト消費し、4つの状態を表現するのであれば4バイトのメモリを消費することになる。
これに対し、8桁のビット配列を用いた場合には、1バイトで8つの状態を表示可能となり、メモリの使用量を劇的に抑制可能となる。
Further, in the process of converting tabular data into tree-structured data including reference type data and bit arrays, duplicate data is removed, and the overall data amount is compressed. The memory 26 (generally about 2 GB) can efficiently accommodate necessary data.
In the case of a Boolean array, 1 byte of memory is consumed to express one state (true or false), and 4 bytes of memory are consumed if 4 states are expressed.
In contrast, when an 8-digit bit array is used, eight states can be displayed with one byte, and the amount of memory used can be drastically suppressed.
また、レコードをDBサーバ14から取り出すに際し、テーブル全体を一度に受け取るのではなく、日付及び店コードのデータ項目の値を指定することにより、グループ単位に分割して受け取り、当該グループについてある程度の圧縮処理が完了した時点で次のグループに係るレコードを受け取る方式を採用しているため、比較的大きなテーブルであってもAPサーバ12のメモリ26上に格納できるようになる。
Also, when retrieving records from the
なお、ブーリアン配列のサイズが8桁を越えている場合には、別のビット配列がデータ圧縮部24によって設けられ、そこにブーリアン値に応じた二値データがセットされる。
図14はその具体例を示すものであり、ブーリアン配列が12桁である場合には1〜8桁までを第1のビット配列によって表現し、9〜12桁までが第2のビット配列によって表現される。
この場合、データ処理部22は第1のビット配列を参照することによってブーリアン配列の上8桁を特定し、また第2のビット配列を参照することによってブーリアン配列の下4桁を特定する。
その後、データ処理部22はディスティンクト・リストを参照することによって具体的な商品コードを特定する。
When the size of the Boolean array exceeds 8 digits, another bit array is provided by the
FIG. 14 shows a specific example. When the Boolean array is 12 digits, 1 to 8 digits are represented by the first bit array, and 9 to 12 digits are represented by the second bit array. Is done.
In this case, the
Thereafter, the
上記にあっては、ブーリアン配列を経由してビット配列を生成する例を説明したが、図7に示した参照型データを含む木構造のデータから直接ビット配列を生成することもできる。
すなわち、データ圧縮部24は、ディスティンクト・リスト32の各要素と各商品コードの値を、商品コードの上位データ項目である店コードを共通にする兄弟単位で順番にマッチングさせていき、ディスティンクト・リスト32の要素と一致する場合には、当該商品コードを削除すると共に、メモリ26上に設けた所定桁数のビット配列における対応位置に1をセットし、ディスティンクト・リスト32の値が存在しない場合には0を対応位置にセットする。
この場合もデータ処理部22は、メモリ26上に形成されたビット配列の各桁の値(1または0)とディスティンクト・リスト32を参照することにより、商品コードの値を取得する。
In the above description, an example in which a bit array is generated via a Boolean array has been described. However, a bit array can also be generated directly from tree-structured data including the reference type data shown in FIG.
That is, the
Also in this case, the
また、データ圧縮部24によって日付×店コードで特定されるグループ毎に重複する日付及び店コードを削除した後、参照型データへの変換工程を省いて直ちに実データのみからなる木構造のデータをメモリ26上に生成し、商品コードの実データに基づいてディスティンクト・リスト32の生成及びビット配列への変換を行うことも可能である。
この後で、重複する店コードについては1の実データのみをメモリ26上に残し、他のデータは残された実データを参照する型に変換するようにしても勿論よい。
In addition, after deleting the duplicate date and store code for each group specified by the date x store code by the
Thereafter, only one actual data is left on the
上記においては、最上位のデータ項目である日付と最下位のデータ項目である商品コードの間に、店コードのみが存在するテーブルを例に説明したが、最上位のデータ項目と最下位のデータ項目との間に複数階層のデータ項目(例えば「日付−地域コード−店コード−商品コード」)が存在している場合にも適用可能であることはいうまでもない。 In the above description, the table in which only the store code exists between the date that is the highest data item and the product code that is the lowest data item has been described as an example, but the highest data item and the lowest data Needless to say, the present invention can also be applied to a case where there are a plurality of data items (for example, “date-region code-store code-product code”) between items.
10 データ処理システム
12 APサーバ
14 DBサーバ
16 ロードバランサ
18 イントラネット
20 クライアント端末
22 データ処理部
24 データ圧縮部
26 メモリ
28 データベース管理システム
30 データベース
32 ディスティンクト・リスト
34 商品コードの配列
10 Data processing system
12 AP server
14 DB server
16 Load balancer
18 Intranet
20 Client terminal
22 Data processing section
24 Data compression section
26 memory
28 Database management system
30 database
32 Distinct List
34 Product code array
Claims (6)
上記DBサーバが、データベース管理システムと、テーブルを格納したデータベースを備え、
上記APサーバが、メモリと、上記DBサーバにSQL文を発行し、上記テーブルに格納されたデータの読み出しを指令するデータ読み出し手段と、DBサーバから送信されたデータを少なくともビット配列を含む木構造のデータに変換し、上記メモリに格納するデータ圧縮手段と、上記ビット配列を含む木構造のデータに対し検索処理を実行するデータ検索手段とを備え、
上記のデータ圧縮手段が、上記DBサーバから送信された各レコードの中で、少なくとも最上位のデータ項目については、値が相互に重複する場合に一つのレコードのデータを残して他のレコードのデータを削除し、削除された上位データに従属していた下位データを残された上位データに関連付ける第1の処理と、
残された最上位のデータ項目同士を一つの根の元に結合させ、木構造のデータを生成する第2の処理と、
最下位のデータ項目に含まれる値の類型を抽出し、これらを所定の順序で整列させたディスティンクト・リストを生成し、メモリに格納する第3の処理と、
上記ディスティンクト・リストに含まれる各要素と最下位のデータ項目の値とを、親のデータ項目を共通にする兄弟単位で順にマッチングさせ、ディスティンクト・リストの要素が最下位のデータ項目に存在する場合には、メモリ上に設けたビット配列における対応位置に1をセットすると同時に実データを削除し、該当の値が最下位のデータ項目に存在しない場合には上記ビット配列の対応位置に0をセットする第4の処理を実行し、
上記データ検索手段が、各ビット配列及び上記ディスティンクト・リストを参照することにより、最下位のデータ項目の値を特定することを特徴とするデータ処理システム。 A data processing system comprising a DB server and an AP server,
The DB server includes a database management system and a database storing tables.
The AP server includes a memory, data reading means for issuing an SQL statement to the DB server, and instructing reading of data stored in the table, and a tree structure including at least a bit array of data transmitted from the DB server Data compression means for converting the data into the memory and storing the data in the memory, and data search means for executing search processing on the tree-structured data including the bit array,
The above data compression means leaves data of one record when the values overlap each other at least for the highest data item in each record transmitted from the DB server. And a first process for associating the lower data dependent on the deleted higher data with the remaining higher data,
A second process for combining the remaining top-level data items with one root and generating tree-structured data;
A third process of extracting a type of values included in the lowest data item, generating a distinct list in which these are arranged in a predetermined order, and storing them in a memory;
Each element in the above-mentioned distinct list is matched with the value of the lowest data item in order of siblings that share the parent data item, and the data item with the lowest distinct list element Is set to 1 in the corresponding position in the bit array provided on the memory, and at the same time the actual data is deleted, and if the corresponding value does not exist in the lowest data item, the corresponding position in the bit array Execute the fourth process of setting 0 to
A data processing system characterized in that the data search means specifies the value of the lowest data item by referring to each bit arrangement and the distinct list .
上記DBサーバが、データベース管理システムと、テーブルを格納したデータベースを備え、
上記APサーバが、メモリと、上記DBサーバにSQL文を発行し、上記テーブルに格納されたデータの読み出しを指令するデータ読み出し手段と、DBサーバから送信されたデータを少なくともビット配列を含む木構造のデータに変換し、上記メモリに格納するデータ圧縮手段と、上記ビット配列を含む木構造のデータに対し検索処理を実行するデータ検索手段とを備え、
上記のデータ圧縮手段が、上記DBサーバから送信された各レコードの中で、少なくとも最上位のデータ項目については、値が相互に重複する場合に一つのレコードのデータを残して他のレコードのデータを削除し、削除された上位データに従属していた下位データを残された上位データに関連付ける第1の処理と、
残された最上位のデータ項目同士を一つの根の元に結合させ、木構造のデータを生成する第2の処理と、
最下位のデータ項目に含まれる値の類型を抽出し、これらを所定の順序で整列させたディスティンクト・リストを生成し、メモリに格納する第3の処理と、
上記ディスティンクト・リストに含まれる各要素と最下位のデータ項目の値とを、親のデータ項目を共通にする兄弟単位で順にマッチングさせ、ディスティンクト・リストの要素が最下位のデータ項目に存在する場合には、メモリ上に設けたディスティンクト・リストと同サイズのブーリアン配列における対応位置にブーリアン型のtrueをセットすると同時に実データを削除し、該当の値が最下位のデータ項目に存在しない場合には上記ブーリアン配列の対応位置にブーリアン型のfalseをセットする第4の処理と、
上記のブーリアン配列をビット配列に変換する第5の処理を実行し、
上記データ検索手段が、各ビット配列をブーリアン配列に変換し、各ブーリアン配列及び上記ディスティンクト・リストを参照することにより、最下位のデータ項目の値を特定することを特徴とするデータ処理システム。 A data processing system comprising a DB server and an AP server,
The DB server includes a database management system and a database storing tables.
The AP server includes a memory, data reading means for issuing an SQL statement to the DB server, and instructing reading of data stored in the table, and a tree structure including at least a bit array of data transmitted from the DB server Data compression means for converting the data into the memory and storing the data in the memory, and data search means for executing search processing on the tree-structured data including the bit array,
The above data compression means leaves data of one record when the values overlap each other at least for the highest data item in each record transmitted from the DB server. And a first process for associating the lower data dependent on the deleted higher data with the remaining higher data,
A second process for combining the remaining top-level data items with one root and generating tree-structured data;
A third process of extracting a type of values included in the lowest data item, generating a distinct list in which these are arranged in a predetermined order, and storing them in a memory;
Each element in the above-mentioned distinct list is matched with the value of the lowest data item in order of siblings that share the parent data item, and the data item with the lowest distinct list element If it exists, the Boolean type true is set at the corresponding position in the Boolean array of the same size as the distinct list provided in the memory, and at the same time, the actual data is deleted and the corresponding value is the lowest data item. A fourth process of setting a Boolean type false to the corresponding position of the Boolean array,
Execute the fifth process of converting the above Boolean array into a bit array,
A data processing system characterized in that the data search means converts each bit array into a Boolean array, and specifies the value of the lowest data item by referring to each Boolean array and the distinct list. .
上記のデータ圧縮手段が、上記第1の処理をグループ単位で実行することを特徴とする請求項1または2に記載のデータ処理システム。 The data reading means executes a process of reading the table divided into groups from the DB server by specifying one or more data item values in the SQL statement,
The data processing system according to claim 1 or 2 , wherein the data compression means executes the first processing in units of groups.
上記DBサーバが、データベース管理システムと、テーブルを格納したデータベースを備え、
上記APサーバが、メモリと、上記DBサーバにSQL文を発行し、上記テーブルに格納されたデータの読み出しを指令するデータ読み出し手段と、DBサーバから送信されたデータを少なくともビット配列を含む木構造のデータに変換し、上記メモリに格納するデータ圧縮手段と、上記ビット配列を含む木構造のデータに対し検索処理を実行するデータ検索手段とを備え、
上記のデータ圧縮手段が、上記DBサーバから送信された各レコードの中で、少なくとも最上位のデータ項目については、値が相互に重複する場合に一つのレコードのデータを残して他のレコードのデータを削除し、削除された上位データに従属していた下位データを残された上位データに関連付ける第1の処理と、
値が相互に重複する下位のデータ項目については、一の値のみを実データとしてメモリ上に残し、他の値については上記実データを参照する型に変換する第2の処理と、
残された最上位のデータ項目同士を一つの根の元に結合させ、木構造のデータを生成する第3の処理と、
最下位のデータ項目に含まれる値の類型を抽出し、これらを所定の順序で整列させたディスティンクト・リストを生成し、メモリに格納する第4の処理と、
上記ディスティンクト・リストに含まれる各要素と最下位のデータ項目の値とを、親のデータ項目を共通にする兄弟単位で順にマッチングさせ、ディスティンクト・リストの要素が最下位のデータ項目に存在する場合には、メモリ上に設けたビット配列における対応位置に1をセットすると同時に実データを削除し、該当の値が最下位のデータ項目に存在しない場合には上記ビット配列の対応位置に0をセットする第5の処理を実行し、
上記データ検索手段が、各ビット配列及び上記ディスティンクト・リストを参照することにより、最下位のデータ項目の値を特定することを特徴とするデータ処理システム。 A data processing system comprising a DB server and an AP server,
The DB server includes a database management system and a database storing tables.
The AP server includes a memory, data reading means for issuing an SQL statement to the DB server, and instructing reading of data stored in the table, and a tree structure including at least a bit array of data transmitted from the DB server Data compression means for converting the data into the memory and storing the data in the memory, and data search means for executing search processing on the tree-structured data including the bit array,
The above data compression means leaves data of one record when the values overlap each other at least for the highest data item in each record transmitted from the DB server. And a first process for associating the lower data dependent on the deleted higher data with the remaining higher data,
For lower data items whose values overlap each other, a second process of leaving only one value in the memory as actual data and converting the other values to a type that refers to the actual data;
A third process for generating the tree-structured data by combining the remaining top-level data items with one root; and
A fourth process of extracting a type of a value included in the lowest data item, generating a distinct list in which these are arranged in a predetermined order, and storing it in a memory;
Each element in the above-mentioned distinct list is matched with the value of the lowest data item in order of siblings that share the parent data item, and the data item with the lowest distinct list element Is set to 1 in the corresponding position in the bit array provided on the memory, and at the same time the actual data is deleted, and if the corresponding value does not exist in the lowest data item, the corresponding position in the bit array Execute a fifth process of setting 0 to
A data processing system characterized in that the data search means specifies the value of the lowest data item by referring to each bit arrangement and the distinct list.
上記DBサーバが、データベース管理システムと、テーブルを格納したデータベースを備え、
上記APサーバが、メモリと、上記DBサーバにSQL文を発行し、上記テーブルに格納されたデータの読み出しを指令するデータ読み出し手段と、DBサーバから送信されたデータを少なくともビット配列を含む木構造のデータに変換し、上記メモリに格納するデータ圧縮手段と、上記ビット配列を含む木構造のデータに対し検索処理を実行するデータ検索手段とを備え、
上記のデータ圧縮手段が、上記DBサーバから送信された各レコードの中で、少なくとも最上位のデータ項目については、値が相互に重複する場合に一つのレコードのデータを残して他のレコードのデータを削除し、削除された上位データに従属していた下位データを残された上位データに関連付ける第1の処理と、
値が相互に重複する下位のデータ項目については、一の値のみを実データとしてメモリ上に残し、他の値については上記実データを参照する型に変換する第2の処理と、
残された最上位のデータ項目同士を一つの根の元に結合させ、木構造のデータを生成する第3の処理と、
最下位のデータ項目に含まれる値の類型を抽出し、これらを所定の順序で整列させたディスティンクト・リストを生成し、メモリに格納する第4の処理と、
上記ディスティンクト・リストに含まれる各要素と最下位のデータ項目の値とを、親のデータ項目を共通にする兄弟単位で順にマッチングさせ、ディスティンクト・リストの要素が最下位のデータ項目に存在する場合には、メモリ上に設けたディスティンクト・リストと同サイズのブーリアン配列における対応位置にブーリアン型のtrueをセットすると同時に実データを削除し、該当の値が最下位のデータ項目に存在しない場合には上記ブーリアン配列の対応位置にブーリアン型のfalseをセットする第5の処理と、
上記のブーリアン配列をビット配列に変換する第6の処理を実行し、
上記データ検索手段が、各ビット配列をブーリアン配列に変換し、各ブーリアン配列及び上記ディスティンクト・リストを参照することにより、最下位のデータ項目の値を特定することを特徴とするデータ処理システム。 A data processing system comprising a DB server and an AP server,
The DB server includes a database management system and a database storing tables.
The AP server includes a memory, data reading means for issuing an SQL statement to the DB server, and instructing reading of data stored in the table, and a tree structure including at least a bit array of data transmitted from the DB server Data compression means for converting the data into the memory and storing the data in the memory, and data search means for executing search processing on the tree-structured data including the bit array,
The above data compression means leaves data of one record when the values overlap each other at least for the highest data item in each record transmitted from the DB server. And a first process for associating the lower data dependent on the deleted higher data with the remaining higher data,
For lower data items whose values overlap each other, a second process of leaving only one value in the memory as actual data and converting the other values to a type that refers to the actual data;
A third process for generating the tree-structured data by combining the remaining top-level data items with one root; and
A fourth process of extracting a type of a value included in the lowest data item, generating a distinct list in which these are arranged in a predetermined order, and storing it in a memory;
Each element in the above-mentioned distinct list is matched with the value of the lowest data item in order of siblings that share the parent data item, and the data item with the lowest distinct list element If it exists, the Boolean type true is set at the corresponding position in the Boolean array of the same size as the distinct list provided in the memory, and at the same time, the actual data is deleted and the corresponding value is the lowest data item. A fifth processing for setting a Boolean type false to the corresponding position of the Boolean array,
Execute the sixth process of converting the above Boolean array into a bit array,
A data processing system characterized in that the data search means converts each bit array into a Boolean array, and specifies the value of the lowest data item by referring to each Boolean array and the distinct list. .
上記のデータ圧縮手段が、上記第1の処理及び第2の処理をグループ単位で実行することを特徴とする請求項4または5に記載のデータ処理システム。 The data reading means executes a process of reading the table divided into groups from the DB server by specifying one or more data item values in the SQL statement,
Data processing system according to claim 4 or 5, characterized in that said data compression means executes the first process and the second process in groups.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006142174A JP4850581B2 (en) | 2006-05-22 | 2006-05-22 | Data processing system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006142174A JP4850581B2 (en) | 2006-05-22 | 2006-05-22 | Data processing system |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2007310844A JP2007310844A (en) | 2007-11-29 |
JP4850581B2 true JP4850581B2 (en) | 2012-01-11 |
Family
ID=38843608
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006142174A Expired - Fee Related JP4850581B2 (en) | 2006-05-22 | 2006-05-22 | Data processing system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4850581B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109284289B (en) * | 2018-09-11 | 2022-03-22 | 深圳市网安计算机安全检测技术有限公司 | Data set processing method and device, computer equipment and storage medium |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4031947B2 (en) * | 2002-04-22 | 2008-01-09 | 株式会社リコー | Query optimization processing device, query optimization processing method, program for causing computer to execute the method, and recording medium storing program |
JP2005165610A (en) * | 2003-12-02 | 2005-06-23 | Nomura Research Institute Ltd | Transaction processing system and method |
-
2006
- 2006-05-22 JP JP2006142174A patent/JP4850581B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2007310844A (en) | 2007-11-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9805079B2 (en) | Executing constant time relational queries against structured and semi-structured data | |
TW201530328A (en) | Method and device for constructing NoSQL database index for semi-structured data | |
CN105074724A (en) | Efficient query processing using histograms in a columnar database | |
US11294875B2 (en) | Data storage on tree nodes | |
CN112912870B (en) | Conversion of tenant identifiers | |
JP3452531B2 (en) | Method and system for data mining | |
CN101499065B (en) | Table item compression method and device based on FA, table item matching method and device | |
CN110297869B (en) | AI data warehouse platform and operation method | |
US20040002983A1 (en) | Method and system for detecting tables to be modified | |
CN107391544A (en) | Processing method, device, equipment and the computer storage media of column data storage | |
US8312050B2 (en) | Avoiding database related joins with specialized index structures | |
CN112889039B (en) | Identification of records for post-cloning tenant identifier conversion | |
KR101451280B1 (en) | Distributed database management system and method | |
US7882114B2 (en) | Data processing method and data processing program | |
JP4850581B2 (en) | Data processing system | |
JP4914117B2 (en) | Data processing system | |
JP4969151B2 (en) | Data processing system | |
US10268644B2 (en) | Information processing apparatus, computer-readable recording medium having stored therein data conversion program, and data conversion method | |
US8005844B2 (en) | On-line organization of data sets | |
JP4920303B2 (en) | Data processing system | |
JP4850580B2 (en) | Data processing system | |
JP2018109898A (en) | Data migration system | |
US20070220026A1 (en) | Efficient caching for large scale distributed computations | |
Singh | NoSQL: A new horizon in big data | |
US8250108B1 (en) | Method for transferring data into database systems |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090306 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110707 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110719 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110913 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20111011 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20111019 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141028 Year of fee payment: 3 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |