KR20180021319A - Method and Apparatus for controlling storage server - Google Patents

Method and Apparatus for controlling storage server Download PDF

Info

Publication number
KR20180021319A
KR20180021319A KR1020160105296A KR20160105296A KR20180021319A KR 20180021319 A KR20180021319 A KR 20180021319A KR 1020160105296 A KR1020160105296 A KR 1020160105296A KR 20160105296 A KR20160105296 A KR 20160105296A KR 20180021319 A KR20180021319 A KR 20180021319A
Authority
KR
South Korea
Prior art keywords
data
storage
cold storage
information
stored
Prior art date
Application number
KR1020160105296A
Other languages
Korean (ko)
Other versions
KR101840190B1 (en
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 KR1020160105296A priority Critical patent/KR101840190B1/en
Publication of KR20180021319A publication Critical patent/KR20180021319A/en
Application granted granted Critical
Publication of KR101840190B1 publication Critical patent/KR101840190B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/161Computing infrastructure, e.g. computer clusters, blade chassis or hardware partitioning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing

Abstract

The present invention relates to a method and apparatus for storing data in a storage server. More particularly, the present invention relates to a method and apparatus for distributing and storing data in a plurality of disk servers constituting a storage server. Particularly, the present invention provides a method and apparatus for controlling a storage server. The apparatus includes a data receiving part for receiving initial data and storing it in a hot storage, a data storage part for moving the initial data to one of two or more active cold storages based on data characteristic information including at least one of data generation timing information and data size information when a storage event for initial data occurs, and storing it, and an activation operation control part for controlling the activation operation of the cold storage based on at least one of priority information and active cold storage reference number information of each of the cold storage. It is possible to reduce the number of active storage devices as much as possible.

Description

스토리지 서버 제어 장치 및 방법{Method and Apparatus for controlling storage server}Apparatus and method for controlling storage server

본 발명은 스토리지 서버에 데이터를 저장하는 방법 및 장치에 관한 기술이다. 보다 상세하게는 본 발명은 스토리지 서버에 구성되는 다수의 디스크 서버에 데이터를 분산하여 저장하는 방법 및 장치에 관한 것이다.The present invention relates to a method and apparatus for storing data on a storage server. More particularly, the present invention relates to a method and apparatus for distributing and storing data in a plurality of disk servers constituting a storage server.

웹 기반 서비스(예를 들어, SNS, 메신저, 카페, 블로그, 클라우드 드라이브 등)를 제공하기 위해 대용량 스토리지 서버가 운영될 필요가 있다. 스토리지 서버는 각 사용자가 전송한 대화, 사진, 동영상, 음성 파일 등을 저장하고, 다른 사용자에게 전송하는 역할을 할 수 있다. 스마트 기기의 보편화와 네트워크 기술의 발전으로 웹 기반 서비스가 보편화되었고, 웹 기반 서비스가 생성하는 데이터의 크기도 기하급수적으로 증가하고 있다. A mass storage server needs to be operated to provide web based services (e.g., SNS, instant messenger, cafe, blog, cloud drive, etc.). The storage server can store the conversations, pictures, videos, voice files, etc. transmitted by each user and transmit the same to other users. Web - based services have become popular due to the generalization of smart devices and the development of network technologies, and the size of data generated by web - based services is increasing exponentially.

이런 대용량의 데이터를 모두 고성능의 스토리지 서버에 저장하기에는 설비 및 운영 비용이 너무 비싸기 때문에 자주 접근하지 않는 데이터는 별도의 스토리지 서버에 저장할 필요가 있다. Storing all of these large amounts of data on high-performance storage servers is expensive and expensive, so you need to store frequently accessed data on a separate storage server.

이와 같이 성능과 비용을 기준으로 2, 3단계의 스토리지 레벨을 구분하고, 필요에 따라 파일을 분류하는 것을 티어링(tiering)이라고 한다. 또한, 고성능 서버에 저장되는 자주 접근되는 파일을 hot data, 성능은 낮지만 저렴한 서버에 저장되어 거의 접근이 없는 파일을 cold data라고 한다.It is called tiering to classify storage levels in two or three levels based on performance and cost, and classify files as needed. Also, cold data is often referred to as hot data that is stored on a high-performance server, while cold data is stored on a low-performance but low-performance server.

웹 기반 서비스가 보편화되면서, 데이터를 hot 데이터와 cold 데이터로 효율적으로 구분하고, 구분된 데이터를 나누어 저장하는 기술이 중요해지고 있다. 특히, 다수의 디스크로 구성되는 스토리지 서버에서 자주 접근되지 않는 cold 데이터와 hot 데이터를 구분하여 디스크 별로 저장함으로써, 전력 및 비용 증가를 방지하기 위한 기술의 개발이 요구되고 있다. As web-based services become popular, technology for efficiently dividing data into hot data and cold data and dividing and storing the divided data is becoming important. Particularly, it is required to develop a technique to prevent power and cost increase by storing cold data and hot data, which are not frequently accessed in a storage server composed of a plurality of disks, for each disk.

전술한 배경에서 안출된 본 발명은 스토리지 서버에 저장되는 데이터를 효율적으로 구분하여 개별 저장장치에 저장하고, 개별 저장장치의 활성화 여부를 제어하는 구체적인 제어 방법 및 장치를 제안하고자 한다. SUMMARY OF THE INVENTION The present invention has been made in view of the above circumstances and provides a concrete control method and apparatus for efficiently storing data stored in a storage server and storing the data in an individual storage device and controlling whether or not the individual storage device is activated.

또한, 본 발명은 데이터를 구분하여 저장함에 있어서, 유사한 특성을 가지는 데이터를 묶어서 저장하여 활성화 저장장치의 개수를 최대한 줄일 수 있는 스토리지 서버 제어 방법 및 그 장치를 제안하고자 한다.Also, the present invention proposes a storage server control method and apparatus that can reduce the number of active storage devices as much as possible by grouping and storing data having similar characteristics when data is separately stored.

전술한 과제를 해결하기 위한 일 실시예는 초기 데이터를 수신하여 핫 스토리지(hot storage)에 저장하는 데이터 수신부와 초기 데이터에 대한 보관 이벤트가 발생하는 경우, 데이터 생성 시기 정보 및 데이터 크기 정보 중 적어도 하나를 포함하는 데이터 특성 정보에 기초하여 초기 데이터를 둘 이상의 활성화 콜드 스토리지(Cold storage) 중 어느 하나로 이동 저장하는 데이터 보관부 및 콜드 스토리지 각각의 우선순위 정보 및 활성화 콜드 스토리지 기준 개수 정보 중 적어도 하나에 기초하여 콜드 스토리지의 활성화 동작을 제어하는 활성화 동작 제어부를 포함하는 스토리지 서버 제어 장치를 제공한다.One embodiment of the present invention for solving the aforementioned problems is a data receiving unit for receiving initial data and storing the initial data in a hot storage and a data receiving unit for storing at least one of data generation time information and data size information Based on at least one of the priority information and the activated cold storage reference number information of each of the data storage unit and the cold storage for moving the initial data to one of two or more active cold storage based on the data characteristic information And an activation operation control unit for controlling the activation operation of the cold storage.

또한, 다른 실시예는 초기 데이터를 수신하여 핫 스토리지(hot storage)에 저장하는 데이터 수신단계와 초기 데이터에 대한 보관 이벤트가 발생하는 경우, 데이터 생성 시기 정보 및 데이터 크기 정보 중 적어도 하나를 포함하는 데이터 특성 정보에 기초하여 초기 데이터를 둘 이상의 활성화 콜드 스토리지(Cold storage) 중 어느 하나로 이동 저장하는 데이터 보관단계 및 콜드 스토리지 각각의 우선순위 정보 및 활성화 콜드 스토리지 기준 개수 정보 중 적어도 하나에 기초하여 콜드 스토리지의 활성화 동작을 제어하는 활성화 동작 제어단계를 포함하는 스토리지 서버 제어 방법을 제공한다. Another embodiment of the present invention includes a data receiving step of receiving initial data and storing the initial data in a hot storage and a data storing step of storing data including at least one of data generation time information and data size information when a storage event for initial data occurs Storing the initial data on any one of two or more activated cold storages based on the characteristic information and storing the cold storage in the cold storage based on at least one of the priority information and the activated cold storage reference number information of each of the cold storages. And an activation operation control step of controlling the activation operation.

본 발명은 스토리지 서버에 저장되는 데이터를 효율적으로 구분하여 개별 저장장치에 나누어 저장함으로써, 스토리지 서버의 운영 비용 및 설치 비용을 획기적으로 감소시키는 효과를 제공한다. The present invention effectively divides the data stored in the storage server and divides the data into separate storage devices, thereby dramatically reducing the operating cost and installation cost of the storage server.

또한, 본 발명은 동일한 스토리지 서버를 운영하더라도 활성화 디스크의 개수가 최소가 되도록 데이터를 저장함으로써, 스토리지 서버 운영 효율을 극대화하는 효과를 제공한다.In addition, the present invention provides an effect of maximizing the storage server operation efficiency by storing data so that the number of active disks becomes minimum even when the same storage server is operated.

도 1은 일 실시예에 따른 스토리지 서버의 구성을 예시적으로 도시한 도면이다.
도 2는 일 실시예에 따른 스토리지 서버 제어 장치의 구성을 도시한 도면이다.
도 3은 일 실시예에 따른 초기 데이터의 이동 저장 동작을 설명하기 위한 도면이다.
도 4는 일 실시예에 따른 초기 데이터가 저장될 활성화 콜드 스토리지를 결정하는 동작을 설명하기 위한 도면이다.
도 5는 일 실시예에 따른 콜드 스토리지 활성화 제어 동작을 설명하기 위한 도면이다.
도 6은 일 실시예에 따른 스토리지 서버 제어 방법을 설명하기 위한 흐름도이다.
1 is a diagram illustrating an exemplary configuration of a storage server according to an embodiment of the present invention.
FIG. 2 is a diagram illustrating a configuration of a storage server control apparatus according to an embodiment.
FIG. 3 is a view for explaining a movement storing operation of initial data according to an embodiment.
FIG. 4 is a diagram for explaining an operation of determining an active cold storage to which initial data according to an embodiment is to be stored.
5 is a diagram for explaining a cold storage activation control operation according to an embodiment.
6 is a flowchart illustrating a method of controlling a storage server according to an embodiment of the present invention.

이하, 본 발명의 일부 실시예들을 예시적인 도면을 통해 상세하게 설명한다. 본 발명의 구성 요소를 설명하는 데 있어서, 제 1, 제 2, A, B, (a), (b) 등의 용어를 사용할 수 있다. 이러한 용어는 그 구성 요소를 다른 구성 요소와 구별하기 위한 것일 뿐, 그 용어에 의해 해당 구성 요소의 본질이나 차례 또는 순서 등이 한정되지 않는다. 어떤 구성 요소가 다른 구성요소에 "연결", "결합" 또는 "접속"된다고 기재된 경우, 그 구성 요소는 그 다른 구성요소에 직접적으로 연결되거나 또는 접속될 수 있지만, 각 구성 요소 사이에 또 다른 구성 요소가 "연결", "결합" 또는 "접속"될 수도 있다고 이해되어야 할 것이다.Hereinafter, some embodiments of the present invention will be described in detail with reference to exemplary drawings. In describing the components of the present invention, the terms first, second, A, B, (a), (b), and the like can be used. These terms are intended to distinguish the constituent elements from other constituent elements, and the terms do not limit the nature, order or order of the constituent elements. When a component is described as being "connected", "coupled", or "connected" to another component, the component may be directly connected to or connected to the other component, It should be understood that an element may be "connected," "coupled," or "connected."

웹 기반의 서비스가 증감함에 따라 웹 서비스를 제공하는 업체는 대용량의 데이터를 장기간 보관할 필요성이 증대되고 있다. 이를 위해서는 대용량의 데이터를 저장할 수 있는 스토리지 서버가 필요하다. 또한, 웹 기반 서비스의 데이터는 사용자가 원하는 경우에 접근이 가능하고, 타 사용자에게 전송 및 변경이 가능해야 한다. 또한, 웹 기반 서비스는 빠른 접근 속도가 필수적으로 요구된다. As web-based services are increasing or decreasing, web service providers are increasingly required to store large amounts of data for a long period of time. This requires a storage server capable of storing large amounts of data. In addition, the data of the web-based service can be accessed if desired by the user, and transmitted and changed to other users. Also, fast access speed is essential for web based services.

따라서, 증가되는 데이터를 효율적으로 저장 및 관리하고 사용자의 접근 시에 빠른 속도로 데이터를 불러올 수 있는 장치 및 제어 방법이 필요하다. Accordingly, there is a need for a device and a control method that efficiently store and manage the increased data and recall data at a high speed when the user accesses it.

이를 위해서, 본 발명은 스토리지 서버의 데이터 저장 동작을 제어하기 위한 제어 장치 및 제어 방법에 대해서 제안하고자 한다. To this end, the present invention proposes a control device and a control method for controlling the data storage operation of the storage server.

이하에서의 스토리지 서버는 데이터를 저장하는 저장 장치를 의미하는 것으로 서버, SSD(solid-state drive), HDD(Hard disk drive)와 같이 다양한 데이터 저장 장치이거나 이러한 저장 장치가 하나 이상 결합되어 구성되는 장치를 의미한다. 본 명세서에서의 스토리지 서버를 구성하는 저장 장치는 제한이 없다. 또한, 핫 스토리지는 데이터에 대한 저장, 변경 및 접근이 빠른 속도로 이루어질 수 있는 데이터 저장 장치를 의미하며 그 명칭에 제한은 없다. 이와 달리, 콜드 스토리지는 데이터에 대한 저장, 변경 및 접근이 발생할 수 있으나 핫 스토리지에 비해서 상대적으로 접근 속도가 낮은 저장 장치를 의미한다. 예를 들어, 핫 스토리지는 SSD일 수 있고, 콜드 스토리지는 HDD일 수 있다. 한편, 핫 스토리지는 항상 활성화 상태에서 동작하며, 콜드 스토리지는 설정에 따라 활성화 여부가 변경될 수도 있다. 본 명세서에서의 활성화 동작이라 함은, 개별 스토리지에 대한 접근이 항시 유지되는 상태를 의미하며, HDD의 경우 Spin-up 상태를 의미할 수 있다. 반대로 비활성화 상태라 함은 HDD의 경우 Spin-down 상태와 같이 저전력 상태를 유지하는 상황을 의미할 수 있다. Hereinafter, the storage server refers to a storage device for storing data, and may be various data storage devices such as a server, a solid-state drive (SSD), and a hard disk drive (HDD) . There is no limitation on the storage device constituting the storage server in this specification. Also, hot storage means a data storage device in which data can be stored, changed and accessed at a high speed, and its name is not limited. On the other hand, cold storage is a storage device that can store, change, and access data but has a relatively low access rate compared to hot storage. For example, hot storage may be an SSD, and cold storage may be a HDD. On the other hand, the hot storage always operates in the active state, and the cold storage may be changed depending on the setting. In this specification, an activation operation means a state in which access to individual storage is always maintained, and in the case of HDD, it means a spin-up state. Conversely, the inactive state may mean a state in which a low power state such as a spin-down state is maintained in the HDD.

도 1은 일 실시예에 따른 스토리지 서버의 구성을 예시적으로 도시한 도면이다. 1 is a diagram illustrating an exemplary configuration of a storage server according to an embodiment of the present invention.

도 1을 참조하면, 스토리지 서버(100)는 여러 개의 스토리지 디스크(110 내지 190)를 포함할 수 있다. 스토리지 서버(100)는 데이터 센터에 구축되어 데이터를 저장할 수 있으며, 다수의 스토리지 서버(100)가 데이터 센터에 구축될 수도 있다. 스토리지 서버(100)는 하나 이상의 스토리지(110 내지 190)를 포함할 수 있다. 스토리지는 데이터를 저장하는 개별 저장 장치를 의미하며, 핫 스토리지(110)와 콜드 스토리지(120 내지 190)으로 구분될 수 있다. 도 1에서는 하나의 스토리지 서버(100)에 핫 스토리지(110)와 콜드 스토리지(120 내지 190)가 구성되는 경우를 도시하였으나, 핫 스토리지(110)와 콜드 스토리지(120 내지 190)가 각각 별도의 스토리지 서버(100)에 구성될 수도 있다. Referring to FIG. 1, the storage server 100 may include a plurality of storage disks 110 to 190. The storage server 100 may be installed in the data center to store data, and a plurality of the storage servers 100 may be installed in the data center. The storage server 100 may include one or more storages 110-190. The storage means an individual storage device for storing data, and can be divided into a hot storage 110 and a cold storage 120 to 190. 1, the hot storage 110 and the cold storage 120-190 are configured in one storage server 100. However, the hot storage 110 and the cold storage 120-190 may be separate storage Or may be configured in the server 100.

핫 스토리지(110)와 콜드 스토리지(120 내지 190)는 각각 저장 용량이 정해져 있다. 예를 들어, 핫 스토리지(110)는 가격 당 저장 용량이 상대적으로 낮고(비용이 비쌈), 소비전력이 낮은 디스크가 사용될 수 있다. 이에 반해서, 콜드 스토리지(120 내지 190)는 가격 당 저장 용량이 높거나(비용이 싸거나), 소비전력이 높은 디스크를 사용될 수 있다. 따라서, 콜드 스토리지(120 내지 190)의 효율을 높이기 위해서는 개별 스토리지의 효율이 높아야 한다. 이러한 높은 효율을 위해서는 데이터가 저장된 이후에 최대한 접근하지 않는 것이 좋다.The hot storage 110 and the cold storage 120 to 190 have respective storage capacities. For example, a hot storage 110 may have a relatively low storage capacity per price (costly) and a low power consumption disk. On the other hand, the cold storage 120 to 190 may be a disk having a high storage capacity (low cost) or a high power consumption per price. Therefore, in order to increase the efficiency of the cold storages 120 to 190, the efficiency of the individual storages must be high. For this high efficiency, it is best not to approach as much as possible after the data is stored.

이를 위해서, 스토리지 서버(100)는 데이터가 유입되면, 효율을 높이기 위해서 유입된 초기 데이터를 어느 스토리지에 저장할지를 결정해야 한다. 예를 들어, 데이터가 빈번하게 접근되는 경우에 핫 스토리지(110)에 저장하는 것이 효율적이고, 데이터에 대한 접근이 빈번하지 않은 경우에는 콜드 스토리지에 저장하는 것이 효율적이다. 다만, 콜드 스토리지(120 내지 190)에 저장되는 데이터의 경우에도 사용자의 접근 이벤트가 발생되면, 데이터를 저장하는 콜드 스토리지는 활성화 상태로 변경되어야 하므로 데이터를 콜드 스토리지에 저장할 때도 데이터 특성에 따라 효율적으로 분배하는 것이 중요하다. To this end, the storage server 100 has to determine which storage to store the initial data that has been imported in order to increase the efficiency of the data. For example, when data is frequently accessed, it is efficient to store the data in the hot storage 110. When the data is not frequently accessed, it is efficient to store the data in the cold storage. However, even in the case of the data stored in the cold storage 120 to 190, when the access event of the user occurs, the cold storage for storing the data must be changed to the active state. Therefore, even when the data is stored in the cold storage, It is important to distribute.

본 발명은 이러한 상황에서 스토리지 서버(100)에 데이터가 입력되면, 이를 효율적으로 저장하기 위한 방법 및 장치를 제공한다. The present invention provides a method and apparatus for efficiently storing data in the storage server 100 when the data is input in this situation.

이하에서 스토리지 서버 제어 장치 및 방법을 도면을 참조하여 설명한다. Hereinafter, a storage server control apparatus and method will be described with reference to the drawings.

도 2는 일 실시예에 따른 스토리지 서버 제어 장치의 구성을 도시한 도면이다. FIG. 2 is a diagram illustrating a configuration of a storage server control apparatus according to an embodiment.

도 2를 참조하면, 일 실시예에 따른 스토리지 서버 제어 장치(200)는 초기 데이터를 수신하여 핫 스토리지(hot storage)에 저장하는 데이터 수신부(210)와 초기 데이터에 대한 보관 이벤트가 발생하는 경우, 데이터 생성 시기 정보 및 데이터 크기 정보 중 적어도 하나를 포함하는 데이터 특성 정보에 기초하여 초기 데이터를 둘 이상의 활성화 콜드 스토리지(Cold storage) 중 어느 하나로 이동 저장하는 데이터 보관부(220) 및 콜드 스토리지 각각의 우선순위 정보 및 활성화 콜드 스토리지 기준 개수 정보 중 적어도 하나에 기초하여 콜드 스토리지의 활성화 동작을 제어하는 활성화 동작 제어부(230)를 포함할 수 있다. 2, the storage server control apparatus 200 according to an exemplary embodiment of the present invention includes a data receiving unit 210 for receiving initial data and storing the initial data in a hot storage, A data storage unit 220 for moving the initial data to one of two or more active cold storages based on data characteristic information including at least one of data generation timing information and data size information, And an activation operation control unit (230) for controlling the activation operation of the cold storage based on at least one of the order information, the rank information, and the activated cold storage reference number information.

데이터 수신부(210)는 초기 데이터를 수신하여 핫 스토리지에 저장할 수 있다. 초기 데이터는 웹 서비스 등을 통해서 발생된 신규 데이터로 사용자의 접근 빈도가 높을 가능성이 있다. 따라서, 데이터 수신부(210)는 초기 데이터가 수신되면, 해당 초기 데이터를 핫 스토리지에 저장하여 전력 효율을 높일 수 있다. 다만, 모든 데이터를 핫 스토리지에 저장할 경우에 가격 당 저장 용량이 낮은 핫 스토리지의 개수가 기하급수적으로 증가할 수 있다. 따라서, 스토리지 서버를 구축하는 비용이 증가할 수 있으며, 항상 활성화 상태로 동작하는 핫 스토리지의 개수가 증가하면 스토리지 서버 전체적으로 효율이 감소할 수 있다. 따라서, 스토리지 서버 제어 장치(200)는 초기 데이터를 콜드 스토리지로 이동하여 보관할 필요가 있다. The data receiving unit 210 may receive the initial data and store the initial data in the hot storage. Initial data may be new data generated through web services, etc., and the frequency of access by users may be high. Accordingly, when the initial data is received, the data receiving unit 210 can increase the power efficiency by storing the initial data in the hot storage. However, when all of the data is stored in hot storage, the number of hot storages with low storage capacity per price can increase exponentially. Thus, the cost of building the storage server may increase, and the efficiency of the storage server as a whole may decrease as the number of active hot storages increases. Therefore, the storage server control apparatus 200 needs to move initial data to the cold storage and store it.

이를 위해서, 데이터 보관부(220)는 초기 데이터에 대한 보관 이벤트가 발생하는 경우, 데이터 생성 시기 정보 및 데이터 크기 정보 중 적어도 하나를 포함하는 데이터 특성 정보에 기초하여 초기 데이터를 둘 이상의 활성화 콜드 스토리지(Cold storage) 중 어느 하나로 이동 저장할 수 있다. 예를 들어, 데이터 보관부(220)는 초기 데이터가 핫 스토리지에 저장된 후 미리 설정된 시간이 경과하면, 해당 초기 데이터를 활성화 콜드 스토리지로 이동 저장할 수 있다. 즉, 데이터 보관부(220)는 초기 데이터에 대한 보관 이벤트 발생 여부를 체크하여 보관 이벤트가 발생하면 해당 초기 데이터를 활성화 콜드 스토리지로 이동하여 저장하도록 제어한다. 일 예로, 보관 이벤트는 초기 데이터의 저장 이후 미리 설정된 시간이 경과하는 경우로 설정될 수 있다. 다른 예로 보관 이벤트는 핫 스토리지의 보관 용량이 미리 설정된 기준 용량을 초과하는 경우로 설정될 수도 있다. 또 다른 예로, 보관 이벤트 발생은 핫 스토리지의 보관 용량과 초기 데이터의 저장 시점을 이용하여 결정될 수도 있다. 보관 이벤트는 스토리지 서버 제어 장치(200)에 대한 설정 값으로 가변될 수 있다. To this end, the data storage unit 220 stores the initial data into at least two activated cold storage (or data storage) based on the data property information including at least one of the data generation time information and the data size information when the storage event for the initial data occurs Cold storage). For example, the data storage unit 220 can move the initial data to the activated cold storage after a predetermined time has elapsed after the initial data is stored in the hot storage. That is, the data storage unit 220 checks whether a storage event is generated for the initial data, and controls to move the initial data to the active cold storage when the storage event occurs. For example, the storage event may be set to a case where a predetermined time has elapsed since the storage of the initial data. As another example, the retention event may be set to a case where the storage capacity of hot storage exceeds a preset reference capacity. As another example, the occurrence of a storage event may be determined using the storage capacity of the hot storage and the storage time of the initial data. The storage event can be changed to a setting value for the storage server control device 200. [

데이터 보관부(220)는 보관 이벤트가 발생된 것으로 판단되면, 핫 스토리지에 저장된 초기 데이터를 둘 이상의 활성화 콜드 스토리지 중 어느 하나로 이동 저장할 수 있다. 데이터 보관부(220)는 초기 데이터가 저장될 활성화 콜드 스토리지를 결정하기 위해서, 초기 데이터에 대한 데이터 특성 정보를 이용할 수 있다. 예를 들어, 데이터 특성 정보는 해당 초기 데이터의 데이터 생성 시기 정보 및 데이터 크기 정보 중 적어도 하나를 포함할 수 있다. The data storage unit 220 may store the initial data stored in the hot storage to any one of two or more activated cold storages when it is determined that a storage event has occurred. The data storage unit 220 may use the data property information on the initial data to determine the active cold storage in which the initial data is to be stored. For example, the data characteristic information may include at least one of data generation time information and data size information of the initial data.

일 예로, 데이터 보관부(220)는 활성화 콜드 스토리지 각각에 저장된 저장 데이터의 평균 데이터 생성 시기 정보를 확인하고, 초기 데이터의 데이터 생성 시기 정보와 활성화 콜드 스토리지 각각의 평균 데이터 생성 시기 정보를 비교하여 초기 데이터가 저장될 활성화 콜드 스토리지를 결정할 수 있다. 예를 들어, 데이터 보관부(220)는 유사한 데이터 생성 시기 정보를 가지는 데이터들을 하나의 활성화 콜드 스토리지로 모아서 저장할 수 있다. For example, the data storage unit 220 checks the average data generation time information of the stored data stored in each of the activated cold storage, compares the data generation time information of the initial data with the average data generation time information of each of the activated cold storage, The active cold storage to which the data is to be stored. For example, the data storage unit 220 may collect and store data having similar data generation timing information into one activated cold storage.

다른 예로, 데이터 보관부(220)는 활성화 콜드 스토리지 각각에 저장된 저장 데이터의 평균 데이터 크기 정보를 확인하고, 초기 데이터의 데이터 크기 정보와 활성화 콜드 스토리지 각각의 평균 데이터 크기 정보를 비교하여 초기 데이터가 저장될 활성화 콜드 스토리지를 결정할 수도 있다. 예를 들어, 데이터 보관부(220)는 유사한 데이터 크기 정보를 가지는 데이터들을 하나의 활성화 콜드 스토리지로 모아서 저장할 수 있다.In another example, the data storage unit 220 checks the average data size information of the stored data stored in each of the activated cold storage, compares the data size information of the initial data with the average data size information of each of the activated cold storage, You may decide to activate cold storage to be. For example, the data storage unit 220 may collect and store data having similar data size information into one activated cold storage.

또 다른 예로, 데이터 보관부(220)는 활성화 콜드 스토리지 각각의 저장 포인트 및 초기 데이터의 저장 포인트를 산출하고, 활성화 콜드 스토리지 각각의 저장 포인트와 초기 데이터의 저장 포인트의 유사도 정보에 기초하여 초기 데이터가 저장될 활성화 콜드 스토리지를 결정할 수도 있다. 여기서, 활성화 콜드 스토리지 각각의 저장 포인트는 활성화 콜드 스토리지 각각에 저장된 저장 데이터의 평균 데이터 생성 시기 정보 및 평균 데이터 크기 정보 각각에 가중치를 적용하여 산출되고, 초기 데이터의 저장 포인트는 초기 데이터의 데이터 생성 시기 정보 및 데이터 크기 정보 각각에 가중치를 적용하여 산출될 수 있다. 예를 들어, 데이터 보관부(220)는 데이터 생성 시기 정보와 데이터 크기 정보를 개별 인자로 하는 저장 포인트가 유사한 데이터들을 하나의 활성화 콜드 스토리지로 모아서 저장할 수 있다.As another example, the data storage unit 220 may calculate the storage point of each of the activated cold storage and the initial data, and may store the initial data based on the similarity information of the storage point of the initial data and the storage point of each of the activated cold storage. It may determine the active cold storage to be stored. Here, each storage point of the activated cold storage is calculated by applying a weight to each of the average data generation time information and the average data size information of the stored data stored in each of the activated cold storage, and the storage point of the initial data is calculated Information and data size information, respectively. For example, the data storage unit 220 may store similar data into a single activated cold storage, where the storage points having the data generation time information and the data size information as separate factors are stored.

이상에서 설명한 바와 같이, 데이터 보관부(220)는 유사한 데이터 특성 정보를 갖는 데이터들이 동일 활성화 콜드 스토리지로 모아서 저장되도록 제어할 수 있다. 이를 통해서 콜드 스토리지 별로 특성이 명확하게 구분되고, 개별 콜드 스토리지의 활성화 동작을 제어하여 전체 시스템의 효율을 향상 시킬 수 있다. 예를 들어, 유사한 시기에 생성된 데이터들은 사용자의 접근 가능성도 높을 수 있으므로, 해당 데이터들을 모아서 하나의 콜드 스토리지에 저장하고 일정 기간이 지나면 해당 콜드 스토리지를 비활성화 상태로 변경하여 해당 콜드 스토리지로의 접근을 최소화할 수 있다. As described above, the data storage unit 220 can control the data having similar data characteristic information to be collected and stored in the same activated cold storage. Through this, characteristics can be clearly distinguished for each cold storage, and the efficiency of the entire system can be improved by controlling the activation operation of individual cold storage. For example, data generated at a similar time may be highly accessible to users. Therefore, the collected data is stored in a single cold storage, and after a certain period of time, the corresponding cold storage is changed to the inactive state to access the corresponding cold storage Can be minimized.

한편, 활성화 동작 제어부(230)는 콜드 스토리지 각각의 우선순위 정보 및 활성화 콜드 스토리지 기준 개수 정보 중 적어도 하나에 기초하여 콜드 스토리지의 활성화 동작을 제어할 수 있다. 예를 들어, 활성화 동작 제어부(230)는 우선순위 정보를 기준으로 콜드 스토리지를 정렬하고, 정렬된 콜드 스토리지 중 활성화 콜드 스토리지 기준 개수에 해당하는 콜드 스토리지를 활성화 콜드 스토리지로 설정할 수 있다. 활성화 콜드 스토리지 기준 개수는 미리 설정될 수 있으며, 스토리지 서버의 상황에 따라 가변될 수도 있다. 또는, 활성화 콜드 스토리지 기준 개수는 핫 스토리지와 콜드 스토리지의 개수에 따라 결정될 수 있다. 예를 들어 활성화 콜드 스토리지 기준 개수는 핫 스토리지와 콜드 스토리지의 개수 비율에 따라 결정될 수 있다. Meanwhile, the activation operation control unit 230 may control the activation operation of the cold storage based on at least one of the priority information and the activated cold storage reference number information of each of the cold storage. For example, the activation controller 230 may arrange the cold storage based on the priority information and set the cold storage corresponding to the activated cold storage reference count among the sorted cold storage to the active cold storage. The number of activated cold storage criteria may be preset and may vary depending on the situation of the storage server. Alternatively, the number of activated cold storage criteria can be determined by the number of hot and cold storage. For example, the number of active cold storage criteria can be determined by the ratio of hot storage to cold storage.

또한, 우선순위 정보는 콜드 스토리지 접근 정보 및 콜드 스토리지 보관 용량 정보를 기준으로 변경될 수 있다. 일 예로, 우선순위 정보는 콜드 스토리지 접근 정보에 기초하여 변경될 수 있다. 즉, 콜드 스토리지에 저장된 데이터에 대한 접근 이벤트가 발생하면 해당 콜드 스톨리지의 우선순위가 증가될 수 있다. 다른 예로, 우선순위 정보는 콜드 스토리지 보관 용량 정보를 기준으로 변경될 수도 있다. 즉, 특정 콜드 스토리지 보관 용량이 기준값을 초과하면 해당 콜드 스토리지의 우선순이 정보는 감소될 수 있다. 또 다른 예로, 우선순위 정보는 콜드 스토리지에 대한 접근 정보 및 보관 용량 정보를 모두 고려하여 변경될 수도 있다. 또 다른 예로, 우선순위 정보는 콜드 스토리지의 활성화 상태가 변경된 경과 시간 정보를 기준으로 변경될 수도 있다. In addition, the priority information may be changed based on the cold storage access information and the cold storage storage capacity information. In one example, the priority information may be changed based on the cold storage access information. That is, when an access event for data stored in the cold storage occurs, the priority of the corresponding cold storages can be increased. As another example, the priority information may be changed based on the cold storage storage capacity information. That is, if the specific cold storage storage capacity exceeds the reference value, the priority order information of the corresponding cold storage can be reduced. As another example, the priority information may be changed in consideration of both the access information and storage capacity information for the cold storage. As another example, the priority information may be changed based on the elapsed time information in which the activation state of the cold storage is changed.

이하, 도면을 참조하여 데이터 보관 및 활성화 동작 제어에 대해서 보다 상세하게 설명한다. Hereinafter, control of data storage and activation operation will be described in more detail with reference to the drawings.

도 3은 일 실시예에 따른 초기 데이터의 이동 저장 동작을 설명하기 위한 도면이다. FIG. 3 is a view for explaining a movement storing operation of initial data according to an embodiment.

도 3을 참조하면, 데이터 보관부(220)는 핫 스토리지(110)에 저장되는 초기 데이터를 전술한 보관 이벤트 발생 시에 활성화 콜드 스토리지로 이동하여 저장한다. 예를 들어, 데이터 보관부(220)는 핫 스토리지(110)에 저장된 초기 데이터가 저장된지 1시간이 경과하면, 해당 초기 데이터를 저장할 활성화 콜드 스토리지를 결정할 수 있다. 콜드 스토리지 1(120) 및 콜드 스토리지 2(130)가 활성화 상태인 경우, 데이터 보관부(220)는 초기 데이터의 데이터 특성 정보를 이용하여 가장 유사한 데이터 특성 정보를 가지는 콜드 스토리지를 선택한다. Referring to FIG. 3, the data storage unit 220 moves the initial data stored in the hot storage 110 to the active cold storage and stores the initial data when the storage event described above occurs. For example, the data storage unit 220 may determine an active cold storage for storing the initial data after one hour after the initial data stored in the hot storage 110 is stored. When the cold storage 1 120 and the cold storage 2 130 are in the active state, the data storage unit 220 selects the cold storage having the most similar data characteristic information using the data characteristic information of the initial data.

일 예로, 초기 데이터가 생성된지 1시간이고, 콜드 스토리지 1(120)의 평균 데이터 생성 시기가 3시간, 콜드 스토리지 2(130)의 평균 데이터 생성 시기가 5시간인 경우에 초기 데이터는 콜드 스토리지 1(120)로 이동하여 저장된다(300). For example, when the initial data is generated for one hour, the average data generation time of the cold storage 1 120 is three hours, and the average data generation time of the cold storage 2 130 is five hours, the initial data is stored in the cold storage 1 (120) and stored (300).

다른 예로, 초기 데이터의 데이트 크기가 50MB이고, 콜드 스토리지 1(120)의 평균 데이터 크기가 30MB, 콜드 스토리지 2(130)의 평균 데이터 크기가 45MB인 경우에 초기 데이터는 콜드 스토리지 2(130)로 이동하여 저장된다(350).In another example, if the date size of the initial data is 50 MB, the average data size of the cold storage 1 120 is 30 MB, and the average data size of the cold storage 2 130 is 45 MB, the initial data is transferred to the cold storage 2 130 And moved (350).

이러한 과정을 통해서 유사한 데이터 특성 정보를 가지는 복수의 데이터는 동일한 콜드 스토리지로 저장될 수 있다. Through this process, a plurality of data having similar data property information can be stored in the same cold storage.

도 4는 일 실시예에 따른 초기 데이터가 저장될 활성화 콜드 스토리지를 결정하는 동작을 설명하기 위한 도면이다. FIG. 4 is a diagram for explaining an operation of determining an active cold storage to which initial data according to an embodiment is to be stored.

도 4를 참조하면, 데이터 보관부(220)는 저장 포인트를 이용하여 초기 데이터가 저장될 활성화 콜드 스토리지를 결정할 수도 있다. 예를 들어, 데이터 보관부(220)는 초기 데이터의 데이터 생성 시기 정보 및 데이터 크기 정보를 각각의 인자로 하고, 개별 인자에 미리 설정된 가중치를 적용하여 저장 포인트를 산출할 수 있다(S400). 저장 포인트의 산출 방법은 미리 설정될 수 있으며, 필요에 따라 가변될 수도 있다. Referring to FIG. 4, the data storage unit 220 may use a storage point to determine an active cold storage in which initial data is to be stored. For example, the data storage unit 220 may calculate the storage point by using the data generation time information and the data size information of the initial data as respective factors and applying predetermined weights to individual factors (S400). The calculation method of the storage point can be set in advance and may be varied as needed.

이후, 데이터 보관부(220)는 활성화 상태의 콜드 스토리지 각각에 저장된 데이터들에 대한 평균 데이터 생성 시기 정보 및 평균 데이터 크기 정보를 개별 인자로 하고, 해당 개별 인자에 가중치를 적용하여 활성화 콜드 스토리지 별 저장 포인트를 산출한다(S402). 활성화 콜드 스토리지 별 저장 포인트는 미리 설정된 수식에 의해서 산출될 수 있으며, 저장 데이터가 변동될 때마다 산출되어 별도로 저장될 수도 있다. 별도로 저장되는 경우에는 해당 저장포인트를 불러와서 사용할 수 있다. Thereafter, the data storage unit 220 sets the average data generation time information and the average data size information for the data stored in each of the active cold storage units as individual factors, applies the weight to the individual factors, The point is calculated (S402). The storage point for each activated cold storage may be calculated by a predetermined formula, and may be calculated and stored separately whenever the stored data is varied. If it is stored separately, the corresponding storage point can be called up and used.

데이터 보관부(220)는 초기 데이터에 대해서 산출된 저장 포인트와 활성화 콜드 스토리지 별 저장 포인트를 1대1로 비교하여 저장 포인트 간의 유사도를 산출한다(S404). 유사도 산출은 상대 거리 유사도 산출법 등 미리 설정된 유사도 산출법이 적용될 수 있다. 데이터 보관부(220)는 유사도 산출 결과에 따라 초기 데이터의 저장 포인트와 상대적으로 가장 유사한 활성화 콜드 스토리지를 초기 데이터가 저장될 활성화 콜드 스토리지로 결정할 수 있다(S406). The data storage unit 220 compares the storage points calculated for the initial data with the storage points for each active cold storage on a one-to-one basis, and calculates the similarity between the storage points (S404). The similarity degree calculation method can be applied to a predetermined similarity degree calculation method such as a relative distance similarity degree calculation method. The data storage unit 220 may determine the activated cold storage most similar to the storage point of the initial data as the activated cold storage to store the initial data according to the result of the similarity calculation (S406).

데이터 보관부(220)는 초기 데이터를 저장할 활성화 콜드 스토리지가 결정되면, 해당 활성화 콜드 스토리지로 초기 데이터를 이동하여 저장하고, 핫 스토리지에서는 초기 데이터를 삭제한다. When the active cold storage for storing the initial data is determined, the data storage unit 220 moves and stores the initial data to the active cold storage, and deletes the initial data in the hot storage.

이러한 과정을 통해서 스토리지 서버 제어 장치는 유사한 데이터를 묶어서 콜드 스토리지에 저장할 수 있고, 시스템 전체적으로 효율을 향상시킬 수 있다. Through this process, the storage server control device can store similar data in a cold storage and improve the overall system efficiency.

이하에서는, 데이터들을 저장하는 개별 콜드 스토리지의 활성화 동작을 제어하는 방법을 도면을 참조하여 구체적으로 설명한다.Hereinafter, a method of controlling the activation operation of individual cold storage for storing data will be described in detail with reference to the drawings.

도 5는 일 실시예에 따른 콜드 스토리지 활성화 제어 동작을 설명하기 위한 도면이다. 5 is a diagram for explaining a cold storage activation control operation according to an embodiment.

도 5를 참조하면, 활성화 동작 제어부(230)는 활성화 콜드 스토리지 기준 개수 정보를 이용하여 일정 개수의 콜드 스토리지를 활성화 상태로 제어할 수 있다. 예를 들어, 핫 스토리지 및 콜드 스토리지의 개수 비율에 따라 활성화 콜드 스토리지 기준 개수가 2개로 정해지는 경우에 콜드스토리지 1(510) 및 콜드 스토리지 2(511)가 활성화 상태로 구성될 수 있다. 또한, 콜드스토리지 1(510) 및 콜드 스토리지 2(511)에 비해서 우선순위가 낮은 콜드 스토리지 3(512) 및 콜드 스토리지 4(513)는 비활성화 상태로 구성된다. 콜드 스토리지 3(512) 및 콜드 스토리지 4(513)는 비활성화 상태로 구성되는 HDD의 경우 Spin-down 상태로 유지될 수 있다. 도 3에서의 우선순위 값은 예를 들어 설정한 것으로 우선순위 값이 높으면 우선순위가 낮음을 의미한다. 물론, 반대로 설정될 수도 있다. Referring to FIG. 5, the activation controller 230 may control a certain number of cold storages to be in an active state using the activated cold storage reference number information. For example, cold storage 1 510 and cold storage 2 511 may be configured to be active if the number of activated cold storage criteria is set to two according to the ratio of the number of hot storage and cold storage. In addition, the cold storage 3 512 and the cold storage 4 513, which are lower in priority than the cold storage 1 510 and the cold storage 2 511, are configured to be in a deactivated state. The cold storage 3 512 and the cold storage 4 513 may be maintained in a spin-down state in the case of the HDD configured in the inactive state. The priority value in FIG. 3 is set for example, and if the priority value is high, it means that the priority is low. Of course, it may be set to the opposite.

한편, 활성화 동작 제어부(230)는 콜드 스토리지 접근 정보 및 콜드 스토리지 보관 용량 정보에 기초하여 개별 콜드 스토리지의 우선순위 정보를 변경할 수 있다. 일 예로, 특정 콜드 스토리지의 보관 용량이 기준 용량 이상이되면 해당 콜드 스토리지의 우선순위 값은 증가한다. 다른 예로, 특정 콜드 스토리지에 보관된 데이터에 대해서 접근 이벤트가 발생되면, 해당 콜드 스토리지의 우선순위 값은 낮아진다. 또 다른 예로, 비활성화 콜드 스토리지가 활성화 상태로 변경된 후 일정 시간이 경과하면 해당 콜드 스토리지의 우선순위 값은 높아질 수 있다. Meanwhile, the activation operation control unit 230 may change the priority information of the individual cold storage based on the cold storage access information and the cold storage storage capacity information. For example, when the storage capacity of a specific cold storage exceeds the reference capacity, the priority value of the corresponding cold storage increases. As another example, when an access event occurs for data stored in a specific cold storage, the priority value of the corresponding cold storage is lowered. As another example, if a certain amount of time passes after the inactive cold storage is changed to the active state, the priority value of the corresponding cold storage may be increased.

구체적으로, 비활성화 상태로 설정된 콜드 스토리지 3(512)에 저장된 데이터에 사용자 접근이 발생되면, 콜드 스토리지 3(512)의 우선순위 값은 5만큼 감소할 수 있다. 콜드 스토리지 1(510)에 초기 데이터가 추가로 저장되면 우선순위 값이 1만큼 증가할 수 있다. 또한, 콜드 스토리지 2(511)의 보관 용량이 기준 용량을 초과하는 경우에 우선순위 값이 3만큼 증가할 수 있다. Specifically, if user access is made to the data stored in the cold storage 3 512 set to the inactive state, the priority value of the cold storage 3 512 may be reduced by 5. If the initial data is additionally stored in the cold storage 1 510, the priority value may be increased by one. In addition, when the storage capacity of the cold storage 2 511 exceeds the reference capacity, the priority value may be increased by 3.

이러한 과정을 거쳐서 활성화 동작 제어부(230)는 콜드 스토리지의 우선순위가 변경된 정보를 반영하여 콜드 스토리지 3(512)과 콜드 스토리지 1(510)을 활성화 상태로 제어하고, 콜드 스토리지 4(513)와 콜드 스토리지2(511)를 비활성화 상태로 제어할 수 있다. Through the above process, the activation operation controller 230 controls the cold storage 3 512 and the cold storage 1 510 to be in an active state by reflecting the changed information of the priority of the cold storage, The storage 2 511 can be controlled to be in the inactive state.

한편, 콜드 스토리지 3(512)이 활성화 상태로 변경된 후 일정 시간이 경과하면, 콜드 스토리지 3(512)은 비활성화 상태로 변경될 수 있다. On the other hand, when a certain period of time has elapsed after the cold storage 3 512 is changed to the active state, the cold storage 3 512 may be changed to the inactive state.

이상에서는 초기 데이터가 콜드 스토리지에 추가적으로 저장되는 경우를 중심으로 설명하였다. 그러나, 스토리지 서버 제어 장치가 초기 데이터를 저장할 때, 유사한 데이터 특성정보를 가지는 데이터들을 동일한 활성화 콜드 스토리지에 저장하고자 하는 경우, 기존에 활성화 콜드 스토리지에 저장된 데이터들도 이동하여 저장될 수 있다. 예를 들어, 특정 초기 데이터를 활성화 콜드 스토리지에 저장하고자 할 때, 이미 활성화 콜드 스토리지에 저장된 저장 데이터를 이동 저장하여 초기 데이터의 데이터 특성과 가장 유사하도록 활성화 콜드 스토리지의 데이터 특성 정보를 변경할 수도 있다. 이를 위해서는 기계 학습과 같은 연산 방법이 이용될 수 있다. In the above description, the initial data is additionally stored in the cold storage. However, when the storage server control device stores the initial data, when data having similar data property information is to be stored in the same activated cold storage, data stored in the existing active cold storage can also be moved and stored. For example, when storing specific initial data in the activated cold storage, the stored data stored in the activated cold storage may be moved and stored to change the data characteristic information of the active cold storage to be most similar to the data characteristic of the initial data. For this, computational methods such as machine learning can be used.

위에서 설명한 본 발명이 모두 수행될 수 있는 스토리지 서버 제어 방법을 도 6을 참조하여 간략히 설명한다. A storage server control method in which all of the above-described present invention can be performed will be briefly described with reference to FIG.

도 6은 일 실시예에 따른 스토리지 서버 제어 방법을 설명하기 위한 흐름도이다. 6 is a flowchart illustrating a method of controlling a storage server according to an embodiment of the present invention.

도 6을 참조하면, 스토리지 서버 제어 방법은 초기 데이터를 수신하여 핫 스토리지(hot storage)에 저장하는 데이터 수신단계를 포함할 수 있다(S600). 데이터 수신단계는 초기 데이터가 수신되면 초기 데이터를 핫 스토리지에 1차적으로 저장한다. 이후, 시스템 효율을 향상시키기 위해서, 초기 데이터는 활성화 콜드 스토리지로 이동 저장될 수 있다. Referring to FIG. 6, the storage server control method may include a data receiving step of receiving initial data and storing the received initial data in a hot storage (S600). The data receiving step primarily stores the initial data in the hot storage when the initial data is received. Then, in order to improve the system efficiency, the initial data can be moved to the activated cold storage.

또한, 스토리지 서버 제어 방법은 초기 데이터에 대한 보관 이벤트가 발생하는 경우, 데이터 생성 시기 정보 및 데이터 크기 정보 중 적어도 하나를 포함하는 데이터 특성 정보에 기초하여 초기 데이터를 둘 이상의 활성화 콜드 스토리지(Cold storage) 중 어느 하나로 이동 저장하는 데이터 보관단계를 포함할 수 있다(S610).The storage server control method may further include the step of, when the storage event for the initial data occurs, the initial data based on the data property information including at least one of the data generation time information and the data size information, (S610). The data storage step may include a data storage step of storing the data in one of the storage areas.

예를 들어, 데이터 보관단계는 초기 데이터에 대한 보관 이벤트 발생 여부를 체크하여 보관 이벤트가 발생하면 해당 초기 데이터를 활성화 콜드 스토리지로 이동하여 저장하는 동작을 수행한다. 일 예로, 보관 이벤트는 초기 데이터의 저장 이후 미리 설정된 시간이 경과하는 경우로 설정될 수 있다. 다른 예로 보관 이벤트는 핫 스토리지의 보관 용량이 미리 설정된 기준 용량을 초과하는 경우로 설정될 수도 있다. 또 다른 예로, 보관 이벤트 발생은 핫 스토리지의 보관 용량과 초기 데이터의 저장 시점을 이용하여 결정될 수도 있다.For example, in the data storage step, a check is made as to whether or not a storage event is generated for the initial data, and when the storage event occurs, the initial data is moved to the active cold storage and stored. For example, the storage event may be set to a case where a predetermined time has elapsed since the storage of the initial data. As another example, the retention event may be set to a case where the storage capacity of hot storage exceeds a preset reference capacity. As another example, the occurrence of a storage event may be determined using the storage capacity of the hot storage and the storage time of the initial data.

또한, 데이터 보관 단계는 핫 스토리지에 저장된 초기 데이터를 둘 이상의 활성화 콜드 스토리지 중 어느 스토리지로 저장 이동 저장할지 결정하는 동작이 수행될 수 있다. In addition, the data storage step may be performed to determine which storage among the two or more activated cold storage stores and stores the initial data stored in the hot storage.

일 예로, 데이터 보관 단계는 활성화 콜드 스토리지 각각에 저장된 저장 데이터의 평균 데이터 생성 시기 정보를 확인하고, 초기 데이터의 데이터 생성 시기 정보와 활성화 콜드 스토리지 각각의 평균 데이터 생성 시기 정보를 비교하여 초기 데이터가 저장될 활성화 콜드 스토리지를 결정하는 동작을 수행할 수 있다. For example, in the data storage step, the average data generation time information of the stored data stored in each of the activated cold storage is checked, and the initial data is compared with the data generation time information of the initial data and the average data generation time information of each active cold storage, Lt; RTI ID = 0.0 > active < / RTI >

다른 예로, 데이터 보관 단계는 활성화 콜드 스토리지 각각에 저장된 저장 데이터의 평균 데이터 크기 정보를 확인하고, 초기 데이터의 데이터 크기 정보와 활성화 콜드 스토리지 각각의 평균 데이터 크기 정보를 비교하여 초기 데이터가 저장될 활성화 콜드 스토리지를 결정하는 동작을 수행할 수도 있다. As another example, the data storing step may include checking the average data size information of the stored data stored in each of the activated cold storage, comparing the data size information of the initial data with the average data size information of each of the activated cold storage, And may perform operations to determine storage.

또 다른 예로, 데이터 보관 단계는 활성화 콜드 스토리지 각각의 저장 포인트 및 초기 데이터의 저장 포인트를 산출하고, 활성화 콜드 스토리지 각각의 저장 포인트와 초기 데이터의 저장 포인트의 유사도 정보에 기초하여 초기 데이터가 저장될 활성화 콜드 스토리지를 결정할 수도 있다. 여기서, 활성화 콜드 스토리지 각각의 저장 포인트는 활성화 콜드 스토리지 각각에 저장된 저장 데이터의 평균 데이터 생성 시기 정보 및 평균 데이터 크기 정보 각각에 가중치를 적용하여 산출되고, 초기 데이터의 저장 포인트는 초기 데이터의 데이터 생성 시기 정보 및 데이터 크기 정보 각각에 가중치를 적용하여 산출될 수 있다. As another example, the data storage step may include calculating a storage point of each of the activated cold storage and the initial data, and determining whether the initial data is to be stored based on the similarity information of the storage point of each of the activated cold storage and the initial data. Cold storage can also be determined. Here, each storage point of the activated cold storage is calculated by applying a weight to each of the average data generation time information and the average data size information of the stored data stored in each of the activated cold storage, and the storage point of the initial data is calculated Information and data size information, respectively.

또한, 스토리지 서버 제어 방법은 콜드 스토리지 각각의 우선순위 정보 및 활성화 콜드 스토리지 기준 개수 정보 중 적어도 하나에 기초하여 콜드 스토리지의 활성화 동작을 제어하는 활성화 동작 제어단계를 포함할 수 있다(S620). 예를 들어, 활성화 동작 제어단계는 우선순위 정보를 기준으로 콜드 스토리지를 정렬하고, 정렬된 콜드 스토리지 중 활성화 콜드 스토리지 기준 개수에 해당하는 콜드 스토리지를 활성화 콜드 스토리지로 설정할 수 있다. 활성화 콜드 스토리지 기준 개수는 미리 설정될 수 있으며, 스토리지 서버의 상황에 따라 가변될 수도 있다. 또는, 활성화 콜드 스토리지 기준 개수는 핫 스토리지와 콜드 스토리지의 개수에 따라 결정될 수 있다. 예를 들어 활성화 콜드 스토리지 기준 개수는 핫 스토리지와 콜드 스토리지의 개수 비율에 따라 결정될 수 있다. In addition, the storage server control method may include an activation operation control step of controlling the activation operation of the cold storage based on at least one of the priority information and the activated cold storage reference number information of each of the cold storage (S620). For example, the activation operation control step may arrange the cold storage based on the priority information, and set the cold storage corresponding to the activated cold storage reference count among the sorted cold storage as the active cold storage. The number of activated cold storage criteria may be preset and may vary depending on the situation of the storage server. Alternatively, the number of activated cold storage criteria can be determined by the number of hot and cold storage. For example, the number of active cold storage criteria can be determined by the ratio of hot storage to cold storage.

또한, 우선순위 정보는 콜드 스토리지 접근 정보 및 콜드 스토리지 보관 용량 정보를 기준으로 변경될 수 있다. 일 예로, 우선순위 정보는 콜드 스토리지 접근 정보에 기초하여 변경될 수 있다. 즉, 콜드 스토리지에 저장된 데이터에 대한 접근 이벤트가 발생하면 해당 콜드 스톨리지의 우선순위가 증가될 수 있다. 다른 예로, 우선순위 정보는 콜드 스토리지 보관 용량 정보를 기준으로 변경될 수도 있다. 즉, 특정 콜드 스토리지 보관 용량이 기준값을 초과하면 해당 콜드 스토리지의 우선순이 정보는 감소될 수 있다. 또 다른 예로, 우선순위 정보는 콜드 스토리지에 대한 접근 정보 및 보관 용량 정보를 모두 고려하여 변경될 수도 있다. 또 다른 예로, 우선순위 정보는 콜드 스토리지의 활성화 상태가 변경된 경과 시간 정보를 기준으로 변경될 수도 있다. In addition, the priority information may be changed based on the cold storage access information and the cold storage storage capacity information. In one example, the priority information may be changed based on the cold storage access information. That is, when an access event for data stored in the cold storage occurs, the priority of the corresponding cold storages can be increased. As another example, the priority information may be changed based on the cold storage storage capacity information. That is, if the specific cold storage storage capacity exceeds the reference value, the priority order information of the corresponding cold storage can be reduced. As another example, the priority information may be changed in consideration of both the access information and storage capacity information for the cold storage. As another example, the priority information may be changed based on the elapsed time information in which the activation state of the cold storage is changed.

이 외에도 스토리지 서버 제어 방법은 전술한 스토리지 서버 제어 장치의 동작을 모두 수행할 수 있으며, 일부 단계는 병합 또는 나누어져 수행될 수도 있다. In addition, the storage server control method can perform all the operations of the storage server control apparatus described above, and some of the steps may be performed by merging or dividing.

이상에서 설명한 바와 같이, 본 발명에 따르면 스토리지 서버에 저장되는 데이터를 효율적으로 구분하여 개별 저장장치에 나누어 저장함으로써, 스토리지 서버의 운영 비용 및 설치 비용을 획기적으로 감소시키는 효과가 있다. 또한, 본 발명에 따르면, 동일한 스토리지 서버를 운영하더라도 활성화 디스크의 개수가 최소가 되도록 데이터를 저장함으로써, 스토리지 서버 운영 효율을 극대화하는 효과가 있다. As described above, according to the present invention, the data stored in the storage server can be efficiently divided and stored in the individual storage devices, thereby remarkably reducing the operating cost and the installation cost of the storage server. In addition, according to the present invention, even if the same storage server is operated, data is stored so that the number of active disks is minimized, thereby maximizing the operation efficiency of the storage server.

이상에서, 본 발명의 실시예를 구성하는 모든 구성 요소들이 하나로 결합되거나 결합되어 동작하는 것으로 설명되었다고 해서, 본 발명이 반드시 이러한 실시예에 한정되는 것은 아니다. 즉, 본 발명의 목적 범위 안에서라면, 그 모든 구성 요소들이 하나 이상으로 선택적으로 결합하여 동작할 수도 있다. 이상의 설명은 본 발명의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다. 본 발명의 보호 범위는 아래의 청구범위에 의하여 해석되어야 하며, 그와 동등한 범위 내에 있는 모든 기술 사상은 본 발명의 권리범위에 포함되는 것으로 해석되어야 할 것이다.While the present invention has been described in connection with what is presently considered to be the most practical and preferred embodiments, it is to be understood that the invention is not limited to the disclosed embodiments. That is, within the scope of the present invention, all of the components may be selectively coupled to one or more of them. The foregoing description is merely illustrative of the technical idea of the present invention, and various changes and modifications may be made by those skilled in the art without departing from the essential characteristics of the present invention. The scope of protection of the present invention should be construed according to the following claims, and all technical ideas within the scope of equivalents should be construed as falling within the scope of the present invention.

Claims (14)

초기 데이터를 수신하여 핫 스토리지(hot storage)에 저장하는 데이터 수신부;
상기 초기 데이터에 대한 보관 이벤트가 발생하는 경우, 데이터 생성 시기 정보 및 데이터 크기 정보 중 적어도 하나를 포함하는 데이터 특성 정보에 기초하여 상기 초기 데이터를 둘 이상의 활성화 콜드 스토리지(Cold storage) 중 어느 하나로 이동 저장하는 데이터 보관부; 및
콜드 스토리지 각각의 우선순위 정보 및 활성화 콜드 스토리지 기준 개수 정보 중 적어도 하나에 기초하여 상기 콜드 스토리지의 활성화 동작을 제어하는 활성화 동작 제어부를 포함하는 스토리지 서버 제어 장치.
A data receiving unit receiving initial data and storing the initial data in a hot storage;
Wherein when the storage event for the initial data occurs, the initial data is moved to one of two or more active cold storages based on data characteristic information including at least one of data generation timing information and data size information A data storage unit; And
And an activation operation control unit for controlling the activation operation of the cold storage based on at least one of the priority information and the activated cold storage reference number information of each of the cold storage.
제 1 항에 있어서,
상기 데이터 보관부는,
상기 초기 데이터의 저장 이후 미리 설정된 시간이 경과하는 경우 또는 상기 핫 스토리지의 보관 용량이 미리 설정된 기준 용량을 초과하는 경우에 상기 보관 이벤트가 발생한 것으로 판단하는 것을 특징으로 하는 스토리지 서버 제어 장치.
The method according to claim 1,
The data storage unit stores,
Wherein the controller determines that the storage event has occurred when a predetermined time has elapsed since the storage of the initial data or when the storage capacity of the hot storage exceeds a preset reference capacity.
제 1 항에 있어서,
상기 데이터 보관부는,
상기 활성화 콜드 스토리지 각각에 저장된 저장 데이터의 평균 데이터 생성 시기 정보를 확인하고,
상기 초기 데이터의 데이터 생성 시기 정보와 상기 활성화 콜드 스토리지 각각의 평균 데이터 생성 시기 정보를 비교하여 상기 초기 데이터가 저장될 활성화 콜드 스토리지를 결정하는 것을 특징으로 하는 스토리지 서버 제어 장치.
The method according to claim 1,
The data storage unit stores,
Checking the average data generation time information of the stored data stored in each of the activated cold storage,
Wherein the controller determines the active cold storage to store the initial data by comparing the data generation time information of the initial data with the average data generation time information of each of the activated cold storage.
제 1 항에 있어서,
상기 데이터 보관부는,
상기 활성화 콜드 스토리지 각각에 저장된 저장 데이터의 평균 데이터 크기 정보를 확인하고,
상기 초기 데이터의 데이터 크기 정보와 상기 활성화 콜드 스토리지 각각의 평균 데이터 크기 정보를 비교하여 상기 초기 데이터가 저장될 활성화 콜드 스토리지를 결정하는 것을 특징으로 하는 스토리지 서버 제어 장치.
The method according to claim 1,
The data storage unit stores,
Checking the average data size information of the stored data stored in each of the activated cold storage,
Wherein the controller determines the active cold storage in which the initial data is to be stored by comparing the data size information of the initial data with the average data size information of each of the activated cold storage.
제 1 항에 있어서,
상기 데이터 보관부는,
상기 활성화 콜드 스토리지 각각의 저장 포인트 및 상기 초기 데이터의 저장 포인트를 산출하고,
상기 활성화 콜드 스토리지 각각의 저장 포인트와 상기 초기 데이터의 저장 포인트의 유사도 정보에 기초하여 상기 초기 데이터가 저장될 활성화 콜드 스토리지를 결정하는 것을 특징으로 스토리지 서버 제어 장치.
The method according to claim 1,
The data storage unit stores,
Calculating a storage point of each of the activated cold storage and a storage point of the initial data,
Wherein the controller determines the active cold storage in which the initial data is to be stored based on the similarity information between the storage points of each of the activated cold storage and the storage of the initial data.
제 5 항에 있어서,
상기 활성화 콜드 스토리지 각각의 저장 포인트는,
상기 활성화 콜드 스토리지 각각에 저장된 저장 데이터의 평균 데이터 생성 시기 정보 및 평균 데이터 크기 정보 각각에 가중치를 적용하여 산출되고,
상기 초기 데이터의 저장 포인트는,
상기 초기 데이터의 데이터 생성 시기 정보 및 데이터 크기 정보 각각에 상기 가중치를 적용하여 산출되는 것을 특징으로 하는 스토리지 서버 제어 장치.
6. The method of claim 5,
Wherein the storage points of each of the activated cold storage
Calculating the average data generation time information and the average data size information of the stored data stored in each of the activated cold storage by applying a weight value,
Wherein the initial data storage point comprises:
Wherein the initial value is calculated by applying the weight to the data generation time information and the data size information of the initial data.
제 1 항에 있어서,
상기 활성화 동작 제어부는,
상기 우선순위 정보를 기준으로 상기 콜드 스토리지를 정렬하고, 정렬된 상기 콜드 스토리지 중 상기 활성화 콜드 스토리지 기준 개수에 해당하는 콜드 스토리지를 활성화 콜드 스토리지로 설정하는 것을 특징으로 하는 스토리지 서버 제어 장치.
The method according to claim 1,
The activation operation control unit,
Arranges the cold storage on the basis of the priority information, and sets the cold storage corresponding to the activated cold storage reference count among the sorted cold storage as the active cold storage.
제 1 항에 있어서,
상기 우선순위 정보는,
콜드 스토리지 접근 정보 및 콜드 스토리지 보관 용량 정보를 기준으로 변경되는 것을 특징으로 하는 스토리지 서버 제어 장치.
The method according to claim 1,
The priority information may include:
The cold storage access information, and the cold storage storage capacity information.
제 1 항에 있어서,
상기 데이터 보관부는,
상기 초기 데이터를 이동 저장할 때, 상기 활성화 콜드 스토리지에 저장된 저장 데이터의 데이터 특성 정보를 이용하여 상기 저장 데이터를 상기 활성화 콜드 스토리지 사이에서 이동 저장하는 것을 특징으로 하는 스토리지 서버 제어 장치.
The method according to claim 1,
The data storage unit stores,
Wherein when the initial data is moved and stored, the storage data is moved between the active cold storage using the data characteristic information of the stored data stored in the active cold storage.
초기 데이터를 수신하여 핫 스토리지(hot storage)에 저장하는 데이터 수신단계;
상기 초기 데이터에 대한 보관 이벤트가 발생하는 경우, 데이터 생성 시기 정보 및 데이터 크기 정보 중 적어도 하나를 포함하는 데이터 특성 정보에 기초하여 상기 초기 데이터를 둘 이상의 활성화 콜드 스토리지(Cold storage) 중 어느 하나로 이동 저장하는 데이터 보관단계; 및
콜드 스토리지 각각의 우선순위 정보 및 활성화 콜드 스토리지 기준 개수 정보 중 적어도 하나에 기초하여 상기 콜드 스토리지의 활성화 동작을 제어하는 활성화 동작 제어단계를 포함하는 스토리지 서버 제어 방법.
A data receiving step of receiving initial data and storing the initial data in a hot storage;
Wherein when the storage event for the initial data occurs, the initial data is moved to one of two or more active cold storages based on data characteristic information including at least one of data generation timing information and data size information A data storage step; And
And an activation operation control step of controlling the activation operation of the cold storage based on at least one of the priority information and the activated cold storage reference number information of each of the cold storage.
제 10 항에 있어서,
상기 데이터 보관단계는,
상기 활성화 콜드 스토리지 각각에 저장된 저장 데이터의 평균 데이터 크기 정보를 확인하고,
상기 초기 데이터의 데이터 크기 정보와 상기 활성화 콜드 스토리지 각각의 평균 데이터 크기 정보를 비교하여 상기 초기 데이터가 저장될 활성화 콜드 스토리지를 결정하는 것을 특징으로 하는 스토리지 서버 제어 방법.
11. The method of claim 10,
The data storage step may include:
Checking the average data size information of the stored data stored in each of the activated cold storage,
And comparing the data size information of the initial data with the average data size information of each of the active cold storage to determine an active cold storage in which the initial data is to be stored.
제 10 항에 있어서,
상기 데이터 보관단계는,
상기 활성화 콜드 스토리지 각각에 저장된 저장 데이터의 평균 데이터 크기 정보를 확인하고,
상기 초기 데이터의 데이터 크기 정보와 상기 활성화 콜드 스토리지 각각의 평균 데이터 크기 정보를 비교하여 상기 초기 데이터가 저장될 활성화 콜드 스토리지를 결정하는 것을 특징으로 하는 스토리지 서버 제어 방법.
11. The method of claim 10,
The data storage step may include:
Checking the average data size information of the stored data stored in each of the activated cold storage,
And comparing the data size information of the initial data with the average data size information of each of the active cold storage to determine an active cold storage in which the initial data is to be stored.
제 10 항에 있어서,
상기 데이터 보관단계는,
상기 활성화 콜드 스토리지 각각의 저장 포인트 및 상기 초기 데이터의 저장 포인트를 산출하고,
상기 활성화 콜드 스토리지 각각의 저장 포인트와 상기 초기 데이터의 저장 포인트의 유사도 정보에 기초하여 상기 초기 데이터가 저장될 활성화 콜드 스토리지를 결정하는 것을 특징으로 스토리지 서버 제어 방법.
11. The method of claim 10,
The data storage step may include:
Calculating a storage point of each of the activated cold storage and a storage point of the initial data,
Wherein the controller determines the active cold storage in which the initial data is to be stored based on the similarity information between the storage points of the active cold storage and the storage points of the initial data.
제 10 항에 있어서,
상기 활성화 동작 제어단계는,
상기 우선순위 정보를 기준으로 상기 콜드 스토리지를 정렬하고, 정렬된 상기 콜드 스토리지 중 상기 활성화 콜드 스토리지 기준 개수에 해당하는 콜드 스토리지를 활성화 콜드 스토리지로 설정하는 것을 특징으로 하는 스토리지 서버 제어 방법.
11. The method of claim 10,
Wherein the activating operation control step comprises:
Arranging the cold storage on the basis of the priority information, and setting the cold storage corresponding to the activated cold storage reference count among the sorted cold storage as the active cold storage.
KR1020160105296A 2016-08-19 2016-08-19 Method and Apparatus for controlling storage server KR101840190B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020160105296A KR101840190B1 (en) 2016-08-19 2016-08-19 Method and Apparatus for controlling storage server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160105296A KR101840190B1 (en) 2016-08-19 2016-08-19 Method and Apparatus for controlling storage server

Publications (2)

Publication Number Publication Date
KR20180021319A true KR20180021319A (en) 2018-03-02
KR101840190B1 KR101840190B1 (en) 2018-05-08

Family

ID=61729388

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160105296A KR101840190B1 (en) 2016-08-19 2016-08-19 Method and Apparatus for controlling storage server

Country Status (1)

Country Link
KR (1) KR101840190B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022097973A1 (en) * 2020-11-04 2022-05-12 삼성전자 주식회사 Electronic device and storage management method using same

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6396161B2 (en) 2014-10-02 2018-09-26 株式会社東芝 Storage device, storage device control program, and storage device control method
JP6163474B2 (en) 2014-11-25 2017-07-12 ビッグローブ株式会社 Storage management device, storage management system, control method and program
CN104536909B (en) * 2014-12-09 2018-01-23 华为技术有限公司 A kind of memory management method, memory management unit and storage device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022097973A1 (en) * 2020-11-04 2022-05-12 삼성전자 주식회사 Electronic device and storage management method using same

Also Published As

Publication number Publication date
KR101840190B1 (en) 2018-05-08

Similar Documents

Publication Publication Date Title
US9772794B2 (en) Method and apparatus for big data cloud storage resource management
TWI746846B (en) Data storage managing system, method and article
US9703500B2 (en) Reducing power consumption by migration of data within a tiered storage system
US20180260398A1 (en) Cluster file system comprising data mover modules having associated quota manager for managing back-end user quotas
CN102841931A (en) Storage method and storage device of distributive-type file system
US9747040B1 (en) Method and system for machine learning for write command selection based on technology feedback
US9384205B1 (en) Auto adaptive deduplication to cloud based storage
US9454331B1 (en) Cluster file system with a burst buffer appliance for coordinated control of data movement among storage tiers across a plurality of object storage servers
US10616134B1 (en) Prioritizing resource hosts for resource placement
US10248318B2 (en) Adjustment of volume synchronization
US9557938B2 (en) Data retrieval based on storage device activation schedules
Chen et al. E2FS: an elastic storage system for cloud computing
US10691357B2 (en) Consideration of configuration-based input/output predictions in multi-tiered data storage system management
US9916311B1 (en) Storage of bursty data using multiple storage tiers with heterogeneous device storage
US10635332B2 (en) Managing data storage arrays on behalf of host computers via specialized LUN-related queries
US9465549B1 (en) Dynamic allocation of a high-speed memory pool between a cluster file system and a burst buffer appliance
KR101840190B1 (en) Method and Apparatus for controlling storage server
CN102510390A (en) Method and device for instructing data migration by hard disk temperature self-detection
KR101200997B1 (en) Raid controller having multi pci bus switching
US9430149B2 (en) Pipeline planning for low latency storage system
US10956084B2 (en) Drive utilization in multi-tiered systems with read-intensive flash
US9430152B2 (en) Data device grouping across data storage device enclosures for synchronized data maintenance
KR101531564B1 (en) Method and System for load balancing of iSCSI storage system used network distributed file system and method
US9626377B1 (en) Cluster file system with metadata server for controlling movement of data between storage tiers
JP5585171B2 (en) Storage control device, storage system, and storage control method

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right