KR970029104A - Group Adaptive Segment Cache Buffer Implementation - Google Patents

Group Adaptive Segment Cache Buffer Implementation Download PDF

Info

Publication number
KR970029104A
KR970029104A KR1019950043985A KR19950043985A KR970029104A KR 970029104 A KR970029104 A KR 970029104A KR 1019950043985 A KR1019950043985 A KR 1019950043985A KR 19950043985 A KR19950043985 A KR 19950043985A KR 970029104 A KR970029104 A KR 970029104A
Authority
KR
South Korea
Prior art keywords
cache memory
group
segment
external device
cache
Prior art date
Application number
KR1019950043985A
Other languages
Korean (ko)
Other versions
KR100385238B1 (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 KR1019950043985A priority Critical patent/KR100385238B1/en
Publication of KR970029104A publication Critical patent/KR970029104A/en
Application granted granted Critical
Publication of KR100385238B1 publication Critical patent/KR100385238B1/en

Links

Classifications

    • 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/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/10Address translation
    • G06F12/1027Address translation using associative or pseudo-associative address translation means, e.g. translation look-aside buffer [TLB]
    • G06F12/1036Address translation using associative or pseudo-associative address translation means, e.g. translation look-aside buffer [TLB] for multiple virtual address spaces, e.g. segmentation
    • 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/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/12Replacement control
    • G06F12/121Replacement control using replacement algorithms
    • G06F12/123Replacement control using replacement algorithms with age lists, e.g. queue, most recently used [MRU] list or least recently used [LRU] list

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

1. 청구범위에 기재된 발명이 속한 기술분야1. TECHNICAL FIELD OF THE INVENTION

하드 디스크 드라이브에 캐시버퍼에 관한 것으로, 특히 세그먼트되어 있는 캐시버퍼를 다수의 그룹으로 구분하여 운영할 수 있는 그룹 적응형 세그먼트 캐시버퍼 구현방법에 관한 것이다.The present invention relates to a cache buffer in a hard disk drive, and more particularly, to a method for implementing a group adaptive segment cache buffer capable of operating a segmented cache buffer into a plurality of groups.

2. 발명이 해결하려고 하는 기술적 과제2. The technical problem to be solved by the invention

호스트컴퓨터와 같은 외부장치에서 요구하는 데이타 리드/라이트 명령에 효율적으로 적응시킬 수 있는 그룹 적응형 세그먼트 캐시메모리를 제공함에 있다.An object of the present invention is to provide a group adaptive segment cache memory capable of efficiently adapting to a data read / write command required by an external device such as a host computer.

3. 발명의 해결방법의 요지3. Summary of Solution to Invention

하드 디스크 드라이브의 그룹 적응형 세그먼트 캐시메모리 구현방법에 있어서, 호스트컴퓨터와 같은 외부장치로부터 수신되는 데이타 리드명령에 응답하여 상기 외부장치가 요구하는 데이타의 용량을 산출하는 제1과정과, 우선순위별로 상기 캐시메모리내 각 그룹을 서치하여 해당 그룹내 상기 리드데이타 용량 산출과정에서 산출된 데이타 용량이 히트하는가를 검사하는 제2과정과, 상기 검사결과 세그먼트 히트가 발생되는 경우 해당 세그먼트내의 데이타를 독출하여 출력한 후 상기 캐시메모리 관리 테이블을 업데이트시키는 반면, 세그먼트 히트가 발생되지 않는 경우 상기 캐시메모리내 우선순위가 낮은 그룹을 서치하여 LRU방식에 따라 특정 세그먼트를 할당하여 주는 제3과정으로 이루어짐을 특징으로 하는 그룹 적응형 캐시메모리 구현방법.A method for implementing a group adaptive segment cache memory of a hard disk drive, the method comprising: calculating a capacity of data requested by an external device in response to a data read command received from an external device such as a host computer; A second process of searching each group in the cache memory to check whether the data capacity calculated in the read data capacity calculation process in the corresponding group is hit; While updating the cache memory management table after outputting, if a segment hit does not occur, a third process of searching for a low priority group in the cache memory and allocating a specific segment according to the LRU method is performed. Group adaptive cache memory implementation method.

4. 발명의 중요한 용도4. Important uses of the invention

캐시메모리를 이용한 시스템 메모리 제어방법에 사용될 수 있다.It can be used in a system memory control method using cache memory.

Description

그룹 적응형 세그먼트 캐시버퍼 구현방법Group Adaptive Segment Cache Buffer Implementation

본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음As this is a public information case, the full text was not included.

제3도는 본 발명의 일실시예에 따른 그룹 적응형 세그먼트 캐시버퍼의 개략적인 포맷도.3 is a schematic format diagram of a group adaptive segment cache buffer according to an embodiment of the present invention.

Claims (1)

하드 디스크 드라이브의 그룹 적응형 세그먼트 캐시메모리 구현방법에 있어서, 호스트 컴퓨터와 같은 외부 장치로부터 수신되는 데이타 리드명령에 응답하여 상기 외부장치가 요구하는 데이타의 용량을 산출하는 제1과정과, 우선순위별로 상기 캐시메모리내 각 그룹을 서치하여 해당 그룹내 상기 리드데이타 용량 산출과정에서 산출된 데이타 용량이 히트하는가를 검사하는 제2과정과, 상기 검사결과 세그먼트 히트가 발생되는 경우 해당 세그먼트내의 데이타를 독출하여 출력한후 상기 캐시메모리 관리 테이블을 업데이트시키는 반면, 세그먼트 히트가 발생되지 않는 경우 상기 캐시메모리내 우선순위가 낮은 그룹을 서치하여 LRU방식에 따라 특정 세그먼트를 할당하여 주는 제3과정으로 이루어짐을 특징으로 하는 그룹 적응형 캐시버퍼 구현방법.A method for implementing a group adaptive segment cache memory of a hard disk drive, the method comprising: calculating a capacity of data requested by an external device in response to a data read command received from an external device such as a host computer; A second process of searching each group in the cache memory to check whether the data capacity calculated in the read data capacity calculation process in the corresponding group is hit; While updating the cache memory management table after outputting, if a segment hit does not occur, a third process of assigning a specific segment according to the LRU method by searching for a low priority group in the cache memory, Group adaptive cache buffer implementation method. ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.※ Note: The disclosure is based on the initial application.
KR1019950043985A 1995-11-27 1995-11-27 Method for realizing segment cash buffer for group adaptation type KR100385238B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019950043985A KR100385238B1 (en) 1995-11-27 1995-11-27 Method for realizing segment cash buffer for group adaptation type

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019950043985A KR100385238B1 (en) 1995-11-27 1995-11-27 Method for realizing segment cash buffer for group adaptation type

Publications (2)

Publication Number Publication Date
KR970029104A true KR970029104A (en) 1997-06-26
KR100385238B1 KR100385238B1 (en) 2004-02-25

Family

ID=37417499

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019950043985A KR100385238B1 (en) 1995-11-27 1995-11-27 Method for realizing segment cash buffer for group adaptation type

Country Status (1)

Country Link
KR (1) KR100385238B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100404374B1 (en) * 1999-03-31 2003-11-05 인터내셔널 비지네스 머신즈 코포레이션 Method and apparatus for implementing automatic cache variable update
KR100556462B1 (en) * 1998-11-25 2006-04-21 엘지전자 주식회사 Mehtods for Memory Management of Mini Disc Recording/Reproducing Apparatus

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4835686A (en) * 1985-05-29 1989-05-30 Kabushiki Kaisha Toshiba Cache system adopting an LRU system, and magnetic disk controller incorporating it
US5163131A (en) * 1989-09-08 1992-11-10 Auspex Systems, Inc. Parallel i/o network file server architecture
JPH0652060A (en) * 1992-07-28 1994-02-25 Hitachi Ltd Lru list control system
JPH0659952A (en) * 1992-08-07 1994-03-04 Toshiba Corp Magnetic disk device
KR950020169A (en) * 1993-12-06 1995-07-24 이헌조 Cache Data Transfer Control Method of I / O Subsystem with Cache Module

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100556462B1 (en) * 1998-11-25 2006-04-21 엘지전자 주식회사 Mehtods for Memory Management of Mini Disc Recording/Reproducing Apparatus
KR100404374B1 (en) * 1999-03-31 2003-11-05 인터내셔널 비지네스 머신즈 코포레이션 Method and apparatus for implementing automatic cache variable update

Also Published As

Publication number Publication date
KR100385238B1 (en) 2004-02-25

Similar Documents

Publication Publication Date Title
US6658549B2 (en) Method and system allowing a single entity to manage memory comprising compressed and uncompressed data
KR100373313B1 (en) A method and system for managing a cache memory
US20120072697A1 (en) System and method for identifying tlb entries associated with a physical address of a specified range
US20100312955A1 (en) Memory system and method of managing the same
US20070005904A1 (en) Read ahead method for data retrieval and computer system
WO2016099664A1 (en) Apparatus, system and method for caching compressed data background
US9612975B2 (en) Page cache device and method for efficient mapping
KR970049600A (en) Method of processing deferred record data in stationary raid device and device therefor
JP3872968B2 (en) System and method for dynamically reallocating memory in a computer system
EP3005126B1 (en) Storage systems and aliased memory
US20190384709A1 (en) Method and apparatus for using a storage system as main memory
JP2005196793A (en) Method, system and product for reserving memory
US7225313B2 (en) Demotion of memory pages to largest possible sizes
KR970029104A (en) Group Adaptive Segment Cache Buffer Implementation
KR20010006774A (en) Method and apparatus for implementing automatic cache variable update
CN104424124A (en) Memory device, electronic equipment and method for controlling memory device
CN114063934A (en) Data updating device and method and electronic equipment
CN113448722A (en) Mapping method of process memory and instance processing method based on serverless architecture
CN112988074B (en) Storage system management software adaptation method and device
JPH01303547A (en) Control system for information memory
US20090024798A1 (en) Storing Data
KR20190115921A (en) Semiconductor memory module and memory system including semiconductor memory module
US11409664B2 (en) Logical memory allocation and provisioning using timestamps
EP4328755A1 (en) Systems, methods, and apparatus for accessing data in versions of memory pages
CN107422981B (en) Hard disk access method

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20070418

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee