WO2022168448A1 - 情報処理装置、情報処理方法、及び情報処理プログラム - Google Patents

情報処理装置、情報処理方法、及び情報処理プログラム Download PDF

Info

Publication number
WO2022168448A1
WO2022168448A1 PCT/JP2021/045903 JP2021045903W WO2022168448A1 WO 2022168448 A1 WO2022168448 A1 WO 2022168448A1 JP 2021045903 W JP2021045903 W JP 2021045903W WO 2022168448 A1 WO2022168448 A1 WO 2022168448A1
Authority
WO
WIPO (PCT)
Prior art keywords
stored
information processing
objects
storage device
storage
Prior art date
Application number
PCT/JP2021/045903
Other languages
English (en)
French (fr)
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 JP2022579373A priority Critical patent/JPWO2022168448A1/ja
Publication of WO2022168448A1 publication Critical patent/WO2022168448A1/ja

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/11File system administration, e.g. details of archiving or snapshots
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/906Clustering; Classification
    • 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 an information processing device, an information processing method, and an information processing program.
  • Japanese Patent Application Laid-Open No. 2014-010465 describes a method of selecting at least one storage cloud from a plurality of storage clouds for storing an entity file that can be stored in a cloud utilization terminal.
  • the cloud user terminal has a virtual folder that can display the link associated with the entity file stored in each storage cloud, and the entity file is generated or saved in the virtual folder on the cloud user terminal.
  • Attributes of a virtual folder include expiration dates of files stored in the virtual folder.
  • Japanese Patent Application Publication No. 2015-531125 states that data objects created for a specific purpose or during a specific period are stored in the same logical data container, and that each logical data container can be stored in a container. It is described to be associated with the maximum number of data objects, expiration dates, access control lists, and the like.
  • Japanese National Publication of International Patent Application No. 2018-520402 describes a method of providing multiple data processing policies within a cluster of storage devices managed as an object-based storage cluster.
  • the method includes, in part, assigning data objects to container objects; associating each of the container objects with one of a plurality of selectable data processing policies; and allocating each data object to a region of storage devices within a cluster of storage devices based on.
  • Object storage systems that handle data in units of objects are known. Access to the storage system from a user terminal is via a management console displayed on a web browser running on the user terminal.
  • the user When storing an object in the storage system, the user creates a bucket on the management console and arranges the object to be stored in the bucket.
  • a bucket is a virtual storage area that receives objects to be saved.
  • an object key which is the identification information of the object, in a bucket on the management console and instructs the object to be uploaded, the object is sent to the storage system and is provided by the storage system. Saved to disk device. Objects stored in the disk device are transferred to a magnetic tape with a lower capacity unit price at a certain timing and deleted from the disk device.
  • the read time means the time required from when the storage system receives the read request issued from the user terminal until the user terminal receives the target object.
  • the response time when reading an object recorded on a magnetic tape (the time from when the storage system receives a read request to when the target object starts to be read) is In many cases, the read time is longer than the response time for reading, and the read time may be relatively long. Therefore, for objects that are expected to be continuously read over a relatively long period of time, it is preferable to extend the period of storage in the disk device without transferring to the magnetic tape.
  • the disclosed technology has been made in view of the above circumstances, and aims to appropriately set the period during which objects are stored in a storage device such as a disk device.
  • An information processing device is an information processing device that includes at least one processor and at least one storage device for storing objects, and the processors are set with validity periods or expiration dates that are different from each other.
  • An object to be stored is stored in one storage area selected according to the characteristics or attributes of the object to be stored from among a plurality of virtual storage areas, and the object stored in the storage area is stored in the storage area. stored in the storage device until the validity period set in or until the validity period expires.
  • the processor estimates the read frequency of the objects to be stored, and stores the objects with relatively high estimated read frequencies in storage areas set with relatively long validity periods or expiration dates.
  • the processor acquires attribute information indicating attributes of the object to be saved, and stores the object to be saved in the storage area associated with the attribute indicated by the attribute information.
  • the processor deletes the object whose validity period or expiration date has expired from the storage device after recording it on the magnetic tape.
  • the information processing apparatus includes a process of storing an object to be stored and storing the object stored in the storage area in the storage device until the valid period set in the storage area or until the expiration date expires. executed by at least one processor.
  • the information processing program stores data in one accommodation area selected according to the characteristics or attributes of an object to be saved, from among a plurality of virtual accommodation areas set with validity periods or expiration dates different from each other.
  • the information processing apparatus includes a process of storing an object to be stored and storing the object stored in the storage area in the storage device until the valid period set in the storage area or until the expiration date expires.
  • FIG. 1 is a diagram showing the configuration of a storage system according to an embodiment of technology disclosed herein;
  • FIG. 1 is a diagram illustrating an example of a hardware configuration of an information processing device according to an embodiment of technology disclosed herein;
  • FIG. 1 is a functional block diagram showing an example of a functional configuration of an information processing device according to an embodiment of technology disclosed herein;
  • FIG. 10 is a diagram illustrating an example of allocating objects to virtual buckets;
  • FIG. 4 is a diagram showing an example of a correspondence table according to an embodiment of technology disclosed herein;
  • 2 is a flow chart showing an example of the flow of processing performed by executing an information processing program according to an embodiment of technology disclosed herein;
  • 4 is a flowchart showing an example of classification processing according to an embodiment of technology disclosed herein;
  • FIG. 1 is a diagram showing the configuration of a storage system 1 according to an embodiment of technology disclosed herein.
  • the storage system 1 constitutes a so-called object storage system that handles data in units of objects. That is, the storage system 1 saves the object for which a save request has been received from the user terminal 50 connected to the storage system 1 via the network 60 . Further, when receiving an object read request from the user terminal 50 , the storage system 1 reads the requested object and transmits it to the user terminal 50 .
  • An object includes a data body and metadata about the data body.
  • the storage system 1 includes an information processing device 10 and a tape library 20.
  • the tape library 20 has a plurality of slots (not shown) and a plurality of tape drives 40, each slot storing a magnetic tape 30.
  • the tape drive 40 records (writes) objects on the magnetic tape 30 loaded in the tape drive 40 and reads objects from the magnetic tape 30 based on instructions from the information processing apparatus 10 .
  • Objects requested to be stored by the user terminal 50 are temporarily stored in the storage device 103 (see FIG. 2) of the information processing apparatus 10 .
  • Objects stored in the information processing apparatus 10 are recorded on the magnetic tape 30 after a storage period, which will be described later, expires.
  • An example of the magnetic tape 30 is an LTO (Linear Tape-Open) tape.
  • the target magnetic tape 30 When recording (writing) or reading an object on the magnetic tape 30 , the target magnetic tape 30 is taken out of the slot and loaded into a predetermined tape drive 40 . After the object has been recorded or read from the magnetic tape 30 loaded in the tape drive 40, 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 objects on the magnetic tape 30 .
  • FIG. 2 is a diagram showing an example of the hardware configuration of the information processing device 10.
  • the information processing device 10 constitutes a server computer that provides services in response to requests from the user terminal 50, and includes a CPU (Central Processing Unit) 101, a memory 102 as a temporary storage area, and a storage device 103. .
  • the information processing apparatus 10 also includes a display device 104 such as a liquid crystal display, an input device 105 such as a keyboard and a mouse, a network interface 106 connected to a network, and an external interface 107 to which the tape drive 40 is connected.
  • CPU 101 , memory 102 , storage device 103 , display device 104 , input device 105 , network interface 106 and external interface 107 are connected to bus 108 .
  • the storage device 103 is realized by a random-access non-volatile storage medium such as a HDD (Hard Disk Drive), SSD (Solid State Drive), or flash memory.
  • the storage device 103 stores an information processing program 110 and a correspondence table 120 to be described later.
  • the storage device 103 also temporarily stores objects to be stored that are transmitted from the user terminal 50 .
  • the storage device 103 is an example of a storage device in technology disclosed herein.
  • the CPU 101 reads the information processing program 110 from the storage device 103, develops it in the memory 102, and executes it.
  • the CPU 101 is an example of a processor in technology disclosed herein.
  • Access to the storage system 1 from the user terminal 50 is performed, for example, via a management console displayed on a web browser running on the user terminal 50.
  • the user When storing an object in the storage system 1, the user creates a bucket on the management console and arranges the object to be stored in the bucket.
  • a bucket is a virtual storage area that receives objects to be saved.
  • a user can create multiple buckets.
  • An information processing apparatus 10 in which a user arranges an object to which an object key, which is identification information of the object, in a bucket and instructs uploading of the object on the management console, and the object is associated with the bucket. sent to.
  • FIG. 3 is a functional block diagram showing an example of the functional configuration of the information processing device 10.
  • the information processing device 10 includes a virtual bucket generation unit 11 , a classification unit 12 , a recording processing unit 13 and a deletion processing unit 14 .
  • the information processing device 10 functions as a virtual bucket generation unit 11 , a classification unit 12 , a recording processing unit 13 and a deletion processing unit 14 .
  • the virtual bucket generation unit 11 generates a plurality of virtual buckets (hereinafter referred to as "virtual buckets") for classifying objects to be stored contained in buckets created by the user. Note that the virtual bucket is not recognized by the user.
  • a virtual bucket is an example of a "virtual storage area" in the technology disclosed herein.
  • Validity periods different from each other are set for each of the plurality of virtual buckets.
  • the validity period is a period during which an object to be saved transmitted from the user terminal 50 is saved in the storage device 103 of the information processing apparatus 10 .
  • the starting point of the retention period may be, for example, the time when the information processing apparatus 10 receives the object.
  • the classification unit 12 stores an object 80 to be saved that has been stored in a bucket 70 created by the user into one of virtual buckets 71A, 71B, and 71C. That is, the classification unit 12 classifies the objects 80 by allocating the objects 80 stored in the buckets 70 created by the user to the virtual buckets 71A, 71B, and 71C.
  • FIG. 4 exemplifies a case where objects 80 to be stored are distributed to three virtual buckets 71A, 71B, and 71C generated by the virtual bucket generation unit 11 .
  • a valid period T1 is set for the virtual bucket 71A
  • a valid period T2 longer than the valid period T1 is set for the virtual bucket 71B
  • a valid period T3 longer than the valid period T2 is set for the virtual bucket 71C.
  • the number of virtual buckets generated by the virtual bucket generation unit 11 may be two, or may be four or more.
  • the length of validity period set for each virtual bucket may be determined according to a predetermined rule, or may be determined by the administrator of the storage system 1, for example.
  • the classification unit 12 determines a virtual bucket as a storage destination for the object 80 according to the characteristics of the object 80 to be saved.
  • a characteristic of an object 80 may be, for example, the read frequency of that object. That is, the classification unit 12 estimates the read frequency of the objects 80 to be stored, and stores the objects with relatively high estimated read frequencies in virtual buckets set with relatively long effective periods.
  • a correspondence table 120 (see FIG. 5) showing the correspondence between the read frequency of the object to be saved and the virtual bucket that stores the object is created after the virtual bucket is created and stored in the storage device 103 .
  • the classification unit 12 refers to the correspondence table 120 stored in the storage device 103 and determines a virtual bucket corresponding to the read frequency estimated for the object 80 to be saved as the storage destination of the object 80 .
  • the read frequency of the object 80 to be saved is estimated based on, for example, an object having the same attribute as the object 80 to be saved (hereinafter referred to as an object with the same attribute) among the objects already saved in the storage system 1. may That is, the classification unit 12 estimates that the read frequency of the object 80 to be saved is equal to the read frequency of the same attribute objects already saved in the storage system 1 .
  • Object attributes can be identified from the metadata contained in the object. For example, if the data included in the object 80 to be saved is a medical image, the type of the medical image (for example, CT image, ultrasound image, etc.), disease name (for example, lung cancer, pulmonary tuberculosis, etc.), imaging date and time, patient name, etc. , attribute information indicating attributes of the object 80 is recorded as metadata included in the object 80 .
  • the classifying unit 12 identifies an existing object containing metadata in which the same attribute information as the specific attribute information recorded as the metadata of the object 80 to be saved is identified as an identical attribute object.
  • the classification unit 12 derives the reading frequency of the same-attribute object by referring to the reading history of the specified same-attribute object.
  • the read history is a record of objects read from the storage system 1 in association with the identification information of the object and the read date and time.
  • the reading history is stored in the storage device 103, and a record is added each time an object is read.
  • the classification unit 12 estimates the readout frequency derived for the same-attribute objects as the readout frequency of the object 80 to be saved.
  • the objects 80 contained in the virtual buckets 71A, 71B, and 71C are stored in the storage device 103 respectively.
  • the object 80 stored in the virtual bucket 71A is stored in the storage device 103 from the time the object 80 is received until at least the valid period T1 expires.
  • the object 80 stored in the virtual bucket 71B is stored in the storage device 103 from the time the object 80 is received until at least the valid period T2 expires.
  • the object 80 stored in the virtual bucket 71C is stored in the storage device 103 from the time the object 80 is received until at least the valid period T3 expires.
  • the expiration time of the valid period changes according to the starting point of the valid period. For example, if the starting point of the validity period is when the object is received and the validity period is one month, the validity period expires one month after the object is received.
  • the recording processing unit 13 performs processing for recording objects whose validity period has expired among the objects stored in the storage device 103 onto the magnetic tape 30 stored in the tape library 20 .
  • the recording processing unit 13 performs a packing process of grouping one or more objects accommodated in the same virtual bucket.
  • An object group including one or more objects constructed by this packing process is called a packed object.
  • the packing process is performed so that objects stored in different virtual buckets do not coexist in one packed object.
  • the recording processing unit 13 records objects on the magnetic tape 30 in units of packed objects.
  • the deletion processing unit 14 performs processing for deleting from the storage device 103 objects whose validity period has expired and which have been recorded on the magnetic tape 30 .
  • FIG. 6 is a flow chart showing an example of the flow of processing executed by the CPU 101 executing the information processing program 110. As shown in FIG. The information processing program 110 is executed, for example, when a bucket is created in the user terminal 50 .
  • step S1 the virtual bucket generation unit 11 generates a plurality of virtual buckets 71A, 71B, and 71C associated with the bucket 70 created by the user, as shown in FIG. A valid period different from each other is set for each of the plurality of virtual buckets 71A, 71B, and 71C.
  • step S2 the classification unit 12 stores the object 80 to be saved, which has been stored in the bucket 70 created by the user, in one of the virtual buckets 71A, 71B, and 71C. That is, the classification unit 12 classifies the objects 80 by allocating the objects 80 stored in the buckets 70 created by the user to the virtual buckets 71A, 71B, and 71C. This processing is called classification processing. Details of the classification processing performed in step S2 will be described below.
  • FIG. 7 is a flowchart illustrating an example of classification processing.
  • the classification unit 12 identifies, among the objects already stored in the storage system 1, objects having the same attributes as the object 80 to be stored as identical attribute objects. Specifically, the classification unit 12 identifies an existing object containing metadata recording the same attribute information as the specific attribute information recorded as the metadata of the object 80 to be saved as the identical attribute object.
  • step S12 the classification unit 12 derives the readout frequency of the same-attribute objects by referring to the readout history of the same-attribute objects identified in step S11.
  • step S13 the classification unit 12 estimates the readout frequency of the same-attribute objects derived in step S12 as the readout frequency of the object 80 to be saved.
  • step S14 the classification unit 12 refers to the correspondence table 120 (see FIG. 5) stored in the storage device 103, and assigns a virtual bucket corresponding to the read frequency estimated for the object 80 to be saved to the storage destination of the object 80. Determined as
  • the objects 80 contained in the virtual buckets 71A, 71B, and 71C are stored in the storage device 103 respectively.
  • the object 80 stored in the storage device 103 is stored in the storage device 103 until the validity period set for the virtual bucket containing the object 80 expires.
  • step S ⁇ b>3 the recording processing unit 13 performs a process of recording objects whose validity period has expired among the objects stored in the storage device 103 onto the magnetic tape 30 stored in the tape library 20 .
  • the recording processing unit 13 creates a packed object in which one or more objects contained in the same virtual bucket are put together, and records the object on the magnetic tape 30 in units of packed objects.
  • step S ⁇ b>4 the deletion processing unit 14 performs processing to delete from the storage device 103 the object whose validity period has expired and which has been recorded on the magnetic tape 30 .
  • the information processing apparatus 10 selects one virtual bucket according to the characteristics of the object to be stored from among a plurality of virtual buckets set with mutually different validity periods. Next, the object to be stored is stored, and the object stored in the virtual bucket is stored in the storage device 103 until the validity period set in the virtual bucket expires.
  • the information processing apparatus 10 according to the present embodiment estimates the readout frequency of objects to be stored, and stores objects with relatively high estimated readout frequencies in storage areas set with relatively long validity periods. .
  • an object with a relatively high read frequency is stored in the storage device 103 with a relatively long validity period set. That is, according to the information processing apparatus 10, it is possible to appropriately set the period during which objects are stored in the storage device 103.
  • the reading frequency of the object is applied as the characteristic of the object considered in selecting the virtual bucket that will be the storage destination of the object to be saved is exemplified, but it is not limited to this aspect.
  • the size of the object may be applied as a property of the object to be considered when choosing a virtual bucket.
  • the classification unit 12 may store relatively large-sized objects in virtual buckets set with relatively short validity periods.
  • a correspondence table (not shown) indicating the correspondence between the size of the object to be saved and the virtual bucket that stores the object is created after the virtual bucket is created and stored in the storage device 103 .
  • the classification unit 12 refers to the correspondence table stored in the storage device 103 and determines a virtual bucket corresponding to the size of the object to be saved as the storage destination of the object. In this way, by applying the size of the object as a characteristic of the object that is taken into consideration when selecting a virtual bucket, it is possible to operate, for example, to shorten the validity period of relatively large objects. Become. This makes it possible to avoid a situation in which an object having a relatively large size occupies the storage area of the storage device 103 for a long period of time, resulting in a shortage of free space.
  • the type of data (moving image data, image data, text data) included in the object may be applied as the characteristics of the object that are considered when selecting the virtual bucket that will contain the object to be stored.
  • a different effective period is set for each of the plurality of virtual buckets, and the objects stored in the virtual buckets are kept until the effective period set for the virtual bucket expires.
  • a case has been exemplified in which an object whose validity period has expired is stored in the storage device 103 and recorded on the magnetic tape 30, and then deleted from the storage device 103, but an expiration date may be applied instead of the validity period.
  • a different expiration date is set for each of the plurality of virtual buckets, and the objects contained in the virtual buckets are stored in the storage device 103 until the expiration date set for the virtual bucket expires. , the object whose term of validity has expired is recorded on the magnetic tape 30 and then deleted from the storage device 103 .
  • the expiration date is an absolute date, for example, if the expiration date is December 31, 2021, the expiration date of the object will expire on December 31, 2021, regardless of when the object was received.
  • the information processing apparatus 10 selects a virtual bucket as a storage destination of an object to be saved based on the characteristics of the object.
  • the information processing apparatus 10 according to the second embodiment of the technology disclosed herein selects a virtual bucket as a storage destination of an object to be saved based on the attribute of the object. For example, if the data included in the object to be saved is a medical image, the type of medical image (e.g., CT image, ultrasound image, etc.), disease name (e.g., lung cancer, pulmonary tuberculosis, etc.), date and time of imaging, patient name, etc. Attribute information indicating attributes of the object is recorded as metadata included in the object.
  • the classification unit 12 acquires the attribute information of the object from the metadata included in the object to be saved, and determines the virtual bucket corresponding to the attribute indicated by the acquired attribute information as the storage destination of the object. do.
  • a correspondence table 120 (see FIG. 8) showing the correspondence between the attributes of objects and the virtual buckets in which the objects are stored is created after the creation of the virtual buckets and stored in the storage device 103 .
  • FIG. 8 shows an example in which a plurality of disease names, which are examples of object attributes, are associated with different virtual buckets. Note that the attribute associated with the virtual bucket may be an attribute other than the disease name. Also, a combination of multiple attributes may be associated with a virtual bucket.
  • the classification unit 12 refers to the correspondence table 120 stored in the storage device 103 and determines a virtual bucket corresponding to the attribute of the object to be saved as the storage destination of the object.
  • FIG. 9 is a flowchart showing an example of classification processing according to this embodiment.
  • the classification unit 12 acquires attribute information of the object from metadata included in the object to be saved.
  • the classification unit 12 refers to the correspondence table 120 (see FIG. 8) stored in the storage device 103, and selects the virtual bucket corresponding to the attribute indicated by the attribute information acquired in step S21 as the accommodation destination of the object. Determined as
  • Some objects stored in the storage device 103 may be continuously read over a relatively long period of time.
  • CT images of lung cancer which requires a relatively long period of time for treatment, are assumed to be continuously read out over a relatively long period of time.
  • Classification of objects based on the length of time that the reading lasts can be done based on attributes of the object.
  • the validity period of the object to be saved is set according to the attribute of the object, so the period for saving the object in the storage device 103 is appropriately set. becomes possible.
  • the hardware structure of a processing unit that executes various processes such as the virtual bucket generation unit 11, the classification unit 12, the recording processing unit 13, and the deletion processing unit 14 is as follows:
  • Various processors can be used, including:
  • the various processors include, in addition to the CPU, which is a general-purpose processor that executes software (programs) and functions as various processing units, a processor such as an FPGA whose circuit configuration can be changed after manufacture.
  • 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 multiple FPGAs, a combination of a CPU and an FPGA). combination). Also, a plurality of processing units may be configured by one processor.
  • a single processor is configured by combining one or more CPUs and software.
  • a processor functions as multiple processing units.
  • SoC System on Chip
  • the various processing units are configured using one or more of the above various processors as a hardware structure.
  • an electric circuit combining circuit elements such as semiconductor elements can be used.
  • the information processing program 110 has been pre-stored (installed) in the storage device 103, 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. good too. Further, the information processing program 110 may be downloaded from an external device via a network.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

情報処理装置は、少なくとも1つのプロセッサ及びオブジェクトを保存するための少なくとも1つの記憶装置を備える。プロセッサは、互いに異なる有効期間又は有効期限が設定された複数の仮想的な収容領域のうち、保存対象のオブジェクトの特性又は属性に応じて選択される1つの収容領域に、保存対象のオブジェクトを収容し、前記収容領域に収容されたオブジェクトを、当該収容領域に設定された有効期間又は有効期限が満了するまでの間、前記記憶装置に保存する。

Description

情報処理装置、情報処理方法、及び情報処理プログラム
 開示の技術は、情報処理装置、情報処理方法、及び情報処理プログラムに関する。
 ストレージシステムに関する技術として、以下の技術が知られている。例えば、特開2014-010465号公報には、クラウド利用端末内に格納されうる実体ファイルを格納するための少なくとも一つのストレージ・クラウドを複数のストレージ・クラウドから選択する方法が記載されている。クラウド利用端末は各ストレージ・クラウド中に格納された実体ファイルに関連付けられたリンクを表示しうる仮想フォルダを有しており、クラウド利用端末上の仮想フォルダ中に実体ファイルが生成又は保存されることに応じて、当該実体ファイルが持つ属性若しくはコンテキスト又は仮想フォルダが持つ属性と、複数のストレージ・クラウドが持つ各属性とを参照し、所定のルールを満たすように、実体ファイルを格納するための少なくとも一つのストレージ・クラウドを選択することが記載されている。仮想フォルダが持つ属性は、当該仮想フォルダに格納されるファイルの有効期限を含む。
 特表2015-531125号公報には、特定の目的のためまたは特定の期間中に作成されたデータオブジェクトは、同一の論理データコンテナに記憶されること、各論理データコンテナは、コンテナに記憶され得るデータオブジェクトの最大数、有効期限、アクセス制御リスト等と関連付けられることが記載されている。
 特表2018-520402号公報には、オブジェクトベースのストレージクラスタとして管理されるストレージデバイスのクラスタの内部に複数のデータ処理ポリシーを提供する方法が記載されている。当該方法は、コンテナオブジェクトにデータオブジェクトを割り当てる段階と、コンテナオブジェクトの各々を複数の選択可能なデータ処理ポリシーの1つと関連付ける段階と、データオブジェクトのそれぞれのコンテナオブジェクトと関連付けられるデータ処理ポリシーに部分的に基づき、ストレージデバイスのクラスタの内部のストレージデバイスの領域に各々のデータオブジェクトを割り当てる段階とを含む。
 データをオブジェクトの単位で扱うオブジェクトストレージシステムが知られている。ユーザ端末からのストレージシステムへのアクセスは、ユーザ端末上で動作するウェブブラウザ上に表示される管理コンソールを介して行われる。ユーザは、ストレージシステムにオブジェクトを保存する場合、管理コンソール上でバケットを作成し、バケット内に保存対象のオブジェクトを配置する。バケットとは、保存対象のオブジェクトを受け入れる仮想的な収容領域である。ユーザが、管理コンソール上で、オブジェクトの識別情報であるオブジェクトキーが付与されたオブジェクトをバケット内に配置し、オブジェクトのアップロードを指示することで、そのオブジェクトがストレージシステムに送信され、ストレージシステムが備えるディスク装置に保存される。ディスク装置に保存されたオブジェクトは、あるタイミングで容量単価がより低い磁気テープに移行され、ディスク装置から削除される。
 読み出し頻度が比較的高いオブジェクトについては、極力短い読み出し時間で読み出しができることが好ましい。読み出し時間とは、ユーザ端末から発せられた読み出し要求をストレージシステムが受信してから、対象のオブジェクトをユーザ端末が受信するまでに要する時間を意味する。しかしながら、磁気テープに記録されたオブジェクトを読み出す場合のレスポンスタイム(ストレージシステムが読み出し要求を受信してから対象のオブジェクトの読み出し開始に至るまでの時間)は、ランダムアクセスが可能なディスク装置からオブジェクトを読み出す場合のレスポンスタイムと比較して長くなる場合が多く、読み出し時間が比較的長くなる場合がある。従って、比較的長い期間に亘って継続的に読み出されることが想定されるオブジェクトについては、磁気テープに移行せずにディスク装置に保存しておく期間を長めにしておくことが好ましい。
 開示の技術は、上記の事情に鑑みてなされたものであり、ディスク装置等の記憶装置にオブジェクトを保存しておく期間を適切に設定することを目的とする。
 開示の技術に係る情報処理装置は、少なくとも1つのプロセッサ及びオブジェクトを保存するための少なくとも1つの記憶装置を備えた情報処理装置であって、プロセッサは、互いに異なる有効期間又は有効期限が設定された複数の仮想的な収容領域のうち、保存対象のオブジェクトの特性又は属性に応じて選択される1つの収容領域に、保存対象のオブジェクトを収容し、収容領域に収容されたオブジェクトを、当該収容領域に設定された有効期間又は有効期限が満了するまでの間、記憶装置に保存する。
 プロセッサは、保存対象のオブジェクトの読み出し頻度を推定し、推定された読み出し頻度が相対的に高いオブジェクトを、相対的に長い有効期間又は有効期限が設定された収容領域に収容する。
 プロセッサは、保存対象のオブジェクトの属性を示す属性情報を取得し、属性情報によって示される属性に対応付けられた収容領域に、保存対象のオブジェクトを収容する。
 プロセッサは、有効期間又は有効期限が満了したオブジェクトを、磁気テープに記録した後、記憶装置から削除する。
 開示の技術に係る情報処理方法は、互いに異なる有効期間又は有効期限が設定された複数の仮想的な収容領域のうち、保存対象のオブジェクトの特性又は属性に応じて選択される1つの収容領域に、保存対象のオブジェクトを収容し、収容領域に収容されたオブジェクトを、当該収容領域に設定された有効期間又は有効期限が満了するまでの間、記憶装置に保存する処理を、情報処理装置が備える少なくとも1つのプロセッサが実行するというものである。
 開示の技術に係る情報処理プログラムは、互いに異なる有効期間又は有効期限が設定された複数の仮想的な収容領域のうち、保存対象のオブジェクトの特性又は属性に応じて選択される1つの収容領域に、保存対象のオブジェクトを収容し、収容領域に収容されたオブジェクトを、当該収容領域に設定された有効期間又は有効期限が満了するまでの間、記憶装置に保存する処理を、情報処理装置が備える少なくとも1つのプロセッサに実行させるためのプログラムである。
 開示の技術によれば 記憶装置にオブジェクトを保存しておく期間を適切に設定することが可能となる。
開示の技術の実施形態に係るストレージシステムの構成を示す図である。 開示の技術の実施形態に係る情報処理装置のハードウェア構成の一例を示す図である。 開示の技術の実施形態に係る情報処理装置の機能的な構成の一例を示す機能ブロック図である。 仮想バケットへのオブジェクトの振り分けの一例を示す図である。 開示の技術の実施形態に係る対応テーブルの一例を示す図である。 開示の技術の実施形態に係る情報処理プログラムを実行することによって実施される処理の流れの一例を示すフローチャートである。 開示の技術の実施形態に係る分類処理の一例を示すフローチャートである。 開示の技術の実施形態に係る対応テーブルの一例を示す図である。 開示の技術の実施形態に係る分類処理の一例を示すフローチャートである。
 以下、本発明の実施形態の一例を、図面を参照しつつ説明する。なお、各図面において同一または等価な構成要素及び部分には同一の参照符号を付与し、重複する説明は適宜省略する。
[第1の実施形態]
 図1は、開示の技術の実施形態に係るストレージシステム1の構成を示す図である。ストレージシステム1は、データをオブジェクト単位で扱ういわゆるオブジェクトストレージシステムを構成するものである。すなわち、ストレージシステム1は、ネットワーク60を介してストレージシステム1に接続されるユーザ端末50から保存要求があったオブジェクトを保存する。また、ストレージシステム1は、ユーザ端末50からオブジェクトの読み出し要求があった場合、要求されたオブジェクトを読み出してユーザ端末50に送信する。オブジェクトは、データ本体と、データ本体に関するメタデータとを含んで構成される。
 ストレージシステム1は、情報処理装置10及びテープライブラリ20を含む。テープライブラリ20は、複数のスロット(図示せず)及び複数のテープドライブ40を備え、各スロットには磁気テープ30が格納される。テープドライブ40は、情報処理装置10からの指示に基づいて、テープドライブ40に装填された磁気テープ30へのオブジェクトの記録(書き込み)及び磁気テープ30からのオブジェクトの読み出しを行う。ユーザ端末50から保存要求があったオブジェクトは、情報処理装置10の記憶装置103(図2参照)に一時的に保存される。情報処理装置10に保存されたオブジェクトは、後述する保存期間の満了後に磁気テープ30に記録される。磁気テープ30の例としては、LTO(Linear Tape-Open)テープが挙げられる。磁気テープ30に対してオブジェクトの記録(書き込み)又は読み出しを行う場合、対象の磁気テープ30がスロットから取り出され、所定のテープドライブ40に装填される。テープドライブ40に装填された磁気テープ30に対するオブジェクトの記録又は読み出しが完了すると、磁気テープ30は、テープドライブ40から取り出され、所定のスロットに格納される。情報処理装置10は、磁気テープ30に対するオブジェクトの記録及び読み出しを制御する。
 図2は、情報処理装置10のハードウェア構成の一例を示す図である。情報処理装置10は、ユーザ端末50からのリクエストに応じてサービスを提供するサーバコンピュータを構成するものであり、CPU(Central Processing Unit)101、一時記憶領域としてのメモリ102、及び記憶装置103を含む。また、情報処理装置10は、液晶ディスプレイ等の表示装置104、キーボード及びマウス等の入力装置105、ネットワークに接続されるネットワークインターフェース106、及びテープドライブ40が接続される外部インターフェース107を含む。CPU101、メモリ102、記憶装置103、表示装置104、入力装置105、ネットワークインターフェース106、及び外部インターフェース107は、バス108に接続される。
 記憶装置103は、HDD(Hard Disk Drive)、SSD(Solid State Drive)、又はフラッシュメモリ等のランダムアクセスが可能な不揮発性の記憶媒体によって実現される。記憶装置103には、情報処理プログラム110及び後述する対応テーブル120が記憶される。また、記憶装置103には、ユーザ端末50から送信された保存対象のオブジェクトが一時的に保存される。記憶装置103は、開示の技術における記憶装置の一例である。CPU101は、記憶装置103から情報処理プログラム110を読み出してからメモリ102に展開し、実行する。CPU101は、開示の技術におけるプロセッサの一例である。
 ユーザ端末50からのストレージシステム1へのアクセスは、例えば、ユーザ端末50上で動作するウェブブラウザ上に表示される管理コンソールを介して行われる。ユーザは、ストレージシステム1にオブジェクトを保存する場合、管理コンソール上でバケットを作成し、バケット内に保存対象のオブジェクトを配置する。バケットとは、保存対象のオブジェクトを受け入れる仮想的な収容領域である。ユーザは、複数のバケットを作成することが可能である。ユーザが、管理コンソール上で、オブジェクトの識別情報であるオブジェクトキーが付与されたオブジェクトをバケット内に配置し、オブジェクトのアップロードを指示することで、そのオブジェクトがバケットに対応付けられた情報処理装置10に送信される。
 図3は、情報処理装置10の機能的な構成の一例を示す機能ブロック図である。図3に示すように、情報処理装置10は、仮想バケット生成部11、分類部12、記録処理部13及び削除処理部14を含む。CPU101が情報処理プログラム110を実行することにより、情報処理装置10は、仮想バケット生成部11、分類部12、記録処理部13及び削除処理部14として機能する。
 仮想バケット生成部11は、ユーザによって作成されたバケットに収容された保存対象のオブジェクトを分類するための複数の仮想的なバケット(以下、仮想バケットと称する)を生成する。なお、仮想バケットは、ユーザには認識されない。仮想バケットは開示の技術における「仮想的な収容領域」の一例である。複数の仮想バケットの各々には、互いに異なる有効期間が設定される。有効期間とは、ユーザ端末50から送信された保存対象のオブジェクトを、情報処理装置10の記憶装置103に保存しておく期間である。保存期間の始点は、例えば、情報処理装置10がそのオブジェクトを受信した時点であってもよい。
 分類部12は図4に示すように、ユーザによって作成されたバケット70に収容された保存対象のオブジェクト80を仮想バケット71A、71B、71Cのいずれかに収容する。すなわち、分類部12は、ユーザによって作成されたバケット70に収容されたオブジェクト80を仮想バケット71A、71B、71Cに振り分けることにより、オブジェクト80を分類する。図4には、仮想バケット生成部11によって生成された3つの仮想バケット71A、71B、71Cに保存対象のオブジェクト80を振り分ける場合が例示されている。仮想バケット71Aには有効期間T1が設定され、仮想バケット71Bには有効期間T1よりも長い有効期間T2が設定され、仮想バケット71Cには有効期間T2よりも長い有効期間T3が設定されている。なお、仮想バケット生成部11によって生成される仮想バケットの数は、2つであってもよいし、4つ以上であってもよい。各仮想バケットについて設定される有効期間の長さは、例えば、予め定められた規則に従って定められたものであってもよいし、ストレージシステム1の管理者が定めたものであってもよい。
 分類部12は、保存対象のオブジェクト80の特性に応じてオブジェクト80の収容先となる仮想バケットを決定する。オブジェクト80の特性は、例えば、そのオブジェクトの読み出し頻度であってもよい。すなわち、分類部12は、保存対象のオブジェクト80の読み出し頻度を推定し、推定された読み出し頻度が相対的に高いオブジェクトを、相対的に長い有効期間が設定された仮想バケットに収容する。保存対象のオブジェクトの読み出し頻度と、そのオブジェクトの収容先となる仮想バケットとの対応関係を示す対応テーブル120(図5参照)が、仮想バケットの作成後に作成され、記憶装置103に格納される。分類部12は、記憶装置103に格納された対応テーブル120を参照し、保存対象のオブジェクト80について推定した読み出し頻度に対応する仮想バケットを、そのオブジェクト80の収容先として決定する。
 保存対象のオブジェクト80の読み出し頻度は、例えば、ストレージシステム1に既に保存されているオブジェクトのうち、保存対象のオブジェクト80と同一の属性を有するオブジェクト(以下、同一属性オブジェクトという)に基づいて推定してもよい。すなわち、分類部12は、保存対象のオブジェクト80の読み出し頻度が、ストレージシステム1に既に保存されている同一属性オブジェクトにおける読み出し頻度と同等であるものと推定する。
 オブジェクトの属性は、そのオブジェクトに含まれるメタデータから特定することが可能である。例えば、保存対象のオブジェクト80に含まれるデータが医療画像である場合、その医療画像の種別(例えばCT画像、超音波画像など)、病名(例えば肺がん、肺結核など)、撮影日時、患者名等の、そのオブジェクト80の属性を示す属性情報が、そのオブジェクト80に含まれるメタデータとして記録される。分類部12は、保存対象のオブジェクト80のメタデータとして記録された特定の属性情報と同じ属性情報が記録されたメタデータを含む既存のオブジェクトを、同一属性オブジェクトとして特定する。分類部12は、特定した同一属性オブジェクトにおける読み出し履歴を参照することで、同一属性オブジェクトの読み出し頻度を導出する。読み出し履歴は、ストレージシステム1から読み出されたオブジェクトについて、そのオブジェクトの識別情報と、読み出し日時とを対応付けて記録したものである。読み出し履歴は、記憶装置103に格納されており、オブジェクトの読み出しが行われる都度、レコードが追加される。分類部12は、同一属性オブジェクトについて導出した読み出し頻度を、保存対象のオブジェクト80の読み出し頻度として推定する。
 仮想バケット71A、71B、71Cに収容されたオブジェクト80は、それぞれ記憶装置103に保存される。仮想バケット71Aに収容されたオブジェクト80は、そのオブジェクト80の受信時点から少なくとも有効期間T1が満了するまでの間、記憶装置103に保存される。仮想バケット71Bに収容されたオブジェクト80は、そのオブジェクト80の受信時点から少なくとも有効期間T2が満了するまでの間、記憶装置103に保存される。仮想バケット71Cに収容されたオブジェクト80は、そのオブジェクト80の受信時点から少なくとも有効期間T3が満了するまでの間、記憶装置103に保存される。有効期間の満了時点は有効期間の始点に応じて変化する。例えば、有効期間の始点がオブジェクトの受信時点であり、有効期間が1か月である場合、オブジェクトの受信時点から1か月経過後に有効期間が満了する。
 記録処理部13は、記憶装置103に保存されたオブジェクトのうち、有効期間が満了したオブジェクトを、テープライブラリ20に格納された磁気テープ30に記録する処理を行う。記録処理部13は、オブジェクトを磁気テープ30に記録する際に、同一の仮想バケットに収容された1つ以上のオブジェクトをまとめるパッキング処理を行う。このパッキング処理によって構築される、1つ以上のオブジェクトを含むオブジェクト群をパックドオブジェクトと称する。本実施形態において、1つのパックドオブジェクトには、互いに異なる仮想バケットに収容されたオブジェクトが混在しないようにパッキング処理が行われる。記録処理部13は、オブジェクトの磁気テープ30への記録をパックドオブジェクトの単位で行う。
 削除処理部14は、有効期間が満了し且つ磁気テープ30に記録したオブジェクトを記憶装置103から削除する処理を行う。
 以下に、情報処理装置10の作用について説明する。図6は、CPU101が、情報処理プログラム110を実行することによって実施される処理の流れの一例を示すフローチャートである。情報処理プログラム110は、例えば、ユーザ端末50においてバケットが作成された場合に実行される。
 ステップS1において仮想バケット生成部11は、図4に示すように、ユーザによって作成されたバケット70に対応付けられた複数の仮想バケット71A、71B、71Cを生成する。複数の仮想バケット71A、71B、71Cの各々には、互いに異なる有効期間が設定される。
 ステップS2において分類部12は、ユーザによって作成されたバケット70に収容された保存対象のオブジェクト80を仮想バケット71A、71B、71Cのいずれかに収容する。すなわち、分類部12は、ユーザによって作成されたバケット70に収容されたオブジェクト80を仮想バケット71A、71B、71Cに振り分けることにより、オブジェクト80を分類する。この処理を分類処理と称する。以下において、ステップS2において実施される分類処理の詳細について説明する。図7は、分類処理の一例を示すフローチャートである。
 ステップS11において分類部12は、ストレージシステム1に既に保存されているオブジェクトのうち、保存対象のオブジェクト80と同一の属性を有するオブジェクトを同一属性オブジェクトとして特定する。具体的には、分類部12は、保存対象のオブジェクト80のメタデータとして記録された特定の属性情報と同じ属性情報が記録されたメタデータを含む既存のオブジェクトを、同一属性オブジェクトとして特定する。
 ステップS12において分類部12は、ステップS11において特定した同一属性オブジェクトにおける読み出し履歴を参照することで、同一属性オブジェクトの読み出し頻度を導出する。
 ステップS13において分類部12は、ステップS12において導出した同一属性オブジェクトの読み出し頻度を、保存対象のオブジェクト80の読み出し頻度として推定する。
 ステップS14において分類部12は、記憶装置103に格納された対応テーブル120(図5参照)を参照し、保存対象のオブジェクト80ついて推定した読み出し頻度に対応する仮想バケットを、そのオブジェクト80の収容先として決定する。
 仮想バケット71A、71B、71Cに収容されたオブジェクト80は、それぞれ記憶装置103に保存される。記憶装置103に保存されたオブジェクト80は、そのオブジェクト80を収容する仮想バケットについて設定された有効期間が満了するまでの間、記憶装置103に保存される。
 ステップS3において記録処理部13は、記憶装置103に保存されたオブジェクトのうち、有効期間が満了したオブジェクトを、テープライブラリ20に格納された磁気テープ30に記録する処理を行う。記録処理部13は、同一の仮想バケットに収容された1つ以上のオブジェクトをまとめたパックドオブジェクトを作成し、オブジェクトの磁気テープ30への記録をパックドオブジェクトの単位で行う。
 ステップS4において削除処理部14は、有効期間が満了し且つ磁気テープ30に記録したオブジェクトを記憶装置103から削除する処理を行う。
 以上のように、開示の技術の実施形態に係る情報処理装置10は、互いに異なる有効期間が設定された複数の仮想バケットのうち、保存対象のオブジェクトの特性に応じて選択される1つの仮想バケットに、保存対象のオブジェクトを収容し、仮想バケットに収容されたオブジェクトを、当該仮想バケットに設定された有効期間が満了するまでの間、記憶装置103に保存する処理を行う。本実施形態に係る情報処理装置10は、保存対象のオブジェクトの読み出し頻度を推定し、推定された読み出し頻度が相対的に高いオブジェクトを、相対的に長い有効期間が設定された収容領域に収容する。
 読み出し頻度が比較的高いオブジェクトについては、極力短い読み出し時間で読み出しができることが好ましい。しかしながら、磁気テープに記録されたオブジェクトを読み出す場合のレスポンスタイムは、ランダムアクセスが可能な記憶装置103からオブジェクトを読み出す場合のレスポンスタイムと比較して長くなる場合が多く、読み出し時間が比較的長くなる場合がある。従って、比較的長い期間に亘って継続的に読み出されることが想定されるオブジェクトについては、磁気テープ30に移行せずに記憶装置103に保存しておく期間を長めにしておくことが好ましい。本実施形態に係る情報処理装置10によれば、読み出し頻度が相対的に高いオブジェクトには、比較的長い有効期間が設定されて記憶装置103に保存される。すなわち、情報処理装置10によれば、記憶装置103にオブジェクトを保存しておく期間を適切に設定することが可能となる。
 なお、本実施形態においては、保存対象のオブジェクトの収容先となる仮想バケットの選択において考慮されるオブジェクトの特性として、そのオブジェクトの読み出し頻度を適用する場合を例示したが、この態様に限定されない。仮想バケットを選択する際に考慮されるオブジェクトの特性として、そのオブジェクトのサイズを適用してもよい。この場合、分類部12は、サイズが相対的に高いオブジェクトを、相対的に短い有効期間が設定された仮想バケットに収容してもよい。保存対象のオブジェクトのサイズと、そのオブジェクトの収容先となる仮想バケットとの対応関係を示す対応テーブル(図示せず)が、仮想バケットの作成後に作成され、記憶装置103に格納される。分類部12は、記憶装置103に格納された対応テーブルを参照し、保存対象のオブジェクトのサイズに対応する仮想バケットを、そのオブジェクトの収容先として決定する。このように、仮想バケットを選択する際に考慮されるオブジェクトの特性として、そのオブジェクトのサイズを適用することで、例えば、サイズが比較的大きいオブジェクトの有効期間を比較的短くするといった運用が可能となる。これにより、サイズが比較的大きいオブジェクトが、長期間に亘り記憶装置103の記憶領域を占有し、空き領域が不足するといった事態の発生を回避することが可能となる。
 また、保存対象のオブジェクトの収容先となる仮想バケットの選択において考慮されるオブジェクトの特性として、そのオブジェクトに含まれるデータの種類(動画データ、画像データ、テキストデータ)を適用してもよい。
 また、本実施形態においては、複数の仮想バケットの各々には、互いに異なる有効期間が設定され、仮想バケットに収容されたオブジェクトを、当該仮想バケットに設定された有効期間が満了するまでの間、記憶装置103に保存し、有効期間が満了したオブジェクトを磁気テープ30に記録した後、記憶装置103から削除する場合を例示したが、有効期間に代えて有効期限を適用してもよい。すなわち、複数の仮想バケットの各々には、互いに異なる有効期限が設定され、仮想バケットに収容されたオブジェクトを、当該仮想バケットに設定された有効期限が満了するまでの間、記憶装置103に保存し、有効期限が満了したオブジェクトを磁気テープ30に記録した後、記憶装置103から削除する。有効期限とは絶対的な期日であり、例えば、有効期限が2021年12月31日である場合、オブジェクトの受信時点にかかわらず、そのオブジェクトの有効期限は2021年12月31日に満了する。
[第2の実施形態]
 上記した第1の実施形態に係る情報処理装置10は、保存対象のオブジェクトの収容先となる仮想バケットの選択をオブジェクトの特性に基づいて行うものであった。開示の技術の第2の実施形態に係る情報処理装置10は、保存対象のオブジェクトの収容先となる仮想バケットの選択をオブジェクトの属性に基づいて行う。例えば、保存対象のオブジェクトに含まれるデータが医療画像である場合、その医療画像の種別(例えばCT画像、超音波画像など)、病名(例えば肺がん、肺結核など)、撮影日時、患者名等の、そのオブジェクトの属性を示す属性情報が、そのオブジェクトに含まれるメタデータとして記録される。
 本実施形態において分類部12は、保存対象のオブジェクトに含まれるメタデータからそのオブジェクトの属性情報を取得し、取得した属性情報によって示される属性に対応する仮想バケットを、そのオブジェクトの収容先として決定する。オブジェクトの属性と、そのオブジェクトの収容先となる仮想バケットとの対応関係を示す対応テーブル120(図8参照)が、仮想バケットの作成後に作成され、記憶装置103に格納される。図8には、オブジェクトの属性の一例としての複数の病名が、互いに異なる仮想バケットに対応付けられている例が示されている。なお、仮想バケットに対応付けられる属性は、病名以外の他の属性であってもよい。また、複数の属性の組み合わせを仮想バケットに対応付けてもよい。分類部12は、記憶装置103に格納された対応テーブル120を参照し、保存対象のオブジェクトの属性に対応する仮想バケットを、そのオブジェクトの収容先として決定する。
 図9は、本実施形態に係る分類処理の一例を示すフローチャートである。ステップS21において分類部12は、保存対象のオブジェクトに含まれるメタデータから、そのオブジェクトの属性情報を取得する。ステップS22において分類部12は、記憶装置103に格納された対応テーブル120(図8参照)を参照し、ステップS21において取得した属性情報によって示される属性に対応する仮想バケットを、そのオブジェクトの収容先として決定する。
 記憶装置103に記憶されたオブジェクトの中には、比較的長い期間に亘って継続的に読み出されるものが存在する場合がある。例えば、治療に比較的長い期間を要する肺がんのCT画像は、比較的長い期間に亘って継続的に読み出されることが想定される。このようなオブジェクトについては、磁気テープに移行せずに記憶装置103に保存しておく期間を長めにしておくことが好ましい。読み出しが継続する期間の長さに基づくオブジェクトの分類は、オブジェクトの属性に基づいて行うことが可能である。本実施形態に係る情報処理装置10によれば、保存対象のオブジェクトの属性に応じて、そのオブジェクトの有効期間が設定されるので、記憶装置103にオブジェクトを保存しておく期間を適切に設定することが可能となる。
 上記の各実施形態において、例えば、仮想バケット生成部11、分類部12、記録処理部13及び削除処理部14といった各種の処理を実行する処理部(processing unit)のハードウェア的な構造としては、次に示す各種のプロセッサ(processor)を用いることができる。上記各種のプロセッサには、前述したように、ソフトウェア(プログラム)を実行して各種の処理部として機能する汎用的なプロセッサであるCPUに加えて、FPGA等の製造後に回路構成を変更可能なプロセッサであるプログラマブルロジックデバイス(Programmable Logic Device:PLD)、ASIC(Application Specific Integrated Circuit)等の特定の処理を実行させるために専用に設計された回路構成を有するプロセッサである専用電気回路等が含まれる。
 1つの処理部は、これらの各種のプロセッサのうちの1つで構成されてもよいし、同種又は異種の2つ以上のプロセッサの組み合わせ(例えば、複数のFPGAの組み合わせや、CPUとFPGAとの組み合わせ)で構成されてもよい。また、複数の処理部を1つのプロセッサで構成してもよい。
 複数の処理部を1つのプロセッサで構成する例としては、第1に、クライアント及びサーバ等のコンピュータに代表されるように、1つ以上のCPUとソフトウェアの組み合わせで1つのプロセッサを構成し、このプロセッサが複数の処理部として機能する形態がある。第2に、システムオンチップ(System on Chip:SoC)等に代表されるように、複数の処理部を含むシステム全体の機能を1つのIC(Integrated Circuit)チップで実現するプロセッサを使用する形態がある。このように、各種の処理部は、ハードウェア的な構造として、上記各種のプロセッサの1つ以上を用いて構成される。
 更に、これらの各種のプロセッサのハードウェア的な構造としては、より具体的には、半導体素子などの回路素子を組み合わせた電気回路(circuitry)を用いることができる。
 また、上記実施形態では、情報処理プログラム110が記憶装置103に予め記憶(インストール)されている態様を説明したが、これに限定されない。情報処理プログラム110は、CD-ROM(Compact Disc Read Only Memory)、DVD-ROM(Digital Versatile Disc Read Only Memory)、及びUSB(Universal Serial Bus)メモリ等の記録媒体に記録された形態で提供されてもよい。また、情報処理プログラム110は、ネットワークを介して外部装置からダウンロードされる形態としてもよい。
 なお、2021年2月8日に出願された日本国特許出願2021-018457の開示は、その全体が参照により本明細書に取り込まれる。また、本明細書に記載された全ての文献、特許出願および技術規格は、個々の文献、特許出願、および技術規格が参照により取り込まれることが具体的かつ個々に記された場合と同程度に、本明細書中に参照により取り込まれる。

Claims (6)

  1.  少なくとも1つのプロセッサ及びオブジェクトを保存するための少なくとも1つの記憶装置を備えた情報処理装置であって、
     前記プロセッサは、
     互いに異なる有効期間又は有効期限が設定された複数の仮想的な収容領域のうち、保存対象のオブジェクトの特性又は属性に応じて選択される1つの収容領域に、保存対象のオブジェクトを収容し、
     前記収容領域に収容されたオブジェクトを、当該収容領域に設定された有効期間又は有効期限が満了するまでの間、前記記憶装置に保存する
     情報処理装置。
  2.  前記プロセッサは、
     保存対象のオブジェクトの読み出し頻度を推定し、
     推定された読み出し頻度が相対的に高いオブジェクトを、相対的に長い有効期間又は有効期限が設定された収容領域に収容する
     請求項1に記載の情報処理装置。
  3.  前記プロセッサは、
     保存対象のオブジェクトの属性を示す属性情報を取得し、
     前記属性情報によって示される属性に対応付けられた収容領域に、保存対象のオブジェクトを収容する
     処理を行う請求項1に記載の情報処理装置。
  4.  前記プロセッサは、
     前記有効期間又は有効期限が満了したオブジェクトを、磁気テープに記録した後、前記記憶装置から削除する
     請求項1から請求項3のいずれか1項に記載の情報処理装置。
  5.  互いに異なる有効期間又は有効期限が設定された複数の仮想的な収容領域のうち、保存対象のオブジェクトの特性又は属性に応じて選択される1つの収容領域に、保存対象のオブジェクトを収容し、
     前記収容領域に収容されたオブジェクトを、当該収容領域に設定された有効期間又は有効期限が満了するまでの間、記憶装置に保存する
     処理を、情報処理装置が備える少なくとも1つのプロセッサが実行する情報処理方法。
  6.  互いに異なる有効期間又は有効期限が設定された複数の仮想的な収容領域のうち、保存対象のオブジェクトの特性又は属性に応じて選択される1つの収容領域に、保存対象のオブジェクトを収容し、
     前記収容領域に収容されたオブジェクトを、当該収容領域に設定された有効期間又は有効期限が満了するまでの間、記憶装置に保存する
     処理を、情報処理装置が備える少なくとも1つのプロセッサに実行させるための情報処理プログラム。
PCT/JP2021/045903 2021-02-08 2021-12-13 情報処理装置、情報処理方法、及び情報処理プログラム WO2022168448A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022579373A JPWO2022168448A1 (ja) 2021-02-08 2021-12-13

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2021018457 2021-02-08
JP2021-018457 2021-02-08

Publications (1)

Publication Number Publication Date
WO2022168448A1 true WO2022168448A1 (ja) 2022-08-11

Family

ID=82741099

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/045903 WO2022168448A1 (ja) 2021-02-08 2021-12-13 情報処理装置、情報処理方法、及び情報処理プログラム

Country Status (2)

Country Link
JP (1) JPWO2022168448A1 (ja)
WO (1) WO2022168448A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006350599A (ja) * 2005-06-15 2006-12-28 Hitachi Ltd ストレージシステム及びストレージシステムのデータマイグレーション方法
JP2014139763A (ja) * 2012-12-21 2014-07-31 Canon Marketing Japan Inc 情報処理装置、情報処理方法、プログラム
JP2014203329A (ja) * 2013-04-08 2014-10-27 日本電気株式会社 ストレージシステム、ノード装置及びデータ管理方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006350599A (ja) * 2005-06-15 2006-12-28 Hitachi Ltd ストレージシステム及びストレージシステムのデータマイグレーション方法
JP2014139763A (ja) * 2012-12-21 2014-07-31 Canon Marketing Japan Inc 情報処理装置、情報処理方法、プログラム
JP2014203329A (ja) * 2013-04-08 2014-10-27 日本電気株式会社 ストレージシステム、ノード装置及びデータ管理方法

Also Published As

Publication number Publication date
JPWO2022168448A1 (ja) 2022-08-11

Similar Documents

Publication Publication Date Title
US9182921B2 (en) Method and system for providing substantially constant-time execution of a copy operation
US11227635B2 (en) Recording device, readout device, recording method, recording program, readout method, readout program, and magnetic tape
US7136981B2 (en) Method and apparatus for creating a virtual storage volume with a file size independent of a file size limitation
US20090187711A1 (en) System and method for performing auxiliary storage operations
US20220383897A1 (en) Information processing device, information processing method, and information processing program
WO2022168448A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
JP5504936B2 (ja) ストレージ装置およびデータ格納制御方法
US11640339B2 (en) Creating a backup data set
WO2021181859A1 (ja) 転送装置、転送方法、及び転送プログラム
WO2020066389A1 (ja) 記録装置、読取装置、記録方法、記録プログラム、読取方法、読取プログラム、及び磁気テープ
WO2021171815A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
WO2022185650A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
WO2022163078A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
WO2022044458A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
US20230185764A1 (en) Information processing apparatus, information processing method, and information processing program
WO2022168449A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
WO2022044459A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
WO2022172549A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
WO2022168399A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
WO2022176345A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
WO2022049832A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
WO2022172721A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
WO2022049903A1 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
JP2024044866A (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
JP2023068981A (ja) 情報処理装置、情報処理方法、及び情報処理プログラム

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022579373

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

Country of ref document: EP

Kind code of ref document: A1