JP5068350B2 - Data processing apparatus, method and program - Google Patents

Data processing apparatus, method and program Download PDF

Info

Publication number
JP5068350B2
JP5068350B2 JP2010179096A JP2010179096A JP5068350B2 JP 5068350 B2 JP5068350 B2 JP 5068350B2 JP 2010179096 A JP2010179096 A JP 2010179096A JP 2010179096 A JP2010179096 A JP 2010179096A JP 5068350 B2 JP5068350 B2 JP 5068350B2
Authority
JP
Japan
Prior art keywords
time
oldest
selection list
record
list
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.)
Active
Application number
JP2010179096A
Other languages
Japanese (ja)
Other versions
JP2012038178A (en
Inventor
博史 牧野
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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan 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 Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2010179096A priority Critical patent/JP5068350B2/en
Publication of JP2012038178A publication Critical patent/JP2012038178A/en
Application granted granted Critical
Publication of JP5068350B2 publication Critical patent/JP5068350B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

本発明は、時系列データの抽出処理に関する。   The present invention relates to time-series data extraction processing.

従来から、大規模データを扱うデータベースの技術が多様な分野で活用されているが(例えば、特許文献1参照)、その一分野として、Twitter(非特許文献1参照)等のミニブログがある。   Conventionally, database technology that handles large-scale data has been utilized in various fields (see, for example, Patent Document 1), and one of such fields is miniblogging such as Twitter (see Non-Patent Document 1).

その典型例では、ミニブログの各ユーザがPC等のクライアントシステムからサーバに、所定文字数までのメッセージ(「つぶやき」「ツイート」などと呼ばれる)を入力することで投稿者として投稿すると、投稿された各メッセージは時間順の時系列データとして蓄積される。各ユーザが、自分がメッセージを読みたい他の投稿者を「お気に入り」のように選択リストに対象者として登録(フォロー)しておくと、以降のサーバアクセス時や更新時に、蓄積されている時系列データの中から、対象者が投稿したメッセージがデータ抽出され、時系列(タイムライン)の形で表示される。   In the typical example, when each user of a miniblog posts as a contributor by inputting a message (called “tweet”, “tweet”, etc.) up to a predetermined number of characters from a client system such as a PC to the server, it is posted. Each message is accumulated as time-series data in time order. When each user registers (follows) other contributors that he / she wants to read a message as a target person in the selection list like “Favorites”, it is accumulated at the time of subsequent server access or update From the series data, messages posted by the subject are extracted and displayed in a time series (timeline) form.

より一般的にいえば、上記のような抽出の対象となる時系列データでは、時間の経過とともに任意のタイミングでレコード(例えばメッセージ)が追加され得る(追加は必須ではない)。メッセージは、発生時刻と、属性として投稿者(属性値は例えば「甲」又は「乙」など)とを伴う。抽出条件として、メッセージが持つ属性の取りうるいくつかの値(例えば投稿者が甲と丙など)を選択し保持している投稿者の選択リストが、ユーザごとに存在する。抽出結果のソート基準としては、選択リストに該当する全てのメッセージが発生時刻の最新順にソートされ、所定の最大数まで新着順リストとして表示される。   More generally speaking, in the time-series data to be extracted as described above, a record (for example, a message) can be added at an arbitrary timing as time passes (addition is not essential). The message includes the time of occurrence and the contributor (attribute value is, for example, “Class A” or “B”) as an attribute. As an extraction condition, there is a selection list of contributors for each user who selects and holds several values that can be taken by attributes of the message (for example, the contributor is instep and heel). As a sort criterion for extraction results, all messages corresponding to the selection list are sorted in the latest occurrence time order and displayed as a new arrival order list up to a predetermined maximum number.

上記のようなミニブログのサービスで、例えば、10万人の投稿者がいて、投稿者あたりのメッセージすなわちつぶやきが1000件あり、お気に入りの表示対象者を100人登録しているユーザに、投稿時刻すなわち発生時刻の新着順で表示対象者のつぶやきをリストとして表示する場合を想定する。この場合、つぶやき総数1億件から抽出される100人分のつぶやき

つぶやき1000件×対象者数100人=10万件

のうち、新着を所定の最大数500件、表示するケースを考える。
In the mini blog service as described above, for example, a user who has 100,000 contributors, who has 1000 messages per contributor, that is, tweets, and who has registered 100 favorite display targets, That is, it is assumed that tweets of the display target person are displayed as a list in the order of arrival of arrival times. In this case, tweets for 100 people extracted from 100 million tweets

1000 tweets x 100 people = 100,000 cases

Consider a case in which a predetermined maximum number of 500 new arrivals is displayed.

このような処理を効率よく行う一手法として、データベース(DB)にインデックスという検索用辞書を作成するアプローチが存在する。このインデックスは、特に「選択」および「ソート」の2つの用途で処理を高速化させるために利用できる。インデックスの構築には多くの場合、B−Tree(バランス木)が利用される。B−Treeは、保持するリーフ(レコード)の数をnとした場合に、木構造のルートからリーフまで到達するのにlog(n)オーダ前後の回数でたどりつけることを全てのリーフに対して保証する。このことにより、インデックスはリーフを「選択」する処理の高速化に使用できる。また、木構造であるがゆえに、枝探索アルゴリズムを使うことで「ソート」された順序にリーフを取得することができる。   As one method for efficiently performing such processing, there is an approach for creating a search dictionary called an index in a database (DB). This index can be used to speed up the processing particularly in two applications of “selection” and “sort”. In many cases, B-Tree (balance tree) is used to construct an index. B-Tree guarantees that all leaves can be reached with the number of times around log (n) order to reach the leaf from the root of the tree structure, where n is the number of leaves (records) held. To do. This allows the index to be used to speed up the process of “selecting” the leaf. Also, because of the tree structure, leaves can be acquired in the “sorted” order by using the branch search algorithm.

インデックスはDBのレコードに対して、特定の属性を基準に生成される。この基準はレコードに含まれる属性に基づくが、単一の属性でも良いし、複数の属性でも良い。例えば、ある属性1と属性2という順序を基準としてインデックスを作成した場合、属性1が同一のレコードは、同一のノードの下の部分木に属し、更に属性2の値に従ってリーフが割り当てられる。このインデックスを枝探索することで、属性1、属性2の順序でソートされたレコードが取得できる。例えばトランプで属性1をスート(ハート、ダイヤなど)、属性2を数字とした場合、スペードのエース、スペードの2、スペードの3…クラブのエース、クラブの2、クラブの3…といった順序であれば効率よくレコードを取得できる。   An index is generated based on a specific attribute for a DB record. This criterion is based on the attributes included in the record, but may be a single attribute or a plurality of attributes. For example, when an index is created based on the order of a certain attribute 1 and attribute 2, records with the same attribute 1 belong to a subtree under the same node, and a leaf is assigned according to the value of attribute 2. By performing a branch search on this index, records sorted in the order of attribute 1 and attribute 2 can be acquired. For example, if playing cards have attribute 1 as a suit (heart, diamond, etc.) and attribute 2 as a number, the ace of spades, 2 of spades, 3 of spades ... the ace of clubs, 2 of clubs, 3 of clubs ... Records can be obtained efficiently.

Twitter, Inc.、「Twitter」、[online]、[2010年6月9日検索]、インターネット〈URL: http://twitter.com/>Twitter, Inc., “Twitter”, [online], [Search June 9, 2010], Internet <URL: http://twitter.com/>

特開平3−108064号公報Japanese Patent Laid-Open No. 3-108064

しかし、上記のような従来技術では、大量のデータからある第一の条件(例えば投稿者)で抽出したデータを、第一の条件とは関連性がない別のソート基準(例えば時刻順すなわち投稿順)でソートして所定の最大数まで表示したいという一般的なケースで、処理負荷が増大する場合があった。特に、レコードが任意のタイミングで発生するとき、該当があれば所定最大数まで表示させるという条件を満たすには、遡って検索すべき時間的範囲を判断して限定できないため負荷が過大になる問題があった。   However, in the conventional technology as described above, the data extracted under a first condition (for example, a contributor) from a large amount of data is another sort criterion that is not related to the first condition (for example, in time order, that is, posting). In the general case where it is desired to sort and display up to a predetermined maximum number, the processing load may increase. In particular, when a record occurs at an arbitrary timing, there is a problem that the load is excessive because it is not possible to judge and limit the time range to be searched retroactively in order to satisfy the condition of displaying up to the predetermined maximum number if applicable. was there.

例えば、前述のミニブログのサービスで、投稿時刻の最新順にお気に入り投稿者のメッセージをリスト表示する場合、(1)「投稿時刻」、(2)「投稿者」という順序の属性で、上記のインデックスを作成すれば、投稿時刻順にソートされ、お気に入り投稿者に該当するつぶやきを効率よく取得できるように思われるが、実はそうではない。なぜなら、つぶやきは10万人のユーザがそれぞれ1000件投稿しているため、1億件のつぶやきを先頭から順番に検索していくことになるからである。   For example, in the above-mentioned miniblog service, when displaying the list of messages of favorite contributors in the order of the latest posting time, the above index is set with attributes in the order of (1) “posting time” and (2) “poster”. If it is created, it seems that it can be sorted in order of posting time and can efficiently acquire tweets corresponding to the favorite contributor, but that is not the case. This is because, since 100,000 users have posted 1000 tweets each, 100 million tweets are searched in order from the top.

したがって、例えば仮に、サービス以来経過した期間の半ばあたりでつぶやきをやめてしまった投稿者だけをお気に入りしているユーザがいたとしたら、そのユーザのお気に入りの新着を表示するためには、現在から過去に向かってインデックスを5000万件ほど辿らなくてはならず、過大な負荷となる。   So, for example, if there is a user who likes only the contributor who has stopped tweeting about the middle of the period since the service, in order to display the new arrival of that user's favorite, from the present to the past The index has to be traced about 50 million items, which is an excessive load.

逆に、(1)「投稿者」、(2)「投稿時刻」という属性順でインデックスを作成した場合を考えると、前述のとおり、お気に入り100件についてつぶやき1000件、合わせて10万件のつぶやきを取得することになる。しかし、インデックスの最初の属性は「投稿者」となっている。ひとりの投稿者であれば、その中で2番目の属性の「投稿時刻」に基づいて順番にインデックスからつぶやきを取得できるが、お気に入りが複数件あれば、取得してきたつぶやきを時刻順に再度ソートしなければ新着順に出すことはできない。つまり、10万件をソートする必要が発生する。これも非常に負荷の高い処理である。   On the other hand, considering the case of creating an index in the attribute order of (1) “Contributor” and (2) “Posting time”, as described above, 1000 tweets for 100 favorites, and 100,000 tweets in total. Will get. However, the first attribute of the index is “Contributor”. If you are a single contributor, you can get tweets from the index in order based on the “post time” of the second attribute, but if there are multiple favorites, you can re-sort the tweets you got in time order. Without it, you can't put them out in order of arrival. In other words, it is necessary to sort 100,000 items. This is also a very expensive process.

他のアプローチとして、ユーザごとの表示対象者を指定している選択リストごとに、選択リストに該当する新着順リストそのものを最大数N件ずつ保持することも考えられる。しかし、これは、ユーザごとにお気に入りの投稿者の最新のつぶやきを例えば500件ずつ保持することを意味し、そのデータが冗長で、必要な記憶容量の大きさが負担となる問題があった。   As another approach, it is also conceivable to hold a maximum number N of new arrival order lists corresponding to the selection list for each selection list designating a display target person for each user. However, this means that the latest tweets of favorite contributors are held for each user, for example, 500, and there is a problem that the data is redundant and the required storage capacity is a burden.

上記の課題に対し、本発明の目的は、選択リストを条件として指定し時系列データ群から所定最大数までの新着順リストを得る処理について、冗長なデータ保持無しに負荷を軽減することである。   In view of the above problems, an object of the present invention is to reduce the load without redundant data retention in the process of obtaining a new arrival list from a time series data group to a predetermined maximum number by specifying a selection list as a condition. .

上記の目的をふまえ、本発明の一態様(1)であるデータ処理装置は、属性を伴うレコードを発生時刻とともに時系列データとして記憶したデータ記憶手段と、前記レコードにおける所定の属性について一又は二以上の値を選択している選択リストを記憶している選択リスト記憶手段と、指定された前記選択リストに基づいて、前記時系列データから所定最大数までのレコードを抽出し新着順リストとして出力する抽出手段と、前記新着順リストとして出力された最古の前記レコードの前記発生時刻を最古時刻として、前記選択リストごとに対応付けて所定の最古時刻記憶手段に記憶させる時刻処理手段と、を有し、前記抽出手段は、前記指定された前記選択リストに対応する前記最古時刻が前記最古時刻記憶手段に記憶されている場合、その最古時刻以降の新しいレコードを対象として前記抽出を行うことを特徴とする。   Based on the above object, the data processing apparatus according to one aspect (1) of the present invention includes a data storage unit that stores a record with an attribute as time series data together with an occurrence time, and one or two of the predetermined attribute in the record. Based on the selection list storage means storing the selection list for selecting the above values and the specified selection list, the records up to a predetermined maximum number are extracted from the time series data and output as a new arrival order list. Extracting means, and time processing means for storing the generation time of the oldest record output as the new arrival order list as the oldest time and storing it in a predetermined oldest time storage means in association with each selection list; When the oldest time corresponding to the designated selection list is stored in the oldest time storage means, the extracting means And performing the extraction targeting new records after the earliest time.

本発明の他の態様(3)であるデータ処理方法は、上記態様を方法のカテゴリで捉えたもので、コンピュータが、属性を伴うレコードを発生時刻とともに時系列データとして記憶したデータ記憶手段と、前記レコードにおける所定の属性について一又は二以上の値を選択している選択リストを記憶している選択リスト記憶手段と、を実現し、コンピュータが、指定された前記選択リストに基づいて、前記時系列データから所定最大数までのレコードを抽出し新着順リストとして出力する抽出ステップと、コンピュータが、前記新着順リストとして出力された最古の前記レコードの前記発生時刻を最古時刻として、前記選択リストごとに対応付けて所定の最古時刻記憶手段に記憶させる時刻処理ステップと、を含み、コンピュータが、前記抽出ステップに際し、前記指定された前記選択リストに対応する前記最古時刻が前記最古時刻記憶手段に記憶されている場合、その最古時刻以降の新しいレコードを対象として前記抽出を行うことを特徴とする。   A data processing method according to another aspect (3) of the present invention is a data storage means in which the above aspect is captured by a method category, and a computer stores a record with attributes as time series data together with an occurrence time; A selection list storage means storing a selection list for selecting one or more values for a predetermined attribute in the record, and the computer is configured to execute the time based on the specified selection list. An extraction step of extracting a record up to a predetermined maximum number from the series data and outputting it as a new arrival order list, and the computer selecting the generation time of the oldest record output as the new arrival order list as the oldest time And a time processing step for storing the information in a predetermined oldest time storage means in association with each list. In the step, when the oldest time corresponding to the specified selection list is stored in the oldest time storage means, the extraction is performed on a new record after the oldest time. To do.

本発明の他の態様(4)は、上記態様をコンピュータ・プログラムのカテゴリで捉えたもので、コンピュータを制御することによりデータ処理を行わせるデータ処理プログラムであって、コンピュータに、属性を伴うレコードを発生時刻とともに時系列データとして記憶したデータ記憶手段と、前記レコードにおける所定の属性について一又は二以上の値を選択している選択リストを記憶している選択リスト記憶手段と、を実現させ、コンピュータに、指定された前記選択リストに基づいて、前記時系列データから所定最大数までのレコードを抽出し新着順リストとして出力させ、コンピュータに、前記新着順リストとして出力された最古の前記レコードの前記発生時刻を最古時刻として、前記選択リストごとに対応付けて所定の最古時刻記憶手段に記憶させ、コンピュータに、前記指定された前記選択リストに対応する前記最古時刻が前記最古時刻記憶手段に記憶されている場合、その最古時刻以降の新しいレコードを対象として前記抽出を行わせることを特徴とする。   Another aspect (4) of the present invention is a data processing program that captures the above aspect in the category of a computer program, and performs data processing by controlling the computer. And a selection list storage unit that stores a selection list that selects one or more values for a predetermined attribute in the record, Based on the specified selection list, the computer extracts up to a predetermined maximum number of records from the time series data and outputs the records as a new arrival order list, and causes the computer to output the oldest records output as the new arrival order list. As the earliest time of occurrence, a predetermined oldest time record is associated with each selection list. And when the oldest time corresponding to the designated selection list is stored in the oldest time storage means, the extraction is performed for new records after the oldest time. It is made to perform.

このように、選択リストに基づく新着順リストの最大数にあたる発生時刻を最古時刻として、選択リストごとに記憶しておくことにより、次回その選択リストについて新着順リストを得るときは、対応する最古時刻までに処理対象を限定できる。このため、選択リストを条件として指定し時系列データ群から所定最大数までの新着順リストを得る処理について、冗長なデータ保持無しに負荷を軽減することができる。   In this way, by storing the occurrence time corresponding to the maximum number of new arrival order lists based on the selection list as the oldest time for each selection list, the next time the selection list is obtained for the selection list next time, The processing target can be limited by the old time. For this reason, it is possible to reduce the load without redundant data retention in the process of obtaining a new arrival order list from a time-series data group up to a predetermined maximum number by specifying a selection list as a condition.

本発明の他の態様(2)は、上記いずれかの態様において、前記時刻処理手段は、前記選択リストに対応付けて前記最古時刻記憶手段に記憶されている前記最古時刻に基づいて前記抽出手段によりレコードが抽出され新着順リストとして新たに出力された場合、新たに出力された最古の前記レコードの前記発生時刻により、前記最古時刻記憶手段に記憶されているその選択リストに対応する最古時刻を更新することを特徴とする。   According to another aspect (2) of the present invention, in any one of the above aspects, the time processing means is based on the oldest time stored in the oldest time storage means in association with the selection list. When a record is extracted by the extraction means and newly output as a new arrival order list, it corresponds to the selection list stored in the oldest time storage means according to the generation time of the oldest newly output record The oldest time to be updated is updated.

このように、記憶している最古時刻を利用して新たに新着順リストを出力した場合に最古時刻を更新することにより、メッセージなどのレコードが増えてゆく際に、古い最古時刻に基づいて余分なレコードを処理する無駄が回避できる。   In this way, when a new arrival list is output using the stored oldest time, the oldest time is updated when the number of records such as messages increases by updating the oldest time. The waste of processing extra records on the basis can be avoided.

なお、上記の各態様とは異なるカテゴリ(装置に対し方法、方法に対しプログラムなど)や、以下に説明するさらに具体的な各態様も本発明に含まれる。異なるカテゴリについては、「手段」を「処理」又は「ステップ」のように適宜読み替えるものとする。   It should be noted that a category (method for the apparatus, program for the method, etc.) different from each of the above-described modes and more specific modes described below are also included in the present invention. For different categories, “means” shall be appropriately read as “process” or “step”.

本発明によれば、選択リストを条件として指定し時系列データ群から所定最大数までの新着順リストを得る処理について、冗長なデータ保持無しに負荷を軽減することが可能となる。   According to the present invention, it is possible to reduce a load without redundant data holding in a process of obtaining a list of new arrivals up to a predetermined maximum number from a time-series data group by specifying a selection list as a condition.

本発明の実施形態の構成を示す機能ブロック図。The functional block diagram which shows the structure of embodiment of this invention. 本発明の実施形態で用いる情報(データ)を例示する図。The figure which illustrates the information (data) used by embodiment of this invention. 本発明の実施形態における処理手順を示すフローチャート。The flowchart which shows the process sequence in embodiment of this invention. 本発明の実施形態における画面表示例を示す図。The figure which shows the example of a screen display in embodiment of this invention.

次に、本発明を実施するための形態(「実施形態」と呼ぶ)について、図に沿って説明する。なお、背景技術や課題などで既に述べた内容と共通の前提事項については適宜省略する。   Next, modes for carrying out the present invention (referred to as “embodiments”) will be described with reference to the drawings. It should be noted that assumptions common to those already described in the background art and problems are omitted as appropriate.

〔構成〕
本実施形態は、図1に示すデータ処理装置1(以下「本装置1」又は「本装置」と略称する)に関するもので、本装置1は、通信ネットワークW経由で、ユーザが用いる端末Tからのアクセスに応じ、ミニブログのメッセージについて入力を受け付け、表示を行うウェブサーバ装置である。
〔Constitution〕
The present embodiment relates to the data processing apparatus 1 shown in FIG. 1 (hereinafter abbreviated as “this apparatus 1” or “this apparatus”). This apparatus 1 is connected to a terminal T used by a user via a communication network W. This is a web server device that accepts and displays an input for a miniblog message in response to access.

本装置1は、一般的なコンピュータの構成として少なくとも、CPUなどの演算制御部6と、外部記憶装置(HDD等)や主メモリ等の記憶装置7と、通信ネットワークW(インターネット、携帯電話網、LANなど)との通信手段8(LANアダプタなど)と、を有する。また、端末Tは、パーソナル・コンピュータ(PC)、スマートフォンや携帯電話端末装置など、ユーザの用いる情報処理装置で、図1では一つを模式的に例示するが、実際は多数存在する。   The apparatus 1 has at least an arithmetic control unit 6 such as a CPU, a storage device 7 such as an external storage device (HDD or the like) or a main memory, and a communication network W (Internet, cellular phone network, Communication means 8 (LAN adapter etc.). A terminal T is an information processing apparatus used by a user, such as a personal computer (PC), a smartphone, or a mobile phone terminal device, and one of them is schematically illustrated in FIG.

そして、本装置1では、記憶装置7に予め記憶(インストール)した図示しない所定のコンピュータ・プログラムが演算制御部6を制御することで、図1に示す各手段などの要素(10,20など)を実現する。これら各要素のうち、情報の記憶手段は、記憶装置7において各種のデータベース(「DB」とも表す)やファイル、配列等の変数、各種スタックやレジスタ、システム設定値など任意の形式で実現できる。   In the apparatus 1, a predetermined computer program (not shown) stored (installed) in advance in the storage device 7 controls the arithmetic control unit 6 so that elements (10, 20, etc.) shown in FIG. Is realized. Among these elements, the information storage means can be realized in the storage device 7 in any format such as various databases (also referred to as “DB”), variables such as files and arrays, various stacks and registers, and system setting values.

このような記憶手段のうち、データ記憶手段10は、図2(1)に例示するように、ミニブログのメッセージMを、属性(投稿者:甲、乙など)を伴うレコードとして、発生時刻B(図の例では日時)とともに時系列データとして記憶する手段である。また、選択リスト記憶手段15は、ミニブログのサービスのユーザごとに、ユーザがメッセージを読みたいお気に入りの表示対象者として登録した他の投稿者を、選択リストとして記憶している手段である。   Among such storage means, as illustrated in FIG. 2A, the data storage means 10 sets the miniblog message M as a record with attributes (contributors: former, second etc.) and the occurrence time B It is a means for storing as time series data together with (date and time in the example of the figure). The selection list storage means 15 is a means for storing, as a selection list, other contributors registered as favorite display subjects who the user wants to read messages for each user of the miniblog service.

例えば、図2(2)に例示する選択リストAは、ミニブログのユーザごとに(例では丙)、前記時系列データのレコードにおける所定の属性(投稿者)について一又は二以上の値(例えば、甲、乙・・・)を列挙する形で選択している。なお、記憶手段以外の各手段は、以下のような情報処理の機能・作用を実現・実行する処理手段である。   For example, the selection list A illustrated in FIG. 2 (2) has one or more values (for example, for a predetermined attribute (contributor) in the time-series data record for each miniblog user ((in the example). , Class A, Class B ...) are listed. Each means other than the storage means is a processing means for realizing and executing the following information processing functions and operations.

〔基本的作用効果〕
上記のように構成した本装置1の動作手順を図3のフローチャートに示す。まず、ユーザからのアクセスによる表示要求が有った場合(ステップS1)、そのユーザが表示対象者を登録した選択リストが指定されたことになる。そして、抽出手段20は、指定された選択リストに対応する最古時刻が最古時刻記憶手段35に記憶されているか判断するが(ステップS2)、その選択リストについて初めて新着順リストを出力する場合は、最古時刻の記憶は無い(ステップS2:「NO」)。
[Basic effects]
The operation procedure of the apparatus 1 configured as described above is shown in the flowchart of FIG. First, when there is a display request due to access from a user (step S1), a selection list in which the user registers a display target person is designated. Then, the extracting unit 20 determines whether or not the oldest time corresponding to the designated selection list is stored in the oldest time storage unit 35 (step S2). Does not store the oldest time (step S2: “NO”).

この場合(ステップS2:「NO」)、抽出手段20は、指定された選択リストに基づいて、データ記憶手段10に記憶されている時系列データから所定最大数までのレコードを抽出するが(ステップS3)、選択リストに含まれる表示対象者のメッセージがどの程度の頻度や割合で時系列データに含まれるかは未知である。このため、データ記憶手段10に記憶されている最新のメッセージを起点として過去に向かって、相当余裕を見た十分な件数まで抽出の対象とするか、もしくは表示対象者に該当する抽出件数を確認しながら所定量ずつ抽出の処理を進める。   In this case (step S2: “NO”), the extraction unit 20 extracts records from the time series data stored in the data storage unit 10 to a predetermined maximum number based on the designated selection list (step S2). S3) It is unknown how often the message of the display target person included in the selection list is included in the time-series data. For this reason, starting with the latest message stored in the data storage means 10 as a starting point, a sufficient number of items with a considerable margin are extracted from the past, or the number of extracted items corresponding to the display target person is confirmed. The extraction process is advanced by a predetermined amount.

この際、表示対象者のメッセージの数や割合が少なく所定の最大数になかなか達しなければ、投稿者を表示対象者と照合する処理を、サービス開始以来の全てのメッセージに亘って行うこととなる。図2(2)の選択リストでは、ユーザ丙は、表示対象者として甲と乙を指定しており(図中、破線の楕円)、この選択リストに基づいて、図2(1)の時系列データから、投稿者が甲と乙(図2(1)でも破線の楕円で示す)のレコードが抽出される(図2(4))。   At this time, if the number or ratio of messages of the display target person is small and the predetermined maximum number is not reached, the process of checking the poster with the display target person is performed over all the messages since the start of the service. . In the selection list shown in FIG. 2 (2), the user 指定 designates A and B as display target persons (broken line ellipses in the figure), and based on this selection list, the time series shown in FIG. 2 (1). From the data, the records of the posters A and B (shown by a dashed ellipse in FIG. 2 (1)) are extracted (FIG. 2 (4)).

上記のように抽出された抽出データは、図2(4)の例では破線の楕円で示すように、投稿者(甲、乙)ごとに整列していて、発生時刻順になっていない。そして、このように抽出した表示対象者のメッセージのレコード(例えば、図2(4))を所定の最大数Nまで発生時刻順にソートすることによって(ステップS4。例えば図2(5))、図4に例示するように、ミニブログの新着順リストとして出力する(ステップS4)。   In the example of FIG. 2 (4), the extracted data extracted as described above is arranged for each contributor (the former and the second), and is not in the order of occurrence time, as indicated by a dashed ellipse. Then, the records of the display target messages extracted in this way (for example, FIG. 2 (4)) are sorted in order of occurrence time up to a predetermined maximum number N (step S4, for example, FIG. 2 (5)). As illustrated in FIG. 4, the list is output as a new arrival list of miniblogs (step S4).

続いて、時刻処理手段30は、新着順リストとして出力された最古の(すなわち最大数N件目にあたる)レコードの発生時刻Bを最古時刻Zとして、選択リストごとに対応付けて所定の最古時刻記憶手段35に記憶させる(ステップS6。例えば図2(3))。図2の例では、選択リスト記憶手段15内の選択リストAと最古時刻記憶手段35内の最古時刻Zを別々に図示しているが、ユーザごとに、表示対象者と、最古時刻Zと、を対応付けるなどして、選択リスト記憶手段15と最古時刻記憶手段35は一体に構成してもよい。   Subsequently, the time processing means 30 sets the generation time B of the oldest record (that is, the maximum number N records) output as the new arrival order list as the oldest time Z, and associates each selection list with a predetermined maximum time. It is stored in the old time storage means 35 (step S6, for example, FIG. 2 (3)). In the example of FIG. 2, the selection list A in the selection list storage unit 15 and the oldest time Z in the oldest time storage unit 35 are illustrated separately, but the display target person and the oldest time are shown for each user. For example, the selection list storage unit 15 and the oldest time storage unit 35 may be integrally configured by associating Z with each other.

そして、抽出手段20は、指定された選択リストに対応する最古時刻Zが最古時刻記憶手段35に記憶されている場合(ステップS2:「YES」)、その最古時刻以降の新しいレコードを対象として前記抽出を行う(ステップS5)。   Then, when the oldest time Z corresponding to the designated selection list is stored in the oldest time storage means 35 (step S2: “YES”), the extraction means 20 selects a new record after the oldest time. The extraction is performed as a target (step S5).

以上のように、選択リストAに基づく新着順リストの最大数(N件目)にあたる発生時刻Bを最古時刻Zとして、選択リストAごとに記憶しておくことにより(図3のステップS6)、次回その選択リストAについて新着順リストを得るときは、対応する最古時刻Zまでに処理対象を限定できる(ステップS5)。このため、選択リストを条件として指定し時系列データ群から所定最大数までの新着順リストを得る処理について、冗長なデータ保持無しに負荷を軽減することができる。   As described above, the occurrence time B corresponding to the maximum number (Nth) of the new arrival list based on the selection list A is stored as the oldest time Z for each selection list A (step S6 in FIG. 3). When the new arrival list is obtained for the selection list A next time, the processing target can be limited to the corresponding oldest time Z (step S5). For this reason, it is possible to reduce the load without redundant data retention in the process of obtaining a new arrival order list from a time-series data group up to a predetermined maximum number by specifying a selection list as a condition.

〔SQLの例〕
上記のような最古時刻を用いたレコード抽出の処理(ステップS5)を実現する一態様として、次のようなSQLが考えられる。但し、時系列データに含まれる各メッセージMのレコードが、属性Pである投稿者、発生時刻Bの各フィールドを含むとする。但しこのSQLは、正確な記述例ではなく概念的な例を示すもので、実際には、システムやデータベースの表、フィールドなどの構成に応じた記述を用いる。

<SQL1>
SELECT メッセージ.発生時刻B, メッセージ.内容
FROM 選択リストA INNNER JOIN メッセージM
ON 選択リストA.属性P = メッセージM.属性P
WHERE 選択リストA.セット = (セットの指定)
AND メッセージM.発生時刻B >= 最古時刻Z
[Example of SQL]
The following SQL is conceivable as an aspect for realizing the record extraction process (step S5) using the oldest time as described above. However, it is assumed that the record of each message M included in the time series data includes the fields of the contributor who has the attribute P and the occurrence time B. However, this SQL shows a conceptual example rather than an accurate description example, and actually uses a description according to the configuration of the system, database table, field, and the like.

<SQL1>
SELECT message, time B, message, content
FROM selection list A INNNER JOIN message M
ON selection list A. attribute P = message M. attribute P
WHERE selection list A. set = (set specification)
AND message M. Occurrence time B> = oldest time Z

上記SQL1の結果はまだ発生時刻Bの順序に整列されていないが(例えば図2(4))、メッセージMに「属性P」・「発生時刻B」をインデックスで設定しておけば、メッセージMの中から選択リスト中にある属性Pごとに発生時刻Bが最古時刻Zよりも新しいメッセージMをインデックスを参照しながら効率よく取得することができる。   Although the result of the above SQL1 is not yet arranged in the order of the occurrence time B (for example, FIG. 2 (4)), if “attribute P” and “occurrence time B” are set in the message M as an index, the message M For each attribute P in the selection list, a message M whose generation time B is newer than the oldest time Z can be efficiently acquired while referring to the index.

なぜなら、インデックスのB−Treeを枝探索する際に、属性P中のリーフは発生時刻Bの最新順に取得でき、最古時刻Zよりも古いリーフに出会ったらその属性Pの部分木の探索を終わらせて、次の属性Pの部分木の探索を始められるため、および、選択リスト中に無い属性Pの部分木に出会ったら、部分木ごと無視して次の属性Pの部分木の枝探索に移ることができるためである。最古時刻Zが適切であれば、このSQL1の結果、取得されるメッセージMの件数は最大数N件となる。   This is because when searching for a branch of the index B-Tree, the leaves in the attribute P can be obtained in the latest order of the occurrence time B, and when a leaf older than the oldest time Z is encountered, the search for the subtree of the attribute P is terminated. Since the search of the subtree of the next attribute P can be started, and when the subtree of the attribute P not in the selection list is encountered, the subtree of the next attribute P is searched by ignoring the subtree. It is because it can move. If the earliest time Z is appropriate, the number of messages M acquired is the maximum number N as a result of SQL1.

〔SQLによるソートの例〕
上記SQL1による抽出結果に対して、DBにおいて改めて発生時刻順のソートを実行する場合は、SQL1の後に下記のように記述することになる。

<SQL2>
(SQL1) ORDER BY メッセージM.発生時刻B DESC

ここで、一般的にDBは、ソートする件数が小さければオンメモリでソートを実行するため、最大数Nが十分に小さければSQL2で十分な処理速度が出る。しかし、最大数Nが大きくなるとDBサーバはソートする前にレコードをディスクに書き込み始めるため、処理速度が落ちてしまう。
[Example of sorting by SQL]
When sorting in the order of occurrence time is newly performed in the DB with respect to the extraction result by the above SQL1, it is described as follows after SQL1.

<SQL2>
(SQL1) ORDER BY message M. Occurrence time B DESC

Here, in general, since the DB executes the sort in the on-memory if the number of items to be sorted is small, if the maximum number N is sufficiently small, a sufficient processing speed is obtained with SQL2. However, when the maximum number N increases, the DB server starts writing records to the disk before sorting, and the processing speed decreases.

上記のケースに対処するためには、SQL1で実行した結果を、例えば本実施形態の機能を実現するアプリケーション・プログラム側でメモリに保持し、このアプリケーション・プログラム側で発生時刻Bに従ってオンメモリでソートを行うことが考えられる。オンメモリでソートさせるのに妥当な件数までは最大数Nを大きくすることができる。   In order to deal with the above case, the result executed in SQL1 is held in the memory on the application program side that realizes the function of the present embodiment, for example, and sorted on-memory according to the occurrence time B on the application program side Can be considered. The maximum number N can be increased to a reasonable number for sorting on-memory.

〔最古時刻の更新〕
また、メッセージMは不定期に追加されるため、最古時刻Zはなんらかのタイミングで初期化および更新されることが望ましい。そのタイミングは自由に選択できるが、最も好ましいタイミングは、図3のフローチャートに示すように、新着順リストを新たに取得するタイミングである。このタイミングで選択リストに基づく最新の新着順リストが取得でき、最大数N番目の発生時刻Bを知ることができ、最古時刻Zを更新することができる。
[Update of oldest time]
Since the message M is added irregularly, the oldest time Z is preferably initialized and updated at some timing. Although the timing can be freely selected, the most preferable timing is a timing for newly acquiring a new arrival order list as shown in the flowchart of FIG. At this timing, the latest new arrival order list based on the selection list can be acquired, the maximum number N of occurrence times B can be known, and the oldest time Z can be updated.

すなわち、この場合、時刻処理手段30は、選択リストに対応付けて最古時刻記憶手段35に記憶されている最古時刻に基づいて(ステップS2:「YES」)抽出手段20によりレコードが抽出され(ステップS5)新着順リストとして新たに出力された場合(ステップS4)、新たに出力された最古のレコードの発生時刻を最古時刻として記憶することにより、最古時刻記憶手段35に記憶されているその選択リストに対応する最古時刻を更新する(ステップS6)。   In other words, in this case, the time processing unit 30 extracts the record by the extraction unit 20 based on the oldest time stored in the oldest time storage unit 35 in association with the selection list (step S2: “YES”). (Step S5) When newly output as the new arrival order list (Step S4), the generation time of the oldest record newly output is stored as the oldest time, and stored in the oldest time storage means 35. The oldest time corresponding to the selected list is updated (step S6).

このように、記憶している最古時刻を利用して新たに新着順リストを出力した場合に最古時刻を更新することにより、メッセージなどのレコードが増えてゆく際に、最古時刻に基づいて余分なレコードを処理する無駄が回避できる。   In this way, when the number of records such as messages increases by updating the oldest time when a newly arrived list is output using the stored oldest time, the oldest time is used. Therefore, waste of processing extra records can be avoided.

〔他の実施形態〕
なお、上記各実施形態は例示に過ぎず、本発明は、以下に例示するものやそれ以外の他の実施態様も含むものである。例えば、本発明の適用対象はミニブログに限らず、電子掲示板、SNS(ソーシャル・ネットワーキング・サービス)、災害用等の音声伝言システム、各種の電子商取引やセキュリティの管理など、任意に定めることができる。
[Other Embodiments]
In addition, said each embodiment is only an illustration, and this invention includes what is illustrated below and other embodiment other than that. For example, the application target of the present invention is not limited to mini-blogs, but can be arbitrarily determined such as electronic bulletin boards, SNS (social networking services), voice message systems for disasters, various electronic commerce and security management, etc. .

また、手段などの各要素は、コンピュータの演算制御部に限らず、ワイヤードロジック等に基づく電子回路など他の情報処理機構で実現してもよい。また、各構成図、データの図、フローチャートの図などは例示に過ぎず、各要素の有無、その順序や具体的内容などは適宜変更可能である。例えば、本発明の装置は、サーバなどの装置を複数用いて実現してもよく、個々の記憶手段を別個独立のサーバ装置やシステムで実現する構成も一般的である。また、機能によっては、外部のプラットフォーム等をAPI(アプリケーション・プログラム・インタフェース)やネットワークコンピューティング(いわゆるクラウドなど)で呼び出して実現するなど、構成は柔軟に変更できる。   In addition, each element such as means may be realized by other information processing mechanisms such as an electronic circuit based on a wired logic or the like without being limited to an arithmetic control unit of a computer. Further, each configuration diagram, data diagram, flowchart diagram, and the like are merely examples, and the presence / absence of each element, its order, specific contents, and the like can be changed as appropriate. For example, the apparatus of the present invention may be realized by using a plurality of apparatuses such as servers, and a configuration in which each storage unit is realized by a separate and independent server apparatus or system is also common. Depending on the function, the configuration can be flexibly changed, for example, by calling an external platform or the like with an API (application program interface) or network computing (so-called cloud or the like).

1 データ処理装置
6 演算制御部
7 記憶装置
8 通信手段
10 データ記憶手段
15 選択リスト記憶手段
20 抽出手段
30 時刻処理手段
35 最古時刻記憶手段
A 選択リスト
B 発生時刻
M メッセージ
W 通信ネットワーク
P 属性
T 端末
Z 最古時刻
DESCRIPTION OF SYMBOLS 1 Data processing device 6 Arithmetic control part 7 Storage device 8 Communication means 10 Data storage means 15 Selection list storage means 20 Extraction means 30 Time processing means 35 The oldest time storage means A Selection list B Occurrence time M Message W Communication network P Attribute T Terminal Z oldest time

Claims (4)

属性を伴うレコードを発生時刻と共に時系列データとして記憶したデータ記憶手段と、
前記レコードにおける所定の属性について一又は二以上の値を選択している選択リストを記憶している選択リスト記憶手段と、
指定された前記選択リストに基づいて、前記時系列データから所定最大数までのレコードを抽出し新着順リストとして出力する抽出手段と、
前記新着順リストとして出力された最古の前記レコードの前記発生時刻を最古時刻として、前記選択リストごとに対応付けて所定の最古時刻記憶手段に記憶させる時刻処理手段と、
を有し、
前記抽出手段は、前記指定された前記選択リストに対応する前記最古時刻が前記最古時刻記憶手段に記憶されている場合、その最古時刻以降の新しいレコードを対象として前記抽出を行う
ことを特徴とするデータ処理装置。
Data storage means for storing records with attributes as time series data together with the time of occurrence;
Selection list storage means for storing a selection list for selecting one or more values for a predetermined attribute in the record;
Extraction means for extracting records up to a predetermined maximum number from the time-series data based on the specified selection list, and outputting as a new arrival order list;
A time processing unit for storing the generation time of the oldest record output as the new arrival order list as the oldest time, and storing it in a predetermined oldest time storage unit in association with each selection list;
Have
The extraction means, when the oldest time corresponding to the designated selection list is stored in the oldest time storage means, performs the extraction for a new record after the oldest time. Characteristic data processing device.
前記時刻処理手段は、前記選択リストに対応付けて前記最古時刻記憶手段に記憶されている前記最古時刻に基づいて前記抽出手段によりレコードが抽出され新着順リストとして新たに出力された場合、新たに出力された最古の前記レコードの前記発生時刻により、前記最古時刻記憶手段に記憶されているその選択リストに対応する最古時刻を更新することを特徴とする請求項1記載のデータ処理装置。   The time processing means, when a record is extracted by the extraction means based on the oldest time stored in the oldest time storage means in association with the selection list, and newly output as a new arrival order list, 2. The data according to claim 1, wherein the oldest time corresponding to the selection list stored in the oldest time storage means is updated with the occurrence time of the oldest record that has been newly output. Processing equipment. コンピュータが、属性を伴うレコードを発生時刻とともに時系列データとして記憶したデータ記憶手段と、前記レコードにおける所定の属性について一又は二以上の値を選択している選択リストを記憶している選択リスト記憶手段と、を実現し、
コンピュータが、指定された前記選択リストに基づいて、前記時系列データから所定最大数までのレコードを抽出し新着順リストとして出力する抽出ステップと、
コンピュータが、前記新着順リストとして出力された最古の前記レコードの前記発生時刻を最古時刻として、前記選択リストごとに対応付けて所定の最古時刻記憶手段に記憶させる時刻処理ステップと、
を含み、
コンピュータが、前記抽出ステップに際し、前記指定された前記選択リストに対応する前記最古時刻が前記最古時刻記憶手段に記憶されている場合、その最古時刻以降の新しいレコードを対象として前記抽出を行う
ことを特徴とするデータ処理方法。
A data storage means in which a computer stores a record with attributes as time series data together with an occurrence time, and a selection list storage that stores a selection list for selecting one or more values for a predetermined attribute in the record Means, and
An extraction step in which the computer extracts records up to a predetermined maximum number from the time series data based on the specified selection list, and outputs it as a new arrival order list;
A time processing step in which the computer stores the occurrence time of the oldest record output as the new arrival order list as the earliest time in association with each selection list in a predetermined oldest time storage unit;
Including
In the extraction step, when the oldest time corresponding to the designated selection list is stored in the oldest time storage means, the extraction is performed on a new record after the oldest time. The data processing method characterized by performing.
コンピュータを制御することによりデータ処理を行わせるデータ処理プログラムであって、
コンピュータに、属性を伴うレコードを発生時刻とともに時系列データとして記憶したデータ記憶手段と、前記レコードにおける所定の属性について一又は二以上の値を選択している選択リストを記憶している選択リスト記憶手段と、を実現させ、
コンピュータに、指定された前記選択リストに基づいて、前記時系列データから所定最大数までのレコードを抽出し新着順リストとして出力させ、
コンピュータに、前記新着順リストとして出力された最古の前記レコードの前記発生時刻を最古時刻として、前記選択リストごとに対応付けて所定の最古時刻記憶手段に記憶させ、
コンピュータに、前記指定された前記選択リストに対応する前記最古時刻が前記最古時刻記憶手段に記憶されている場合、その最古時刻以降の新しいレコードを対象として前記抽出を行わせる
ことを特徴とするデータ処理プログラム。
A data processing program for performing data processing by controlling a computer,
Data storage means for storing a record with attributes as time series data together with the time of occurrence in a computer, and a selection list storage for storing a selection list for selecting one or more values for a predetermined attribute in the record Means, and
Based on the specified selection list, the computer extracts a record up to a predetermined maximum number from the time series data, and outputs it as a new arrival list,
In the computer, the generation time of the oldest record output as the new arrival order list is stored as an oldest time in association with each selection list in a predetermined oldest time storage unit,
When the earliest time corresponding to the designated selection list is stored in the earliest time storage means, the computer is made to perform the extraction on a new record after the earliest time. A data processing program.
JP2010179096A 2010-08-10 2010-08-10 Data processing apparatus, method and program Active JP5068350B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010179096A JP5068350B2 (en) 2010-08-10 2010-08-10 Data processing apparatus, method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010179096A JP5068350B2 (en) 2010-08-10 2010-08-10 Data processing apparatus, method and program

Publications (2)

Publication Number Publication Date
JP2012038178A JP2012038178A (en) 2012-02-23
JP5068350B2 true JP5068350B2 (en) 2012-11-07

Family

ID=45850095

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010179096A Active JP5068350B2 (en) 2010-08-10 2010-08-10 Data processing apparatus, method and program

Country Status (1)

Country Link
JP (1) JP5068350B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5518986B1 (en) * 2012-12-10 2014-06-11 株式会社Nttドコモ Information processing apparatus and content search method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3260587B2 (en) * 1995-04-17 2002-02-25 日本電気株式会社 Time series data management method
JPH11224260A (en) * 1998-02-06 1999-08-17 Sony Corp Data processor and method and computer-readable record medium where data processing program is recorded
JP2000066933A (en) * 1998-08-18 2000-03-03 Nec Corp Time series data management system

Also Published As

Publication number Publication date
JP2012038178A (en) 2012-02-23

Similar Documents

Publication Publication Date Title
US10296649B2 (en) Mention suggestion, and information processing methods and systems
US20170097939A1 (en) Methods, systems and techniques for personalized search query suggestions
US11080287B2 (en) Methods, systems and techniques for ranking blended content retrieved from multiple disparate content sources
US20190361857A1 (en) Method and system for associating data from different sources to generate a person-centric space
US11899728B2 (en) Methods, systems and techniques for ranking personalized and generic search query suggestions
US20170277672A1 (en) Information processing device, information processing method, and computer program product
JP6411800B2 (en) Information management apparatus, information management system, and information management program
US10771423B2 (en) Systems and methods to control event based information
WO2013026325A1 (en) Person search method, device, and storage medium
US11640419B2 (en) Management of event summary types
US11232522B2 (en) Methods, systems and techniques for blending online content from multiple disparate content sources including a personal content source or a semi-personal content source
US11836169B2 (en) Methods, systems and techniques for providing search query suggestions based on non-personal data and user personal data according to availability of user personal data
JP5048852B2 (en) Search device, search method, search program, and computer-readable recording medium storing the program
JP5735023B2 (en) Information providing apparatus, information providing method of information providing apparatus, information providing program, and recording medium
JP5895777B2 (en) Information classification program and information processing apparatus
US20170004531A1 (en) Advertisement selection using information retrieval systems
JP5068350B2 (en) Data processing apparatus, method and program
JP2015170252A (en) Retrieval device, communication system, retrieval method, and program
JP2013114588A (en) Metadata imparting device, metadata imparting method and metadata imparting program
US11829431B2 (en) System and method for analyzing, organizing, and presenting data stored on a mobile communication device
JP6581685B1 (en) Business card management system
JP5921485B2 (en) Content notification device, content notification method and program
JP5862976B2 (en) Information processing apparatus and method
US10628473B1 (en) Systems and methods for providing relevant content on trending topics
JP2014228977A (en) Maintenance information providing device, program and method for providing maintenance information

Legal Events

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120724

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: 20120814

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

Free format text: PAYMENT UNTIL: 20150824

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5068350

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250