KR20140120970A - Method for efficient external sorting in intelligent solid state disk and storage device - Google Patents
Method for efficient external sorting in intelligent solid state disk and storage device Download PDFInfo
- Publication number
- KR20140120970A KR20140120970A KR1020130036249A KR20130036249A KR20140120970A KR 20140120970 A KR20140120970 A KR 20140120970A KR 1020130036249 A KR1020130036249 A KR 1020130036249A KR 20130036249 A KR20130036249 A KR 20130036249A KR 20140120970 A KR20140120970 A KR 20140120970A
- Authority
- KR
- South Korea
- Prior art keywords
- channel
- data
- ssd
- sorting
- groups
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0655—Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
- G06F3/0658—Controller construction arrangements
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/16—Handling requests for interconnection or transfer for access to memory bus
- G06F13/1668—Details of memory controller
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0629—Configuration or reconfiguration of storage systems
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Read Only Memory (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
본 발명은 인텔리전트 SSD(Solid State Disk)에서 대용량 데이터를 정렬하기 위한 방법에 관한 것으로, 인텔리전트 SSD(Solid State Disk)를 이용하여 효율적으로 외부 정렬 알고리즘을 수행하기 위한 방법에 관한 것이다.The present invention relates to a method for sorting large amounts of data in an intelligent solid state disk (SSD), and more particularly, to a method for efficiently performing an external sorting algorithm using an intelligent solid state disk (SSD).
기술이 발달함에 따라 SSD(Solid State Disk)는 내부 대역폭이 매우 높아 호스트 인터페이스의 대역폭보다 높아져 호스트 인터페이스가 새로운 병목점이 되었다. 이러한 호스트 인터페이스에서의 병목 현상은 대용량의 데이터를 처리하는데 큰 걸림돌이 되었다. 특히, 호스트 인터페이스에서의 병목 현상은 대용량의 데이터에 대해 반복적인 데이터 접근을 수행할 경우, 접근해온 데이터에 대해 간단한 연산을 수행할 경우, 수행 시간의 대부분을 데이터 접근에 소요하는 데이터 의존적인 응용 프로그램을 수행할 경우에 더욱 분명하게 나타난다.As technology advances, solid state disks (SSDs) have become more bottlenecks because their internal bandwidth is higher than the host interface bandwidth. These bottlenecks in the host interface have become a major obstacle to processing large amounts of data. In particular, the bottleneck in the host interface is that when performing repetitive data access to a large amount of data, performing a simple operation on the accessed data, a data-dependent application The more obvious it is.
새로운 병목점에 대한 해결 방안으로 SSD 내부에 데이터 처리 능력을 부여하여 SSD 내부에서 데이터를 처리하기 위해 내부 데이터 처리 능력을 부여한 인텔리전트 SSD(ISSD: Intelligent Solid State Disk) 가 등장하였다. As a solution to the new bottleneck, an intelligent solid state disk (SSD) has been introduced that gives internal data processing ability to process data in SSD by granting data processing capability to SSD inside.
ISSD는 멀티 채널 구조를 갖는 SSD의 장점을 활용하기 위해, 각 채널마다 데이터 처리 능력을 부여함으로써, 내부에서 병렬적으로 데이터를 처리할 수 있다.In order to take advantage of SSD with multi-channel structure, ISSD can process data in parallel by giving data processing capability to each channel.
S. Kim et al., " Fast , Energy Efficient Scan inside Flash Memory SSDs , In Proc . Int'l Workshop on Accelerating Data Management Systems using Modern Processor and Storage Architectures, ADMS, 2011.에는 SSD에 추가적인 프로세서와 메모리를 장착하여 내부에서 데이터 스캔 작업을 처리하기 위한 방법을 개시하고 있다.S. Kim et al., " Fast , Energy Efficient Scan inside Flash Memory SSDs , In Proc . Int'l Workshop on Accelerating Data Management Systems using Modern Processor and Storage Architectures , ADMS, 2011. describes how to handle data scanning internally by mounting additional processors and memory in the SSD.
본 발명은 인텔리전트 SSD(ISSD) 구조의 특징을 이용하여 효율적으로 외부 정렬 알고리즘을 수행하기 위한 방법을 제공한다.The present invention provides a method for efficiently performing an external alignment algorithm using features of an intelligent SSD (ISSD) structure.
본 발명은 ISSD에서 대용량 데이터 처리를 위한 방법을 제공한다.The present invention provides a method for mass data processing in an ISSD.
본 발명의 일실시예에 따른 ISSD를 위한 외부 정렬 방법은, 각 채널에 저장된 복수 개의 런들을 그룹으로 묶어 외부 정렬을 수행하는 단계를 포함할 수 있다. The external sorting method for ISSD according to an embodiment of the present invention may include grouping a plurality of runs stored in each channel and performing external sorting.
본 발명의 일측에 따르면, ISSD를 위한 외부 정렬 방법은 상기 각 채널에 저장된 복수 개의 런들을 그룹으로 묶는 단계; 상기 그룹별로 데이터 정렬을 수행하고 정렬된 결과를 코어(CORE) 메모리로 전송하는 단계; 및 상기 코어 메모리에서 상기 각 채널로부터 전송 받은 데이터들을 정렬하여 전체 데이터에 대한 정렬을 수행하는 단계를 포함할 수 있다.According to one aspect of the present invention, an external alignment method for an ISSD includes grouping a plurality of runs stored in each channel; Performing data sorting on the groups and transmitting the sorted results to a core memory; And sorting the data received from each channel in the core memory to perform sorting on all data.
또 다른 일측에 따르면, ISSD를 위한 외부 정렬 방법은 하나의 채널에서 생성 가능한 최대 그룹의 수를 계산하는 단계를 더 포함하고, 상기 각 채널에 저장된 복수 개의 런들을 그룹으로 묶는 단계는, 상기 계산된 최대 그룹의 수에 기초하여 상기 각 채널에 저장된 복수 개의 런들을 그룹으로 묶는 단계를 포함할 수 있다.According to another aspect, the external alignment method for ISSD further comprises calculating a maximum number of groups that can be generated in one channel, and grouping the plurality of runs stored in each channel into groups, Grouping the plurality of runs stored in each channel based on the maximum number of groups.
본 발명의 일실시예에 따르면, 각 채널에 저장된 복수 개의 런들을 그룹으로 묶는 런 그룹핑부와, 상기 그룹별로 데이터 정렬을 수행하는 데이터 정렬부와, 상기 정렬된 결과를 코어(CORE) 메모리로 전송하는 전송부를 포함하는 플래시 메모리 컨트롤러(FMC: Flash Memory Controller); 및 상기 각 채널로부터 전송된 데이터들을 정렬하여 전체 데이터에 대한 정렬을 수행하는 코어 메모리를 포함하는 저장 장치가 제공된다.According to an embodiment of the present invention, there is provided a data processing system including a run grouping unit for grouping a plurality of runs stored in respective channels, a data sorting unit for performing data sorting for each group, A flash memory controller (FMC) including a transfer unit for transferring the image data; And a core memory for sorting the data transmitted from each channel and performing sorting on the entire data.
본 발명의 일측에 따르면, 상기 최대 그룹의 수는 상기 각 채널의 FMC(Flash Memory Controller) 메모리를 이용하여 계산될 수 있고, 상기 최대 그룹의 수는 로 나타낸다.According to an aspect of the present invention, the maximum number of groups may be calculated using an FMC (Flash Memory Controller) memory of each channel, Respectively.
또 다른 일측에 따르면, 상기 그룹의 각각은 상기 코어 메모리의 공간에 저장되며, 상기 코어 메모리의 공간에서 상기 그룹당 크기는 로 지정될 수 있다. 상기 2는 상기 코어 메모리에서 상기 각 채널에서 전송받은 데이터를 정렬하여 출력하는 공간을 마련하기 위한 변수이다.According to another aspect, each of the groups is stored in a space of the core memory, and the size per group in the space of the core memory is . ≪ / RTI > 2 is a variable for providing a space for sorting and outputting data received from each channel in the core memory.
또 다른 일측에 따르면, 상기 코어 메모리는 상기 런들의 수에 상관없이 상기 인텔리전트 SSD에 존재하는 상기 각 채널의 수에 맞게 트리를 구축하여 데이터를 비교할 수 있다.According to another aspect, the core memory can construct a tree according to the number of the channels existing in the intelligent SSD regardless of the number of the runs, and compare the data.
본 발명의 일실시예에 따르면, ISSD에서 대용량 데이터 처리를 위한 방법을 통해서 빈번한 데이터 접근을 방지할 수 있고, 런의 수에 상관없이 데이터를 관리함으로써 대용량 데이터의 쓰기 작업을 최소화할 수 있어, 데이터를 런 생성 단계와 합병 단계, 총 2번의 쓰기 작업만으로 정렬을 수행할 수 있다.According to an embodiment of the present invention, it is possible to prevent frequent access to data through a method for processing large capacity data in the ISSD, and it is possible to minimize writing operation of large capacity data by managing data regardless of the number of runs, Can be performed by only two write operations, a run generation step and a merging step.
본 발명의 일실시예에 따르면, ISSD의 구조적인 특징을 이용하여 외부 정렬 수행 시 여러 개의 런들을 줄임으로써 효율적인 외부 정렬을 수행하는 방법이 제공된다.According to an embodiment of the present invention, there is provided a method for efficiently performing external alignment by reducing a number of runs when an external alignment is performed using a structural feature of an ISSD.
도 1은 인텔리전트 SSD(ISSD)의 구조를 도시한 도면이다.
도 2는 인텔리전트 SSD(ISSD)의 데이터 전송경로를 도시한 도면이다.
도 3은 본 발명의 일실시예에 따른 인텔리전트 SSD(ISSD)의 외부 정렬 알고리즘의 기본 전략을 도시한 도면이다.
도 4는 본 발명의 일실시예에 따른 인텔리전트 SSD(ISSD) 환경에서의 그룹화를 통한 외부 정렬 알고리즘을 도시한 도면이다.
도 5는 본 발명의 일실시예에 따른 인텔리전트 SSD(ISSD) 환경에서의 외부 정렬 방법을 설명하기 위해 제공되는 흐름도이다.
도 6은 본 발명의 일실시예에 따른 플래시 메모리 컨트롤러(FMC: Flash Memory Controller)의 기능을 도시한 블록도이다.1 is a diagram showing the structure of an intelligent SSD (ISSD).
2 is a diagram showing a data transmission path of the intelligent SSD (ISSD).
3 is a diagram illustrating a basic strategy of an external sorting algorithm of an intelligent SSD (ISSD) according to an embodiment of the present invention.
FIG. 4 is a diagram illustrating an external sorting algorithm through grouping in an intelligent SSD (ISSD) environment according to an embodiment of the present invention.
5 is a flowchart illustrating an external sorting method in an intelligent SSD (ISSD) environment according to an embodiment of the present invention.
6 is a block diagram illustrating the functions of a flash memory controller (FMC) according to an embodiment of the present invention.
이하, 본 발명의 실시예를 첨부된 도면을 참조하여 상세하게 설명한다.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
도 1은 인텔리전트 SSD(ISSD)의 구조를 도시한 도면이다.1 is a diagram showing the structure of an intelligent SSD (ISSD).
도 1을 참고하면, 플래시 메모리 셀(102)은 복수개가 묶음으로 이루어진 멀티 웨이 구조를 이루며, 하나의 채널(103)을 구성한다. 하나의 채널(103)에는 여러 개의 플래시 메모리 셀(102)을 제어하기 위한 플래시 메모리 컨트롤러(104)와 멀티 채널 구조로 존재하는 여러 개의 채널들을 관리하기 위한 코어(105)가 존재한다. 본 발명의 실시예들은 예컨대 이러한 도 1과 같은 인텔리전트 SSD(ISSD) 구조의 특징을 이용하여 효율적으로 외부 정렬 알고리즘을 수행하기 위한 방법을 제안한다. Referring to FIG. 1, a
도 2는 인텔리전트 SSD(ISSD)의 데이터 전송경로를 도시한 도면이다.2 is a diagram showing a data transmission path of the intelligent SSD (ISSD).
도 2는 인텔리전트 SSD(ISSD)의 데이터를 처리하기 위한 데이터 전송경로(201)를 나타내고 있으며, 도 2에 도시한 바와 같이 데이터 처리를 위해 플래시 메모리 셀에서 읽어온 데이터는 플래시 메모리 컨트롤러로 전송되거나(202) 또는 코어로 전송될 수 있다(203).FIG. 2 shows a
인텔리전트 SSD(ISSD)에서는 호스트로 데이터 전송이 이루어지지 않기 때문에 호스트 인터페이스로부터 발생하는 병목 지점을 거치지 않게 된다. 플래시 메모리 컨트롤러에서 병렬 처리를 수행한다면 플래시 메모리 셀에서 플래시 메모리 컨트롤러로 읽어오면 되기 때문에 데이터 전송 비용을 줄일 수 있다. 대용량 데이터가 여러 채널에 저장되면 각 채널에 전송되는 데이터 양도 감소될 수 있다. 따라서, 인텔리전트 SSD(ISSD)는 대용량 데이터 처리에 유리할 수 있으며, 본 발명은 이러한 ISSD에서의 대용량 데이터 처리를 위한 방법을 제안한다. In Intelligent SSD (ISSD), data is not transmitted to the host, so it does not go through the bottleneck point generated from the host interface. If the flash memory controller performs parallel processing, it can reduce the data transfer cost by reading from the flash memory cell to the flash memory controller. When large amounts of data are stored in multiple channels, the amount of data transferred to each channel can be reduced. Therefore, an intelligent SSD (ISSD) can be advantageous for large capacity data processing, and the present invention proposes a method for large capacity data processing in such ISSD.
도 3은 본 발명의 일실시예에 따른 인텔리전트 SSD(ISSD)의 외부 정렬 알고리즘의 기본 전략을 도시한 도면이다.3 is a diagram illustrating a basic strategy of an external sorting algorithm of an intelligent SSD (ISSD) according to an embodiment of the present invention.
인텔리전트 SSD(ISSD)의 외부 정렬 알고리즘은 서브 파일 생성단계와 서브 파일 합병 단계로 나뉜다. The external sorting algorithm of the intelligent SSD (ISSD) is divided into a subfile creation step and a subfile merging step.
서브 파일 생성 단계는 내부 정렬 방법을 이용하고, 서브 파일 합병 단계는 채널에서 서브 파일들을 관리하는 부분과 채널에서 처리한 결과를 코어에서 합병하는 부분으로 나눠서 처리할 수 있다. The sub-file generation step uses an internal sorting method, and the sub-file merging step can be divided into a part for managing sub-files in the channel and a part for merging the results processed by the channel in the core.
도 3에 도시한 바와 같이, 플래시 메모리 컨트롤러(FMC)에서는 채널에 저장된 여러 개의 서브 파일들을 트리 형태로 관리한다. As shown in FIG. 3, the flash memory controller (FMC) manages a plurality of subfiles stored in a channel in a tree form.
코어(CORE)에서는 채널들을 트리 형태로 관리하여 각 채널에서 전송한 레코드를 트리를 이용해 비교한다. 이때, 코어(CORE)는 트리를 이용해 가장 작은 데이터를 순서대로 선택하여 출력하는 방법으로 전체 데이터에 대한 정렬 작업을 수행할 수 있고, 이를 반복적으로 수행하여 전체 데이터에 대한 외부 정렬 알고리즘(301)을 수행할 수 있다.In the core, the channels are managed as a tree, and the records transmitted from each channel are compared using a tree. At this time, the core (CORE) can sort the entire data by selecting and outputting the smallest data in order using the tree, and it is repeatedly performed to perform an
도 4는 본 발명의 일실시예에 따른 인텔리전트 SSD(ISSD) 환경에서의 그룹화를 통한 외부 정렬 알고리즘(401)을 도시한 도면이다.FIG. 4 is a diagram illustrating an
본 발명의 일실시예에 따르면, 그룹화를 통한 외부 정렬 알고리즘(401)을 효율적으로 수행하기 위해 서브 파일의 그룹(404)화를 수행함으로써 발생되는 트리 정보(405) 관리와 코어(402)에서의 그룹별 합병(407) 방법이 제안된다. According to one embodiment of the present invention,
도 4에 도시된 바와 같이, 본 발명의 일실시예에서는 외부 정렬 알고리즘 수행 시 플래시 메모리 컨트롤러(403)의 메모리 크기가 작기 때문에 채널에 저장된 모든 서브 파일을 관리하는데 한계가 있으므로 여러 개의 서브 파일들을 그룹(404)으로 묶어 그룹별로 트리(405)를 구성하여 정렬 작업을 수행한다.As shown in FIG. 4, since the memory size of the
코어(402)에서는 트리 정보를 저장하는 것과 동시에 마지막 그룹까지 수행이 끝나면 각 트리의 루트에 저장된 데이터를 읽어 다음 데이터를 읽어오기 위한 트리의 순서를 정하여 각 채널에 데이터를 요청할 수 있다.The
코어(402)에서는 각 채널에서 전송한 데이터들 중 가장 작은 데이터를 찾아 정렬한다. 각 채널에서 그룹별로 전송한 데이터가 전체 데이터에서 가장 작은 데이터라고 보장하지 못하므로 마지막 그룹에서 전송한 데이터를 확인할 때까지 이전 그룹들의 데이터들을 저장해야 한다. The
이 과정에서 코어(402)는 채널들로부터 그룹별로 전송된 데이터를 합병(407)하면서 해당 그룹의 데이터를 정렬한다. 그와 동시에 이전 그룹에서 정렬된 데이터들을 함께 합병(407)한다. 그룹별 데이터를 합병(407)하기 위해 채널을 대상으로 생성한 트리 구조(406)에는 이전 그룹들의 데이터들이 추가되어 코어에서 다루는 트리의 높이는 1만큼 증가하게 된다.In this process, the
도 5는 본 발명의 일실시예에 따른 인텔리전트 SSD(Solid State Disk) 환경에서의 외부 정렬 방법을 설명하기 위해 제공되는 흐름도이다.5 is a flowchart illustrating an external sorting method in an intelligent solid state disk (SSD) environment according to an embodiment of the present invention.
단계(501)에서, 플래시 메모리 컨트롤러의 각 채널에 저장된 복수개의 런들을 그룹화 할 수 있다.In
단계(502)에서, 각 채널에 저장된 런들을 그룹으로 묶어서 그룹별로 데이터 정렬을 수행한다. In
단계(503)에서, 정렬된 결과를 코어 메모리로 전송한다. In
단계(504)에서, 각 채널에서 전송된 데이터들을 정렬하여 전체 데이터에 대한 정렬을 수행한다. In
따라서 인텔리전트 SSD(Solid State Disk) 환경에서 그룹화를 이용한 외부 정렬 방법은 빈번한 데이터 접근을 방지할 수 있고, 각 채널의 수에 대해서만 트리 구조를 이용해 정렬을 하기 때문에 런의 수에 상관없이 데이터를 관리할 수 있다.Therefore, in the intelligent solid state disk (SSD) environment, the external sort method using grouping can prevent frequent data access and manage the data irrespective of the number of runs because the number of each channel is sorted using the tree structure only .
도 6은 본 발명의 일실시예에 따른 플래시 메모리 컨트롤러(FMC: Flash Memory Controller)의 기능을 도시한 블록도이다.6 is a block diagram illustrating the functions of a flash memory controller (FMC) according to an embodiment of the present invention.
플래시 메모리 컨트롤러(600)는 각 채널에 저장된 복수 개의 런들을 그룹으로 묶는 런 그룹핑부(601)와 그룹별로 데이터 정렬을 수행하는 데이터 정렬부(602)와 정렬된 결과를 코어 메모리로 전송하는 전송부(603)를 포함한다. 코어 메모리는 채널로부터 전송된 데이터들을 정렬하여 전체 데이터에 대한 정렬을 수행한다.The
외부 정렬 알고리즘에서 그룹별로 런들을 관리하려면 하나의 채널에서 생성할 수 있는 최대 그룹의 수를 구해야 하는데, 채널에서 관리할 수 있는 최대의 그룹 수는 로 나타낼 수 있다. To manage the run-by-group in the external sorting algorithm, you need to find the maximum number of groups that can be created in one channel. The maximum number of groups that can be managed by the channel is .
그리고 각 그룹은 코어 메모리 공간에 저장되어야 하기 때문에 코어 공간에서 그룹 당 크기를 지정해야 한다. 코어 공간에서 그룹 당 크기는 로 나타내고, 2는 상기 코어 메모리에서 상기 각 채널에서 전송된 데이터를 정렬하여 출력하는 공간을 마련하기 위한 변수이다. 상기 코어 메모리는 상기 런들의 수에 상관없이 존재하는 상기 각 채널의 수에 맞게 트리를 구축하여 데이터를 비교한다.
And since each group must be stored in core memory space, you have to specify the size per group in core space. The size per group in core space is And 2 is a variable for providing space for sorting and outputting data transmitted from each channel in the core memory. The core memory constructs a tree according to the number of channels existing irrespective of the number of the runs and compares the data.
이상에서 설명된 장치는 하드웨어 구성요소, 소프트웨어 구성요소, 및/또는 하드웨어 구성요소 및 소프트웨어 구성요소의 조합으로 구현될 수 있다. 예를 들어, 실시예들에서 설명된 장치 및 구성요소는, 예를 들어, 프로세서, 콘트롤러, ALU(arithmetic logic unit), 디지털 신호 프로세서(digital signal processor), 마이크로컴퓨터, FPA(field programmable array), PLU(programmable logic unit), 마이크로프로세서, 또는 명령(instruction)을 실행하고 응답할 수 있는 다른 어떠한 장치와 같이, 하나 이상의 범용 컴퓨터 또는 특수 목적 컴퓨터를 이용하여 구현될 수 있다. 처리 장치는 운영 체제(OS) 및 상기 운영 체제 상에서 수행되는 하나 이상의 소프트웨어 애플리케이션을 수행할 수 있다. 또한, 처리 장치는 소프트웨어의 실행에 응답하여, 데이터를 접근, 저장, 조작, 처리 및 생성할 수도 있다. 이해의 편의를 위하여, 처리 장치는 하나가 사용되는 것으로 설명된 경우도 있지만, 해당 기술분야에서 통상의 지식을 가진 자는, 처리 장치가 복수 개의 처리 요소(processing element) 및/또는 복수 유형의 처리 요소를 포함할 수 있음을 알 수 있다. 예를 들어, 처리 장치는 복수 개의 프로세서 또는 하나의 프로세서 및 하나의 콘트롤러를 포함할 수 있다. 또한, 병렬 프로세서(parallel processor)와 같은, 다른 처리 구성(processing configuration)도 가능하다.The apparatus described above may be implemented as a hardware component, a software component, and / or a combination of hardware components and software components. For example, the apparatus and components described in the embodiments may be implemented within a computer system, such as, for example, a processor, a controller, an arithmetic logic unit (ALU), a digital signal processor, a microcomputer, a field programmable array (FPA) A programmable logic unit (PLU), a microprocessor, or any other device capable of executing and responding to instructions. The processing device may execute an operating system (OS) and one or more software applications running on the operating system. The processing device may also access, store, manipulate, process, and generate data in response to execution of the software. For ease of understanding, the processing apparatus may be described as being used singly, but those skilled in the art will recognize that the processing apparatus may have a plurality of processing elements and / As shown in FIG. For example, the processing unit may comprise a plurality of processors or one processor and one controller. Other processing configurations are also possible, such as a parallel processor.
소프트웨어는 컴퓨터 프로그램(computer program), 코드(code), 명령(instruction), 또는 이들 중 하나 이상의 조합을 포함할 수 있으며, 원하는 대로 동작하도록 처리 장치를 구성하거나 독립적으로 또는 결합적으로(collectively) 처리 장치를 명령할 수 있다. 소프트웨어 및/또는 데이터는, 처리 장치에 의하여 해석되거나 처리 장치에 명령 또는 데이터를 제공하기 위하여, 어떤 유형의 기계, 구성요소(component), 물리적 장치, 가상 장치(virtual equipment), 컴퓨터 저장 매체 또는 장치, 또는 전송되는 신호 파(signal wave)에 영구적으로, 또는 일시적으로 구체화(embody)될 수 있다. 소프트웨어는 네트워크로 연결된 컴퓨터 시스템 상에 분산되어서, 분산된 방법으로 저장되거나 실행될 수도 있다. 소프트웨어 및 데이터는 하나 이상의 컴퓨터 판독 가능 기록 매체에 저장될 수 있다.The software may include a computer program, code, instructions, or a combination of one or more of the foregoing, and may be configured to configure the processing device to operate as desired or to process it collectively or collectively Device can be commanded. The software and / or data may be in the form of any type of machine, component, physical device, virtual equipment, computer storage media, or device , Or may be permanently or temporarily embodied in a transmitted signal wave. The software may be distributed over a networked computer system and stored or executed in a distributed manner. The software and data may be stored on one or more computer readable recording media.
실시예에 따른 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 실시예를 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 실시예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The method according to an embodiment may be implemented in the form of a program command that can be executed through various computer means and recorded in a computer-readable medium. The computer-readable medium may include program instructions, data files, data structures, and the like, alone or in combination. The program instructions to be recorded on the medium may be those specially designed and configured for the embodiments or may be available to those skilled in the art of computer software. Examples of computer-readable media include magnetic media such as hard disks, floppy disks and magnetic tape; optical media such as CD-ROMs and DVDs; magnetic media such as floppy disks; Magneto-optical media, and hardware devices specifically configured to store and execute program instructions such as ROM, RAM, flash memory, and the like. Examples of program instructions include machine language code such as those produced by a compiler, as well as high-level language code that can be executed by a computer using an interpreter or the like. The hardware devices described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.
이상과 같이 실시예들이 비록 한정된 실시예와 도면에 의해 설명되었으나, 해당 기술분야에서 통상의 지식을 가진 자라면 상기의 기재로부터 다양한 수정 및 변형이 가능하다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments. For example, it is to be understood that the techniques described may be performed in a different order than the described methods, and / or that components of the described systems, structures, devices, circuits, Lt; / RTI > or equivalents, even if it is replaced or replaced.
그러므로, 다른 구현들, 다른 실시예들 및 특허청구범위와 균등한 것들도 후술하는 특허청구범위의 범위에 속한다.Therefore, other implementations, other embodiments, and equivalents to the claims are also within the scope of the following claims.
401: 그룹화를 통한 외부 정렬 알고리즘
402: 코어
403: 플래시 메모리 컨트롤러
404: 복수개의 런들을 그룹화
405: 복수개의 런들을 그룹화한 트리구조
406: 채널을 대상으로 생성한 트리구조
407: 코어에서의 데이터 합병401: External Sorting Algorithm by Grouping
402: Core
403: Flash memory controller
404: Grouping multiple runs
405: tree structure in which a plurality of runs are grouped
406: Tree structure created by channel
407: Data Merger at Core
Claims (13)
각 채널에 저장된 복수 개의 런들을 그룹으로 묶어 외부 정렬을 수행하는,
인텔리전트 SSD(Solid State Disk)를 위한 외부 정렬 방법.1. An external alignment method for an intelligent solid state disk (SSD)
Grouping a plurality of runs stored in each channel to perform external sorting,
External alignment method for intelligent solid state disk (SSD).
상기 방법은,
상기 각 채널에 저장된 복수 개의 런들을 그룹으로 묶는 단계;
상기 그룹별로 데이터 정렬을 수행하고 정렬된 결과를 코어(CORE) 메모리로 전송하는 단계; 및
상기 코어 메모리에서 상기 각 채널로부터 전송받은 데이터들을 정렬하여 전체 데이터에 대한 정렬을 수행하는 단계
를 포함하는 인텔리전트 SSD(Solid State Disk)를 위한 외부 정렬 방법.The method according to claim 1,
The method comprises:
Grouping a plurality of runs stored in each channel into groups;
Performing data sorting on the groups and transmitting the sorted results to a core memory; And
Arranging data received from each channel in the core memory and performing sorting on all data
An external sorting method for an intelligent solid state disk (SSD).
상기 방법은,
하나의 채널에서 생성 가능한 최대 그룹의 수를 계산하는 단계를 더 포함하고,
상기 각 채널에 저장된 복수 개의 런들을 그룹으로 묶는 단계는,
상기 계산된 최대 그룹의 수에 기초하여 상기 각 채널에 저장된 복수 개의 런들을 그룹으로 묶는,
인텔리전트 SSD(Solid State Disk)를 위한 외부 정렬 방법.3. The method of claim 2,
The method comprises:
Further comprising calculating a maximum number of groups that can be generated in one channel,
Wherein the step of grouping the plurality of runs stored in each channel comprises:
Grouping a plurality of runs stored in each channel based on the calculated maximum number of groups,
External alignment method for intelligent solid state disk (SSD).
상기 최대 그룹의 수는 상기 각 채널의 FMC(Flash Memory Controller) 메모리를 이용하여 계산되는,
인텔리전트 SSD(Solid State Disk)를 위한 외부 정렬 방법.The method of claim 3,
Wherein the maximum number of groups is calculated using an FMC (Flash Memory Controller) memory of each channel,
External alignment method for intelligent solid state disk (SSD).
상기 최대 그룹의 수는 로 계산되는,
인텔리전트 SSD(Solid State Disk)를 위한 외부 정렬 방법.5. The method of claim 4,
The maximum number of groups is Lt; / RTI >
External alignment method for intelligent solid state disk (SSD).
상기 그룹의 각각은 상기 코어 메모리의 공간에 저장되며, 상기 코어 메모리의 공간에서 상기 그룹당 크기가 지정되는,
인텔리전트 SSD(Solid State Disk)를 위한 외부 정렬 방법.3. The method of claim 2,
Wherein each of the groups is stored in a space of the core memory and the size per group is designated in a space of the core memory,
External alignment method for intelligent solid state disk (SSD).
상기 그룹당 크기는 로 지정되고,
상기 2는 상기 코어 메모리에서 상기 각 채널에서 전송받은 데이터를 정렬하여 출력하는 공간을 마련하기 위한 변수인,
인텔리전트 SSD(Solid State Disk)를 위한 외부 정렬 방법.The method according to claim 6,
The size per group is Lt; / RTI >
2 is a variable for providing a space for sorting and outputting data received from each channel in the core memory,
External alignment method for intelligent solid state disk (SSD).
상기 코어 메모리는 상기 런들의 수에 상관없이 상기 인텔리전트 SSD(Solid State Disk)에 존재하는 상기 각 채널의 수에 맞게 트리를 구축하여 데이터를 비교하는,
인텔리전트 SSD(Solid State Disk)를 위한 외부 정렬 방법.3. The method of claim 2,
Wherein the core memory constructs a tree according to the number of the channels existing in the intelligent SSD (Solid State Disk) regardless of the number of the runs,
External alignment method for intelligent solid state disk (SSD).
상기 각 채널로부터 전송받은 데이터들을 정렬하여 전체 데이터에 대한 정렬을 수행하는 코어 메모리
를 포함하는, 저장 장치.A flash memory controller including a run grouping unit for grouping a plurality of runs stored in each channel into groups, a data arranging unit for performing data sorting for each group, and a transmitting unit for transmitting the sorted results to a core memory FMC: Flash Memory Controller); And
A core memory for sorting data received from each channel and performing sorting on all data,
. ≪ / RTI >
상기 런 그룹핑부는,
하나의 채널에서 생성 가능한 최대 그룹의 수를 계산하고,
상기 계산된 최대 그룹의 수에 기초하여 상기 각 채널에 저장된 복수 개의 런들을 그룹으로 묶는,
저장 장치.10. The method of claim 9,
The run grouping unit,
Calculates the maximum number of groups that can be generated in one channel,
Grouping a plurality of runs stored in each channel based on the calculated maximum number of groups,
Storage device.
상기 최대 그룹의 수는 상기 각 채널의 FMC(Flash Memory Controller) 메모리를 이용하여 계산되고, 로 나타나는,
저장 장치.11. The method of claim 10,
The maximum number of the groups is calculated using an FMC (Flash Memory Controller) memory of each channel, Lt; / RTI >
Storage device.
상기 그룹의 각각은 상기 코어 메모리의 공간에 저장되고, 상기 코어 메모리의 공간에서 상기 그룹당 크기가 로 지정되며,
상기 2는 상기 코어 메모리에서 상기 각 채널에서 전송받은 데이터를 정렬하여 출력하는 공간을 마련하기 위한 변수인,
저장 장치.10. The method of claim 9,
Wherein each of the groups is stored in a space of the core memory, Lt; / RTI >
2 is a variable for providing a space for sorting and outputting data received from each channel in the core memory,
Storage device.
상기 코어 메모리는 상기 런들의 수에 상관없이 존재하는 상기 각 채널의 수에 맞게 트리를 구축하여 데이터를 비교하는,
저장 장치.13. The method of claim 12,
Wherein the core memory constructs a tree according to the number of the channels existing irrespective of the number of the runs and compares the data,
Storage device.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020130036249A KR101453663B1 (en) | 2013-04-03 | 2013-04-03 | Method for efficient external sorting in intelligent solid state disk and storage device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020130036249A KR101453663B1 (en) | 2013-04-03 | 2013-04-03 | Method for efficient external sorting in intelligent solid state disk and storage device |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20140120970A true KR20140120970A (en) | 2014-10-15 |
KR101453663B1 KR101453663B1 (en) | 2014-10-23 |
Family
ID=51992634
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020130036249A KR101453663B1 (en) | 2013-04-03 | 2013-04-03 | Method for efficient external sorting in intelligent solid state disk and storage device |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR101453663B1 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102396435B1 (en) | 2015-08-11 | 2022-05-11 | 삼성전자주식회사 | Operating method of computing device comprising storage device including nonvolatile memory device, buffer memory and controller |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101297563B1 (en) * | 2007-11-15 | 2013-08-19 | 삼성전자주식회사 | Storage management method and storage management system |
-
2013
- 2013-04-03 KR KR1020130036249A patent/KR101453663B1/en not_active IP Right Cessation
Also Published As
Publication number | Publication date |
---|---|
KR101453663B1 (en) | 2014-10-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10318467B2 (en) | Preventing input/output (I/O) traffic overloading of an interconnect channel in a distributed data storage system | |
US10334334B2 (en) | Storage sled and techniques for a data center | |
US8984085B2 (en) | Apparatus and method for controlling distributed memory cluster | |
US8230123B2 (en) | Using information on input/output (I/O) sizes of accesses to an extent to determine a type of storage device for the extent | |
US20150293994A1 (en) | Enhanced graph traversal | |
US9513835B2 (en) | Impact-based migration scheduling from a first tier at a source to a second tier at a destination | |
US8321476B2 (en) | Method and system for determining boundary values dynamically defining key value bounds of two or more disjoint subsets of sort run-based parallel processing of data from databases | |
US10733209B2 (en) | Smart tuple dynamic grouping of tuples | |
US8898422B2 (en) | Workload-aware distributed data processing apparatus and method for processing large data based on hardware acceleration | |
KR101793890B1 (en) | Autonomous memory architecture | |
US9092275B2 (en) | Store operation with conditional push of a tag value to a queue | |
US10628066B2 (en) | Ensuring in-storage data atomicity and consistency at low cost | |
KR102325047B1 (en) | Grahp data processing methdo and apparatus thereof | |
US20220269551A1 (en) | Grouping requests to reduce inter-process communication in memory systems | |
US12079472B2 (en) | Data reduction method, apparatus, computing device, and storage medium for forming index information based on fingerprints | |
US9064030B2 (en) | Tree traversal in a memory device | |
CN104459781A (en) | Three-dimensional pre-stack seismic data random noise degeneration method | |
US10223260B2 (en) | Compiler-generated memory mapping hints | |
US20190187904A1 (en) | Efficient export scheduling using index and schema to determine data distribution | |
US20150309838A1 (en) | Reduction of processing duplicates of queued requests | |
US20150278299A1 (en) | External merge sort method and device, and distributed processing device for external merge sort | |
KR101453663B1 (en) | Method for efficient external sorting in intelligent solid state disk and storage device | |
US9858179B2 (en) | Data sort using memory-intensive exosort | |
KR101191530B1 (en) | Multi-core processor system having plurality of heterogeneous core and Method for controlling the same | |
US10838721B1 (en) | Adaptive thread processing of IO requests |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
LAPS | Lapse due to unpaid annual fee |