• Title/Summary/Keyword: 스왑 시스템

Search Result 37, Processing Time 0.031 seconds

An Adaptable Object Prefetch for Enhancing OODBMS Performance (OODBMS 성능향상을 위한 객체 선인출 전략)

  • An, Jeong-Ho;Kim, Hyeong-Ju
    • Journal of KIISE:Software and Applications
    • /
    • v.26 no.2
    • /
    • pp.191-202
    • /
    • 1999
  • 객체지향 데이터베이스에서 객체 접근의 성능은 효율적인 객체 선인출을 통해 이루어질 수 있다. 본 연구에서는 고급의 객체 시맨틱을 사용하지 않고 세그먼트를 단위로 선택적인 객체 선인출을 수행하는 동적 SEOF(Selective Eager Object Fetch)방법을 고안하였다. 본 알고리즘은 객체 인출의 상관 관계와 빈도수를 모두 고려하였으며, 다른 기존의 객체 선인출 방법들과는 달리 시스템의 부하에 따라 선인출의 정도를 동적으로 조정함으로써 클라이언트의 메모리나 스왑 자원을 효율적으로 이용하여 시스템의 성능을 향상시킨다. 또한 제안된 방법은 객체 버퍼의 사용을 제한하여 자원의 고갈을 막을 수 있으며 , 클러스터링의 정도나 데이터베이스의 크기에 대해 효과적으로 대응한다. 본 논문에서는 다양한 다중 클라이언트 환경에서의 시뮬레이션을 통해 제안된 알고리즘의 성능 평가를 실시하였다.

Design and Implementation of Content-Based Clean Policy in Flash memory for IPTV (IPTV를 위한 플래시메모리에서의 내용기반 지움 정책 설계 및 구현)

  • Cho, Won-Hee;Yang, Jun-Sik;Go, Young-wook;Song, Jae-Seok;Kim, Deok-Hwan
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2009.04a
    • /
    • pp.647-650
    • /
    • 2009
  • IPTV(Internet Protocol Television)는 차별화된 초고속 광대역 네트워크를 기반으로 기존 TV의 단점을 보완하여 차세대 DTV 시장을 주도할 것으로 예상된다. IPTV의 저장용량이 증가하는 추세에 따라 SSD(Solid State Disk)가 NAND 플래시 메모리를 대체 할 것으로 예상된다. 본 논문에서는 IPTV의 저장장치인 SSD의 수명을 증가시키고 플래시메모리의 특성인 마모도 제한을 고려하지 않은 지움 정책(Garbage-Collection)을 사용하는 YAFFS(Yet Another Flash FileSystem)의 문제점을 해결하기 위해 블록을 내용기반 리스트로 관리하고 블록스왑을 사용하는 내용기반 지움 정책을 제안한다. 기존 파일시스템 보다 수명을 향상 시키는 내용기반 파일시스템을 설계 및 구현하여 성능을 분석하였다.

A Study on the Effect of Financial Cooperation in East Asia on the Export-Import Logistics (수출입 물류에 동아시아 금융협력이 미치는 영향 분석)

  • Kang, Bo-Kyung
    • Journal of Korea Port Economic Association
    • /
    • v.27 no.3
    • /
    • pp.161-177
    • /
    • 2011
  • Nowadays, a capital flow and intimacy of financial system among countries have been increasing in global financial environment. So it is easily possible that the risk of some countries which are in financial crisis infects other countries in the world. A recent global financial crisis reminds countries in East Asia of advancing the financial cooperation as well as financial integration. Countries in East Asia agreed with the Chiang Mai Initiative to prevent a recurrence of financial crisis in East Asia. A bilateral swap arrangement of the CMI has several purposes in order to offer foreign currency liquidity against economic crisis, remove the opportunity cost of foreign exchange reserve, push ahead the financial integration, increase the export-import logistics and so on. This paper analyzes the effect of financial cooperation in East Asia on the export-import logistics with random effect estimation and fixed effect estimation. As a result, each of country in East Asia is able to increase almost 10.3% of the export-import logistics on average.

Duplication-Aware Garbage Collection for Flash Memory-Based Virtual Memory Systems (플래시 메모리 기반의 가상 메모리 시스템을 위한 중복성을 고려한 GC 기법)

  • Ji, Seung-Gu;Shin, Dong-Kun
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.37 no.3
    • /
    • pp.161-171
    • /
    • 2010
  • As embedded systems adopt monolithic kernels, NAND flash memory is used for swap space of virtual memory systems. While flash memory has the advantages of low-power consumption, shock-resistance and non-volatility, it requires garbage collections due to its erase-before-write characteristic. The efficiency of garbage collection scheme largely affects the performance of flash memory. This paper proposes a novel garbage collection technique which exploits data redundancy between the main memory and flash memory in flash memory-based virtual memory systems. The proposed scheme takes the locality of data into consideration to minimize the garbage collection overhead. Experimental results demonstrate that the proposed garbage collection scheme improves performance by 37% on average compared to previous schemes.

Mounting Time Reduction and Clean Policy using Content-Based Block Management for NAND Flash File System (NAND 플래시 파일 시스템을 위한 내용기반 블록관리기법을 이용한 마운트 시간 감소와 지움 정책)

  • Cho, Wan-Hee;Lee, Dong-Hwan;Kim, Deok-Hwan
    • Journal of the Institute of Electronics Engineers of Korea SD
    • /
    • v.46 no.3
    • /
    • pp.41-50
    • /
    • 2009
  • The flash memory has many advantages such as low power consumption, strong shock resistance, fast I/O and non-volatility. And it is increasingly used in the mobile storage device. Many researchers are studying the YAFFS, NAND flash file system, which is widely used in the embedded device. However, the existing YAFFS has two problems. First, it takes long time to mount the YAFFS file system because it scans whole spare areas in all pages. Second, the cleaning policy of the YAFFS does not consider the wear-leveling so that it cannot guarantee the duration of data completely. In order to solve these problems, this paper proposes a new content-based YAFFS that consists of a mounting time reduction technique and a content-cleaning policy by using content-based block management. The proposed method only scans partial spare areas of some special pages and provides the block swapping which enables the wear-leveling of data blocks. We performed experiments to compare the performance of the proposed method with those of the JFFS2 system and YAFFS system. Experimental results show that the proposed method reduces the average mounting time by 82.2% comparing with JFFS2 and 42.9% comparing with YAFFS. Besides, it increases the life time of the flash memory by 35% comparing with the existing YAFFS whereas no overheat is added.

M&A 아카데미 - M&A유형과 사례(2)

  • Sin, Gi-Hun
    • Venture DIGEST
    • /
    • s.130
    • /
    • pp.36-37
    • /
    • 2009
  • 자바로 유명한 세계적 IT기업 썬마이크로시스템즈가 오라클과 합병한다는 소식이 세계 IT시장을 떠들썩하게 하고 있다. 썬은 이미 IBM과 상당히 발전된 M&A 논의를 진행시키다 오라클로 방향을 선회하는 깜짝쇼를 보여주었고, 이에 오라클은 첫 1년간 영업이익 15억 달러 증가를 예상하고 있다고 한다. 이미 피플소프트와 BEA 등 기업용 소프트웨어 및 서비스업체를 인수하며 성장해온 오라클은 서버기업인 썬을 인수하면서 SW/HW 모두를 망라하는 전방위 IT 기업으로 '단숨'에 성장하게 되었다. 그러나 이제부터다. 어떤 기업이든 M&A를 결정한 이후로 얼마나 전략적으로 과정을 진행하느냐에 따라 기업의 업그레이드를 이뤄낼 수 있다. 이번 호에서는 지난 호에 이어 주식스왑을 중심으로 M&A유형과 사례를 살펴보도록 하자. 아울러 또 다른 M&A의 유형인 주식의 포괄적교환과 꼭 알아두어야 할 몇 가지 항목을 살펴보도록 하자.

  • PDF

Efficient Migration Scheme for Object Storage with Non-volatile Memory (비휘발성 메모리를 오브젝트 스토리지에 적용하기 위한 효율적인 마이그레이션 기법)

  • Kim, Inseob;Kim, Shindug
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2018.05a
    • /
    • pp.12-15
    • /
    • 2018
  • 비정형 데이터를 효율적으로 처리하기 위한 대표적인 오브젝트 스토리지로 OpenStack Swift가 있다. 하지만, 오브젝트 스토리지의 일관성 지원은 동기화 지연을 발생시키고 전체 성능에 영향을 미친다. 이런 문제는 기존 시스템에서 발생하는 페이지 스왑, 데이터 중복을 비휘발성 메모리를 사용함으로써 제거할 수 있고 오브젝트 서버의 성능 하락을 완화할 수 있다. 하지만, 비휘발성 메모리를 효율적으로 사용하기 위해서는 비휘발성 메모리 장치별 특성을 고려한 효율적인 데이터 배치가 필요하고 본 논문에서는 이를 위한 마이그레이션 기법을 제안한다. 마이그레이션 기법에서 사용하는 점수식은 First In First Out (FIFO)보다 정확도를 약 11% 향상시켰고, 기존 기법들보다 실행 시간은 42% 감소, 마이그레이션 횟수는 최대 24배 감소, 에너지 소비량은 9% 정도 절약하였다.

Marker Swapping Elimination Mechanism Using Color Marker (컬러 마커를 이용한 마커 스와핑 제거 기법)

  • Kim, Byung-Ki;Jang, Jae-Hyok;Song, Chang Geun;Ko, Young-Woong
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2010.04a
    • /
    • pp.150-153
    • /
    • 2010
  • 본 연구에서는 적외선 카메라를 이용하는 모션캡처 시스템에서의 전통적인 문제인 마커의 손실과 스왑을 해결할 수 있는 방법에 대해 제안한다. 기본적으로 적외선 센서를 이용하여 마커의 위치를 계산하여 모션을 캡처하는 방식을 사용한다. 여기에 각 마커에 식별이 가능한 고유한 아이디를 지정할 수 있게 하기 위해 적외선 반사판의 색깔을 다르게 제작하였다. 적외선 카메라를 이용하여 마커에서 반사되는 적외선의 좌표를 촬영하고 일반 카메라를 이용하여 마커의 위치와 색깔을 구별한다. 실험 결과 각 마커의 식별이 가능했으며 카메라를 들고 이동하면서도 정확하고 빠르게 모션을 캡처할 수 있음을 실험을 통해 증명하였다.

Optimization Techniques for Power-Saving in Real-Time IoT Systems using Fast Storage Media (고속 스토리지를 이용한 실시간 IoT 시스템의 전력 절감 최적화 기술)

  • Yoon, Suji;Park, Heejin;Cho, Kyungwoon;Bahn, Hyokyung
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.21 no.6
    • /
    • pp.71-76
    • /
    • 2021
  • Recently, as the size of IoT data grows, the memory power consumption of real-time systems increases rapidly. This is because real-time systems always place entire tasks in memory, which increases the demand of DRAM significantly. In this paper, we adopt emerging fast storage media and move a certain portion of real-time tasks from DRAM to storage. The part of tasks in storage are, then, loaded into memory when they are actually used. We incorporate our memory/storage power-saving into the dynamic voltage/frequency scaling of processors, thereby optimizing power consumptions in CPU and memory simultaneously. Specifically, the proposed technique aims at minimizing the CPU idle time and the DRAM memory size by determining appropriate voltage modes of CPU and the swap ratio of memory, without violating the deadlines of all tasks. Through simulation experiments, we show that the proposed technique significantly reduces the power consumption of real-time systems.

Analyzing Virtual Memory Write Characteristics and Designing Page Replacement Algorithms for NAND Flash Memory (NAND 플래시메모리를 위한 가상메모리의 쓰기 참조 분석 및 페이지 교체 알고리즘 설계)

  • Lee, Hye-Jeong;Bahn, Hyo-Kyung
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.36 no.6
    • /
    • pp.543-556
    • /
    • 2009
  • Recently, NAND flash memory is being used as the swap device of virtual memory as well as the file storage of mobile systems. Since temporal locality is dominant in page references of virtual memory, LRU and its approximated CLOCK algorithms are widely used. However, cost of a write operation in flash memory is much larger than that of a read operation, and thus a page replacement algorithm should consider this factor. This paper analyzes virtual memory read/write reference patterns individually, and observes the ranking inversion problem of temporal locality in write references which is not observed in read references. With this observation, we present a new page replacement algorithm considering write frequency as well as temporal locality in estimating write reference behaviors. This new algorithm dynamically allocates memory space to read/write operations based on their reference patterns and I/O costs. Though the algorithm has no external parameter to tune, it supports optimized implementations for virtual memory systems, and also performs 20-66% better than CLOCK, CAR, and CFLRU algorithms.