WO2022049831A1 - Information processing device, information processing method, and information processing program - Google Patents

Information processing device, information processing method, and information processing program Download PDF

Info

Publication number
WO2022049831A1
WO2022049831A1 PCT/JP2021/017591 JP2021017591W WO2022049831A1 WO 2022049831 A1 WO2022049831 A1 WO 2022049831A1 JP 2021017591 W JP2021017591 W JP 2021017591W WO 2022049831 A1 WO2022049831 A1 WO 2022049831A1
Authority
WO
WIPO (PCT)
Prior art keywords
information processing
objects
threshold value
total value
processor
Prior art date
Application number
PCT/JP2021/017591
Other languages
French (fr)
Japanese (ja)
Inventor
豊 大石
輝江 渡邊
裕史 谷川
浩司 松村
理貴 近藤
美咲 大塚
優子 宇野
Original Assignee
富士フイルム株式会社
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 富士フイルム株式会社 filed Critical 富士フイルム株式会社
Priority to JP2022546888A priority Critical patent/JPWO2022049831A1/ja
Publication of WO2022049831A1 publication Critical patent/WO2022049831A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing

Definitions

  • This disclosure relates to an information processing device, an information processing method, and an information processing program.
  • a technique for selecting a magnetic tape corresponding to a backup cycle of a virtual medium when recording a virtual medium of a magnetic disk drive on a magnetic tape is disclosed (see Japanese Patent Application Laid-Open No. 2005-050104).
  • a plurality of objects are combined into one object (hereinafter referred to as one object) in order to reduce the overhead of issuing a recording instruction command to the tape drive. It is conceivable to put them together in a "packed object") and then send the packed object to a tape drive.
  • the information processing device periodically executes a process of combining a plurality of objects into one packed object.
  • the technique described in Japanese Patent Application Laid-Open No. 2005-050104 does not relate to the technique for creating a packed object.
  • the present disclosure has been made in view of the above circumstances, and an object of the present disclosure is to provide an information processing device, an information processing method, and an information processing program capable of appropriately creating a packed object.
  • the information processing apparatus of the present disclosure is an information processing apparatus including at least one processor and controlling to record a group of objects together on a magnetic tape, and the processor has not periodically executed the processing of collecting the objects.
  • a process of comparing the total value of the number or size of the objects of the processing target object group with the threshold value is performed, and when the above number or the above total value is equal to or more than the threshold value, a packed object in which the processing target object group is put together is generated.
  • the processor may derive a threshold value according to the total value of the number or size of objects received from the external device per unit time.
  • the information processing apparatus of the present disclosure is the above-mentioned one or more time zones in the past, which is the same as the time zone in which the processor generates the packed object or the most recent predetermined period in which the processor performs the comparison processing.
  • a threshold may be derived according to the number or the total value.
  • the processor may derive a threshold value based on the time series data of the total value of the number or size of objects received from the external device.
  • the information processing apparatus of the present disclosure may be controlled by the processor to record the generated packed object on a magnetic tape.
  • the information processing method of the present disclosure is an information processing method executed by a processor included in an information processing apparatus that controls to record a group of objects together on a magnetic tape, and the processing of collecting them periodically has not been executed.
  • a process is performed to compare the total value of the number or size of objects in the process target object group with the threshold value, and when the above number or the above total value is equal to or greater than the threshold value, a packed object that summarizes the process target object group is generated. be.
  • the information processing program of the present disclosure is an information processing program for being executed by a processor included in an information processing apparatus that controls to record a group of objects together on a magnetic tape, and the processing of collecting the objects is not executed periodically. Performs processing to compare the total value of the number or size of objects in the processing target object group and the threshold value, and when the above number or the above total value is equal to or greater than the threshold value, a packed object that summarizes the processing target object group is generated. It is a thing.
  • packed objects can be created appropriately.
  • the recording / playback system 10 includes an information processing device 12 and a tape library 14.
  • Examples of the information processing apparatus 12 include a server computer and the like.
  • the tape library 14 includes a plurality of slots (not shown) and a plurality of tape drives 18, and each slot stores a magnetic tape T as an example of a recording medium.
  • Each tape drive 18 is connected to the information processing device 12.
  • the tape drive 18 writes or reads data on the magnetic tape T under the control of the information processing apparatus 12.
  • An example of the magnetic tape T is an LTO (Linear Tape-Open) tape.
  • the magnetic tape T to be written or read is loaded from the slot into a predetermined tape drive 18.
  • the magnetic tape T is unloaded from the tape drive 18 into the slot originally stored.
  • the metadata is expressed as “meta”.
  • the storage system that handles this object is called an object storage system.
  • the metadata includes, for example, object identification information such as an object key, object name, data size, and attribute information such as a time stamp.
  • the recording order of the data and the metadata when the object is recorded on the magnetic tape T is not particularly limited, and may be the order of the metadata and the data, or may be the order of the data and the metadata.
  • the information processing device 12 includes a CPU (Central Processing Unit) 20, a memory 21 as a temporary storage area, and a non-volatile storage unit 22. Further, the information processing apparatus 12 includes a display unit 23 such as a liquid crystal display, an input unit 24 such as a keyboard and a mouse, a network I / F (InterFace) 25 connected to a network, and an external I to which each tape drive 18 is connected. / F26 is included.
  • the CPU 20, the memory 21, the storage unit 22, the display unit 23, the input unit 24, the network I / F25, and the external I / F26 are connected to the bus 27.
  • the storage unit 22 is realized by an HDD (Hard Disk Drive), an SSD (Solid State Drive), a flash memory, or the like.
  • the information processing program 30 is stored in the storage unit 22 as a storage medium.
  • the CPU 20 reads the information processing program 30 from the storage unit 22, expands it into the memory 21, and executes the expanded information processing program 30.
  • the information processing device 12 controls to record an object (hereinafter referred to as "packed object"), which is a collection of objects received from an external device such as a user terminal, on a magnetic tape T.
  • an object hereinafter referred to as "packed object”
  • the information processing device 12 has an overhead due to issuing a command for recording instructions to the tape drive 18 as compared with the case where the information processing device 12 controls to record the objects one by one on the magnetic tape T without generating the packed objects. This is to reduce.
  • the information processing apparatus 12 generates a packed object that is a collection of objects received from an external device.
  • Packed objects contain headers.
  • the header contains, for example, information about the position of each object contained in the packed object in the packed object.
  • the information about this position is, for example, the number of bytes to the number of bytes of each object in the packed object.
  • the information processing apparatus 12 controls to record the generated packed object on the magnetic tape T. Specifically, the information processing apparatus 12 transmits the packed object and the command for recording instruction to the tape drive 18. As a result, the tape drive 18 records the packed object on the magnetic tape T. That is, when the information processing apparatus 12 acquires an object from the magnetic tape T, the object to be acquired is extracted from the packed object after controlling the reading of the packed object from the magnetic tape T.
  • the effective capacity referred to here means a capacity that can record an object to be stored, excluding the header of the packed object on the magnetic tape T.
  • the information processing apparatus 12 has a function of determining whether or not to perform a process of generating a packed object by using a predetermined threshold value TH.
  • the information processing apparatus 12 includes a receiving unit 40, a determination unit 42, a generation unit 44, and a control unit 46.
  • the CPU 20 executes the information processing program 30, it functions as a receiving unit 40, a determination unit 42, a generation unit 44, and a control unit 46.
  • the receiving unit 40 receives the object transmitted from the external device via the network I / F25. Further, the receiving unit 40 stores the received object in the storage unit 22.
  • the determination unit 42 periodically performs a process of comparing the total value TS and the threshold value TH of the objects of the object group to be processed, which is the object group whose summarization process has not been executed, stored in the storage unit 22. It is determined whether or not the total value TS is equal to or greater than the threshold value TH.
  • the threshold value TH in this case, for example, a predetermined value can be applied as the lower limit value of the size of one packed object.
  • the time interval T1 in which the determination unit 42 periodically performs the above determination for example, the maximum value of the total size of the objects of the object group received within the time interval T1 in the past is one packed object. The time interval that is less than or equal to the upper limit of the size can be mentioned.
  • the generation unit 44 When the determination unit 42 determines that the total value TS is equal to or greater than the threshold value TH, the generation unit 44 generates a packed object that summarizes the objects to be processed.
  • the control unit 46 controls to record the packed object generated by the generation unit 44 on the magnetic tape T.
  • the object reception process shown in FIG. 6 is executed, for example, when the information processing device 12 receives an object transmitted from an external device.
  • the object recording process shown in FIG. 7 is periodically executed, for example, at a predetermined time interval T1.
  • step S10 of FIG. 6 the receiving unit 40 receives the object transmitted from the external device via the network I / F25.
  • step S12 the receiving unit 40 stores the object received in step S10 in the storage unit 22.
  • the object reception process is completed.
  • step S20 of FIG. 7 the determination unit 42 performs a process of comparing the total value TS of the object size of the object group to be processed stored in the storage unit 22 with the threshold value TH, and the total value TS is equal to or higher than the threshold value TH. Determine if it exists. If this determination is affirmative, the process proceeds to step S22.
  • step S22 the generation unit 44 generates a packed object that summarizes the objects to be processed.
  • step S24 the control unit 46 controls to record the packed object generated in step S22 on the magnetic tape T. When step S24 ends, the object recording process ends. If the determination in step S20 is a negative determination, the object recording process ends.
  • Reference numeral t in FIG. 8 represents the timing at which the object recording process shown in FIG. 7 is executed for each time interval T1. Further, when distinguishing each timing t, a number is added at the end as in timings t1 to t3.
  • the determination in step S20 is an affirmative determination.
  • a packed object that summarizes the processing target object group is generated.
  • step S20 in FIG. 7 the determination in step S20 in FIG. 7 is affirmative. It becomes.
  • step S22 a packed object that summarizes the processing target object group is generated.
  • the packed object can be appropriately created.
  • the present invention is not limited to this.
  • the number N of objects in the object group to be processed may be compared with the threshold value TH.
  • the generation unit 44 when the number N is equal to or greater than the threshold value TH, the generation unit 44 generates a packed object that is a collection of objects to be processed.
  • the CPU 20 of the information processing apparatus 12 may derive the threshold value TH according to the total value of the sizes of the objects received from the external device per unit time.
  • the threshold value for example, the smaller the total value of the sizes of the objects received by the CPU 20 during the period of one predetermined time interval T1 immediately before the timing t for performing the process of comparing the total value TS and the threshold value TH, the threshold value.
  • Set TH to a small value.
  • FIG. 9 also illustrates the case where the size of one object is 5 GB, as in FIG. 8.
  • the CPU 20 may derive the threshold value TH based on the time-series data of the total value of the sizes of the objects received in the latest predetermined time interval T1. In this case, for example, the CPU 20 predicts the total value of the period of the next time interval T1 from the time series data. Specifically, for example, when the time series data of the latest three periods is 1.0 TB ⁇ 1.2 TB ⁇ 1.4 TB, the CPU 20 sets the total value of the periods of the next time interval T1 to 1.6 TB. Predict.
  • the CPU 20 predicts that the total value of the periods of the next time interval T1 is 1.2 TB. .. Then, the CPU 20 sets the threshold value TH to a smaller value as the predicted total value becomes smaller. For this prediction, for example, approximation methods such as linear approximation and non-linear approximation can be used.
  • the CPU 20 when the CPU 20 derives the threshold value TH, the CPU 20 has a threshold value according to the total value of the sizes of the objects received in the same past time zone as the time zone of the next time interval T1 which is the time zone for generating the packed object.
  • TH may be derived. Examples of past time zones in this case include, for example, the same time zone of the previous day or the same time zone one week ago.
  • the CPU 20 when deriving the threshold value TH, sets the threshold value TH according to the total value of the sizes of the objects received in the same plurality of time zones as the time zone of the next time interval T1 which is the time zone for generating the packed object. It may be derived. Examples of the past plurality of time zones in this case include the same time zone of the most recent plurality of days or the same time zone one week ago and two weeks ago.
  • the CPU 20 may derive the threshold value TH according to the number of received objects instead of the total value of the sizes of the received objects.
  • the process of generating the packed object and the process of recording the generated packed object on the magnetic tape T are executed at the same time interval, but the present invention is not limited to this.
  • the process of generating the packed object and the process of recording the generated packed object on the magnetic tape T may be executed at different time intervals. Specifically, the time interval of the process of recording the generated packed object on the magnetic tape T is made longer than the time interval of the process of generating the packed object, and after a plurality of packed objects are generated, the plurality of packed objects are generated.
  • An example is a mode in which an object is recorded on a magnetic tape T.
  • the hardware structure of the processing unit (processing unit) that executes various processes such as the receiving unit 40, the determination unit 42, the generating unit 44, and the control unit 46 is shown below.
  • Various processors can be used.
  • the CPU which is a general-purpose processor that executes software (program) and functions as various processing units
  • circuits after manufacturing FPGA (Field Programmable Gate Array) and the like are used.
  • Dedicated electricity which is a processor with a circuit configuration specially designed to execute specific processing such as programmable logic device (PLD), ASIC (Application Specific Integrated Circuit), which is a processor whose configuration can be changed. Circuits etc. are included.
  • One processing unit may be composed of one of these various processors, or a combination of two or more processors of the same type or different types (for example, a combination of a plurality of FPGAs or a combination of a CPU and an FPGA). It may be composed of a combination). Further, a plurality of processing units may be configured by one processor.
  • one processor is configured by a combination of one or more CPUs and software, as represented by a computer such as a client and a server.
  • the processor functions as a plurality of processing units.
  • SoC System on Chip
  • the various processing units are configured by using one or more of the above-mentioned various processors as a hardware-like structure.
  • an electric circuit in which circuit elements such as semiconductor elements are combined can be used.
  • the information processing program 30 is provided in a form recorded on a recording medium such as a CD-ROM (Compact Disc Read Only Memory), a DVD-ROM (Digital Versatile Disc Read Only Memory), and a USB (Universal Serial Bus) memory. May be good. Further, the information processing program 30 may be downloaded from an external device via a network.
  • a recording medium such as a CD-ROM (Compact Disc Read Only Memory), a DVD-ROM (Digital Versatile Disc Read Only Memory), and a USB (Universal Serial Bus) memory. May be good.
  • the information processing program 30 may be downloaded from an external device via a network.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Signal Processing (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

An information processing device periodically performs processing of comparing, with a threshold value, a count or a total value of size of objects in an object group to be processed, regarding which bundling processing is unexecuted, and in a case in which the number or the total value is not less than the threshold value, generates a packed object in which the object group to be processed is bundled.

Description

情報処理装置、情報処理方法、及び情報処理プログラムInformation processing equipment, information processing methods, and information processing programs
 本開示は、情報処理装置、情報処理方法、及び情報処理プログラムに関する。 This disclosure relates to an information processing device, an information processing method, and an information processing program.
 磁気ディスクドライブの仮想媒体を磁気テープに記録させる際に、仮想媒体のバックアップ周期に対応する磁気テープを選択する技術が開示されている(特開2005-050104号公報参照)。 A technique for selecting a magnetic tape corresponding to a backup cycle of a virtual medium when recording a virtual medium of a magnetic disk drive on a magnetic tape is disclosed (see Japanese Patent Application Laid-Open No. 2005-050104).
 ところで、サーバコンピュータ等の情報処理装置に記憶されたオブジェクトを磁気テープに記録する処理において、テープドライブへの記録指示のコマンド発行によるオーバーヘッドの低減のために、複数のオブジェクトを1つのオブジェクト(以下、「パックドオブジェクト」という)にまとめてから、そのパックドオブジェクトをテープドライブに送信することが考えられる。 By the way, in the process of recording an object stored in an information processing device such as a server computer on a magnetic tape, a plurality of objects are combined into one object (hereinafter referred to as one object) in order to reduce the overhead of issuing a recording instruction command to the tape drive. It is conceivable to put them together in a "packed object") and then send the packed object to a tape drive.
 また、情報処理装置が、複数のオブジェクトを1つのパックドオブジェクトにまとめる処理を定期的に実行することが考えられる。この場合、各パックドオブジェクトに含まれるオブジェクトの数又はサイズの合計値が小さくなりすぎないように、パックドオブジェクトを適切に作成することが好ましい。しかしながら、特開2005-050104号公報に記載の技術は、パックドオブジェクトを作成する技術に関するものではない。 It is also conceivable that the information processing device periodically executes a process of combining a plurality of objects into one packed object. In this case, it is preferable to appropriately create the packed objects so that the total number or sizes of the objects contained in each packed object does not become too small. However, the technique described in Japanese Patent Application Laid-Open No. 2005-050104 does not relate to the technique for creating a packed object.
 本開示は、以上の事情を鑑みてなされたものであり、パックドオブジェクトを適切に作成することができる情報処理装置、情報処理方法、及び情報処理プログラムを提供することを目的とする。 The present disclosure has been made in view of the above circumstances, and an object of the present disclosure is to provide an information processing device, an information processing method, and an information processing program capable of appropriately creating a packed object.
 本開示の情報処理装置は、少なくとも一つのプロセッサを備え、かつオブジェクト群をまとめて磁気テープに記録する制御を行う情報処理装置であって、プロセッサは、定期的に、まとめる処理が未実行である処理対象オブジェクト群のオブジェクトの数又はサイズの合計値と閾値とを比較する処理を行い、上記数又は上記合計値が閾値以上の場合に、処理対象オブジェクト群をまとめたパックドオブジェクトを生成する。 The information processing apparatus of the present disclosure is an information processing apparatus including at least one processor and controlling to record a group of objects together on a magnetic tape, and the processor has not periodically executed the processing of collecting the objects. A process of comparing the total value of the number or size of the objects of the processing target object group with the threshold value is performed, and when the above number or the above total value is equal to or more than the threshold value, a packed object in which the processing target object group is put together is generated.
 なお、本開示の情報処理装置は、プロセッサが、外部装置から単位時間あたりに受信したオブジェクトの数又はサイズの合計値に応じて閾値を導出してもよい。 In the information processing device of the present disclosure, the processor may derive a threshold value according to the total value of the number or size of objects received from the external device per unit time.
 また、本開示の情報処理装置は、プロセッサが、比較する処理を行う直近の予め定められた一つ以上の期間、又はパックドオブジェクトを生成する時間帯と同じ過去の一つ以上の時間帯の上記数又は上記合計値に応じて閾値を導出してもよい。 In addition, the information processing apparatus of the present disclosure is the above-mentioned one or more time zones in the past, which is the same as the time zone in which the processor generates the packed object or the most recent predetermined period in which the processor performs the comparison processing. A threshold may be derived according to the number or the total value.
 また、本開示の情報処理装置は、プロセッサが、外部装置から受信したオブジェクトの数又はサイズの合計値の時系列データに基づいて閾値を導出してもよい。 Further, in the information processing device of the present disclosure, the processor may derive a threshold value based on the time series data of the total value of the number or size of objects received from the external device.
 また、本開示の情報処理装置は、プロセッサが、生成したパックドオブジェクトを磁気テープに記録する制御を行ってもよい。 Further, the information processing apparatus of the present disclosure may be controlled by the processor to record the generated packed object on a magnetic tape.
 また、本開示の情報処理方法は、オブジェクト群をまとめて磁気テープに記録する制御を行う情報処理装置が備えるプロセッサが実行する情報処理方法であって、定期的に、まとめる処理が未実行である処理対象オブジェクト群のオブジェクトの数又はサイズの合計値と閾値とを比較する処理を行い、上記数又は上記合計値が閾値以上の場合に、処理対象オブジェクト群をまとめたパックドオブジェクトを生成するものである。 Further, the information processing method of the present disclosure is an information processing method executed by a processor included in an information processing apparatus that controls to record a group of objects together on a magnetic tape, and the processing of collecting them periodically has not been executed. A process is performed to compare the total value of the number or size of objects in the process target object group with the threshold value, and when the above number or the above total value is equal to or greater than the threshold value, a packed object that summarizes the process target object group is generated. be.
 また、本開示の情報処理プログラムは、オブジェクト群をまとめて磁気テープに記録する制御を行う情報処理装置が備えるプロセッサに実行させるための情報処理プログラムであって、定期的に、まとめる処理が未実行である処理対象オブジェクト群のオブジェクトの数又はサイズの合計値と閾値とを比較する処理を行い、上記数又は上記合計値が閾値以上の場合に、処理対象オブジェクト群をまとめたパックドオブジェクトを生成するものである。 Further, the information processing program of the present disclosure is an information processing program for being executed by a processor included in an information processing apparatus that controls to record a group of objects together on a magnetic tape, and the processing of collecting the objects is not executed periodically. Performs processing to compare the total value of the number or size of objects in the processing target object group and the threshold value, and when the above number or the above total value is equal to or greater than the threshold value, a packed object that summarizes the processing target object group is generated. It is a thing.
 本開示によれば、パックドオブジェクトを適切に作成することができる。 According to this disclosure, packed objects can be created appropriately.
記録再生システムの構成の一例を示すブロック図である。It is a block diagram which shows an example of the structure of a recording / reproduction system. オブジェクトを説明するための図である。It is a figure for demonstrating an object. 情報処理装置のハードウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the hardware composition of an information processing apparatus. パックドオブジェクトの生成処理を説明するための図である。It is a figure for demonstrating the generation process of a packed object. 情報処理装置の機能的な構成の一例を示すブロック図である。It is a block diagram which shows an example of the functional structure of an information processing apparatus. オブジェクト受信処理の一例を示すフローチャートである。It is a flowchart which shows an example of the object reception processing. オブジェクト記録処理の一例を示すフローチャートである。It is a flowchart which shows an example of the object recording process. 実施形態に係るまとめる処理の実行タイミングの一例を示す図である。It is a figure which shows an example of the execution timing of the process to put together which concerns on embodiment. 変形例に係るまとめる処理の実行タイミングの一例を示す図である。It is a figure which shows an example of the execution timing of the process to put together which concerns on a modification.
 以下、図面を参照して、本開示の技術を実施するための形態例を詳細に説明する。 Hereinafter, an example of a form for implementing the technique of the present disclosure will be described in detail with reference to the drawings.
 まず、図1を参照して、本実施形態に係る記録再生システム10の構成を説明する。図1に示すように、記録再生システム10は、情報処理装置12及びテープライブラリ14を含む。情報処理装置12の例としては、サーバコンピュータ等が挙げられる。 First, the configuration of the recording / reproducing system 10 according to the present embodiment will be described with reference to FIG. As shown in FIG. 1, the recording / playback system 10 includes an information processing device 12 and a tape library 14. Examples of the information processing apparatus 12 include a server computer and the like.
 テープライブラリ14は、複数のスロット(図示省略)及び複数のテープドライブ18を備え、各スロットには記録媒体の一例としての磁気テープTが格納される。各テープドライブ18は、情報処理装置12に接続される。テープドライブ18は、情報処理装置12による制御によって、磁気テープTに対するデータの書き込み又は読み取りを行う。磁気テープTの例としては、LTO(Linear Tape-Open)テープが挙げられる。 The tape library 14 includes a plurality of slots (not shown) and a plurality of tape drives 18, and each slot stores a magnetic tape T as an example of a recording medium. Each tape drive 18 is connected to the information processing device 12. The tape drive 18 writes or reads data on the magnetic tape T under the control of the information processing apparatus 12. An example of the magnetic tape T is an LTO (Linear Tape-Open) tape.
 情報処理装置12により磁気テープTに対するデータの書き込み又は読み取りを行う場合、書き込み又は読み取り対象の磁気テープTがスロットから所定のテープドライブ18にロードされる。テープドライブ18にロードされた磁気テープTに対するデータの書き込み又は読み取りが完了すると、磁気テープTは、テープドライブ18から元々格納されていたスロットにアンロードされる。 When the information processing apparatus 12 writes or reads data on the magnetic tape T, the magnetic tape T to be written or read is loaded from the slot into a predetermined tape drive 18. When the writing or reading of the data to the magnetic tape T loaded in the tape drive 18 is completed, the magnetic tape T is unloaded from the tape drive 18 into the slot originally stored.
 本実施形態では、一例として図2に示すように、磁気テープTに記録するデータを取り扱う単位として、文書データ及び画像データ等のユーザが保存対象とするデータと、そのデータに関するメタデータとを含むオブジェクトを適用した形態例を説明する。図2の例では、メタデータを「メタ」と表記している。なお、このオブジェクトを取り扱うストレージシステムは、オブジェクトストレージシステムと称される。メタデータには、例えば、オブジェクトキー等のオブジェクトの識別情報、オブジェクト名、データのサイズ、及びタイムスタンプ等の属性情報が含まれる。なお、オブジェクトを磁気テープTに記録する際のデータ及びメタデータの記録順は特に限定されず、メタデータ及びデータの順でもよいし、データ及びメタデータの順でもよい。 In the present embodiment, as shown in FIG. 2 as an example, as a unit for handling the data to be recorded on the magnetic tape T, data to be saved by the user such as document data and image data, and metadata related to the data are included. An example of the form to which the object is applied will be described. In the example of FIG. 2, the metadata is expressed as “meta”. The storage system that handles this object is called an object storage system. The metadata includes, for example, object identification information such as an object key, object name, data size, and attribute information such as a time stamp. The recording order of the data and the metadata when the object is recorded on the magnetic tape T is not particularly limited, and may be the order of the metadata and the data, or may be the order of the data and the metadata.
 次に、図3を参照して、本実施形態に係る情報処理装置12のハードウェア構成を説明する。図3に示すように、情報処理装置12は、CPU(Central Processing Unit)20、一時記憶領域としてのメモリ21、及び不揮発性の記憶部22を含む。また、情報処理装置12は、液晶ディスプレイ等の表示部23、キーボードとマウス等の入力部24、ネットワークに接続されるネットワークI/F(InterFace)25、及び各テープドライブ18が接続される外部I/F26を含む。CPU20、メモリ21、記憶部22、表示部23、入力部24、ネットワークI/F25、及び外部I/F26は、バス27に接続される。 Next, the hardware configuration of the information processing apparatus 12 according to the present embodiment will be described with reference to FIG. As shown in FIG. 3, the information processing device 12 includes a CPU (Central Processing Unit) 20, a memory 21 as a temporary storage area, and a non-volatile storage unit 22. Further, the information processing apparatus 12 includes a display unit 23 such as a liquid crystal display, an input unit 24 such as a keyboard and a mouse, a network I / F (InterFace) 25 connected to a network, and an external I to which each tape drive 18 is connected. / F26 is included. The CPU 20, the memory 21, the storage unit 22, the display unit 23, the input unit 24, the network I / F25, and the external I / F26 are connected to the bus 27.
 記憶部22は、HDD(Hard Disk Drive)、SSD(Solid State Drive)、又はフラッシュメモリ等によって実現される。記憶媒体としての記憶部22には、情報処理プログラム30が記憶される。CPU20は、記憶部22から情報処理プログラム30を読み出してからメモリ21に展開し、展開した情報処理プログラム30を実行する。 The storage unit 22 is realized by an HDD (Hard Disk Drive), an SSD (Solid State Drive), a flash memory, or the like. The information processing program 30 is stored in the storage unit 22 as a storage medium. The CPU 20 reads the information processing program 30 from the storage unit 22, expands it into the memory 21, and executes the expanded information processing program 30.
 本実施形態に係る情報処理装置12は、ユーザ端末等の外部装置から受信したオブジェクト群をまとめたオブジェクト(以下、「パックドオブジェクト」という)を磁気テープTに記録する制御を行う。これは、情報処理装置12が、パックドオブジェクトを生成せずに、オブジェクトを1つずつ磁気テープTに記録する制御を行う場合に比較して、テープドライブ18への記録指示のコマンド発行によるオーバーヘッドが低減するためである。 The information processing device 12 according to the present embodiment controls to record an object (hereinafter referred to as "packed object"), which is a collection of objects received from an external device such as a user terminal, on a magnetic tape T. This is because the information processing device 12 has an overhead due to issuing a command for recording instructions to the tape drive 18 as compared with the case where the information processing device 12 controls to record the objects one by one on the magnetic tape T without generating the packed objects. This is to reduce.
 図4を参照して、情報処理装置12がパックドオブジェクトを生成する処理について説明する。図4に示すように、情報処理装置12は、外部装置から受信したオブジェクト群をまとめたパックドオブジェクトを生成する。パックドオブジェクトには、ヘッダが含まれる。ヘッダには、例えば、パックドオブジェクトに含まれる各オブジェクトのパックドオブジェクト内の位置に関する情報等が含まれる。この位置に関する情報は、例えば、各オブジェクトが、パックドオブジェクトの何バイト目から何バイト目までであるか、という情報である。 The process of generating the packed object by the information processing apparatus 12 will be described with reference to FIG. As shown in FIG. 4, the information processing apparatus 12 generates a packed object that is a collection of objects received from an external device. Packed objects contain headers. The header contains, for example, information about the position of each object contained in the packed object in the packed object. The information about this position is, for example, the number of bytes to the number of bytes of each object in the packed object.
 また、情報処理装置12は、生成したパックドオブジェクトを磁気テープTに記録する制御を行う。具体的には、情報処理装置12は、パックドオブジェクトと記録指示のコマンドとをテープドライブ18に送信する。これにより、テープドライブ18は、パックドオブジェクトを磁気テープTに記録する。すなわち、情報処理装置12があるオブジェクトを磁気テープTから取得する場合、磁気テープTからパックドオブジェクトを読み取る制御を行った後、そのパックドオブジェクトから取得対象のオブジェクトを抽出することになる。 Further, the information processing apparatus 12 controls to record the generated packed object on the magnetic tape T. Specifically, the information processing apparatus 12 transmits the packed object and the command for recording instruction to the tape drive 18. As a result, the tape drive 18 records the packed object on the magnetic tape T. That is, when the information processing apparatus 12 acquires an object from the magnetic tape T, the object to be acquired is extracted from the packed object after controlling the reading of the packed object from the magnetic tape T.
 従って、パックドオブジェクトのサイズが大きすぎる場合、そのパックドオブジェクトを磁気テープTから読み取る時間が長くなってしまう結果、取得対象のオブジェクトを取得するために費やされる時間も長くなってしまう。一方、パックドオブジェクトのサイズが小さすぎる場合、パックドオブジェクトに占めるヘッダの割合が大きくなる結果、磁気テープTの実効容量が低下してしまう。ここでいう実効容量とは、磁気テープTにおけるパックドオブジェクトのヘッダを除いた、保存対象のオブジェクトを記録可能な容量を意味する。 Therefore, if the size of the packed object is too large, it takes a long time to read the packed object from the magnetic tape T, and as a result, the time spent to acquire the object to be acquired also becomes long. On the other hand, if the size of the packed object is too small, the ratio of the header to the packed object becomes large, and as a result, the effective capacity of the magnetic tape T decreases. The effective capacity referred to here means a capacity that can record an object to be stored, excluding the header of the packed object on the magnetic tape T.
 また、パックドオブジェクトを生成する処理を定期的に行う場合、直前の期間に受信したオブジェクトによって、サイズが大きすぎるパックドオブジェクトが生成されたり、サイズが小さすぎるパックドオブジェクトが生成されたりしてしまう。そこで、情報処理装置12は、パックドオブジェクトを生成する処理を行うか否かを予め定められた閾値THを用いて判定する機能を有する。 Also, if the process of creating a packed object is performed periodically, the object received in the immediately preceding period may generate a packed object that is too large in size or a packed object that is too small in size. Therefore, the information processing apparatus 12 has a function of determining whether or not to perform a process of generating a packed object by using a predetermined threshold value TH.
 次に、図5を参照して、本実施形態に係る情報処理装置12の機能的な構成について説明する。図5に示すように、情報処理装置12は、受信部40、判定部42、生成部44、及び制御部46を含む。CPU20が情報処理プログラム30を実行することにより、受信部40、判定部42、生成部44、及び制御部46として機能する。 Next, with reference to FIG. 5, the functional configuration of the information processing apparatus 12 according to the present embodiment will be described. As shown in FIG. 5, the information processing apparatus 12 includes a receiving unit 40, a determination unit 42, a generation unit 44, and a control unit 46. When the CPU 20 executes the information processing program 30, it functions as a receiving unit 40, a determination unit 42, a generation unit 44, and a control unit 46.
 受信部40は、外部装置から送信されたオブジェクトを、ネットワークI/F25を介して受信する。また、受信部40は、受信したオブジェクトを記憶部22に記憶する。 The receiving unit 40 receives the object transmitted from the external device via the network I / F25. Further, the receiving unit 40 stores the received object in the storage unit 22.
 判定部42は、定期的に、記憶部22に記憶された、まとめる処理が未実行のオブジェクト群である処理対象オブジェクト群のオブジェクトのサイズの合計値TSと閾値THとを比較する処理を行い、合計値TSが閾値TH以上であるか否かを判定する。この場合の閾値THとしては、例えば、1つのパックドオブジェクトのサイズの下限値として予め定められた値を適用することができる。また、判定部42が定期的に上記の判定を行う時間間隔T1としては、例えば、過去にその時間間隔T1内に受信したオブジェクト群のオブジェクトのサイズの合計値の最大値が1つのパックドオブジェクトのサイズの上限値以下となる時間間隔が挙げられる。 The determination unit 42 periodically performs a process of comparing the total value TS and the threshold value TH of the objects of the object group to be processed, which is the object group whose summarization process has not been executed, stored in the storage unit 22. It is determined whether or not the total value TS is equal to or greater than the threshold value TH. As the threshold value TH in this case, for example, a predetermined value can be applied as the lower limit value of the size of one packed object. Further, as the time interval T1 in which the determination unit 42 periodically performs the above determination, for example, the maximum value of the total size of the objects of the object group received within the time interval T1 in the past is one packed object. The time interval that is less than or equal to the upper limit of the size can be mentioned.
 生成部44は、判定部42により合計値TSが閾値TH以上であると判定された場合に、処理対象オブジェクト群をまとめたパックドオブジェクトを生成する。制御部46は、生成部44により生成されたパックドオブジェクトを磁気テープTに記録する制御を行う。 When the determination unit 42 determines that the total value TS is equal to or greater than the threshold value TH, the generation unit 44 generates a packed object that summarizes the objects to be processed. The control unit 46 controls to record the packed object generated by the generation unit 44 on the magnetic tape T.
 次に、図6及び図7を参照して、本実施形態に係る情報処理装置12の作用を説明する。CPU20が情報処理プログラム30を実行することによって、図6に示すオブジェクト受信処理、及び図7に示すオブジェクト記録処理が実行される。図6に示すオブジェクト受信処理は、例えば、外部装置から送信されたオブジェクトを情報処理装置12が受信した場合に実行される。図7に示すオブジェクト記録処理は、例えば、予め定められた時間間隔T1で定期的に実行される。 Next, the operation of the information processing apparatus 12 according to the present embodiment will be described with reference to FIGS. 6 and 7. When the CPU 20 executes the information processing program 30, the object reception process shown in FIG. 6 and the object recording process shown in FIG. 7 are executed. The object reception process shown in FIG. 6 is executed, for example, when the information processing device 12 receives an object transmitted from an external device. The object recording process shown in FIG. 7 is periodically executed, for example, at a predetermined time interval T1.
 図6のステップS10で、受信部40は、外部装置から送信されたオブジェクトを、ネットワークI/F25を介して受信する。ステップS12で、受信部40は、ステップS10で受信されたオブジェクトを記憶部22に記憶する。ステップS12の処理が終了すると、オブジェクト受信処理が終了する。 In step S10 of FIG. 6, the receiving unit 40 receives the object transmitted from the external device via the network I / F25. In step S12, the receiving unit 40 stores the object received in step S10 in the storage unit 22. When the process of step S12 is completed, the object reception process is completed.
 図7のステップS20で、判定部42は、記憶部22に記憶された処理対象オブジェクト群のオブジェクトのサイズの合計値TSと閾値THとを比較する処理を行い、合計値TSが閾値TH以上であるか否かを判定する。この判定が肯定判定となった場合、処理はステップS22に移行する。 In step S20 of FIG. 7, the determination unit 42 performs a process of comparing the total value TS of the object size of the object group to be processed stored in the storage unit 22 with the threshold value TH, and the total value TS is equal to or higher than the threshold value TH. Determine if it exists. If this determination is affirmative, the process proceeds to step S22.
 ステップS22で、生成部44は、処理対象オブジェクト群をまとめたパックドオブジェクトを生成する。ステップS24で、制御部46は、ステップS22で生成されたパックドオブジェクトを磁気テープTに記録する制御を行う。ステップS24が終了すると、オブジェクト記録処理が終了する。また、ステップS20の判定が否定判定となった場合、オブジェクト記録処理が終了する。 In step S22, the generation unit 44 generates a packed object that summarizes the objects to be processed. In step S24, the control unit 46 controls to record the packed object generated in step S22 on the magnetic tape T. When step S24 ends, the object recording process ends. If the determination in step S20 is a negative determination, the object recording process ends.
 図8を参照して、図7に示すオブジェクト記録処理によるまとめる処理の実行タイミングの具体的な一例を説明する。なお、ここでは説明を簡単にするために、1つのオブジェクトのサイズが5GBであり、閾値THが12GBである例を説明する。図8におけるtは、時間間隔T1毎に図7に示すオブジェクト記録処理が実行されるタイミングを表す。また、それぞれのタイミングtを区別する場合は、タイミングt1~t3のように、末尾に数字を付すこととする。 With reference to FIG. 8, a specific example of the execution timing of the processing to be summarized by the object recording processing shown in FIG. 7 will be described. Here, in order to simplify the explanation, an example in which the size of one object is 5 GB and the threshold value TH is 12 GB will be described. Reference numeral t in FIG. 8 represents the timing at which the object recording process shown in FIG. 7 is executed for each time interval T1. Further, when distinguishing each timing t, a number is added at the end as in timings t1 to t3.
 図8に示すように、最初のタイミングt1では、処理対象オブジェクト群のオブジェクトのサイズの合計値TSが15GB(=5GB×3)であり、閾値TH(=12GB)以上であるため、図7のステップS20の判定が肯定判定となる。この結果、ステップS22の処理によって、処理対象オブジェクト群をまとめたパックドオブジェクトが生成される。 As shown in FIG. 8, at the first timing t1, the total value TS of the object sizes of the objects to be processed is 15 GB (= 5 GB × 3), which is equal to or higher than the threshold value TH (= 12 GB). The determination in step S20 is an affirmative determination. As a result, by the processing of step S22, a packed object that summarizes the processing target object group is generated.
 次のタイミングt2では、処理対象オブジェクト群のオブジェクトのサイズの合計値TSが5GB(=5GB×1)であり、閾値TH(=12GB)未満であるため、図7のステップS20の判定が否定判定となる。この結果、ステップS22、S24の処理は実行されない。 At the next timing t2, the total value TS of the object sizes of the objects to be processed is 5 GB (= 5 GB × 1), which is less than the threshold value TH (= 12 GB), so that the determination in step S20 in FIG. 7 is a negative determination. It becomes. As a result, the processes of steps S22 and S24 are not executed.
 次のタイミングt3では、処理対象オブジェクト群のオブジェクトのサイズの合計値TSが15GB(=5GB×3)であり、閾値TH(=12GB)以上であるため、図7のステップS20の判定が肯定判定となる。この結果、ステップS22の処理によって、処理対象オブジェクト群をまとめたパックドオブジェクトが生成される。 At the next timing t3, the total value TS of the object sizes of the objects to be processed is 15 GB (= 5 GB × 3), which is equal to or higher than the threshold value TH (= 12 GB). Therefore, the determination in step S20 in FIG. 7 is affirmative. It becomes. As a result, by the processing of step S22, a packed object that summarizes the processing target object group is generated.
 以上説明したように、本実施形態によれば、サイズが小さすぎるパックドオブジェクト及びサイズが大きすぎるパックドオブジェクトの生成が抑制される結果、パックドオブジェクトを適切に作成することができる。 As described above, according to the present embodiment, as a result of suppressing the generation of the packed object whose size is too small and the packed object whose size is too large, the packed object can be appropriately created.
 なお、上記実施形態では、処理対象オブジェクト群のオブジェクトのサイズの合計値TSと閾値THとを比較する場合について説明したが、これに限定されない。例えば、処理対象オブジェクト群のオブジェクトの数Nと閾値THとを比較する形態としてもよい。この場合、生成部44は、数Nが閾値TH以上の場合に、処理対象オブジェクト群をまとめたパックドオブジェクトを生成する。 In the above embodiment, the case where the total value TS of the object size of the object group to be processed and the threshold value TH are compared has been described, but the present invention is not limited to this. For example, the number N of objects in the object group to be processed may be compared with the threshold value TH. In this case, when the number N is equal to or greater than the threshold value TH, the generation unit 44 generates a packed object that is a collection of objects to be processed.
 また、上記実施形態では、閾値THを固定値とした場合について説明したが、これに限定されない。例えば、情報処理装置12のCPU20は、外部装置から単位時間あたりに受信したオブジェクトのサイズの合計値に応じて閾値THを導出してもよい。この場合、例えば、CPU20は、合計値TSと閾値THとを比較する処理を行うタイミングtの直近の予め定められた1つの時間間隔T1の期間に受信したオブジェクトのサイズの合計値が小さいほど閾値THを小さい値にする。これにより、一例として図9に示すように、長期間、パックドオブジェクトが生成されないこと、すなわち、長期間、処理対象オブジェクト群が磁気テープTに記録されないことを抑制することができる。なお、図9においても図8と同様に、1つのオブジェクトのサイズが5GBの場合を例示している。 Further, in the above embodiment, the case where the threshold value TH is set to a fixed value has been described, but the present invention is not limited to this. For example, the CPU 20 of the information processing apparatus 12 may derive the threshold value TH according to the total value of the sizes of the objects received from the external device per unit time. In this case, for example, the smaller the total value of the sizes of the objects received by the CPU 20 during the period of one predetermined time interval T1 immediately before the timing t for performing the process of comparing the total value TS and the threshold value TH, the threshold value. Set TH to a small value. As a result, as shown in FIG. 9 as an example, it is possible to suppress that the packed object is not generated for a long period of time, that is, the object group to be processed is not recorded on the magnetic tape T for a long period of time. Note that FIG. 9 also illustrates the case where the size of one object is 5 GB, as in FIG. 8.
 また、CPU20は、閾値THを導出する場合、直近の予め定められた複数の時間間隔T1の期間に受信したオブジェクトのサイズの合計値の時系列データに基づいて閾値THを導出してもよい。この場合、例えば、CPU20は、上記時系列データから、次の時間間隔T1の期間の合計値を予測する。具体的には、例えば、CPU20は、直近の3つの期間の上記時系列データが、1.0TB→1.2TB→1.4TBの場合、次の時間間隔T1の期間の合計値を1.6TBと予測する。また、例えば、CPU20は、直近の3つの期間の上記時系列データが、1.0TB→1.2TB→1.0TBの場合、次の時間間隔T1の期間の合計値を1.2TBと予測する。そして、CPU20は、予測した合計値が小さいほど閾値THを小さい値にする。この予測には、例えば、線形近似及び非線形近似等の近似手法を用いることができる。 Further, when deriving the threshold value TH, the CPU 20 may derive the threshold value TH based on the time-series data of the total value of the sizes of the objects received in the latest predetermined time interval T1. In this case, for example, the CPU 20 predicts the total value of the period of the next time interval T1 from the time series data. Specifically, for example, when the time series data of the latest three periods is 1.0 TB → 1.2 TB → 1.4 TB, the CPU 20 sets the total value of the periods of the next time interval T1 to 1.6 TB. Predict. Further, for example, when the time series data of the latest three periods is 1.0 TB → 1.2 TB → 1.0 TB, the CPU 20 predicts that the total value of the periods of the next time interval T1 is 1.2 TB. .. Then, the CPU 20 sets the threshold value TH to a smaller value as the predicted total value becomes smaller. For this prediction, for example, approximation methods such as linear approximation and non-linear approximation can be used.
 また、CPU20は、閾値THを導出する場合、パックドオブジェクトを生成する時間帯である次の時間間隔T1の時間帯と同じ過去の一つの時間帯に受信したオブジェクトのサイズの合計値に応じて閾値THを導出してもよい。この場合の過去の時間帯の例としては、例えば、前日の同じ時間帯又は一週間前の同じ時間帯が挙げられる。 Further, when the CPU 20 derives the threshold value TH, the CPU 20 has a threshold value according to the total value of the sizes of the objects received in the same past time zone as the time zone of the next time interval T1 which is the time zone for generating the packed object. TH may be derived. Examples of past time zones in this case include, for example, the same time zone of the previous day or the same time zone one week ago.
 また、CPU20は、閾値THを導出する場合、パックドオブジェクトを生成する時間帯である次の時間間隔T1の時間帯と同じ複数の時間帯に受信したオブジェクトのサイズの合計値に応じて閾値THを導出してもよい。この場合の過去の複数の時間帯の例としては、直近の複数日の同じ時間帯又は一週間前と二週間前の同じ時間帯等が挙げられる。 Further, when deriving the threshold value TH, the CPU 20 sets the threshold value TH according to the total value of the sizes of the objects received in the same plurality of time zones as the time zone of the next time interval T1 which is the time zone for generating the packed object. It may be derived. Examples of the past plurality of time zones in this case include the same time zone of the most recent plurality of days or the same time zone one week ago and two weeks ago.
 また、CPU20は、これらの閾値THを導出する場合において、受信したオブジェクトのサイズの合計値に代えて、受信したオブジェクトの数に応じて閾値THを導出してもよい。 Further, when deriving these threshold values TH, the CPU 20 may derive the threshold value TH according to the number of received objects instead of the total value of the sizes of the received objects.
 また、上記実施形態では、パックドオブジェクトを生成する処理及び生成したパックドオブジェクトを磁気テープTに記録する処理を同じ時間間隔で実行する場合について説明したが、これに限定されない。パックドオブジェクトを生成する処理及び生成したパックドオブジェクトを磁気テープTに記録する処理を異なる時間間隔で実行する形態としてもよい。具体的には、生成したパックドオブジェクトを磁気テープTに記録する処理の時間間隔を、パックドオブジェクトを生成する処理の時間間隔よりも長くし、複数のパックドオブジェクトが生成されてから、その複数のパックドオブジェクトを磁気テープTに記録する形態が例示される。 Further, in the above embodiment, the case where the process of generating the packed object and the process of recording the generated packed object on the magnetic tape T are executed at the same time interval has been described, but the present invention is not limited to this. The process of generating the packed object and the process of recording the generated packed object on the magnetic tape T may be executed at different time intervals. Specifically, the time interval of the process of recording the generated packed object on the magnetic tape T is made longer than the time interval of the process of generating the packed object, and after a plurality of packed objects are generated, the plurality of packed objects are generated. An example is a mode in which an object is recorded on a magnetic tape T.
 また、上記実施形態において、例えば、受信部40、判定部42、生成部44、及び制御部46といった各種の処理を実行する処理部(processing unit)のハードウェア的な構造としては、次に示す各種のプロセッサ(processor)を用いることができる。上記各種のプロセッサには、前述したように、ソフトウェア(プログラム)を実行して各種の処理部として機能する汎用的なプロセッサであるCPUに加えて、FPGA(Field Programmable Gate Array)等の製造後に回路構成を変更可能なプロセッサであるプログラマブルロジックデバイス(Programmable Logic Device:PLD)、ASIC(Application Specific Integrated Circuit)等の特定の処理を実行させるために専用に設計された回路構成を有するプロセッサである専用電気回路等が含まれる。 Further, in the above embodiment, for example, the hardware structure of the processing unit (processing unit) that executes various processes such as the receiving unit 40, the determination unit 42, the generating unit 44, and the control unit 46 is shown below. Various processors can be used. For the above-mentioned various processors, as described above, in addition to the CPU, which is a general-purpose processor that executes software (program) and functions as various processing units, circuits after manufacturing FPGA (Field Programmable Gate Array) and the like are used. Dedicated electricity, which is a processor with a circuit configuration specially designed to execute specific processing such as programmable logic device (PLD), ASIC (Application Specific Integrated Circuit), which is a processor whose configuration can be changed. Circuits etc. are included.
 1つの処理部は、これらの各種のプロセッサのうちの1つで構成されてもよいし、同種又は異種の2つ以上のプロセッサの組み合わせ(例えば、複数のFPGAの組み合わせや、CPUとFPGAとの組み合わせ)で構成されてもよい。また、複数の処理部を1つのプロセッサで構成してもよい。 One processing unit may be composed of one of these various processors, or a combination of two or more processors of the same type or different types (for example, a combination of a plurality of FPGAs or a combination of a CPU and an FPGA). It may be composed of a combination). Further, a plurality of processing units may be configured by one processor.
 複数の処理部を1つのプロセッサで構成する例としては、第1に、クライアント及びサーバ等のコンピュータに代表されるように、1つ以上のCPUとソフトウェアの組み合わせで1つのプロセッサを構成し、このプロセッサが複数の処理部として機能する形態がある。第2に、システムオンチップ(System on Chip:SoC)等に代表されるように、複数の処理部を含むシステム全体の機能を1つのIC(Integrated Circuit)チップで実現するプロセッサを使用する形態がある。このように、各種の処理部は、ハードウェア的な構造として、上記各種のプロセッサの1つ以上を用いて構成される。 As an example of configuring a plurality of processing units with one processor, first, one processor is configured by a combination of one or more CPUs and software, as represented by a computer such as a client and a server. There is a form in which the processor functions as a plurality of processing units. Second, as typified by System on Chip (SoC), there is a form that uses a processor that realizes the functions of the entire system including multiple processing units with one IC (Integrated Circuit) chip. be. As described above, the various processing units are configured by using one or more of the above-mentioned various processors as a hardware-like structure.
 更に、これらの各種のプロセッサのハードウェア的な構造としては、より具体的には、半導体素子などの回路素子を組み合わせた電気回路(circuitry)を用いることができる。 Further, as the hardware structure of these various processors, more specifically, an electric circuit (circuitry) in which circuit elements such as semiconductor elements are combined can be used.
 また、上記実施形態では、情報処理プログラム30が記憶部22に予め記憶(インストール)されている態様を説明したが、これに限定されない。情報処理プログラム30は、CD-ROM(Compact Disc Read Only Memory)、DVD-ROM(Digital Versatile Disc Read Only Memory)、及びUSB(Universal Serial Bus)メモリ等の記録媒体に記録された形態で提供されてもよい。また、情報処理プログラム30は、ネットワークを介して外部装置からダウンロードされる形態としてもよい。 Further, in the above embodiment, the embodiment in which the information processing program 30 is stored (installed) in the storage unit 22 in advance has been described, but the present invention is not limited to this. The information processing program 30 is provided in a form recorded on a recording medium such as a CD-ROM (Compact Disc Read Only Memory), a DVD-ROM (Digital Versatile Disc Read Only Memory), and a USB (Universal Serial Bus) memory. May be good. Further, the information processing program 30 may be downloaded from an external device via a network.
 2020年9月1日に出願された日本国特許出願2020-147049号の開示は、その全体が参照により本明細書に取り込まれる。また、本明細書に記載された全ての文献、特許出願、及び技術規格は、個々の文献、特許出願、及び技術規格が参照により取り込まれることが具体的かつ個々に記された場合と同程度に、本明細書中に参照により取り込まれる。 The disclosure of Japanese Patent Application No. 2020-147049 filed on September 1, 2020 is incorporated herein by reference in its entirety. In addition, all documents, patent applications, and technical standards described herein are to the same extent as if it were specifically and individually stated that the individual documents, patent applications, and technical standards were incorporated by reference. Is incorporated herein by reference.

Claims (7)

  1.  少なくとも一つのプロセッサを備え、かつオブジェクト群をまとめて磁気テープに記録する制御を行う情報処理装置であって、
     前記プロセッサは、
     定期的に、まとめる処理が未実行である処理対象オブジェクト群のオブジェクトの数又はサイズの合計値と閾値とを比較する処理を行い、
     前記数又は前記合計値が前記閾値以上の場合に、前記処理対象オブジェクト群をまとめたパックドオブジェクトを生成する
     情報処理装置。
    It is an information processing device that has at least one processor and controls to record a group of objects together on a magnetic tape.
    The processor
    Periodically, the process of comparing the total value of the number or size of the objects in the process target object group for which the process of summarizing has not been executed with the threshold value is performed.
    An information processing device that generates a packed object that is a collection of the objects to be processed when the number or the total value is equal to or greater than the threshold value.
  2.  前記プロセッサは、
     外部装置から単位時間あたりに受信したオブジェクトの数又はサイズの合計値に応じて前記閾値を導出する
     請求項1に記載の情報処理装置。
    The processor
    The information processing device according to claim 1, wherein the threshold value is derived according to the total value of the number or size of objects received from an external device per unit time.
  3.  前記プロセッサは、
     前記比較する処理を行う直近の予め定められた一つ以上の期間、又は前記パックドオブジェクトを生成する時間帯と同じ過去の一つ以上の時間帯の前記数又は前記合計値に応じて前記閾値を導出する
     請求項2に記載の情報処理装置。
    The processor
    The threshold value is set according to the number or the total value of one or more of the most recent predetermined periods in which the comparison process is performed, or one or more time zones in the past that are the same as the time zone in which the packed object is generated. The information processing apparatus according to claim 2 to be derived.
  4.  前記プロセッサは、
     外部装置から受信したオブジェクトの数又はサイズの合計値の時系列データに基づいて前記閾値を導出する
     請求項3に記載の情報処理装置。
    The processor
    The information processing device according to claim 3, wherein the threshold value is derived based on time-series data of the total value of the number or size of objects received from the external device.
  5.  前記プロセッサは、
     生成したパックドオブジェクトを磁気テープに記録する制御を行う
     請求項1から請求項4の何れか1項に記載の情報処理装置。
    The processor
    The information processing apparatus according to any one of claims 1 to 4, wherein the generated packed object is controlled to be recorded on a magnetic tape.
  6.  オブジェクト群をまとめて磁気テープに記録する制御を行う情報処理装置が備えるプロセッサが実行する情報処理方法であって、
     定期的に、まとめる処理が未実行である処理対象オブジェクト群のオブジェクトの数又はサイズの合計値と閾値とを比較する処理を行い、
     前記数又は前記合計値が前記閾値以上の場合に、前記処理対象オブジェクト群をまとめたパックドオブジェクトを生成する
     情報処理方法。
    It is an information processing method executed by the processor provided in the information processing device that controls the recording of objects collectively on magnetic tape.
    Periodically, the process of comparing the total value of the number or size of the objects in the process target object group for which the process of summarizing has not been executed with the threshold value is performed.
    An information processing method for generating a packed object that is a collection of the objects to be processed when the number or the total value is equal to or greater than the threshold value.
  7.  オブジェクト群をまとめて磁気テープに記録する制御を行う情報処理装置が備えるプロセッサに実行させるための情報処理プログラムであって、
     定期的に、まとめる処理が未実行である処理対象オブジェクト群のオブジェクトの数又はサイズの合計値と閾値とを比較する処理を行い、
     前記数又は前記合計値が前記閾値以上の場合に、前記処理対象オブジェクト群をまとめたパックドオブジェクトを生成する
     情報処理プログラム。
    It is an information processing program to be executed by the processor of the information processing device that controls the recording of objects together on magnetic tape.
    Periodically, the process of comparing the total value of the number or size of the objects in the process target object group for which the process of summarizing has not been executed with the threshold value is performed.
    An information processing program that generates a packed object that is a collection of the objects to be processed when the number or the total value is equal to or greater than the threshold value.
PCT/JP2021/017591 2020-09-01 2021-05-07 Information processing device, information processing method, and information processing program WO2022049831A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022546888A JPWO2022049831A1 (en) 2020-09-01 2021-05-07

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2020147049 2020-09-01
JP2020-147049 2020-09-01

Publications (1)

Publication Number Publication Date
WO2022049831A1 true WO2022049831A1 (en) 2022-03-10

Family

ID=80490982

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/017591 WO2022049831A1 (en) 2020-09-01 2021-05-07 Information processing device, information processing method, and information processing program

Country Status (2)

Country Link
JP (1) JPWO2022049831A1 (en)
WO (1) WO2022049831A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10111851A (en) * 1996-10-04 1998-04-28 Nec Corp Buffer control method
US20140189269A1 (en) * 2012-12-28 2014-07-03 Futurewei Technologies, Inc. System and Method for Virtual Tape Library Over S3
JP2019008373A (en) * 2017-06-20 2019-01-17 日本電気株式会社 Virtual tape management apparatus, virtual tape management method and program
WO2020158126A1 (en) * 2019-01-30 2020-08-06 ソニー株式会社 Information processing device, information processing method, and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10111851A (en) * 1996-10-04 1998-04-28 Nec Corp Buffer control method
US20140189269A1 (en) * 2012-12-28 2014-07-03 Futurewei Technologies, Inc. System and Method for Virtual Tape Library Over S3
JP2019008373A (en) * 2017-06-20 2019-01-17 日本電気株式会社 Virtual tape management apparatus, virtual tape management method and program
WO2020158126A1 (en) * 2019-01-30 2020-08-06 ソニー株式会社 Information processing device, information processing method, and program

Also Published As

Publication number Publication date
JPWO2022049831A1 (en) 2022-03-10

Similar Documents

Publication Publication Date Title
CN111868705A (en) Recording device, reading device, recording method, recording program, reading method, reading program, and magnetic tape
WO2021171814A1 (en) Information processing device, information processing method, and information processing program
WO2021171683A1 (en) Information processing device, information processing method, and information processing program
WO2022049831A1 (en) Information processing device, information processing method, and information processing program
WO2022044435A1 (en) Information processing device, information processing method, and information processing program
CN113366569B (en) Recording device, recording method, storage medium, and magnetic tape
WO2022168399A1 (en) Information processing device, information processing method, and information processing program
US20240094935A1 (en) Information processing apparatus, information processing method, and information processing program
WO2022172549A1 (en) Information processing device, information processing method, and information processing program
WO2022176344A1 (en) Information processing device, information processing method, and information processing program
WO2022044434A1 (en) Information processing device, information processing method, and information processing program
WO2021171816A1 (en) Information processing device, information processing method, and information processing program
US20230266886A1 (en) Information processing apparatus, information processing method, and information processing program
WO2021186774A1 (en) Information processing device, information processing method, and information processing program
EP4220418A1 (en) Information processing apparatus, information processing method, and information processing program
WO2022172550A1 (en) Information processing device, information processing method, and information processing program
JP2024053282A (en) Information processing device, information processing method, and information processing program
US20230186945A1 (en) Information processing apparatus, information processing method, and information processing program
WO2022168405A1 (en) Information processing device, information processing method, and information processing program
WO2022044433A1 (en) Information processing device, information processing method, and information processing program
WO2022172548A1 (en) Information processing device, information processing method, and information processing program
WO2022054401A1 (en) Information processing device, information processing method, and information processing program
WO2021054243A1 (en) Recording device, recording method, recording program, and magnetic tape
WO2022049832A1 (en) Information processing device, information processing method, and information processing program
WO2022185650A1 (en) Information processing device, information processing method, and information processing program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21863890

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022546888

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21863890

Country of ref document: EP

Kind code of ref document: A1