WO2022049903A1 - 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
WO2022049903A1
WO2022049903A1 PCT/JP2021/026637 JP2021026637W WO2022049903A1 WO 2022049903 A1 WO2022049903 A1 WO 2022049903A1 JP 2021026637 W JP2021026637 W JP 2021026637W WO 2022049903 A1 WO2022049903 A1 WO 2022049903A1
Authority
WO
WIPO (PCT)
Prior art keywords
magnetic tape
recording
information processing
update
recorded
Prior art date
Application number
PCT/JP2021/026637
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 JP2022546914A priority Critical patent/JPWO2022049903A1/ja
Publication of WO2022049903A1 publication Critical patent/WO2022049903A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • 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

Definitions

  • the disclosed technology relates to information processing devices, information processing methods, and information processing programs.
  • the following techniques are known as techniques for recording updated objects for which new objects have been updated.
  • Japanese Patent Application Laid-Open No. 2010-272011 describes an overlay network system including an overlay network composed of a plurality of nodes each having a unique node ID and a client terminal using the overlay network.
  • each of the plurality of nodes or the client terminal is a first object ID setting means for setting the object ID of the newly created object, and the newly created object is used as a tree part in the object ID.
  • It is a first object ID setting means for setting a representative value which is a unique value and a second object ID setting means for setting an object ID of an updated object, and is a tree part in the object ID before updating. It has a second object ID setting means for setting the value of the tree portion in the object ID of the object.
  • Each of the plurality of nodes has an object storage means for registering an object, and whether the registration destination node to which the newly created or updated object should be registered is the node itself, the object ID of the object. Judgment is made based on whether the node ID of the node itself is the closest to the tree part in, and if it is determined that the node itself is the registration destination node, the requested object is associated with the object ID and the node Register with your own object storage means.
  • the object update process in the object storage system is not performed by overwriting the object, but by creating a new object after the update separately from the object before the update. Therefore, when an object is recorded on a magnetic tape, the updated object (hereinafter referred to as an updated object) is recorded as an object different from the object before the update (hereinafter referred to as a new object).
  • the object to be deleted cannot be deleted independently. Therefore, for example, an object containing metadata indicating that the object to be deleted has been deleted (hereinafter referred to as “object”).
  • object an object containing metadata indicating that the object to be deleted has been deleted (hereinafter referred to as “object”).
  • object an object containing metadata indicating that the object to be deleted has been deleted
  • the disclosed technology was made in view of the above circumstances, and aims to facilitate the understanding of the history of objects recorded on magnetic tape.
  • the information processing device is an information processing device including at least one processor, and the processor indicates that the object to be recorded is an updated object that is an update of a new object, or a new object is deleted.
  • the processor indicates that the object to be recorded is an updated object that is an update of a new object, or a new object is deleted.
  • control is performed to record the updated object or the deleted object on the corresponding magnetic tape, which is the magnetic tape on which the corresponding new object is recorded.
  • the processor may control to record a new object on a magnetic tape whose free space is equal to or greater than the first threshold value. That is, the processor may control to prohibit recording of new objects on magnetic tape whose free space is less than the first threshold.
  • the processor may control to record the update object on the corresponding magnetic tape whose free space is smaller than the first threshold value and equal to or larger than the second threshold value. That is, the processor may control to prohibit recording of the update object on the corresponding magnetic tape whose free space is smaller than the first threshold value and less than the second threshold value.
  • the processor may control to record the update object on a specific magnetic tape different from the corresponding magnetic tape.
  • the processor may control the recording of the deleted object on a specific magnetic tape when the corresponding magnetic tape does not have the free space required for recording the deleted object.
  • the processor may control recording the identification information of the corresponding magnetic tape on the storage medium attached to the specific magnetic tape or the cartridge accommodating the specific magnetic tape.
  • the processor may control to construct an object group in which a plurality of objects to be recorded are grouped for each type of new object, update object, and deleted object, and record various different object groups on the same magnetic tape. ..
  • the processor controls to record objects containing multiple update objects after objects containing multiple new objects, and objects containing multiple deleted objects after objects containing multiple update objects. You may go.
  • the information processing method according to the disclosure technique corresponds to the update object or the deletion object.
  • This is an information processing method in which at least one processor included in the information processing apparatus executes a process of controlling recording on a corresponding magnetic tape, which is a magnetic tape on which a new object is recorded.
  • the information processing program corresponds to the update object or the deletion object.
  • This is an information processing program for causing at least one processor of an information processing device to execute a process of controlling recording on a corresponding magnetic tape, which is a magnetic tape on which a new object is recorded.
  • FIG. 1 is a diagram showing a configuration of a recording / reproduction system 1 according to an embodiment of the disclosed technique.
  • the recording / playback system 1 constitutes a so-called object storage system, and stores objects requested to be stored by an external device (not shown) such as a user terminal connected to the recording / playback system 1 via a network.
  • an external device such as a user terminal connected to the recording / playback system 1 via a network.
  • An object is composed of a data body and metadata about the data body.
  • the recording / playback system 1 includes an information processing device 10 and a tape library 20.
  • the tape library 20 includes a plurality of slots (not shown) and a plurality of tape drives 40, and each slot stores a magnetic tape 30.
  • the object for which storage is requested from an external device such as a user terminal is recorded on the magnetic tape 30.
  • the tape drive 40 records (writes) an object on the magnetic tape 30 loaded in the tape drive 40 and reads an object from the magnetic tape 30 based on an instruction from the information processing apparatus 10.
  • An example of the magnetic tape 30 is an LTO (Linear Tape-Open) tape.
  • LTO Linear Tape-Open
  • FIG. 2 is a diagram showing an example of the hardware configuration of the information processing apparatus 10.
  • the information processing device 10 includes a CPU (Central Processing Unit) 101, a memory 102 as a temporary storage area, and a non-volatile storage unit 103. Further, the information processing apparatus 10 includes a display unit 104 such as a liquid crystal display, an input unit 105 including an input device such as a keyboard and a mouse, a network interface 106 connected to a network, and an external interface 107 to which a tape drive 40 is connected.
  • the CPU 101, the memory 102, the storage unit 103, the display unit 104, the input unit 105, the network interface 106, and the external interface 107 are connected to the bus 108.
  • the storage unit 103 is realized by a storage medium such as an HDD (Hard Disk Drive), an SSD (Solid State Drive), or a flash memory.
  • the information processing program 110 is stored in the storage unit 103.
  • the CPU 101 reads the information processing program 110 from the storage unit 103, expands the information processing program 110 into the memory 102, and executes the program.
  • An example of the information processing apparatus 10 is a server computer or the like.
  • CPU101 is an example of a "processor" in the disclosed technology.
  • the storage unit 103 stores a recording target object 120, which is an object to be recorded on the magnetic tape 30.
  • the recording target object 120 stored in the storage unit 103 is recorded on the magnetic tape 30 at an instruction from the outside or a predetermined timing.
  • the recording target object 120 includes a new object 121, an update object 122, and a deleted object 123.
  • the new object 121 is an object newly recorded in the recording / reproduction system 1.
  • the update object 122 is an update of the new object 121, and is, for example, an object in which a part or all of the data contained in a new object 121 has been changed.
  • the deleted object 123 is an object indicating that a new object 121 has been deleted.
  • the deleted object 123 has metadata indicating that the object to be deleted has been deleted.
  • the new object 121, the update object 122, and the deleted object 123 are stored as separate objects. That is, in the recording / playback system 1, the object is updated not by so-called "data overwriting" but by the addition of the updated object. In addition, the deletion of an object is treated as if the corresponding object was deleted by adding the deleted object.
  • the update object 122 and the deleted object 123 are given the same identification information as the corresponding new object 121.
  • the identification information may be an object key which is a UUID (Universally Unique Identifier) for uniquely identifying an object.
  • the storage unit 103 stores the recording information 130 regarding the object recorded on the magnetic tape 30.
  • FIG. 3 is a diagram showing an example of the recorded information 130.
  • the recording information 130 at least the identification information of each object recorded on the magnetic tape 30 and the identification information of the magnetic tape 30 on which the object is recorded are recorded in association with each other.
  • the recording information 130 it is possible to grasp whether or not an object having certain identification information has been recorded on the magnetic tape 30. Therefore, if the same identification information of the recording target object 120 is already recorded in the recording information 130, the recording target object 120 can be identified as the update object 122. Since the deleted object 123 has metadata indicating that the object to be deleted has been deleted, it can be identified from the metadata that the object is the deleted object 123.
  • the recording information 130 it is possible to specify the corresponding magnetic tape which is the magnetic tape 30 on which the new object 121 corresponding to the update object 122 and the deletion object 123 is recorded.
  • the recording information 130 may constitute a metadata database in which the metadata of each object recorded on the magnetic tape 30 is aggregated.
  • FIG. 4 is a functional block diagram showing an example of the functional configuration of the information processing apparatus 10 when the recording target object 120 is recorded on the magnetic tape 30.
  • the information processing apparatus 10 includes a determination unit 11, a specific unit 12, and a recording unit 13.
  • the CPU 101 executes the information processing program 110, the information processing apparatus 10 functions as a determination unit 11, a specific unit 12, and a recording unit 13.
  • the determination unit 11 determines the type of the object for each of the recording target objects 120. That is, the determination unit 11 determines whether each of the recording target objects 120 is any of the new object 121, the update object 122, and the deleted object 123.
  • the determination unit 11 determines that the object is a new object 121. Further, when the object to be determined is already recorded in the recording information 130, the determination unit 11 determines that the object is the update object 122 or the deletion object 123. The determination unit 11 can identify whether the object is the update object 122 or the deletion object 123 from the metadata of the object.
  • the specifying unit 12 specifies a magnetic tape (hereinafter referred to as a corresponding magnetic tape 30A) in which a new object 121 corresponding to the object is recorded for the object determined to be the update object 122 or the deleted object 123 by the determination unit 11. do.
  • the identification unit 12 can specify the corresponding magnetic tape 30A by referring to the recording information 130.
  • the recording unit 13 controls the recording of the new object 121 on the magnetic tape 30 whose free space is equal to or greater than the first threshold among the magnetic tapes 30 housed in the tape library 20, and the tape drive in which the magnetic tape 30 is loaded. Do for 40. That is, the recording unit 13 controls to prohibit recording of the new object 121 on the magnetic tape 30 whose free capacity is less than the first threshold value.
  • the recording unit 13 controls to record the update object 122 on the corresponding magnetic tape 30A when the free space of the corresponding magnetic tape 30A specified by the specific unit 12 is equal to or larger than the second threshold value smaller than the first threshold value. This is performed for the tape drive 40 loaded with the corresponding magnetic tape 30A. That is, the recording unit 13 controls to prohibit recording of the update object 122 on the corresponding magnetic tape 30A whose free capacity is less than the second threshold value. When the free space of the corresponding magnetic tape 30A is less than the second threshold value, the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the update object 122 on the dedicated magnetic tape 30B. conduct.
  • the dedicated magnetic tape 30B is a magnetic tape used only for recording the update object 122 and the deletion object 123.
  • the dedicated magnetic tape 30B is an example of a "specific magnetic tape" in the disclosed technology.
  • the recording unit 13 controls the corresponding magnetic tape 30A to record the deleted object 123 on the corresponding magnetic tape 30A.
  • the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the deleted object 123 on the dedicated magnetic tape 30B.
  • the recording unit 13 When the recording unit 13 records the update object 122 or the deletion object 123 on the dedicated magnetic tape 30B, the corresponding magnetic tape 30A (that is, the new object 121 corresponding to the update object 122 or the deletion object 123 recorded on the dedicated magnetic tape 30B) Control is performed to record the identification information of the recorded magnetic tape) in a predetermined recording area of the dedicated magnetic tape 30B. This makes it easy to identify the location of the new object 121 corresponding to the update object 122 or the deleted object 123 recorded on the dedicated magnetic tape 30B.
  • the recording unit 13 may control recording the identification information of the corresponding magnetic tape 30A on a non-volatile storage medium (cartridge memory) attached to the cartridge accommodating the dedicated magnetic tape 30B.
  • FIG. 5A is a diagram showing an example of an object recorded on the corresponding magnetic tape 30A.
  • FIG. 5B is a diagram showing an example of an object recorded on the dedicated magnetic tape 30B.
  • a new object 121 and corresponding update objects 122 and deleted objects 123 are recorded on the corresponding magnetic tape 30A.
  • the dedicated magnetic tape 30B records the update object 122 and the deleted object 123 that are not recorded on the corresponding magnetic tape 30A due to the free space.
  • the identification information 140 of the corresponding magnetic tape 30A is recorded on the dedicated magnetic tape 30B.
  • FIG. 6 is a flowchart showing an example of the flow of recording processing executed by the CPU 101 executing the information processing program 110.
  • the information processing program 110 is executed, for example, at a predetermined timing for recording the recording target object 120 on the magnetic tape 30.
  • step S1 the determination unit 11 selects one of the recording target objects 120 stored in the storage unit 103.
  • step S2 the determination unit 11 determines whether or not the recording target object 120 selected in step S1 is a new object 121. If the identification information of the recording target object 120 is not recorded in the recording information 130, the determination unit 11 determines that the recording target object 120 is a new object 121. On the other hand, when the identification information of the recording target object 120 is already recorded in the recording information 130, the determination unit 11 is not the new object 121 (the update object 122 or the deleted object 123). Is determined.
  • the determination unit 11 determines that the recording target object 120 selected in step S1 is a new object 121
  • the determination unit 11 shifts the process to step S3.
  • the determination unit 11 determines that the recording target object 120 selected in step S1 is not the new object 121
  • the determination unit 11 shifts the process to step S4.
  • step S3 the recording unit 13 controls the recording target object 120 selected in step S1 to be recorded on the magnetic tape 30 having a free space equal to or greater than the first threshold value on the tape drive 40 loaded with the magnetic tape 30. Do it against.
  • step S4 the identification unit 12 identifies the corresponding magnetic tape 30A for the recording target object 120 (that is, the update object 122 or the deletion object 123) selected in step S1.
  • the identification unit 12 can specify the corresponding magnetic tape 30A by referring to the recording information 130.
  • step S5 the determination unit 11 determines whether or not the recording target object 120 selected in step S1 is the update object 122.
  • the determination unit 11 can identify whether the object is the update object 122 or the deletion object 123 from the metadata of the object.
  • the determination unit 11 shifts the process to step S6.
  • the determination unit 11 determines that the recording target object 120 selected in step S1 is not the update object 122 (the deleted object 123)
  • the process proceeds to step S9.
  • step S6 the recording unit 13 determines whether or not the free capacity of the corresponding magnetic tape 30A specified in step S4 is equal to or greater than the second threshold value ( ⁇ first threshold value).
  • the recording unit 13 shifts the process to step S7.
  • the processing proceeds to step S8.
  • step S7 the recording unit 13 is loaded with the corresponding magnetic tape 30A to control the recording of the update object 122, which is the recording target object 120 selected in step S1, on the corresponding magnetic tape 30A specified in step S4. This is done for the tape drive 40.
  • step S8 the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the update object 122, which is the recording target object 120 selected in step S1, on the dedicated magnetic tape 30B. ..
  • step S9 the recording unit 13 determines whether or not the corresponding magnetic tape 30A specified in step S4 has the necessary free space.
  • the processing proceeds to step S7.
  • step S7 the recording unit 13 controls the recording of the deleted object 123, which is the recording target object 120 selected in step S1, on the corresponding magnetic tape 30A specified in step S4. This is done for the loaded tape drive 40.
  • step S8 the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the deleted object 123, which is the recording target object 120 selected in step S1, on the dedicated magnetic tape 30B. Do it against.
  • step S10 the recording unit 13 controls to record the identification information of the corresponding magnetic tape 30A specified in step S4 in a predetermined recording area of the dedicated magnetic tape 30B.
  • step S11 the recording unit 13 determines whether or not all the recording target objects 120 stored in the storage unit 103 have been recorded on the magnetic tape 30.
  • the recording unit 13 determines that the recording of all the recording target objects 120 stored in the storage unit 103 on the magnetic tape 30 is completed.
  • the recording unit 13 terminates this routine.
  • the process returns to step S1.
  • the processes of steps S1 to S11 are repeated until the recording of all the recording target objects 120 stored in the storage unit 103 on the magnetic tape 30 is completed.
  • the recording target object 120 is the update object 122 or the deletion object 123
  • the update object 122 or the deletion object 123 and the corresponding new object 121 are recorded.
  • Control is performed to record on the corresponding magnetic tape 30A, which is the magnetic tape 30.
  • the update object 122 or the deleted object 123 is recorded on a magnetic tape 30 different from the corresponding new object 121, is the object recorded on the magnetic tape 30 deleted or updated? , If it has been updated, it may be difficult to grasp the history of the object, such as whether it is the latest object.
  • the information processing apparatus 10 since the new object 121, the update object 122, and the deleted object 123 having a corresponding relationship with each other are recorded on the same magnetic tape 30, the objects recorded on the magnetic tape 30 are recorded. It is possible to easily grasp the history of the object.
  • the information processing apparatus 10 controls to record the new object 121 on the magnetic tape 30 whose free capacity is equal to or greater than the first threshold value. In other words, recording of the new object 121 on the magnetic tape 30 whose free space is less than the first threshold is prohibited. In this way, by limiting the recording of the new object 121 on the magnetic tape 30 according to the free space of the magnetic tape 30, an area for recording the update object 122 and the deleted object 123 is secured on the magnetic tape 30. can do. In the corresponding magnetic tape 30A, it is possible to suppress the possibility that a situation occurs in which the update object 122 or the deleted object 123 cannot be recorded on the corresponding magnetic tape 30A due to insufficient free space.
  • the information processing apparatus 10 controls to record the update object 122 on the corresponding magnetic tape 30A whose free capacity is equal to or larger than the second threshold value. In other words, recording of the update object 122 on the corresponding magnetic tape 30A whose free space is less than the second threshold is prohibited. In this way, by limiting the recording of the update object 122 on the corresponding magnetic tape 30A according to the free space of the corresponding magnetic tape 30A, a recording area for recording the deleted object 123 on the corresponding magnetic tape 30A is secured. Can be done. Since it is assumed that the data size of the deleted object 123 is smaller than that of the new object 121 and the updated object 122, the free space for recording the deleted object 123 can be made relatively small. ..
  • the information processing apparatus 10 controls to record the update object 122 on the dedicated magnetic tape 30B when the free capacity of the corresponding magnetic tape 30A is less than the second threshold value. Further, the information processing apparatus 10 controls to record the deleted object 123 on the dedicated magnetic tape 30B when the corresponding magnetic tape 30A does not have the free space required for recording the deleted object 123. In this way, the update object 122 and the deleted object 123 that are not recorded on the corresponding magnetic tape 30A due to the free space of the corresponding magnetic tape 30A can be recorded on the dedicated magnetic tape 30B used only for recording these objects. , It is possible to prevent these objects from being distributed and recorded on a plurality of magnetic tapes.
  • the information processing apparatus 10 records the identification information of the corresponding magnetic tape 30A in a predetermined recording area of the dedicated magnetic tape 30B or a non-volatile storage medium (cartridge memory) attached to the cartridge accommodating the dedicated magnetic tape 30B. Control to do. This makes it easy to identify the location of the new object 121 corresponding to the update object 122 or the deleted object 123 recorded on the dedicated magnetic tape 30B.
  • a non-volatile storage medium carrier memory
  • FIG. 7 is a functional block diagram showing an example of the functional configuration of the information processing apparatus 10 according to the second embodiment of the disclosed technology.
  • the information processing apparatus 10 according to the second embodiment includes a determination unit 11, a specific unit 12, a packing unit 14, and a recording unit 13.
  • the CPU 101 executes the information processing program 110
  • the information processing apparatus 10 functions as a determination unit 11, a specific unit 12, a packing unit 14, and a recording unit 13. Since the processing performed by the determination unit 11 and the specific unit 12 is the same as that of the information processing apparatus 10 according to the first embodiment described above, the description thereof will be omitted.
  • the packing unit 14 performs a packing process for collecting a plurality of objects for each type of object.
  • An object group including a plurality of objects constructed by this packing process is hereinafter referred to as a packed object.
  • 8A, 8B, and 8C are diagrams showing an example of the configuration of the packed object constructed by the packing unit 14.
  • the packing unit 14 constructs a packed object 200A in which a plurality of new objects 121 are put together. Further, as shown in FIG. 8B, the packing unit 14 constructs a packed object 200B in which a plurality of update objects 122 are grouped together. The packing unit 14 constructs the packed object 200B so that a plurality of updated objects 122 having the same corresponding magnetic tape 30A specified by the specific unit 12 are included in the same packed object. Further, the packing unit 14 constructs the packed object 200B so that a plurality of updated objects 122 having different corresponding magnetic tapes 30A specified by the specific unit 12 are included in the packed objects different from each other. Further, as shown in FIG.
  • the packing unit 14 constructs a packed object 200C in which a plurality of deleted objects 123 are put together.
  • the packing unit 14 constructs the packed object 200C so that a plurality of deleted objects 123 having the same corresponding magnetic tape 30A specified by the specific unit 12 are included in the same packed object.
  • the packing unit 14 constructs the packed object 200C so that a plurality of deleted objects 123 having different corresponding magnetic tapes 30A specified by the specific unit 12 are included in the packed objects different from each other.
  • the packed objects 200A, 200B, and 200C each include a header 150.
  • the header 150 contains, for example, information about the position of each object included in the packed object within the packed object.
  • the information regarding this position may be, for example, information on the number of bytes to the number of bytes in the packed object in which the object exists.
  • the recording unit 13 records the recording target object 120 on the magnetic tape 30 in units of packed objects.
  • the recording unit 13 controls the recording of the packed object 200A in which the new objects 121 are put together on the magnetic tape 30 whose free space is equal to or larger than the first threshold value among the magnetic tapes 30 housed in the tape library 20.
  • the recording unit 13 controls to prohibit recording of the new object 121 on the magnetic tape 30 whose free capacity is less than the first threshold value.
  • the recording unit 13 When the free space of the corresponding magnetic tape 30A specified by the specific unit 12 is equal to or larger than the second threshold value smaller than the first threshold value, the recording unit 13 is a packed object in which the update object 122 is collected on the corresponding magnetic tape 30A. Control to record 200B is performed on the tape drive 40 loaded with the corresponding magnetic tape 30A. That is, the recording unit 13 controls to prohibit recording of the update object 122 on the corresponding magnetic tape 30A whose free capacity is less than the second threshold value. The recording unit 13 controls to record the packed object 200B including the update object 122 after the packed object 200A including the new object 121. When the free space of the corresponding magnetic tape 30A is less than the second threshold value, the recording unit 13 controls to record the packed object 200B including the update object 122 on the dedicated magnetic tape 30B.
  • the recording unit 13 controls to record the packed object 200C in which the deleted objects 123 are collected on the corresponding magnetic tape 30A. Is performed on the tape drive 40 loaded with the corresponding magnetic tape 30A. The recording unit 13 records the packed object 200C including the deleted object 123 after the packed object 200B including the update object 122. When the corresponding magnetic tape 30A does not have the required free space, the recording unit 13 controls to record the packed object 200C including the deleted object 123 on the dedicated magnetic tape 30B.
  • the recording unit 13 When the recording unit 13 records the packed object 200B including the update object or the packed object 200C including the deletion object 123 on the dedicated magnetic tape 30B, the corresponding magnetic tape 30A (that is, the update object 122 or the deletion object recorded on the dedicated magnetic tape 30B) Control is performed to record the identification information of the magnetic tape on which the new object 121 corresponding to 123 is recorded in a predetermined recording area of the dedicated magnetic tape 30B.
  • FIG. 9A is a diagram showing an example of a packed object recorded on the corresponding magnetic tape 30A.
  • FIG. 9B is a diagram showing an example of a packed object recorded on the dedicated magnetic tape 30B.
  • the corresponding magnetic tape 30A records a packed object 200A that collects new objects 121, a packed object 200B that collects corresponding update objects 122, and a packed object 200C that collects deleted objects 123. Will be done.
  • the dedicated magnetic tape 30B records the packed objects 200B and 200C that are not recorded on the corresponding magnetic tape 30A due to the free space. Further, the identification information 140 of the corresponding magnetic tape 30A is recorded on the dedicated magnetic tape 30B.
  • the information processing apparatus 10 When recording an object on the magnetic tape 30, the information processing apparatus 10 issues a command for recording instructions and performs a process of transmitting the command to the tape drive 40.
  • the frequency of command issuance processing can be reduced, and the overhead due to command issuance can be suppressed.
  • a plurality of objects included in the packed object are recorded in a cohesive state on the magnetic tape 30.
  • the information processing apparatus 10 reads out the object recorded on the magnetic tape 30 in units of packed objects.
  • the information processing device 10 extracts only the object to be read from the objects included in the read packed object, and transmits the object to an external device such as a user terminal that has issued the read request.
  • FIG. 10 is a flowchart showing an example of the flow of recording processing executed by the CPU 101 executing the information processing program 110.
  • the information processing program 110 is executed, for example, at a predetermined timing for recording the recording target object 120 on the magnetic tape 30.
  • step S21 the determination unit 11 determines the type of the object for each of the recording target objects 120 stored in the storage unit 103. That is, the determination unit 11 determines for each of the recording target objects 120 whether the object is a new object 121, an update object 122, or a deleted object 123.
  • step S22 the packing unit 14 constructs a packed object 200A for a plurality of objects determined to be new objects 121 in step S21.
  • step S23 the recording unit 13 controls the recording of the packed object 200A constructed in step S22 on the magnetic tape 30 whose free capacity is equal to or greater than the first threshold value on the tape drive 40 loaded with the magnetic tape 30. Do it against. After that, the recording unit 13 adds the recording information 130 for the recording of the new object 121 in this step S23.
  • step S24 the specifying unit 12 identifies the corresponding magnetic tape 30A for each object determined to be an update object in step S21.
  • the identification unit 12 can specify the corresponding magnetic tape 30A by referring to the recording information 130.
  • step S25 the packing unit 14 constructs the packed object 200B so that a plurality of updated objects 122 having the same corresponding magnetic tape 30A specified in step S24 are included in the same packed object. Further, the packing unit 14 constructs the packed object 200B so that a plurality of updated objects 122 having different corresponding magnetic tapes 30A specified in step S24 are included in the packed objects different from each other.
  • step S26 the recording unit 13 determines whether or not the free capacity of the corresponding magnetic tape 30A specified in step S24 is equal to or greater than the second threshold value ( ⁇ first threshold value).
  • the recording unit 13 shifts the process to step S27.
  • the processing proceeds to step S28.
  • the processing in this step S25 is performed for each corresponding magnetic tape 30A.
  • step S27 the recording unit 13 controls the recording of the packed object 200B constructed in step S25 on the corresponding magnetic tape 30A specified in step S24 with respect to the tape drive 40 loaded with the corresponding magnetic tape 30A. conduct.
  • step S28 the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the packed object 200B constructed in step S25 on the dedicated magnetic tape 30B.
  • step S29 the specifying unit 12 specifies the corresponding magnetic tape 30A for each object determined to be a deleted object in step S21.
  • the identification unit 12 can specify the corresponding magnetic tape by referring to the recording information 130.
  • step S30 the packing unit 14 constructs the packed object 200C so that a plurality of deleted objects 123 having the same corresponding magnetic tape 30A specified in step S29 are included in the same packed object. Further, the packing unit 14 constructs the packed object 200C so that the plurality of deleted objects 123 having different corresponding magnetic tapes 30A specified in step S29 are included in the packed objects different from each other.
  • step S31 the recording unit 13 determines whether or not the corresponding magnetic tape 30A specified in step S29 has free space required for recording the packed object 200C.
  • the processing proceeds to step S32.
  • the recording unit 13 determines that the corresponding magnetic tape 30A does not have the necessary free space, the process shifts to step S33.
  • the determination in this step S31 is made for each corresponding magnetic tape 30A.
  • step S32 the recording unit 13 controls the recording of the packed object 200C constructed in step S30 on the corresponding magnetic tape 30A specified in step S29 to the tape drive 40 loaded with the corresponding magnetic tape 30A. conduct.
  • step S33 the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the packed object 200C constructed in step S30 on the dedicated magnetic tape 30B.
  • step S34 the recording unit 13 controls to record the identification information of the corresponding magnetic tape 30A specified in steps S24 and S29 in a predetermined recording area of the dedicated magnetic tape 30B.
  • the information processing apparatus 10 constructs packed objects 200A, 200B, and 200C in which a plurality of recording target objects 120 are grouped for each object type, and corresponds to each other. Control is performed to record the related packed objects 200A, 200B, and 200C on the same magnetic tape (corresponding magnetic tape 30A).
  • the new object 121, the update object 122, and the deleted object 123 having a corresponding relationship with each other are the same magnetic tape 30 as in the information processing apparatus 10 according to the first embodiment. Since it is recorded on the magnetic tape 30, it is possible to easily grasp the history of the object recorded on the magnetic tape 30.
  • the object to be read it is possible to grasp whether or not the object to be read has been deleted by first accessing the packed object 200C in which the deleted objects 123 are collected. can. If the object to be read has not been deleted, the latest object can be read by accessing the packed object 200B in which the update objects 122 are collected.
  • the reading of the objects is more efficient than in the case of recording the various different objects without collecting them. It will be possible to do it.
  • the hardware structure of the processing unit (processing unit) that executes various processes such as the determination unit 11, the specific unit 12, the recording unit 13, and the packing unit 14 is as shown below.
  • Processor can be used.
  • the various processors include a CPU, which is a general-purpose processor that executes software (program) and functions as various processing units, and a processor whose circuit configuration can be changed after manufacturing an FPGA or the like. It includes a dedicated electric circuit, which is a processor having a circuit configuration specially designed for executing a specific process such as a programmable logic device (PLD), an ASIC (Application Specific Integrated Circuit), and the like.
  • PLD programmable logic device
  • ASIC Application Specific Integrated Circuit
  • 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 110 is stored (installed) in the storage unit 103 in advance, but the present invention is not limited to this.
  • the information processing program 110 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 110 may be downloaded from an external device via a network.

Abstract

This information processing device includes at least one processor. When an object to be recorded is an update object that is an update of new object or is a delete object indicating that a new object is deleted, the processor controls to record the update object or delete object on a corresponding magnetic tape that is a magnetic tape on which the corresponding new object is recorded.

Description

情報処理装置、情報処理方法、及び情報処理プログラムInformation processing equipment, information processing methods, and information processing programs
 開示の技術は、情報処理装置、情報処理方法、及び情報処理プログラムに関する。 The disclosed technology relates to information processing devices, information processing methods, and information processing programs.
 新規オブジェクトが更新された更新オブジェクトの記録に関する技術として、以下の技術が知られている。 The following techniques are known as techniques for recording updated objects for which new objects have been updated.
 例えば特開2010-272011号公報には、それぞれ固有のノードIDを持つ複数のノードから構成されるオーバーレイネットワークと、オーバーレイネットワークを利用するクライアント端末とを備えたオーバーレイネットワークシステムが記載されている。このシステムにおいて、複数のノードの各々又はクライアント端末は、新規作成されたオブジェクトのオブジェクトIDを設定する第1のオブジェクトID設定手段であって、当該オブジェクトIDにおけるツリー部として当該新規作成されたオブジェクトに固有の値である代表値を設定する第1のオブジェクトID設定手段と、更新後のオブジェクトのオブジェクトIDを設定する第2のオブジェクトID設定手段であって、当該オブジェクトIDにおけるツリー部として更新前のオブジェクトのオブジェクトIDにおけるツリー部の値を設定する第2のオブジェクトID設定手段とを有する。複数のノードの各々は、オブジェクトを登録するためのオブジェクト記憶手段を有し、新規作成された又は更新後のオブジェクトが登録されるべき登録先ノードがノード自身であるかを、当該オブジェクトのオブジェクトIDにおけるツリー部に対して、ノード自身のノードIDが最も近接しているかに基づいて判定し、ノード自身が登録先ノードであると判定された場合、要求されたオブジェクトをオブジェクトIDに対応付けてノード自身のオブジェクト記憶手段に登録する。 For example, Japanese Patent Application Laid-Open No. 2010-272011 describes an overlay network system including an overlay network composed of a plurality of nodes each having a unique node ID and a client terminal using the overlay network. In this system, each of the plurality of nodes or the client terminal is a first object ID setting means for setting the object ID of the newly created object, and the newly created object is used as a tree part in the object ID. It is a first object ID setting means for setting a representative value which is a unique value and a second object ID setting means for setting an object ID of an updated object, and is a tree part in the object ID before updating. It has a second object ID setting means for setting the value of the tree portion in the object ID of the object. Each of the plurality of nodes has an object storage means for registering an object, and whether the registration destination node to which the newly created or updated object should be registered is the node itself, the object ID of the object. Judgment is made based on whether the node ID of the node itself is the closest to the tree part in, and if it is determined that the node itself is the registration destination node, the requested object is associated with the object ID and the node Register with your own object storage means.
 オブジェクトストレージシステムにおけるオブジェクトの更新処理は、オブジェクトの上書き保存ではなく、更新前のオブジェクトとは別に、更新後のオブジェクトを新たに生成することによって行われる。従って、磁気テープにオブジェクトを記録する場合、更新後のオブジェクト(以下、更新オブジェクトという)は、更新前のオブジェクト(以下、新規オブジェクトという)とは別のオブジェクトとして記録される。 The object update process in the object storage system is not performed by overwriting the object, but by creating a new object after the update separately from the object before the update. Therefore, when an object is recorded on a magnetic tape, the updated object (hereinafter referred to as an updated object) is recorded as an object different from the object before the update (hereinafter referred to as a new object).
 また、磁気テープに記録されたオブジェクトを削除する場合、削除対象のオブジェクを単独で削除することができないため、例えば、削除対象のオブジェクトが削除済みであることを表すメタデータを含むオブジェクト(以下、削除オブジェクトという)が磁気テープに記録される。 In addition, when deleting an object recorded on magnetic tape, the object to be deleted cannot be deleted independently. Therefore, for example, an object containing metadata indicating that the object to be deleted has been deleted (hereinafter referred to as “object”). The deleted object) is recorded on magnetic tape.
 このように、オブジェクトストレージシステムにおけるオブジェクトの記録媒体として磁気テープを用いた場合、新規オブジェクト、更新オブジェクト及び削除オブジェクトがそれぞれ記録されることになる。このため、例えば、更新オブジェクト又は削除オブジェクトが、対応する新規オブジェクトとは別の磁気テープに記録されている場合、磁気テープに記録されたあるオブジェクトが、削除済みであるのか、更新されているのか、更新されている場合は最新のオブジェクトであるのかといった、オブジェクトの履歴の把握が困難となる場合がある。 In this way, when a magnetic tape is used as a recording medium for objects in an object storage system, new objects, updated objects, and deleted objects are recorded, respectively. So, for example, if the update or delete object is recorded on a different magnetic tape than the corresponding new object, is the object recorded on the magnetic tape deleted or updated? , If it has been updated, it may be difficult to grasp the history of the object, such as whether it is the latest object.
 開示の技術は、以上の事情に鑑みてなされたものであり、磁気テープに記録されたオブジェクトの履歴の把握を容易にすることを目的とする。 The disclosed technology was made in view of the above circumstances, and aims to facilitate the understanding of the history of objects recorded on magnetic tape.
 開示の技術に係る情報処理装置は、少なくとも一つのプロセッサを備える情報処理装置であって、プロセッサは、記録対象のオブジェクトが、新規オブジェクトの更新である更新オブジェクト、又は新規オブジェクトが削除されたことを示す削除オブジェクトである場合、更新オブジェクト又は削除オブジェクトを、対応する新規オブジェクトが記録された磁気テープである対応磁気テープに記録する制御を行う。 The information processing device according to the disclosed technique is an information processing device including at least one processor, and the processor indicates that the object to be recorded is an updated object that is an update of a new object, or a new object is deleted. In the case of the indicated deleted object, control is performed to record the updated object or the deleted object on the corresponding magnetic tape, which is the magnetic tape on which the corresponding new object is recorded.
 プロセッサは、空き容量が第1の閾値以上の磁気テープに、新規オブジェクトを記録する制御を行ってもよい。すなわち、プロセッサは、空き容量が第1の閾値未満の磁気テープへの新規オブジェクトの記録を禁止する制御を行ってもよい。 The processor may control to record a new object on a magnetic tape whose free space is equal to or greater than the first threshold value. That is, the processor may control to prohibit recording of new objects on magnetic tape whose free space is less than the first threshold.
 プロセッサは、空き容量が第1の閾値より小さい第2の閾値以上の対応磁気テープに更新オブジェクトを記録する制御を行ってもよい。すなわち、プロセッサは、空き容量が第1の閾値より小さい第2の閾値未満の対応磁気テープへの更新オブジェクトの記録を禁止する制御を行ってもよい。 The processor may control to record the update object on the corresponding magnetic tape whose free space is smaller than the first threshold value and equal to or larger than the second threshold value. That is, the processor may control to prohibit recording of the update object on the corresponding magnetic tape whose free space is smaller than the first threshold value and less than the second threshold value.
 プロセッサは、対応磁気テープの空き容量が第2の閾値未満である場合、更新オブジェクトを、対応磁気テープとは異なる特定の磁気テープに記録する制御を行ってもよい。また、プロセッサは、削除オブジェクトの記録に必要な空き容量が対応磁気テープにない場合、削除オブジェクトを特定の磁気テープに記録する制御を行ってもよい。 When the free space of the corresponding magnetic tape is less than the second threshold value, the processor may control to record the update object on a specific magnetic tape different from the corresponding magnetic tape. In addition, the processor may control the recording of the deleted object on a specific magnetic tape when the corresponding magnetic tape does not have the free space required for recording the deleted object.
 プロセッサは、特定の磁気テープ又は特定の磁気テープを収容するカートリッジに付随する記憶媒体に、対応磁気テープの識別情報を記録する制御を行ってもよい。 The processor may control recording the identification information of the corresponding magnetic tape on the storage medium attached to the specific magnetic tape or the cartridge accommodating the specific magnetic tape.
 プロセッサは、新規オブジェクト、更新オブジェクト及び削除オブジェクトの種別毎に、記録対象の複数のオブジェクトをまとめたオブジェクト群を構築し、各種別のオブジェクト群を同一の磁気テープに記録する制御を行ってもよい。 The processor may control to construct an object group in which a plurality of objects to be recorded are grouped for each type of new object, update object, and deleted object, and record various different object groups on the same magnetic tape. ..
 プロセッサは、複数の更新オブジェクトを含むオブジェクト群を、複数の新規オブジェクトを含むオブジェクト群の後に記録し、複数の削除オブジェクトを含むオブジェクト群を、複数の更新オブジェクトを含むオブジェクト群の後に記録する制御を行ってもよい。 The processor controls to record objects containing multiple update objects after objects containing multiple new objects, and objects containing multiple deleted objects after objects containing multiple update objects. You may go.
 開示の技術に係る情報処理方法は、記録対象のオブジェクトが、新規オブジェクトの更新である更新オブジェクト、又は新規オブジェクトが削除されたことを示す削除オブジェクトである場合、更新オブジェクト又は削除オブジェクトを、対応する新規オブジェクトが記録された磁気テープである対応磁気テープに記録する制御を行う処理を、情報処理装置が備える少なくとも一つのプロセッサが実行する情報処理方法である。 When the object to be recorded is an update object that is an update of a new object or a deletion object that indicates that the new object has been deleted, the information processing method according to the disclosure technique corresponds to the update object or the deletion object. This is an information processing method in which at least one processor included in the information processing apparatus executes a process of controlling recording on a corresponding magnetic tape, which is a magnetic tape on which a new object is recorded.
 開示の技術に係る情報処理プログラムは、記録対象のオブジェクトが、新規オブジェクトの更新である更新オブジェクト、又は新規オブジェクトが削除されたことを示す削除オブジェクトである場合、更新オブジェクト又は削除オブジェクトを、対応する新規オブジェクトが記録された磁気テープである対応磁気テープに記録する制御を行う処理を、情報処理装置が備える少なくとも一つのプロセッサに実行させるための情報処理プログラムである。 When the object to be recorded is an update object that is an update of a new object or a deletion object that indicates that the new object has been deleted, the information processing program according to the disclosure technique corresponds to the update object or the deletion object. This is an information processing program for causing at least one processor of an information processing device to execute a process of controlling recording on a corresponding magnetic tape, which is a magnetic tape on which a new object is recorded.
 開示の技術によれば、磁気テープに記録されたオブジェクトの履歴の把握を容易にすることができる。 According to the disclosed technology, it is possible to easily grasp the history of objects recorded on magnetic tape.
開示の技術の実施形態に係る記録再生システムの構成を示す図である。It is a figure which shows the structure of the recording / reproduction system which concerns on embodiment of the disclosed technique. 開示の技術の実施形態に係る情報処理装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware composition of the information processing apparatus which concerns on embodiment of the disclosed technique. 開示の技術の実施形態に係る記録情報の一例を示す図である。It is a figure which shows an example of the recorded information which concerns on embodiment of the disclosed technique. 開示の技術の実施形態に係る情報処理装置の機能的な構成の一例を示す機能ブロック図である。It is a functional block diagram which shows an example of the functional structure of the information processing apparatus which concerns on embodiment of the disclosed technique. 開示の技術の実施形態に係る対応磁気テープに記録されたオブジェクトの一例を示す図である。It is a figure which shows an example of the object recorded on the corresponding magnetic tape which concerns on embodiment of the disclosed technique. 開示の技術の実施形態に係る専用磁気テープに記録されたオブジェクトの一例を示す図である。It is a figure which shows an example of the object recorded on the exclusive magnetic tape which concerns on embodiment of the disclosed technique. 開示の技術の実施形態に係る記録処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of the recording process which concerns on embodiment of the disclosed technique. 開示の技術の他の実施形態に係る情報処理装置の機能的な構成の一例を示す機能ブロック図である。It is a functional block diagram which shows an example of the functional structure of the information processing apparatus which concerns on other embodiment of the disclosed technique. 開示の技術の他の実施形態に係るパックドオブジェクトの構成の一例を示す図である。It is a figure which shows an example of the structure of the packed object which concerns on other embodiment of the disclosed technique. 開示の技術の他の実施形態に係るパックドオブジェクトの構成の一例を示す図である。It is a figure which shows an example of the structure of the packed object which concerns on other embodiment of the disclosed technique. 開示の技術の他の実施形態に係るパックドオブジェクトの構成の一例を示す図である。It is a figure which shows an example of the structure of the packed object which concerns on other embodiment of the disclosed technique. 開示の技術の他の実施形態に係る対応磁気テープに記録されたパックドオブジェクトの一例を示す図である。It is a figure which shows an example of the packed object recorded on the corresponding magnetic tape which concerns on other embodiments of the disclosed technique. 開示の技術の他の実施形態に係る専用磁気テープに記録されたパックドオブジェクトの一例を示す図である。It is a figure which shows an example of the packed object recorded on the exclusive magnetic tape which concerns on other embodiment of the disclosed technique. 開示の技術の他の実施形態に係る記録処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of the recording process which concerns on other embodiment of the disclosed technique.
 以下、開示の技術の実施形態の一例を、図面を参照しつつ説明する。なお、各図面において同一又は等価な構成要素及び部分には同一の参照符号を付与し、重複する説明は適宜省略する。 Hereinafter, an example of the embodiment of the disclosed technology will be described with reference to the drawings. The same reference numerals are given to the same or equivalent components and parts in each drawing, and duplicate description will be omitted as appropriate.
[第1の実施形態]
 図1は、開示の技術の実施形態に係る記録再生システム1の構成を示す図である。記録再生システム1は、いわゆるオブジェクトストレージシステムを構成するものであり、ネットワークを介して記録再生システム1に接続されるユーザ端末等の外部装置(図示せず)から格納要求があったオブジェクトを保管し、外部装置からオブジェクトの読み出し要求があった場合、要求されたオブジェクトを読み出して外部装置に送信する。オブジェクトは、データ本体と、データ本体に関するメタデータとを含んで構成される。
[First Embodiment]
FIG. 1 is a diagram showing a configuration of a recording / reproduction system 1 according to an embodiment of the disclosed technique. The recording / playback system 1 constitutes a so-called object storage system, and stores objects requested to be stored by an external device (not shown) such as a user terminal connected to the recording / playback system 1 via a network. , When there is a request to read an object from an external device, the requested object is read and sent to the external device. An object is composed of a data body and metadata about the data body.
 記録再生システム1は、情報処理装置10及びテープライブラリ20を含む。テープライブラリ20は、複数のスロット(図示せず)及び複数のテープドライブ40を備え、各スロットには磁気テープ30が格納される。ユーザ端末等の外部装置から格納要求があったオブジェクトは、磁気テープ30に記録される。テープドライブ40は、情報処理装置10からの指示に基づいて、テープドライブ40に装填された磁気テープ30へのオブジェクトの記録(書き込み)及び磁気テープ30からのオブジェクトの読み出しを行う。磁気テープ30の例としては、LTO(Linear Tape-Open)テープが挙げられる。磁気テープ30に対してオブジェクトの記録(書き込み)又は読み出しを行う場合、対象の磁気テープ30がスロットから取り出され、所定のテープドライブ40に装填される。テープドライブ40に装填された磁気テープ30に対するオブジェクトの記録又は読み出しが完了すると、磁気テープ30は、テープドライブ40から取り出され、所定のスロットに格納される。情報処理装置10は、磁気テープ30に対するオブジェクトの記録及び読み出しを制御する。 The recording / playback system 1 includes an information processing device 10 and a tape library 20. The tape library 20 includes a plurality of slots (not shown) and a plurality of tape drives 40, and each slot stores a magnetic tape 30. The object for which storage is requested from an external device such as a user terminal is recorded on the magnetic tape 30. The tape drive 40 records (writes) an object on the magnetic tape 30 loaded in the tape drive 40 and reads an object from the magnetic tape 30 based on an instruction from the information processing apparatus 10. An example of the magnetic tape 30 is an LTO (Linear Tape-Open) tape. When recording (writing) or reading an object from the magnetic tape 30, the target magnetic tape 30 is taken out of the slot and loaded into a predetermined tape drive 40. When the recording or reading of the object on the magnetic tape 30 loaded in the tape drive 40 is completed, the magnetic tape 30 is taken out from the tape drive 40 and stored in a predetermined slot. The information processing apparatus 10 controls recording and reading of an object on the magnetic tape 30.
 図2は、情報処理装置10のハードウェア構成の一例を示す図である。情報処理装置10は、CPU(Central Processing Unit)101、一時記憶領域としてのメモリ102、及び不揮発性の記憶部103を含む。また、情報処理装置10は、液晶ディスプレイ等の表示部104、キーボード及びマウス等の入力デバイスを含む入力部105、ネットワークに接続されるネットワークインターフェース106、及びテープドライブ40が接続される外部インターフェース107を含む。CPU101、メモリ102、記憶部103、表示部104、入力部105、ネットワークインターフェース106、及び外部インターフェース107は、バス108に接続される。 FIG. 2 is a diagram showing an example of the hardware configuration of the information processing apparatus 10. The information processing device 10 includes a CPU (Central Processing Unit) 101, a memory 102 as a temporary storage area, and a non-volatile storage unit 103. Further, the information processing apparatus 10 includes a display unit 104 such as a liquid crystal display, an input unit 105 including an input device such as a keyboard and a mouse, a network interface 106 connected to a network, and an external interface 107 to which a tape drive 40 is connected. include. The CPU 101, the memory 102, the storage unit 103, the display unit 104, the input unit 105, the network interface 106, and the external interface 107 are connected to the bus 108.
 記憶部103は、HDD(Hard Disk Drive)、SSD(Solid State Drive)、又はフラッシュメモリ等の記憶媒体によって実現される。記憶部103には、情報処理プログラム110が記憶される。CPU101は、記憶部103から情報処理プログラム110を読み出してからメモリ102に展開し、実行する。なお、情報処理装置10の例としては、サーバコンピュータ等が挙げられる。CPU101は、開示の技術における「プロセッサ」の一例である。 The storage unit 103 is realized by a storage medium such as an HDD (Hard Disk Drive), an SSD (Solid State Drive), or a flash memory. The information processing program 110 is stored in the storage unit 103. The CPU 101 reads the information processing program 110 from the storage unit 103, expands the information processing program 110 into the memory 102, and executes the program. An example of the information processing apparatus 10 is a server computer or the like. CPU101 is an example of a "processor" in the disclosed technology.
 記憶部103には、磁気テープ30に記録すべきオブジェクトである記録対象オブジェクト120が蓄積される。記憶部103に蓄積された記録対象オブジェクト120は、外部からの指示又は所定のタイミングで、磁気テープ30に記録される。 The storage unit 103 stores a recording target object 120, which is an object to be recorded on the magnetic tape 30. The recording target object 120 stored in the storage unit 103 is recorded on the magnetic tape 30 at an instruction from the outside or a predetermined timing.
 記録対象オブジェクト120には、新規オブジェクト121、更新オブジェクト122、削除オブジェクト123が含まれる。新規オブジェクト121は、記録再生システム1において新規に記録されるオブジェクトである。更新オブジェクト122は、新規オブジェクト121の更新であり、例えば、ある新規オブジェクト121に含まれるデータの一部又は全部が変更されたオブジェクトである。削除オブジェクト123は、ある新規オブジェクト121が削除されたことを示すオブジェクトである。削除オブジェクト123は、削除対象のオブジェクトが削除済みであることを表すメタデータを有している。 The recording target object 120 includes a new object 121, an update object 122, and a deleted object 123. The new object 121 is an object newly recorded in the recording / reproduction system 1. The update object 122 is an update of the new object 121, and is, for example, an object in which a part or all of the data contained in a new object 121 has been changed. The deleted object 123 is an object indicating that a new object 121 has been deleted. The deleted object 123 has metadata indicating that the object to be deleted has been deleted.
 記録再生システム1において、新規オブジェクト121、更新オブジェクト122及び削除オブジェクト123は、それぞれ別々のオブジェクトとして格納される。すなわち、記録再生システム1において、オブジェクトの更新は、いわゆる「データの上書き」ではなく、更新オブジェクトの追加によって行われる。また、オブジェクトの削除は、削除オブジェクトの追加によって対応するオブジェクトを削除したものとして扱う。更新オブジェクト122及び削除オブジェクト123には、対応する新規オブジェクト121と同じ識別情報が付与される。識別情報は、オブジェクトを一意に識別するためのUUID(Universally Unique Identifier)であるオブジェクトキーであってもよい。 In the recording / playback system 1, the new object 121, the update object 122, and the deleted object 123 are stored as separate objects. That is, in the recording / playback system 1, the object is updated not by so-called "data overwriting" but by the addition of the updated object. In addition, the deletion of an object is treated as if the corresponding object was deleted by adding the deleted object. The update object 122 and the deleted object 123 are given the same identification information as the corresponding new object 121. The identification information may be an object key which is a UUID (Universally Unique Identifier) for uniquely identifying an object.
 記憶部103には、磁気テープ30に記録済みのオブジェクトに関する記録情報130が記憶されている。図3は、記録情報130の一例を示す図である。記録情報130には、少なくとも磁気テープ30に記録済みの各オブジェクトの識別情報と、そのオブジェクトの記録先である磁気テープ30の識別情報とが対応付けられて記録されている。記録情報130を参照することで、ある識別情報を有するオブジェクトが、磁気テープ30に記録済みであるか否かを把握することができる。従って、記録対象オブジェクト120の識別情報と同じものが、記録情報130に既に記録されている場合、その記録対象オブジェクト120は、更新オブジェクト122であると特定できる。削除オブジェクト123は、削除対象のオブジェクトが削除済みであることを表すメタデータを有していることから、メタデータからそのオブジェクトが削除オブジェクト123であると特定できる。また、記録情報130を参照することで、更新オブジェクト122及び削除オブジェクト123に対応する新規オブジェクト121が記録された磁気テープ30である対応磁気テープを特定することができる。記録情報130は、磁気テープ30に記録済みの各オブジェクトのメタデータを集約したメタデータ・データベースを構成するものであってもよい。 The storage unit 103 stores the recording information 130 regarding the object recorded on the magnetic tape 30. FIG. 3 is a diagram showing an example of the recorded information 130. In the recording information 130, at least the identification information of each object recorded on the magnetic tape 30 and the identification information of the magnetic tape 30 on which the object is recorded are recorded in association with each other. By referring to the recording information 130, it is possible to grasp whether or not an object having certain identification information has been recorded on the magnetic tape 30. Therefore, if the same identification information of the recording target object 120 is already recorded in the recording information 130, the recording target object 120 can be identified as the update object 122. Since the deleted object 123 has metadata indicating that the object to be deleted has been deleted, it can be identified from the metadata that the object is the deleted object 123. Further, by referring to the recording information 130, it is possible to specify the corresponding magnetic tape which is the magnetic tape 30 on which the new object 121 corresponding to the update object 122 and the deletion object 123 is recorded. The recording information 130 may constitute a metadata database in which the metadata of each object recorded on the magnetic tape 30 is aggregated.
 図4は、記録対象オブジェクト120を磁気テープ30に記録する場合における情報処理装置10の機能的な構成の一例を示す機能ブロック図である。図4に示すように、情報処理装置10は、判定部11、特定部12及び記録部13を含む。CPU101が情報処理プログラム110を実行することにより、情報処理装置10は、判定部11、特定部12及び記録部13として機能する。 FIG. 4 is a functional block diagram showing an example of the functional configuration of the information processing apparatus 10 when the recording target object 120 is recorded on the magnetic tape 30. As shown in FIG. 4, the information processing apparatus 10 includes a determination unit 11, a specific unit 12, and a recording unit 13. When the CPU 101 executes the information processing program 110, the information processing apparatus 10 functions as a determination unit 11, a specific unit 12, and a recording unit 13.
 判定部11は、記録対象オブジェクト120の各々について、オブジェクトの種別を判定する。すなわち、判定部11は、記録対象オブジェクト120の各々が新規オブジェクト121、更新オブジェクト122及び削除オブジェクト123のいずれかであるかを判定する。 The determination unit 11 determines the type of the object for each of the recording target objects 120. That is, the determination unit 11 determines whether each of the recording target objects 120 is any of the new object 121, the update object 122, and the deleted object 123.
 判定部11は、判定対象のオブジェクトの識別情報が、記録情報130に記録されていない場合、そのオブジェクトが新規オブジェクト121であると判定する。また、判定部11は、判定対象のオブジェクトが、記録情報130に既に記録されている場合、そのオブジェクトが更新オブジェクト122又は削除オブジェクト123であると判定する。判定部11は、オブジェクトのメタデータから、そのオブジェクトが更新オブジェクト122であるか削除オブジェクト123であるかを識別することができる。 If the identification information of the object to be determined is not recorded in the recorded information 130, the determination unit 11 determines that the object is a new object 121. Further, when the object to be determined is already recorded in the recording information 130, the determination unit 11 determines that the object is the update object 122 or the deletion object 123. The determination unit 11 can identify whether the object is the update object 122 or the deletion object 123 from the metadata of the object.
 特定部12は、判定部11によって更新オブジェクト122又は削除オブジェクト123であると判定されたオブジェクトについて、そのオブジェクトに対応する新規オブジェクト121が記録された磁気テープ(以下、対応磁気テープ30Aという)を特定する。特定部12は、記録情報130を参照することで、対応磁気テープ30Aを特定することが可能である。 The specifying unit 12 specifies a magnetic tape (hereinafter referred to as a corresponding magnetic tape 30A) in which a new object 121 corresponding to the object is recorded for the object determined to be the update object 122 or the deleted object 123 by the determination unit 11. do. The identification unit 12 can specify the corresponding magnetic tape 30A by referring to the recording information 130.
 記録部13は、テープライブラリ20に収容された磁気テープ30のうち、空き容量が第1の閾値以上の磁気テープ30に新規オブジェクト121を記録する制御を、その磁気テープ30が装填されたテープドライブ40に対して行う。すなわち、記録部13は、空き容量が第1の閾値未満の磁気テープ30への新規オブジェクト121の記録を禁止する制御を行う。 The recording unit 13 controls the recording of the new object 121 on the magnetic tape 30 whose free space is equal to or greater than the first threshold among the magnetic tapes 30 housed in the tape library 20, and the tape drive in which the magnetic tape 30 is loaded. Do for 40. That is, the recording unit 13 controls to prohibit recording of the new object 121 on the magnetic tape 30 whose free capacity is less than the first threshold value.
 記録部13は、特定部12によって特定された対応磁気テープ30Aの空き容量が、第1の閾値よりも小さい第2の閾値以上である場合、対応磁気テープ30Aに更新オブジェクト122を記録する制御を、対応磁気テープ30Aが装填されたテープドライブ40に対して行う。すなわち、記録部13は、空き容量が第2の閾値未満の対応磁気テープ30Aへの更新オブジェクト122の記録を禁止する制御を行う。記録部13は、対応磁気テープ30Aの空き容量が第2の閾値未満である場合、更新オブジェクト122を専用磁気テープ30Bに記録する制御を、専用磁気テープ30Bが装填されたテープドライブ40に対して行う。専用磁気テープ30Bは、更新オブジェクト122及び削除オブジェクト123の記録のためにのみ用いられる磁気テープである。専用磁気テープ30Bは、開示の技術における「特定の磁気テープ」の一例である。 The recording unit 13 controls to record the update object 122 on the corresponding magnetic tape 30A when the free space of the corresponding magnetic tape 30A specified by the specific unit 12 is equal to or larger than the second threshold value smaller than the first threshold value. This is performed for the tape drive 40 loaded with the corresponding magnetic tape 30A. That is, the recording unit 13 controls to prohibit recording of the update object 122 on the corresponding magnetic tape 30A whose free capacity is less than the second threshold value. When the free space of the corresponding magnetic tape 30A is less than the second threshold value, the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the update object 122 on the dedicated magnetic tape 30B. conduct. The dedicated magnetic tape 30B is a magnetic tape used only for recording the update object 122 and the deletion object 123. The dedicated magnetic tape 30B is an example of a "specific magnetic tape" in the disclosed technology.
 記録部13は、特定部12によって特定された対応磁気テープ30Aに、削除オブジェクト123の記録に必要な空き容量がある場合、対応磁気テープ30Aに削除オブジェクト123を記録する制御を、対応磁気テープ30Aが装填されたテープドライブ40に対して行う。記録部13は、対応磁気テープ30Aに必要な空き容量がない場合、専用磁気テープ30Bに削除オブジェクト123を記録する制御を、専用磁気テープ30Bが装填されたテープドライブ40に対して行う。 When the corresponding magnetic tape 30A specified by the specific unit 12 has a free space required for recording the deleted object 123, the recording unit 13 controls the corresponding magnetic tape 30A to record the deleted object 123 on the corresponding magnetic tape 30A. For the tape drive 40 loaded with. When the corresponding magnetic tape 30A does not have the necessary free space, the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the deleted object 123 on the dedicated magnetic tape 30B.
 記録部13は、専用磁気テープ30Bに更新オブジェクト122又は削除オブジェクト123を記録した場合、対応磁気テープ30A(すなわち専用磁気テープ30Bに記録された更新オブジェクト122又は削除オブジェクト123に対応する新規オブジェクト121が記録された磁気テープ)の識別情報を、専用磁気テープ30Bの所定の記録領域に記録する制御を行う。これにより、専用磁気テープ30Bに記録された更新オブジェクト122又は削除オブジェクト123に対応する新規オブジェクト121の所在の特定が容易となる。なお、記録部13は、専用磁気テープ30Bを収容するカートリッジに付随する不揮発性の記憶媒体(カートリッジメモリ)に、対応磁気テープ30Aの識別情報を記録する制御を行ってもよい。 When the recording unit 13 records the update object 122 or the deletion object 123 on the dedicated magnetic tape 30B, the corresponding magnetic tape 30A (that is, the new object 121 corresponding to the update object 122 or the deletion object 123 recorded on the dedicated magnetic tape 30B) Control is performed to record the identification information of the recorded magnetic tape) in a predetermined recording area of the dedicated magnetic tape 30B. This makes it easy to identify the location of the new object 121 corresponding to the update object 122 or the deleted object 123 recorded on the dedicated magnetic tape 30B. The recording unit 13 may control recording the identification information of the corresponding magnetic tape 30A on a non-volatile storage medium (cartridge memory) attached to the cartridge accommodating the dedicated magnetic tape 30B.
 図5Aは、対応磁気テープ30Aに記録されたオブジェクトの一例を示す図である。図5Bは、専用磁気テープ30Bに記録されたオブジェクトの一例を示す図である。図5Aに示すように、対応磁気テープ30Aには、新規オブジェクト121と、これに対応する更新オブジェクト122及び削除オブジェクト123が記録される。図5Bに示すように、専用磁気テープ30Bには、空き容量の都合で対応磁気テープ30Aに記録されない更新オブジェクト122及び削除オブジェクト123が記録される。また、専用磁気テープ30Bには、対応磁気テープ30Aの識別情報140が記録される。 FIG. 5A is a diagram showing an example of an object recorded on the corresponding magnetic tape 30A. FIG. 5B is a diagram showing an example of an object recorded on the dedicated magnetic tape 30B. As shown in FIG. 5A, a new object 121 and corresponding update objects 122 and deleted objects 123 are recorded on the corresponding magnetic tape 30A. As shown in FIG. 5B, the dedicated magnetic tape 30B records the update object 122 and the deleted object 123 that are not recorded on the corresponding magnetic tape 30A due to the free space. Further, the identification information 140 of the corresponding magnetic tape 30A is recorded on the dedicated magnetic tape 30B.
 以下に、情報処理装置10の作用について説明する。図6は、CPU101が、情報処理プログラム110を実行することによって実施される記録処理の流れの一例を示すフローチャートである。情報処理プログラム110は、例えば、記録対象オブジェクト120を磁気テープ30に記録するタイミングとして予め定められたタイミングで実行される。 The operation of the information processing apparatus 10 will be described below. FIG. 6 is a flowchart showing an example of the flow of recording processing executed by the CPU 101 executing the information processing program 110. The information processing program 110 is executed, for example, at a predetermined timing for recording the recording target object 120 on the magnetic tape 30.
 ステップS1において、判定部11は、記憶部103に蓄積された記録対象オブジェクト120のうちの1つを選択する。 In step S1, the determination unit 11 selects one of the recording target objects 120 stored in the storage unit 103.
 ステップS2において、判定部11は、ステップS1において選択された記録対象オブジェクト120が新規オブジェクト121であるか否かを判定する。判定部11は、その記録対象オブジェクト120の識別情報が、記録情報130に記録されていない場合、その記録対象オブジェクト120が新規オブジェクト121であると判定する。一方、判定部11は、その記録対象オブジェクト120の識別情報が、記録情報130に既に記録されている場合、その記録対象オブジェクト120は新規オブジェクト121ではない(更新オブジェクト122又は削除オブジェクト123である)と判定する。 In step S2, the determination unit 11 determines whether or not the recording target object 120 selected in step S1 is a new object 121. If the identification information of the recording target object 120 is not recorded in the recording information 130, the determination unit 11 determines that the recording target object 120 is a new object 121. On the other hand, when the identification information of the recording target object 120 is already recorded in the recording information 130, the determination unit 11 is not the new object 121 (the update object 122 or the deleted object 123). Is determined.
 判定部11は、ステップS1において選択された記録対象オブジェクト120が新規オブジェクト121であると判定した場合、処理をステップS3に移行する。一方、判定部11は、ステップS1において選択された記録対象オブジェクト120が新規オブジェクト121ではないと判定した場合、処理をステップS4に移行する。 When the determination unit 11 determines that the recording target object 120 selected in step S1 is a new object 121, the determination unit 11 shifts the process to step S3. On the other hand, when the determination unit 11 determines that the recording target object 120 selected in step S1 is not the new object 121, the determination unit 11 shifts the process to step S4.
 ステップS3において記録部13は、ステップS1において選択された記録対象オブジェクト120を、空き容量が第1の閾値以上の磁気テープ30に記録する制御を、その磁気テープ30が装填されたテープドライブ40に対して行う。 In step S3, the recording unit 13 controls the recording target object 120 selected in step S1 to be recorded on the magnetic tape 30 having a free space equal to or greater than the first threshold value on the tape drive 40 loaded with the magnetic tape 30. Do it against.
 ステップS4において、特定部12は、ステップS1において選択された記録対象オブジェクト120(すなわち、更新オブジェクト122又は削除オブジェクト123)について対応磁気テープ30Aを特定する。特定部12は、記録情報130を参照することで、対応磁気テープ30Aを特定することが可能である。 In step S4, the identification unit 12 identifies the corresponding magnetic tape 30A for the recording target object 120 (that is, the update object 122 or the deletion object 123) selected in step S1. The identification unit 12 can specify the corresponding magnetic tape 30A by referring to the recording information 130.
 ステップS5において、判定部11は、ステップS1において選択された記録対象オブジェクト120が更新オブジェクト122であるか否かを判定する。判定部11は、オブジェクトのメタデータから、そのオブジェクトが更新オブジェクト122であるか削除オブジェクト123であるかを識別することができる。判定部11は、ステップS1において選択された記録対象オブジェクト120が更新オブジェクト122であると判定した場合、処理をステップS6に移行する。一方、判定部11は、ステップS1において選択された記録対象オブジェクト120が更新オブジェクト122ではない(削除オブジェクト123である)と判定した場合、処理をステップS9に移行する。 In step S5, the determination unit 11 determines whether or not the recording target object 120 selected in step S1 is the update object 122. The determination unit 11 can identify whether the object is the update object 122 or the deletion object 123 from the metadata of the object. When the determination unit 11 determines that the recording target object 120 selected in step S1 is the update object 122, the determination unit 11 shifts the process to step S6. On the other hand, when the determination unit 11 determines that the recording target object 120 selected in step S1 is not the update object 122 (the deleted object 123), the process proceeds to step S9.
 ステップS6において、記録部13は、ステップS4において特定された対応磁気テープ30Aの空き容量が第2の閾値(<第1の閾値)以上であるか否かを判定する。記録部13は、対応磁気テープ30Aの空き容量が第2の閾値以上であると判定した場合、処理をステップS7に移行する。一方、記録部13は、対応磁気テープ30Aの空き容量が第2の閾値以上ではないと判定した場合、処理をステップS8に移行する。 In step S6, the recording unit 13 determines whether or not the free capacity of the corresponding magnetic tape 30A specified in step S4 is equal to or greater than the second threshold value (<first threshold value). When the recording unit 13 determines that the free capacity of the corresponding magnetic tape 30A is equal to or greater than the second threshold value, the recording unit 13 shifts the process to step S7. On the other hand, when the recording unit 13 determines that the free capacity of the corresponding magnetic tape 30A is not equal to or more than the second threshold value, the processing proceeds to step S8.
 ステップS7において、記録部13は、ステップS1において選択された記録対象オブジェクト120である更新オブジェクト122を、ステップS4において特定された対応磁気テープ30Aに記録する制御を、対応磁気テープ30Aが装填されたテープドライブ40に対して行う。 In step S7, the recording unit 13 is loaded with the corresponding magnetic tape 30A to control the recording of the update object 122, which is the recording target object 120 selected in step S1, on the corresponding magnetic tape 30A specified in step S4. This is done for the tape drive 40.
 ステップS8において、記録部13は、ステップS1において選択された記録対象オブジェクト120である更新オブジェクト122を専用磁気テープ30Bに記録する制御を、専用磁気テープ30Bが装填されたテープドライブ40に対して行う。 In step S8, the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the update object 122, which is the recording target object 120 selected in step S1, on the dedicated magnetic tape 30B. ..
 ステップS9において、記録部13は、ステップS4において特定された対応磁気テープ30Aに必要な空き容量があるか否かを判定する。記録部13は、対応磁気テープ30Aに必要な空き容量があると判定した場合、処理をステップS7に移行する。この場合、ステップS7において、記録部13は、ステップS1において選択された記録対象オブジェクト120である削除オブジェクト123を、ステップS4において特定された対応磁気テープ30Aに記録する制御を、対応磁気テープ30Aが装填されたテープドライブ40に対して行う。一方、記録部13は、対応磁気テープ30Aに必要な空き容量がないと判定した場合、処理をステップS8に移行する。この場合、ステップS8において、記録部13は、ステップS1において選択された記録対象オブジェクト120である削除オブジェクト123を専用磁気テープ30Bに記録する制御を、専用磁気テープ30Bが装填されたテープドライブ40に対して行う。 In step S9, the recording unit 13 determines whether or not the corresponding magnetic tape 30A specified in step S4 has the necessary free space. When the recording unit 13 determines that the corresponding magnetic tape 30A has a necessary free space, the processing proceeds to step S7. In this case, in step S7, the recording unit 13 controls the recording of the deleted object 123, which is the recording target object 120 selected in step S1, on the corresponding magnetic tape 30A specified in step S4. This is done for the loaded tape drive 40. On the other hand, when the recording unit 13 determines that the corresponding magnetic tape 30A does not have the necessary free space, the process shifts to step S8. In this case, in step S8, the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the deleted object 123, which is the recording target object 120 selected in step S1, on the dedicated magnetic tape 30B. Do it against.
 ステップS10において、記録部13は、ステップS4において特定された対応磁気テープ30Aの識別情報を、専用磁気テープ30Bの所定の記録領域に記録する制御を行う。 In step S10, the recording unit 13 controls to record the identification information of the corresponding magnetic tape 30A specified in step S4 in a predetermined recording area of the dedicated magnetic tape 30B.
 ステップS11において、記録部13は、記憶部103に蓄積された全ての記録対象オブジェクト120の磁気テープ30への記録が完了しているか否かを判定する。記録部13は、記憶部103に蓄積された全ての記録対象オブジェクト120の磁気テープ30への記録が完了していると判定した場合、本ルーチンを終了させる。一方、記録部13は、記憶部103に蓄積された全ての記録対象オブジェクト120の磁気テープ30への記録が完了していないと判定した場合、処理をステップS1に戻す。記憶部103に蓄積された全ての記録対象オブジェクト120の磁気テープ30への記録が完了するまで、ステップS1~S11の処理が繰り返し行われる。 In step S11, the recording unit 13 determines whether or not all the recording target objects 120 stored in the storage unit 103 have been recorded on the magnetic tape 30. When the recording unit 13 determines that the recording of all the recording target objects 120 stored in the storage unit 103 on the magnetic tape 30 is completed, the recording unit 13 terminates this routine. On the other hand, when the recording unit 13 determines that the recording of all the recording target objects 120 stored in the storage unit 103 on the magnetic tape 30 has not been completed, the process returns to step S1. The processes of steps S1 to S11 are repeated until the recording of all the recording target objects 120 stored in the storage unit 103 on the magnetic tape 30 is completed.
 以上のように、本実施形態に係る情報処理装置10は、記録対象オブジェクト120が、更新オブジェクト122又は削除オブジェクト123である場合、更新オブジェクト122又は削除オブジェクト123を、対応する新規オブジェクト121が記録された磁気テープ30である対応磁気テープ30Aに記録する制御を行う。 As described above, in the information processing apparatus 10 according to the present embodiment, when the recording target object 120 is the update object 122 or the deletion object 123, the update object 122 or the deletion object 123 and the corresponding new object 121 are recorded. Control is performed to record on the corresponding magnetic tape 30A, which is the magnetic tape 30.
 更新オブジェクト122又は削除オブジェクト123が、対応する新規オブジェクト121とは別の磁気テープ30に記録されている場合、磁気テープ30に記録されたあるオブジェクトが、削除済みであるのか、更新されているのか、更新されている場合は最新のオブジェクトであるのかといった、オブジェクトの履歴の把握が困難となる場合がある。本実施形態に係る情報処理装置10によれば、互いに対応関係を有する新規オブジェクト121、更新オブジェクト122及び削除オブジェクト123が、同一の磁気テープ30に記録されるので、磁気テープ30に記録されたオブジェクトの履歴の把握を容易にすることができる。 If the update object 122 or the deleted object 123 is recorded on a magnetic tape 30 different from the corresponding new object 121, is the object recorded on the magnetic tape 30 deleted or updated? , If it has been updated, it may be difficult to grasp the history of the object, such as whether it is the latest object. According to the information processing apparatus 10 according to the present embodiment, since the new object 121, the update object 122, and the deleted object 123 having a corresponding relationship with each other are recorded on the same magnetic tape 30, the objects recorded on the magnetic tape 30 are recorded. It is possible to easily grasp the history of the object.
 また、情報処理装置10は、空き容量が第1の閾値以上の磁気テープ30に新規オブジェクト121を記録する制御を行う。換言すれば、空き容量が第1の閾値未満の磁気テープ30への新規オブジェクト121の記録が禁止される。このように、磁気テープ30の空き容量に応じて磁気テープ30への新規オブジェクト121の記録を制限することで、その磁気テープ30において、更新オブジェクト122及び削除オブジェクト123を記録するための領域を確保することができる。対応磁気テープ30Aにおいて、空き容量が不足して、対応磁気テープ30Aに更新オブジェクト122又は削除オブジェクト123を記録できないといった状況が発生する可能性を抑制することができる。 Further, the information processing apparatus 10 controls to record the new object 121 on the magnetic tape 30 whose free capacity is equal to or greater than the first threshold value. In other words, recording of the new object 121 on the magnetic tape 30 whose free space is less than the first threshold is prohibited. In this way, by limiting the recording of the new object 121 on the magnetic tape 30 according to the free space of the magnetic tape 30, an area for recording the update object 122 and the deleted object 123 is secured on the magnetic tape 30. can do. In the corresponding magnetic tape 30A, it is possible to suppress the possibility that a situation occurs in which the update object 122 or the deleted object 123 cannot be recorded on the corresponding magnetic tape 30A due to insufficient free space.
 また、情報処理装置10は、空き容量が第2の閾値以上の対応磁気テープ30Aに更新オブジェクト122を記録する制御を行う。換言すれば、空き容量が第2の閾値未満の対応磁気テープ30Aへの更新オブジェクト122の記録が禁止される。このように、対応磁気テープ30Aの空き容量に応じて対応磁気テープ30Aへの更新オブジェクト122の記録を制限することで、対応磁気テープ30Aにおいて削除オブジェクト123を記録するための記録領域を確保することができる。なお、削除オブジェクト123は、新規オブジェクト121及び更新オブジェクト122と比較してデータサイズが小さいことが想定されるので、削除オブジェクト123を記録するための空き容量は、比較的小さくすることが可能である。 Further, the information processing apparatus 10 controls to record the update object 122 on the corresponding magnetic tape 30A whose free capacity is equal to or larger than the second threshold value. In other words, recording of the update object 122 on the corresponding magnetic tape 30A whose free space is less than the second threshold is prohibited. In this way, by limiting the recording of the update object 122 on the corresponding magnetic tape 30A according to the free space of the corresponding magnetic tape 30A, a recording area for recording the deleted object 123 on the corresponding magnetic tape 30A is secured. Can be done. Since it is assumed that the data size of the deleted object 123 is smaller than that of the new object 121 and the updated object 122, the free space for recording the deleted object 123 can be made relatively small. ..
 また、情報処理装置10は、対応磁気テープ30Aの空き容量が第2の閾値未満である場合、更新オブジェクト122を専用磁気テープ30Bに記録する制御を行う。また、情報処理装置10は、対応磁気テープ30Aに、削除オブジェクト123の記録に必要な空き容量がない場合、削除オブジェクト123を専用磁気テープ30Bに記録する制御を行う。このように、対応磁気テープ30Aの空き容量の都合で対応磁気テープ30Aに記録されない更新オブジェクト122及び削除オブジェクト123を、これらのオブジェクトの記録のためにのみ用いられる専用磁気テープ30Bに記録することで、これらのオブジェクトが、複数の磁気テープに分散して記録されることを抑制できる。 Further, the information processing apparatus 10 controls to record the update object 122 on the dedicated magnetic tape 30B when the free capacity of the corresponding magnetic tape 30A is less than the second threshold value. Further, the information processing apparatus 10 controls to record the deleted object 123 on the dedicated magnetic tape 30B when the corresponding magnetic tape 30A does not have the free space required for recording the deleted object 123. In this way, the update object 122 and the deleted object 123 that are not recorded on the corresponding magnetic tape 30A due to the free space of the corresponding magnetic tape 30A can be recorded on the dedicated magnetic tape 30B used only for recording these objects. , It is possible to prevent these objects from being distributed and recorded on a plurality of magnetic tapes.
 また、情報処理装置10は、専用磁気テープ30Bの所定の記録領域、又は専用磁気テープ30Bを収容するカートリッジに付随する不揮発性の記憶媒体(カートリッジメモリ)に、対応磁気テープ30Aの識別情報を記録する制御を行う。これにより、専用磁気テープ30Bに記録された更新オブジェクト122又は削除オブジェクト123に対応する新規オブジェクト121の所在の特定が容易となる。 Further, the information processing apparatus 10 records the identification information of the corresponding magnetic tape 30A in a predetermined recording area of the dedicated magnetic tape 30B or a non-volatile storage medium (cartridge memory) attached to the cartridge accommodating the dedicated magnetic tape 30B. Control to do. This makes it easy to identify the location of the new object 121 corresponding to the update object 122 or the deleted object 123 recorded on the dedicated magnetic tape 30B.
[第2の実施形態]
 図7は、開示の技術の第2の実施形態に係る情報処理装置10の機能的な構成の一例を示す機能ブロック図である。図7に示すように、第2の実施形態に係る情報処理装置10は、判定部11、特定部12、パッキング部14及び記録部13を含む。CPU101が情報処理プログラム110を実行することにより、情報処理装置10は、判定部11、特定部12、パッキング部14及び記録部13として機能する。判定部11及び特定部12において行われる処理は、上記した第1の実施形態に係る情報処理装置10と同じであるので説明を省略する。
[Second Embodiment]
FIG. 7 is a functional block diagram showing an example of the functional configuration of the information processing apparatus 10 according to the second embodiment of the disclosed technology. As shown in FIG. 7, the information processing apparatus 10 according to the second embodiment includes a determination unit 11, a specific unit 12, a packing unit 14, and a recording unit 13. When the CPU 101 executes the information processing program 110, the information processing apparatus 10 functions as a determination unit 11, a specific unit 12, a packing unit 14, and a recording unit 13. Since the processing performed by the determination unit 11 and the specific unit 12 is the same as that of the information processing apparatus 10 according to the first embodiment described above, the description thereof will be omitted.
 パッキング部14は、オブジェクトの種別毎に、複数のオブジェクトをまとめるパッキング処理を行う。このパッキング処理によって構築される、複数のオブジェクトを含むオブジェクト群を、以下においてパックドオブジェクトと称する。 The packing unit 14 performs a packing process for collecting a plurality of objects for each type of object. An object group including a plurality of objects constructed by this packing process is hereinafter referred to as a packed object.
 図8A、図8B、図8Cは、パッキング部14によって構築されるパックドオブジェクトの構成の一例を示す図である。 8A, 8B, and 8C are diagrams showing an example of the configuration of the packed object constructed by the packing unit 14.
 図8Aに示すように、パッキング部14は、複数の新規オブジェクト121をまとめたパックドオブジェクト200Aを構築する。また、図8Bに示すように、パッキング部14は、複数の更新オブジェクト122をまとめたパックドオブジェクト200Bを構築する。パッキング部14は、特定部12によって特定された対応磁気テープ30Aが互いに同じである複数の更新オブジェクト122が、同じパックドオブジェクトに含まれるようにパックドオブジェクト200Bを構築する。また、パッキング部14は、特定部12によって特定された対応磁気テープ30Aが互いに異なる複数の更新オブジェクト122が、互いに異なるパックドオブジェクトに含まれるようにパックドオブジェクト200Bを構築する。また、図8Cに示すように、パッキング部14は、複数の削除オブジェクト123をまとめたパックドオブジェクト200Cを構築する。パッキング部14は、特定部12によって特定された対応磁気テープ30Aが互いに同じである複数の削除オブジェクト123が、同じパックドオブジェクトに含まれるようにパックドオブジェクト200Cを構築する。また、パッキング部14は、特定部12によって特定された対応磁気テープ30Aが互いに異なる複数の削除オブジェクト123が、互いに異なるパックドオブジェクトに含まれるようにパックドオブジェクト200Cを構築する。 As shown in FIG. 8A, the packing unit 14 constructs a packed object 200A in which a plurality of new objects 121 are put together. Further, as shown in FIG. 8B, the packing unit 14 constructs a packed object 200B in which a plurality of update objects 122 are grouped together. The packing unit 14 constructs the packed object 200B so that a plurality of updated objects 122 having the same corresponding magnetic tape 30A specified by the specific unit 12 are included in the same packed object. Further, the packing unit 14 constructs the packed object 200B so that a plurality of updated objects 122 having different corresponding magnetic tapes 30A specified by the specific unit 12 are included in the packed objects different from each other. Further, as shown in FIG. 8C, the packing unit 14 constructs a packed object 200C in which a plurality of deleted objects 123 are put together. The packing unit 14 constructs the packed object 200C so that a plurality of deleted objects 123 having the same corresponding magnetic tape 30A specified by the specific unit 12 are included in the same packed object. Further, the packing unit 14 constructs the packed object 200C so that a plurality of deleted objects 123 having different corresponding magnetic tapes 30A specified by the specific unit 12 are included in the packed objects different from each other.
 パックドオブジェクト200A、200B、200Cには、それぞれ、ヘッダ150が含まれる。ヘッダ150には、例えば、そのパックドオブジェクトに含まれる各オブジェクトの、パックドオブジェクト内の位置に関する情報等が含まれる。この位置に関する情報は、例えば、オブジェクトが、パックドオブジェクト内の何バイト目から何バイト目までに存在するかという情報であってもよい。 The packed objects 200A, 200B, and 200C each include a header 150. The header 150 contains, for example, information about the position of each object included in the packed object within the packed object. The information regarding this position may be, for example, information on the number of bytes to the number of bytes in the packed object in which the object exists.
 記録部13は、記録対象オブジェクト120を、パックドオブジェクトの単位で磁気テープ30に記録する。記録部13は、テープライブラリ20に収容された磁気テープ30のうち、空き容量が第1の閾値以上の磁気テープ30に新規オブジェクト121をまとめたパックドオブジェクト200Aを記録する制御を、その磁気テープ30が装填されたテープドライブ40に対して行う。すなわち、記録部13は、空き容量が第1の閾値未満の磁気テープ30への新規オブジェクト121の記録を禁止する制御を行う。 The recording unit 13 records the recording target object 120 on the magnetic tape 30 in units of packed objects. The recording unit 13 controls the recording of the packed object 200A in which the new objects 121 are put together on the magnetic tape 30 whose free space is equal to or larger than the first threshold value among the magnetic tapes 30 housed in the tape library 20. For the tape drive 40 loaded with. That is, the recording unit 13 controls to prohibit recording of the new object 121 on the magnetic tape 30 whose free capacity is less than the first threshold value.
 記録部13は、特定部12によって特定された対応磁気テープ30Aの空き容量が、第1の閾値よりも小さい第2の閾値以上である場合、対応磁気テープ30Aに更新オブジェクト122をまとめたパックドオブジェクト200Bを記録する制御を、対応磁気テープ30Aが装填されたテープドライブ40に対して行う。すなわち、記録部13は、空き容量が第2の閾値未満の対応磁気テープ30Aへの更新オブジェクト122の記録を禁止する制御を行う。記録部13は、更新オブジェクト122を含むパックドオブジェクト200Bを、新規オブジェクト121を含むパックドオブジェクト200Aの後に記録する制御を行う。記録部13は、対応磁気テープ30Aの空き容量が第2の閾値未満である場合、更新オブジェクト122を含むパックドオブジェクト200Bを専用磁気テープ30Bに記録する制御を行う。 When the free space of the corresponding magnetic tape 30A specified by the specific unit 12 is equal to or larger than the second threshold value smaller than the first threshold value, the recording unit 13 is a packed object in which the update object 122 is collected on the corresponding magnetic tape 30A. Control to record 200B is performed on the tape drive 40 loaded with the corresponding magnetic tape 30A. That is, the recording unit 13 controls to prohibit recording of the update object 122 on the corresponding magnetic tape 30A whose free capacity is less than the second threshold value. The recording unit 13 controls to record the packed object 200B including the update object 122 after the packed object 200A including the new object 121. When the free space of the corresponding magnetic tape 30A is less than the second threshold value, the recording unit 13 controls to record the packed object 200B including the update object 122 on the dedicated magnetic tape 30B.
 記録部13は、特定部12によって特定された対応磁気テープ30Aに、パックドオブジェクト200Cの記録に必要な空き容量がある場合、対応磁気テープ30Aに削除オブジェクト123をまとめたパックドオブジェクト200Cを記録する制御を、対応磁気テープ30Aが装填されたテープドライブ40に対して行う。記録部13は、削除オブジェクト123を含むパックドオブジェクト200Cを、更新オブジェクト122を含むパックドオブジェクト200Bの後に記録する。記録部13は、対応磁気テープ30Aに、必要な空き容量がない場合、削除オブジェクト123を含むパックドオブジェクト200Cを専用磁気テープ30Bに記録する制御を行う。 When the corresponding magnetic tape 30A specified by the specific unit 12 has the free space required for recording the packed object 200C, the recording unit 13 controls to record the packed object 200C in which the deleted objects 123 are collected on the corresponding magnetic tape 30A. Is performed on the tape drive 40 loaded with the corresponding magnetic tape 30A. The recording unit 13 records the packed object 200C including the deleted object 123 after the packed object 200B including the update object 122. When the corresponding magnetic tape 30A does not have the required free space, the recording unit 13 controls to record the packed object 200C including the deleted object 123 on the dedicated magnetic tape 30B.
 記録部13は、専用磁気テープ30Bに更新オブジェクトを含むパックドオブジェクト200B又は削除オブジェクト123を含むパックドオブジェクト200C記録した場合、対応磁気テープ30A(すなわち専用磁気テープ30Bに記録された更新オブジェクト122又は削除オブジェクト123に対応する新規オブジェクト121が記録された磁気テープ)の識別情報を、専用磁気テープ30Bの所定の記録領域に記録する制御を行う。 When the recording unit 13 records the packed object 200B including the update object or the packed object 200C including the deletion object 123 on the dedicated magnetic tape 30B, the corresponding magnetic tape 30A (that is, the update object 122 or the deletion object recorded on the dedicated magnetic tape 30B) Control is performed to record the identification information of the magnetic tape on which the new object 121 corresponding to 123 is recorded in a predetermined recording area of the dedicated magnetic tape 30B.
 図9Aは、対応磁気テープ30Aに記録されたパックドオブジェクトの一例を示す図である。図9Bは、専用磁気テープ30Bに記録されたパックドオブジェクトの一例を示す図である。図9Aに示すように、対応磁気テープ30Aには、新規オブジェクト121をまとめたパックドオブジェクト200Aと、これに対応する更新オブジェクト122をまとめたパックドオブジェクト200B及び削除オブジェクト123をまとめたパックドオブジェクト200Cが記録される。図9Bに示すように、専用磁気テープ30Bには、空き容量の都合で対応磁気テープ30Aに記録されないパックドオブジェクト200B及び200Cが記録される。また、専用磁気テープ30Bには、対応磁気テープ30Aの識別情報140が記録される。 FIG. 9A is a diagram showing an example of a packed object recorded on the corresponding magnetic tape 30A. FIG. 9B is a diagram showing an example of a packed object recorded on the dedicated magnetic tape 30B. As shown in FIG. 9A, the corresponding magnetic tape 30A records a packed object 200A that collects new objects 121, a packed object 200B that collects corresponding update objects 122, and a packed object 200C that collects deleted objects 123. Will be done. As shown in FIG. 9B, the dedicated magnetic tape 30B records the packed objects 200B and 200C that are not recorded on the corresponding magnetic tape 30A due to the free space. Further, the identification information 140 of the corresponding magnetic tape 30A is recorded on the dedicated magnetic tape 30B.
 磁気テープ30にオブジェクトを記録する場合、情報処理装置10は、記録指示のコマンドを発行し、これをテープドライブ40に送信する処理を行う。磁気テープ30へのオブジェクトの記録を、複数のオブジェクトをまとめたパックドオブジェクトの単位で行うことで、コマンド発行処理の頻度を低減することができ、コマンド発行によるオーバーヘッドを抑制することが可能となる。パックドオブジェクトに含まれる複数のオブジェクトは、磁気テープ30上において、まとまった状態で記録される。また、情報処理装置10は、磁気テープ30に記録されたオブジェクトの読み出しを、パックドオブジェクトの単位で行う。情報処理装置10は、読み出したパックドオブジェクトに含まれるオブジェクトのうち、読み出し対象のオブジェクトのみを抽出し、これを読み出し要求を発したユーザ端末等の外部装置に送信する。 When recording an object on the magnetic tape 30, the information processing apparatus 10 issues a command for recording instructions and performs a process of transmitting the command to the tape drive 40. By recording the objects on the magnetic tape 30 in units of packed objects in which a plurality of objects are grouped together, the frequency of command issuance processing can be reduced, and the overhead due to command issuance can be suppressed. A plurality of objects included in the packed object are recorded in a cohesive state on the magnetic tape 30. Further, the information processing apparatus 10 reads out the object recorded on the magnetic tape 30 in units of packed objects. The information processing device 10 extracts only the object to be read from the objects included in the read packed object, and transmits the object to an external device such as a user terminal that has issued the read request.
 以下に、開示の技術の第2の実施形態に係る情報処理装置10の作用について説明する。図10は、CPU101が、情報処理プログラム110を実行することによって実施される記録処理の流れの一例を示すフローチャートである。情報処理プログラム110は、例えば、記録対象オブジェクト120を磁気テープ30に記録するタイミングとして予め定められたタイミングで実行される。 The operation of the information processing apparatus 10 according to the second embodiment of the disclosed technology will be described below. FIG. 10 is a flowchart showing an example of the flow of recording processing executed by the CPU 101 executing the information processing program 110. The information processing program 110 is executed, for example, at a predetermined timing for recording the recording target object 120 on the magnetic tape 30.
 ステップS21において、判定部11は、記憶部103に蓄積された記録対象オブジェクト120の各々について、オブジェクトの種別を判定する。すなわち、判定部11は、記録対象オブジェクト120の各々について、そのオブジェクトが新規オブジェクト121、更新オブジェクト122及び削除オブジェクト123のいずれかであるかを判定する。 In step S21, the determination unit 11 determines the type of the object for each of the recording target objects 120 stored in the storage unit 103. That is, the determination unit 11 determines for each of the recording target objects 120 whether the object is a new object 121, an update object 122, or a deleted object 123.
 ステップS22において、パッキング部14は、ステップS21において新規オブジェクト121であると判定された複数のオブジェクトについて、パックドオブジェクト200Aを構築する。 In step S22, the packing unit 14 constructs a packed object 200A for a plurality of objects determined to be new objects 121 in step S21.
 ステップS23において、記録部13は、ステップS22において構築されたパックドオブジェクト200Aを、空き容量が第1の閾値以上の磁気テープ30に記録する制御を、その磁気テープ30が装填されたテープドライブ40に対して行う。その後、記録部13は、本ステップS23における新規オブジェクト121の記録について、記録情報130を追記する。 In step S23, the recording unit 13 controls the recording of the packed object 200A constructed in step S22 on the magnetic tape 30 whose free capacity is equal to or greater than the first threshold value on the tape drive 40 loaded with the magnetic tape 30. Do it against. After that, the recording unit 13 adds the recording information 130 for the recording of the new object 121 in this step S23.
 ステップS24において、特定部12は、ステップS21において更新オブジェクトであると判定された各オブジェクトについて対応磁気テープ30Aを特定する。特定部12は、記録情報130を参照することで、対応磁気テープ30Aを特定することが可能である。 In step S24, the specifying unit 12 identifies the corresponding magnetic tape 30A for each object determined to be an update object in step S21. The identification unit 12 can specify the corresponding magnetic tape 30A by referring to the recording information 130.
 ステップS25において、パッキング部14は、ステップS24において特定された対応磁気テープ30Aが互いに同じである複数の更新オブジェクト122が、同じパックドオブジェクトに含まれるようにパックドオブジェクト200Bを構築する。また、パッキング部14は、ステップS24において特定された対応磁気テープ30Aが互いに異なる複数の更新オブジェクト122が、互いに異なるパックドオブジェクトに含まれるようにパックドオブジェクト200Bを構築する。 In step S25, the packing unit 14 constructs the packed object 200B so that a plurality of updated objects 122 having the same corresponding magnetic tape 30A specified in step S24 are included in the same packed object. Further, the packing unit 14 constructs the packed object 200B so that a plurality of updated objects 122 having different corresponding magnetic tapes 30A specified in step S24 are included in the packed objects different from each other.
 ステップS26において、記録部13は、ステップS24において特定された対応磁気テープ30Aの空き容量が第2の閾値(<第1の閾値)以上であるか否かを判定する。記録部13は、対応磁気テープ30Aの空き容量が第2の閾値以上であると判定した場合、処理をステップS27に移行する。一方、記録部13は、対応磁気テープ30Aの空き容量が第2の閾値以上ではないと判定した場合、処理をステップS28に移行する。対応磁気テープ30Aが複数存在する場合、それぞれの対応磁気テープ30Aについて、本ステップS25における処理がなされる。 In step S26, the recording unit 13 determines whether or not the free capacity of the corresponding magnetic tape 30A specified in step S24 is equal to or greater than the second threshold value (<first threshold value). When the recording unit 13 determines that the free capacity of the corresponding magnetic tape 30A is equal to or greater than the second threshold value, the recording unit 13 shifts the process to step S27. On the other hand, when the recording unit 13 determines that the free capacity of the corresponding magnetic tape 30A is not equal to or more than the second threshold value, the processing proceeds to step S28. When a plurality of corresponding magnetic tapes 30A exist, the processing in this step S25 is performed for each corresponding magnetic tape 30A.
 ステップS27において、記録部13は、ステップS25において構築されたパックドオブジェクト200Bを、ステップS24において特定された対応磁気テープ30Aに記録する制御を、対応磁気テープ30Aが装填されたテープドライブ40に対して行う。 In step S27, the recording unit 13 controls the recording of the packed object 200B constructed in step S25 on the corresponding magnetic tape 30A specified in step S24 with respect to the tape drive 40 loaded with the corresponding magnetic tape 30A. conduct.
 ステップS28において、記録部13は、ステップS25において構築されたパックドオブジェクト200Bを専用磁気テープ30Bに記録する制御を、専用磁気テープ30Bが装填されたテープドライブ40に対して行う。 In step S28, the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the packed object 200B constructed in step S25 on the dedicated magnetic tape 30B.
 ステップS29において、特定部12は、ステップS21において削除オブジェクトであると判定された各オブジェクトについて、対応磁気テープ30Aを特定する。特定部12は、記録情報130を参照することで、対応磁気テープを特定することが可能である。 In step S29, the specifying unit 12 specifies the corresponding magnetic tape 30A for each object determined to be a deleted object in step S21. The identification unit 12 can specify the corresponding magnetic tape by referring to the recording information 130.
 ステップS30において、パッキング部14は、ステップS29において特定された対応磁気テープ30Aが互いに同じである複数の削除オブジェクト123が、同じパックドオブジェクトに含まれるようにパックドオブジェクト200Cを構築する。また、パッキング部14は、ステップS29において特定された対応磁気テープ30Aが互いに異なる複数の削除オブジェクト123が、互いに異なるパックドオブジェクトに含まれるようにパックドオブジェクト200Cを構築する。 In step S30, the packing unit 14 constructs the packed object 200C so that a plurality of deleted objects 123 having the same corresponding magnetic tape 30A specified in step S29 are included in the same packed object. Further, the packing unit 14 constructs the packed object 200C so that the plurality of deleted objects 123 having different corresponding magnetic tapes 30A specified in step S29 are included in the packed objects different from each other.
 ステップS31において、記録部13は、ステップS29において特定された対応磁気テープ30Aに、パックドオブジェクト200Cの記録に必要な空き容量があるか否かを判定する。記録部13は、対応磁気テープ30Aに必要な空き容量があると判定した場合、処理をステップS32に移行する。一方、記録部13は、対応磁気テープ30Aに必要な空き容量がないと判定した場合、処理をステップS33に移行する。対応磁気テープ30Aが複数存在する場合、それぞれの対応磁気テープ30Aについて、本ステップS31における判定がなされる。 In step S31, the recording unit 13 determines whether or not the corresponding magnetic tape 30A specified in step S29 has free space required for recording the packed object 200C. When the recording unit 13 determines that the corresponding magnetic tape 30A has a necessary free space, the processing proceeds to step S32. On the other hand, when the recording unit 13 determines that the corresponding magnetic tape 30A does not have the necessary free space, the process shifts to step S33. When a plurality of corresponding magnetic tapes 30A exist, the determination in this step S31 is made for each corresponding magnetic tape 30A.
 ステップS32において、記録部13は、ステップS30において構築されたパックドオブジェクト200Cを、ステップS29において特定された対応磁気テープ30Aに記録する制御を、対応磁気テープ30Aが装填されたテープドライブ40に対して行う。 In step S32, the recording unit 13 controls the recording of the packed object 200C constructed in step S30 on the corresponding magnetic tape 30A specified in step S29 to the tape drive 40 loaded with the corresponding magnetic tape 30A. conduct.
 ステップS33において、記録部13は、ステップS30において構築されたパックドオブジェクト200Cを専用磁気テープ30Bに記録する制御を、専用磁気テープ30Bが装填されたテープドライブ40に対して行う。 In step S33, the recording unit 13 controls the tape drive 40 loaded with the dedicated magnetic tape 30B to record the packed object 200C constructed in step S30 on the dedicated magnetic tape 30B.
 ステップS34において、記録部13は、ステップS24及びS29において特定された対応磁気テープ30Aの識別情報を、専用磁気テープ30Bの所定の記録領域に記録する制御を行う。 In step S34, the recording unit 13 controls to record the identification information of the corresponding magnetic tape 30A specified in steps S24 and S29 in a predetermined recording area of the dedicated magnetic tape 30B.
 以上のように、開示の技術の第2の実施形態に係る情報処理装置10は、オブジェクトの種別毎に、複数の記録対象オブジェクト120をまとめたパックドオブジェクト200A、200B、200Cを構築し、互いに対応関係を有するパックドオブジェクト200A、200B、200Cを同一の磁気テープ(対応磁気テープ30A)に記録する制御を行う。 As described above, the information processing apparatus 10 according to the second embodiment of the disclosed technology constructs packed objects 200A, 200B, and 200C in which a plurality of recording target objects 120 are grouped for each object type, and corresponds to each other. Control is performed to record the related packed objects 200A, 200B, and 200C on the same magnetic tape (corresponding magnetic tape 30A).
 本実施形態に係る情報処理装置10によれば、第1の実施形態に係る情報処理装置10と同様、互いに対応関係を有する新規オブジェクト121、更新オブジェクト122及び削除オブジェクト123が、同一の磁気テープ30に記録されるので、磁気テープ30に記録されたオブジェクトの履歴の把握を容易にすることができる。 According to the information processing apparatus 10 according to the present embodiment, the new object 121, the update object 122, and the deleted object 123 having a corresponding relationship with each other are the same magnetic tape 30 as in the information processing apparatus 10 according to the first embodiment. Since it is recorded on the magnetic tape 30, it is possible to easily grasp the history of the object recorded on the magnetic tape 30.
 また、磁気テープ30に記録されたオブジェクトの読み出しにおいては、最初に、削除オブジェクト123をまとめたパックドオブジェクト200Cにアクセスすることで、読み出し対象のオブジェクトが削除済みであるか否かを把握することができる。読み出し対象のオブジェクトが削除済みでない場合、更新オブジェクト122をまとめたパックドオブジェクト200Bにアクセスすることで、最新のオブジェクトを読み出すことが可能となる。このように、各種別のオブジェクトをまとめたパックドオブジェクト200A、200B、200Cを磁気テープ30に記録することで、各種別のオブジェクトをまとめることなく記録する場合と比較して、オブジェクトの読み出しを効率的に行うことが可能となる。 Further, in reading the object recorded on the magnetic tape 30, it is possible to grasp whether or not the object to be read has been deleted by first accessing the packed object 200C in which the deleted objects 123 are collected. can. If the object to be read has not been deleted, the latest object can be read by accessing the packed object 200B in which the update objects 122 are collected. By recording the packed objects 200A, 200B, and 200C in which various different objects are collected on the magnetic tape 30, the reading of the objects is more efficient than in the case of recording the various different objects without collecting them. It will be possible to do it.
 上記の各実施形態において、例えば、判定部11、特定部12、記録部13及びパッキング部14といった各種の処理を実行する処理部(processing unit)のハードウェア的な構造としては、次に示す各種のプロセッサ(processor)を用いることができる。上記各種のプロセッサには、前述したように、ソフトウェア(プログラム)を実行して各種の処理部として機能する汎用的なプロセッサであるCPUに加えて、FPGA等の製造後に回路構成を変更可能なプロセッサであるプログラマブルロジックデバイス(Programmable Logic Device:PLD)、ASIC(Application Specific Integrated Circuit)等の特定の処理を実行させるために専用に設計された回路構成を有するプロセッサである専用電気回路等が含まれる。 In each of the above embodiments, for example, the hardware structure of the processing unit (processing unit) that executes various processes such as the determination unit 11, the specific unit 12, the recording unit 13, and the packing unit 14 is as shown below. Processor can be used. As described above, the various processors include a CPU, which is a general-purpose processor that executes software (program) and functions as various processing units, and a processor whose circuit configuration can be changed after manufacturing an FPGA or the like. It includes a dedicated electric circuit, which is a processor having a circuit configuration specially designed for executing a specific process such as a programmable logic device (PLD), an ASIC (Application Specific Integrated Circuit), and the like.
 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.
 また、上記実施形態では、情報処理プログラム110が記憶部103に予め記憶(インストール)されている態様を説明したが、これに限定されない。情報処理プログラム110は、CD-ROM(Compact Disc Read Only Memory)、DVD-ROM(Digital Versatile Disc Read Only Memory)、及びUSB(Universal Serial Bus)メモリ等の記録媒体に記録された形態で提供されてもよい。また、情報処理プログラム110は、ネットワークを介して外部装置からダウンロードされる形態としてもよい。 Further, in the above embodiment, the embodiment in which the information processing program 110 is stored (installed) in the storage unit 103 in advance has been described, but the present invention is not limited to this. The information processing program 110 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 110 may be downloaded from an external device via a network.
 なお、2020年9月4日に出願された日本国特許出願2020-149131の開示は、その全体が参照により本明細書に取り込まれる。また、本明細書に記載された全ての文献、特許出願および技術規格は、個々の文献、特許出願、および技術規格が参照により取り込まれることが具体的かつ個々に記された場合と同程度に、本明細書中に参照により取り込まれる。 The disclosure of Japanese patent application 2020-149131 filed on September 4, 2020 is incorporated herein by reference in its entirety. Also, all documents, patent applications and technical standards described herein are to the same extent as if the individual documents, patent applications and technical standards were specifically and individually stated to be incorporated by reference. , Incorporated by reference herein.

Claims (10)

  1.  少なくとも一つのプロセッサを備える情報処理装置であって、
     前記プロセッサは、
     記録対象のオブジェクトが、新規オブジェクトの更新である更新オブジェクト、又は前記新規オブジェクトが削除されたことを示す削除オブジェクトである場合、前記更新オブジェクト又は前記削除オブジェクトを、対応する新規オブジェクトが記録された磁気テープである対応磁気テープに記録する制御を行う
     情報処理装置。
    An information processing device equipped with at least one processor.
    The processor
    When the object to be recorded is an update object that is an update of a new object or a deletion object that indicates that the new object has been deleted, the update object or the deletion object is recorded with the corresponding new object. An information processing device that controls recording on a corresponding magnetic tape that is a tape.
  2.  前記プロセッサは、空き容量が第1の閾値以上の磁気テープに、前記新規オブジェクトを記録する制御を行う
     請求項1に記載の情報処理装置。
    The information processing device according to claim 1, wherein the processor controls recording of the new object on a magnetic tape having a free space of the first threshold value or more.
  3.  前記プロセッサは、空き容量が前記第1の閾値より小さい第2の閾値以上の前記対応磁気テープに前記更新オブジェクトを記録する制御を行う
     請求項2に記載の情報処理装置。
    The information processing device according to claim 2, wherein the processor controls to record the update object on the corresponding magnetic tape having a free capacity smaller than the first threshold value and equal to or larger than the second threshold value.
  4.  前記プロセッサは、前記対応磁気テープの空き容量が前記第2の閾値未満である場合、前記更新オブジェクトを、前記対応磁気テープとは異なる特定の磁気テープに記録する制御を行う
     請求項3に記載の情報処理装置。
    The third aspect of claim 3, wherein the processor controls to record the update object on a specific magnetic tape different from the corresponding magnetic tape when the free space of the corresponding magnetic tape is less than the second threshold value. Information processing device.
  5.  前記プロセッサは、前記削除オブジェクトの記録に必要な空き容量が前記対応磁気テープにない場合、前記削除オブジェクトを前記特定の磁気テープに記録する制御を行う
     請求項4に記載の情報処理装置。
    The information processing device according to claim 4, wherein the processor controls to record the deleted object on the specific magnetic tape when the corresponding magnetic tape does not have the free space required for recording the deleted object.
  6.  前記プロセッサは、前記特定の磁気テープ又は前記特定の磁気テープを収容するカートリッジに付随する記憶媒体に、前記対応磁気テープの識別情報を記録する制御を行う
     請求項4又は請求項5に記載の情報処理装置。
    The information according to claim 4 or 5, wherein the processor controls to record the identification information of the corresponding magnetic tape on the storage medium attached to the specific magnetic tape or the cartridge accommodating the specific magnetic tape. Processing equipment.
  7.  前記プロセッサは、前記新規オブジェクト、前記更新オブジェクト及び前記削除オブジェクトの種別毎に、記録対象の複数のオブジェクトをまとめたオブジェクト群を構築し、各種別のオブジェクト群を同一の磁気テープに記録する制御を行う
     請求項1から請求項6のいずれか1項に記載の情報処理装置。
    The processor constructs an object group in which a plurality of objects to be recorded are put together for each type of the new object, the update object, and the deleted object, and controls to record various different object groups on the same magnetic tape. The information processing apparatus according to any one of claims 1 to 6.
  8.  前記プロセッサは、複数の前記更新オブジェクトを含むオブジェクト群を、複数の前記新規オブジェクトを含むオブジェクト群の後に記録し、複数の前記削除オブジェクトを含むオブジェクト群を、複数の前記更新オブジェクトを含むオブジェクト群の後に記録する制御を行う
     請求項7に記載の情報処理装置。
    The processor records an object group including the plurality of the update objects after the object group including the plurality of the new objects, and records the object group including the plurality of the deleted objects as the object group including the plurality of the update objects. The information processing apparatus according to claim 7, which controls recording later.
  9.  記録対象のオブジェクトが、新規オブジェクトの更新である更新オブジェクト、又は前記新規オブジェクトが削除されたことを示す削除オブジェクトである場合、前記更新オブジェクト又は前記削除オブジェクトを、対応する新規オブジェクトが記録された磁気テープである対応磁気テープに記録する制御を行う
     処理を、情報処理装置が備える少なくとも一つのプロセッサが実行する情報処理方法。
    When the object to be recorded is an update object that is an update of a new object or a deletion object that indicates that the new object has been deleted, the update object or the deletion object is recorded with the corresponding new object. An information processing method in which at least one processor of an information processing device executes a process of controlling recording on a corresponding magnetic tape that is a tape.
  10.  記録対象のオブジェクトが、新規オブジェクトの更新である更新オブジェクト、又は前記新規オブジェクトが削除されたことを示す削除オブジェクトである場合、前記更新オブジェクト又は前記削除オブジェクトを、対応する新規オブジェクトが記録された磁気テープである対応磁気テープに記録する制御を行う
     処理を、情報処理装置が備える少なくとも一つのプロセッサに実行させるための情報処理プログラム。
    When the object to be recorded is an update object that is an update of a new object or a deletion object that indicates that the new object has been deleted, the update object or the deletion object is recorded with the corresponding new object. An information processing program that allows at least one processor of an information processing device to execute a process that controls recording on a corresponding magnetic tape that is a tape.
PCT/JP2021/026637 2020-09-04 2021-07-15 Information processing device, information processing method, and information processing program WO2022049903A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022546914A JPWO2022049903A1 (en) 2020-09-04 2021-07-15

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2020-149131 2020-09-04
JP2020149131 2020-09-04

Publications (1)

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

Family

ID=80491920

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/026637 WO2022049903A1 (en) 2020-09-04 2021-07-15 Information processing device, information processing method, and information processing program

Country Status (2)

Country Link
JP (1) JPWO2022049903A1 (en)
WO (1) WO2022049903A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05307443A (en) * 1991-03-08 1993-11-19 Hitachi Ltd Data management method for magnetic tape and magnetic tape storage device
JPH09198553A (en) * 1996-01-16 1997-07-31 Sanwa New Tec Kk Magnetic card

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05307443A (en) * 1991-03-08 1993-11-19 Hitachi Ltd Data management method for magnetic tape and magnetic tape storage device
JPH09198553A (en) * 1996-01-16 1997-07-31 Sanwa New Tec Kk Magnetic card

Also Published As

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

Similar Documents

Publication Publication Date Title
JP4490917B2 (en) File management method and information processing apparatus
US8171244B2 (en) Methods for implementation of worm mode on a removable disk drive storage system
US8327106B2 (en) Selective device access control
US9684454B2 (en) Method, storage system, and program for spanning single file across plurality of tape media
JPWO2019181949A1 (en) Recording device, reading device, recording method, recording program, reading method, reading program, and magnetic tape
US11763840B2 (en) Information processing device, information processing method, and information processing program
JP6052812B2 (en) How to manage, write and read files on tape
WO2021171814A1 (en) Information processing device, information processing method, and information processing program
WO2022049903A1 (en) Information processing device, information processing method, and information processing program
JP2004030232A (en) Bridge file system and recording medium
JP2014071487A (en) File recorder, file system management method and change drive
US10318204B2 (en) Information processing device and information processing method for writing plurality of files on recording medium
US7873262B2 (en) Data processing method, device thereof and program
JP2008269520A (en) Recorder and recording method
EP4134803A1 (en) Information processing apparatus, information processing method, and information processing program
US20230047128A1 (en) Information processing apparatus, information processing method, and information processing program
JP2014071917A (en) File recorder, file system management method, file recovery method and change drive
WO2022044458A1 (en) Information processing device, information processing method, and information processing program
WO2021171815A1 (en) Information processing device, information processing method, and information processing program
WO2022038873A1 (en) Information processing device, information processing method, and information processing program
US20240094935A1 (en) Information processing apparatus, information processing method, and information processing program
WO2021181859A1 (en) Transfer device, transfer method, and transfer program
WO2022054401A1 (en) Information processing device, information processing method, and information processing program
JP2004079125A (en) Recording area managing method for recording medium, its program, and information recording and reproducing device
JP2023068981A (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: 21863961

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022546914

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

Country of ref document: EP

Kind code of ref document: A1