• Title/Summary/Keyword: 환경의 질 평가

Search Result 1,011, Processing Time 0.029 seconds

A Prefetch Policy for Large Spatial Data in Distributed Environment (분산환경에서 대용량 공간데이타의 선인출 전략)

  • Park, Dong-Ju;Lee, Seok-Ho;Kim, Hyeong-Ju
    • Journal of KIISE:Software and Applications
    • /
    • v.26 no.12
    • /
    • pp.1404-1417
    • /
    • 1999
  • 웹과 같은 분산 환경에서는, 웹 브라우저 상에서 SQL 형식의 공간 질의를 수행시키는 것과 또한 서버로부터 그 질의 결과를 보는 것이 가능하다. 그러나, 격자 이미지(raster image)와 같은 대용량 공간 데이타를 포함하는 질의 결과를 웹 브라우징할 때 발생하는 많은 문제점들 중에서, 사용자 응답 시간의 지연은 매우 중요한 문제이다. 본 논문에서는 사용자의 재요청(callback) 접근 패턴이 공간적 근접성(spatial locality)을 따른다는 가정하에서의, 사용자 응답 시간을 최소화하기 위한 새로운 프리페치(prefetch) 전략에 대해서 서술한다. 본 논문의 프리페치 전략은 다음과 같이 요약될 수 있다. 첫째, 프리페치 알고리즘은 사용자의 접근 패턴을 잘 반영하는 힐버트 곡선(Hilbert-curve) 모델을 바탕으로 한다. 둘째, 프리페치 전송 비용을 줄이기 위해서 사용자의 재요청 시간 간격(think time)을 이용한다. 본 논문에서는, 힐버트 곡선을 이용한 프리페치 전략의 성능 평가를 위해서 다양한 실험을 하였으며, 그 결과로 프리페치를 하지 않는 방식보다 높은 성능 향상이 있음을 보인다.Abstract In distributed environment(e.g., WWW), it would be possible for the users to submit SQL-like spatial queries and to see their query results from the server on the Web browser. However, of many obstacles which result from browsing query results including large spatial data such as raster image, the delay of user response time is very critical. In this paper we present a new prefetch policy which can alleviate user response time on the assumption that user's callback access pattern has spatial locality. Our prefetch policy can be summerized as follows: 1) our prefetch algorithm is based on the Hibert-curve model which well replects user's access pattern, and 2) it utilizes user's callback interval to reduce prefetch network transmission cost. In this paper we conducted diverse experiments to show that our prefetch policy achieves higher performance improvement compared to other non-prefetch methods.

Approximate Top-k Subgraph Matching Scheme Considering Data Reuse in Large Graph Stream Environments (대용량 그래프 스트림 환경에서 데이터 재사용을 고려한 근사 Top-k 서브 그래프 매칭 기법)

  • Choi, Do-Jin;Bok, Kyoung-Soo;Yoo, Jae-Soo
    • The Journal of the Korea Contents Association
    • /
    • v.20 no.8
    • /
    • pp.42-53
    • /
    • 2020
  • With the development of social network services, graph structures have been utilized to represent relationships among objects in various applications. Recently, a demand of subgraph matching in real-time graph streams has been increased. Therefore, an efficient approximate Top-k subgraph matching scheme for low latency in real-time graph streams is required. In this paper, we propose an approximate Top-k subgraph matching scheme considering data reuse in graph stream environments. The proposed scheme utilizes the distributed stream processing platform, called Storm to handle a large amount of stream data. We also utilize an existing data reuse scheme to decrease stream processing costs. We propose a distance based summary indexing technique to generate Top-k subgraph matching results. The proposed summary indexing technique costs very low since it only stores distances among vertices that are selected in advance. Finally, we provide k subgraph matching results to users by performing an approximate Top-k matching on the summary indexing. In order to show the superiority of the proposed scheme, we conduct various performance evaluations in diverse real world datasets.

An Efficient Filtering Method for Processing Continuous Skyline Queries on Sensor Data (센서데이터의 연속적인 스카이라인 질의 처리를 위한 효율적인 필터링기법)

  • Jang, Su-Min;Kang, Gwang-Goo;Yoo, Jae-Soo
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.15 no.12
    • /
    • pp.938-942
    • /
    • 2009
  • In this paper, we propose a novel filtering method for processing continuous skyline queries on wireless sensor network environments. The existing filtering methods use the filter based on router paths. However, because these filters are applied not to a whole area but to a partial area, these methods send almost data of sensor nodes to transmit to the base station and have no sufficient effect in terms of energy efficiency. Therefore, we propose an efficient method to dramatically reduce the transmission data of sensors through applying a low-cost and effective filter to all sensor nodes. The proposed effective filter is generated by using characteristics such as the data locality and the clustering of sensors. An extensive performance study verifies the merits of our new method.

XML Vicw Indexing (XML 뷰 인덱싱)

  • 김영성;강현철
    • Journal of KIISE:Databases
    • /
    • v.30 no.3
    • /
    • pp.252-272
    • /
    • 2003
  • The view mechanism provides users with appropriate portions of database through data filtering and integration. In the Web era where information proliferates, the view concept is also useful for XML, a future standard for data exchange on the Web. This paper proposes a method of implementing XML views called XML view indexing, whereby XML view xv is represented as an XML view index(XVI) which is a structure containing the identifiers of xv's underlying XML elements as well as the information on xv. Since XVI for xv stores just the identifiers of the XML elements but not the elements themselves, when a user requests to retrieve xv, its XVI should be materialized against xv's underlying XML documents. Also an efficient algorithm to incrementally maintain consistency of XVI given a update of xv's underlying XML documents is required. This paper proposes and implements data structures and algorithms for XML view indexing. The performance experiments on XML view indexing reveal that it outperforms view recomputation for repeated accesses to the view, and requires as much as about 30 times less storage space compared to XML view materialization though the latter takes less time for repeated accesses to the view due to no need of materialization.

Design of cache mechanism in distributed directory environment (분산 디렉토리 환경 하에서 효율적인 캐시 메카니즘 설계)

  • 이강우;이재호;임해철
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.22 no.2
    • /
    • pp.205-214
    • /
    • 1997
  • In this paper, we suggest a cache mechanism to improve the speed fo query processing in distributed directory environment. For this, request and result and result about objects in remote site are store in the cache of local site. A cache mechanism developed through six phases; 1) Cached information which stored in distributed directory system is classified as application data, system data and meta data. 2) Cache system architecture is designed according to classified information. 3) Cache schema are designed for each cache information. 4) Least-TTL algorithms which use the weighted value of geograpical information and access frquency for replacements are developed for datacaches(application cache, system cache). 5) Operational algorithms are developed for meta data cache which has meta data tree. This tree is based on the information of past queries and improves the speed ofquery processing by reducing the scope of search space. 6) Finally, performance evaluations are performed by comparing with proposed cache mechanism and other mechanisms.

  • PDF

A Study on the Diffusion of Web-Based Shopping Systems (웹기반 쇼핑시스템의 확산에 관한 연구)

  • 김창수
    • Proceedings of the Korean Operations and Management Science Society Conference
    • /
    • 2003.05a
    • /
    • pp.597-604
    • /
    • 2003
  • 웹기반 쇼핑시스템(Web-Based Shopping Systems: WBSS)이 매우 급속한 속도로 글로벌 전자상거래 환경에서 확산되고 있다. 웹기반 쇼핑시스템은 인터넷에 기반하여 제품(product)나 정보(Information) 그리고 서비스(service)에 대한 상거래 행위나 활동이 이루어 질 수 있도록 지원하는 시스템이다. 아마존(amazon.com)과 같은 닷컴기업들은 웹기반 쇼핑시스템을 성공적으로 운영하고 있는 대표적인 예에 해당된다. 아마존(amazon.com)의 예와 같이 기업들이 웹기반 쇼핑시스템을 도입함으로써 이전의 상거래와는 전혀 다른 유형의 사업(business)을 전개할 수 있다. 따라서 본 연구는 디지털 경제의 핵심적 동인(enabler)인 웹기반 쇼핑에 관련된 연구를 수행하는 연구자들 뿐만 아니라, 웹기반 쇼핑시스템의 성공적 구현 및 운영에 관심있는 기업인들에게 효과적인 가이드라인을 제공해 줄 것이다. 또한 전자상거래 (electronic commerce)에 관련된 기존 연구들은 정보통신기술(Information Communication Technology: ICT)의 역할을 과대평가하거나 혹은 과소평가하는 경향이 있다. 예를 들면 사회과학의 어떤 연구에서는 기술(technology)의 무분별한 수용에 대한 회의론이 제기되고 있고, 공학과 컴퓨터 분야의 연구에서는 기술적 측면에만 집중하여 연구가 수행되는 경향이 있다. 위와 같이 어느 한쪽에 편협된 시각에 근거하여 웹기반 쇼핑시스템과 같은 새로운 정보통신기술의 확산현상을 적절하게 설명하기에는 한계가 있는 것 같다. 따라서 본 연구에서는 웹기반 쇼핑시스템의 확산에 관련된 균형된 분석을 수행하기 위하여 경영(management)과 기술 (technology)을 조화롭게 고려한 관점에서 연구를 수행하고자 한다. 즉, 본 논문에서는 기술적 측면(technical aspect)과 경영적 측면(management aspect)을 동시에 고려하여 웹기반 쇼핑시스템의 주요만 특성을 살펴보고, 향후 정보통신 기술(ICT)의 확산에 관한 연구에서 두 가지 관점의 통합적 중요성에 대하여 강조하고자 한다. 그에 덧붙여 웹기반 쇼핑시스템과 다른 정보시스템을 비교하여 전자상거래 환경에서 웹기반 쇼핑시스템의 주요만 특성들이 두가지 연구관점에서 어떻게 개념화 될 수 있는지를 고찰하고자 한다. 이러만 분석에 기반하여 본 연구에서는 기술적 측면과 경영적인 측면을 동시에 고려한 웹기반 쇼핑시스템의 특성을 제시하고자 한다. 결론적으로 본 연구의 목적은 본 논문에서 적용한 기술(technical)과 경영(management)의 조화로운 연구관점이 향후 정보통신 기술이나 시스템, 그리고 전자상거래에 관련된 일련의 연구에 적응되어 보다 균형잡힌 논의와 분석이 이루어 질 수 있는 시발점이 되길 기대한다.

  • PDF

UCC-Resilient HD Content Watermarking Scheme on DCT Compressed Domain (UCC 편집에 강인한 DCT 압축영역 기반 고화질 영상 워터마킹 기법)

  • Kim, Jung-Youn;Nam, Je-Ho
    • Journal of Broadcast Engineering
    • /
    • v.13 no.4
    • /
    • pp.489-500
    • /
    • 2008
  • We propose a novel high-definition content watermarking algorithm that is highly feasible in UCC (User Created Contents) environment. We begin by addressing an association between broadcasting content and UCC in a view of copyrights, then present watermark requirements by analyzing various UCC editing-effect. Also, we provide a brief review of previous watermarking techniques that are supposed to satisfy the requirements. Our proposed scheme inserts a invisible watermark into both DC and AC components on $8{\times}8$ block DCT domain and extracts them after synchronization using DC image. Experimental results show that our technique satisfies the requirements of invisibility and robustness to a variety of attacks such as rotation, scaling, cropping, and JPEG compression, etc. Note that the proposed scheme is highly resilient to UCC edit attacks that are combined by many different types of watermark attacks.

Effects of National Evaluation of Long-Term Care Hospitals on Hospital Workers' Work Environment, Job Satisfaction, and Quality of Services (요양병원평가가 요양병원 종사자의 근무환경, 직무만족과 서비스 질에 미치는 영향)

  • Kim, Jeong-Seon;Kim, Jin-Kyung;Han, Woo-Sok;Shim, Moon-Sook
    • Journal of Korean Public Health Nursing
    • /
    • v.26 no.1
    • /
    • pp.137-146
    • /
    • 2012
  • Purpose: The purpose of this study is to evaluate the work environment and job satisfaction of hospital workers and to assess their effects on quality of services under the national long-term care hospital evaluation (hereafter, national evaluation), which has implemented since 2008. Methods: A self-administered survey was conducted on 178 hospital workers' at 18 hospitals in Chungcheong province, Korea. Survey questionnaires include questions about respondent' awareness of the national evaluation and any change in work environment and job satisfaction under the national evaluation. We used a path analysis to assess the effects of work environment and job satisfaction on quality of services. Results: Results showed that the effects of the national evaluation on work environment and job satisfaction were positive, which, in turn, leads to better quality of services. Improvements in the work environment under the national evaluation have resulted in increased job satisfaction. High scores for job satisfaction showed a significant association with the quality of services provided in long-term care hospitals. In addition, the national evaluation itself had a positive effect on improving quality of services. Conclusions: In order to facilitate quality improvement activities under the national evaluation, it is suggested that workers be provided with education and training. Continuous efforts to improve work environment and to enhance job satisfaction would lead to provision of better quality of services in long-term care hospitals.

A Study on the Durability of Manure Composting Facilities (축분 퇴비화 시설 내구성에 관한 조사연구)

  • Hong, Ji-Hyung
    • Journal of Animal Environmental Science
    • /
    • v.16 no.1
    • /
    • pp.13-20
    • /
    • 2010
  • Manure compost is a main product from animal wastes in Korea. Solid manure is usually treated by aerobic composting at manure composting facilities for land reinforcement. Agricultural use of manure compost as organic fertilizer resources, mainly manure compost, is now recommended in Korea. This study investigated the evaluation of durability about the manure composting machinery and structures which was controlled by aeration and periodic agitating. The questionnaire addressed three main topics as follows: operating practices, machinery and maintenance of the manure composting facilities are being operated. A total of the 22 manure composting facilities in an agricultural cooperative were surveyed. The results obtained in this survey were summarized as follow: The major causes of manure composting apparatus trouble were corrosion and wear, overloading and foreign matter etc. The highly trouble frequency of the agitator, packer and conveyor were chain, agitating blade and shaft, motor and screw vane, respectively. These analytical results can be used as basic information to establish the maintenance control methods and durability standard of manure composting facility.

Correlation Analysis of Empirical Frost Heave Prediction Models (경험적 동상 예측 모델 간의 상관관계 분석)

  • Jangguen Lee;Hyunwoo Jin;Zheng Gong
    • Journal of the Korean GEO-environmental Society
    • /
    • v.25 no.7
    • /
    • pp.29-34
    • /
    • 2024
  • Frost heave is one of the significant engineering characteristics of frozen ground and causes severe damages on geo-structures. Although thermo-hydro coupled analyses have been developed to predict frost heave behavior, these analyses involve excessive input parameters and have primarily been validated for frost heave in clayey soils. Frost heave mainly occurs in silty soils, which have relatively higher permeability compared to clayey soils, necessitating careful attention. This study introduces empirical models and verifies their reliability for silty soils. By using the validated model, the correlation of key input parameters is derived, which is expected to enhance the applicability of thermal-mechanical analysis for geo-structures on frozen ground in the future.