• Title/Summary/Keyword: scientists

Search Result 24,318, Processing Time 0.047 seconds

Adaptive Lock Escalation in Database Management Systems (데이타베이스 관리 시스템에서의 적응형 로크 상승)

  • Chang, Ji-Woong;Lee, Young-Koo;Whang, Kyu-Young;Yang, Jae-Heon
    • Journal of KIISE:Databases
    • /
    • v.28 no.4
    • /
    • pp.742-757
    • /
    • 2001
  • Since database management systems(DBMSS) have limited lock resources, transactions requesting locks beyond the limit mutt be aborted. In the worst carte, if such transactions are aborted repeatedly, the DBMS can become paralyzed, i.e., transaction execute but cannot commit. Lock escalation is considered a solution to this problem. However, existing lock escalation methods do not provide a complete solution. In this paper, we prognose a new lock escalation method, adaptive lock escalation, that selves most of the problems. First, we propose a general model for lock escalation and present the concept of the unescalatable look, which is the major cause making the transactions to abort. Second, we propose the notions of semi lock escalation, lock blocking, and selective relief as the mechanisms to control the number of unescalatable locks. We then propose the adaptive lock escalation method using these notions. Adaptive lock escalation reduces needless aborts and guarantees that the DBMS is not paralyzed under excessive lock requests. It also allows graceful degradation of performance under those circumstances. Third, through extensive simulation, we show that adaptive lock escalation outperforms existing lock escalation methods. The results show that, compared to the existing methods, adaptive lock escalation reduces the number of aborts and the average response time, and increases the throughput to a great extent. Especially, it is shown that the number of concurrent transactions can be increased more than 16 ~256 fold. The contribution of this paper is significant in that it has formally analysed the role of lock escalation in lock resource management and identified the detailed underlying mechanisms. Existing lock escalation methods rely on users or system administrator to handle the problems of excessive lock requests. In contrast, adaptive lock escalation releases the users of this responsibility by providing graceful degradation and preventing system paralysis through automatic control of unescalatable locks Thus adaptive lock escalation can contribute to developing self-tuning: DBMSS that draw a lot of attention these days.

  • PDF

A Lifelog Management System Based on the Relational Data Model and its Applications (관계 데이터 모델 기반 라이프로그 관리 시스템과 그 응용)

  • Song, In-Chul;Lee, Yu-Won;Kim, Hyeon-Gyu;Kim, Hang-Kyu;Haam, Deok-Min;Kim, Myoung-Ho
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.15 no.9
    • /
    • pp.637-648
    • /
    • 2009
  • As the cost of disks decreases, PCs are soon expected to be equipped with a disk of 1TB or more. Assuming that a single person generates 1GB of data per month, 1TB is enough to store data for the entire lifetime of a person. This has lead to the growth of researches on lifelog management, which manages what people see and listen to in everyday life. Although many different lifelog management systems have been proposed, including those based on the relational data model, based on ontology, and based on file systems, they have all advantages and disadvantages: Those based on the relational data model provide good query processing performance but they do not support complex queries properly; Those based on ontology handle more complex queries but their performances are not satisfactory: Those based on file systems support only keyword queries. Moreover, these systems are lack of support for lifelog group management and do not provide a convenient user interface for modifying and adding tags (metadata) to lifelogs for effective lifelog search. To address these problems, we propose a lifelog management system based on the relational data model. The proposed system models lifelogs by using the relational data model and transforms queries on lifelogs into SQL statements, which results in good query processing performance. It also supports a simplified relationship query that finds a lifelog based on other lifelogs directly related to it, to overcome the disadvantage of not supporting complex queries properly. In addition, the proposed system supports for the management of lifelog groups by providing ways to create, edit, search, play, and share them. Finally, it is equipped with a tagging tool that helps the user to modify and add tags conveniently through the ion of various tags. This paper describes the design and implementation of the proposed system and its various applications.

A Semantic Classification Model for e-Catalogs (전자 카탈로그를 위한 의미적 분류 모형)

  • Kim Dongkyu;Lee Sang-goo;Chun Jonghoon;Choi Dong-Hoon
    • Journal of KIISE:Databases
    • /
    • v.33 no.1
    • /
    • pp.102-116
    • /
    • 2006
  • Electronic catalogs (or e-catalogs) hold information about the goods and services offered or requested by the participants, and consequently, form the basis of an e-commerce transaction. Catalog management is complicated by a number of factors and product classification is at the core of these issues. Classification hierarchy is used for spend analysis, custom3 regulation, and product identification. Classification is the foundation on which product databases are designed, and plays a central role in almost all aspects of management and use of product information. However, product classification has received little formal treatment in terms of underlying model, operations, and semantics. We believe that the lack of a logical model for classification Introduces a number of problems not only for the classification itself but also for the product database in general. It needs to meet diverse user views to support efficient and convenient use of product information. It needs to be changed and evolved very often without breaking consistency in the cases of introduction of new products, extinction of existing products, class reorganization, and class specialization. It also needs to be merged and mapped with other classification schemes without information loss when B2B transactions occur. For these requirements, a classification scheme should be so dynamic that it takes in them within right time and cost. The existing classification schemes widely used today such as UNSPSC and eClass, however, have a lot of limitations to meet these requirements for dynamic features of classification. In this paper, we try to understand what it means to classify products and present how best to represent classification schemes so as to capture the semantics behind the classifications and facilitate mappings between them. Product information implies a plenty of semantics such as class attributes like material, time, place, etc., and integrity constraints. In this paper, we analyze the dynamic features of product databases and the limitation of existing code based classification schemes. And describe the semantic classification model, which satisfies the requirements for dynamic features oi product databases. It provides a means to explicitly and formally express more semantics for product classes and organizes class relationships into a graph. We believe the model proposed in this paper satisfies the requirements and challenges that have been raised by previous works.

A Single Index Approach for Time-Series Subsequence Matching that Supports Moving Average Transform of Arbitrary Order (단일 색인을 사용한 임의 계수의 이동평균 변환 지원 시계열 서브시퀀스 매칭)

  • Moon Yang-Sae;Kim Jinho
    • Journal of KIISE:Databases
    • /
    • v.33 no.1
    • /
    • pp.42-55
    • /
    • 2006
  • We propose a single Index approach for subsequence matching that supports moving average transform of arbitrary order in time-series databases. Using the single index approach, we can reduce both storage space overhead and index maintenance overhead. Moving average transform is known to reduce the effect of noise and has been used in many areas such as econometrics since it is useful in finding overall trends. However, the previous research results have a problem of occurring index overhead both in storage space and in update maintenance since tile methods build several indexes to support arbitrary orders. In this paper, we first propose the concept of poly-order moving average transform, which uses a set of order values rather than one order value, by extending the original definition of moving average transform. That is, the poly-order transform makes a set of transformed windows from each original window since it transforms each window not for just one order value but for a set of order values. We then present theorems to formally prove the correctness of the poly-order transform based subsequence matching methods. Moreover, we propose two different subsequence matching methods supporting moving average transform of arbitrary order by applying the poly-order transform to the previous subsequence matching methods. Experimental results show that, for all the cases, the proposed methods improve performance significantly over the sequential scan. For real stock data, the proposed methods improve average performance by 22.4${\~}$33.8 times over the sequential scan. And, when comparing with the cases of building each index for all moving average orders, the proposed methods reduce the storage space required for indexes significantly by sacrificing only a little performance degradation(when we use 7 orders, the methods reduce the space by up to 1/7.0 while the performance degradation is only $9\%{\~}42\%$ on the average). In addition to the superiority in performance, index space, and index maintenance, the proposed methods have an advantage of being generalized to many sorts of other transforms including moving average transform. Therefore, we believe that our work can be widely and practically used in many sort of transform based subsequence matching methods.

Prefetching based on the Type-Level Access Pattern in Object-Relational DBMSs (객체관계형 DBMS에서 타입수준 액세스 패턴을 이용한 선인출 전략)

  • Han, Wook-Shin;Moon, Yang-Sae;Whang, Kyu-Young
    • Journal of KIISE:Databases
    • /
    • v.28 no.4
    • /
    • pp.529-544
    • /
    • 2001
  • Prefetching is an effective method to minimize the number of roundtrips between the client and the server in database management systems. In this paper we propose new notions of the type-level access pattern and the type-level access locality and developed an efficient prefetchin policy based on the notions. The type-level access patterns is a sequence of attributes that are referenced in accessing the objects: the type-level access locality a phenomenon that regular and repetitive type-level access patterns exist. Existing prefetching methods are based on object-level or page-level access patterns, which consist of object0ids of page-ids of the objects accessed. However, the drawback of these methods is that they work only when exactly the same objects or pages are accessed repeatedly. In contrast, even though the same objects are not accessed repeatedly, our technique effectively prefetches objects if the same attributes are referenced repeatedly, i,e of there is type-level access locality. Many navigational applications in Object-Relational Database Management System(ORDBMs) have type-level access locality. Therefore our technique can be employed in ORDBMs to effectively reduce the number of roundtrips thereby significantly enhancing the performance. We have conducted extensive experiments in a prototype ORDBMS to show the effectiveness of our algorithm. Experimental results using the 007 benchmark and a real GIS application show that our technique provides orders of magnitude improvements in the roundtrips and several factors of improvements in overall performance over on-demand fetching and context-based prefetching, which a state-of the art prefetching method. These results indicate that our approach significantly and is a practical method that can be implemented in commercial ORDMSs.

  • PDF

The Application of the Forensic Dental Identification to Unidentified Individual Remains in Korea (신원불명 사망자의 개인식별에서 법치의학적 방법의 활용성에 관한 연구)

  • Park, Hee-Kyung
    • Journal of Oral Medicine and Pain
    • /
    • v.31 no.1
    • /
    • pp.27-36
    • /
    • 2006
  • The cases of unidentified individual remains submitted to Forensic dentistry section in National Institute of Scientific Investigation, Korea were analyzed to study the application of forensic dental identification into individual identification in the period 2002-2005. The identification cases of unidentified remains were 405 out of 493, which accounted about 82% of whole cases. The incidence of submission of skeletons at least including the skull was increased from 58% in 2002 to 80% in 2005. The numbers of cases for the full examinations were 4 times more than that for age estimation in 2005. Twenty-four cases were submitted for skull to photographic superimposition and 15 out of 24 cases were examined, and the other 9 cases were examined by DNA analysis only. The submitted cases for dental comparison were 23 cases, 9 cases were positively identified, 4 cases were possible, 7 cases were excluded, and 3 cases ended up with insufficient evidences. The proportion of positive identification by dental methods was increased gradually from 9% in 2002 to 46% in 2005. Forensic dental identification has become important and useful because the availability of dental records and radiographs has been increasing. Compared to DNA analysis, forensic dental identification has several advantages such as no needs for high cost equipments and low expenses. And the interpretation of results is straightforward and speedy. These advantages are based on using primary their own dental records of the individuals rather than secondary DNA reference samples from family members. The application of the forensic dental identification to unidentified individual remains will be increased because the dental comparison can complement the limitation of DNA analysis and skull to photographic superimposition in many cases. In order to obtain positive identifications of unidentified remains, a close collaboration between the police and forensic scientists is important. The systemic approach including legislation to preserve dental records of unidentified remains and missing persons for the identification of unidentified remains should be needed.

Analysis of Polar Region-Related Topics in Domestic and Foreign Textbooks (국내외 교과서에 수록된 극지 관련 내용 분석)

  • Chung, Sueim;Choi, Haneul;Choi, Youngjin;Kang, Hyeonji;Jeon, Jooyoung;Shin, Donghee
    • Journal of the Korean earth science society
    • /
    • v.42 no.2
    • /
    • pp.201-220
    • /
    • 2021
  • The objective of this study is to increase awareness and interest regarding polar science and thereby aid in establishing the concept and future direction of polar literacy. To analyze the current status, textbooks based on the common school curriculum pertaining to polar topics were reviewed. Six countries that actively conduct polar science, namely Korea, France, Japan, Germany, the United States, and the United Kingdom, were chosen. Subsequently, 402 cases in 110 science and social studies (geography) textbooks of these countries were analyzed through both quantitative and qualitative methods. Based on the obtained results, the importance of polar research in geoscience education and the need for spreading awareness regarding polar research as an indicator of global environmental changes were examined. It was found that the primary polar topics described in the textbooks are polar glaciers, polar volcanism, solid geophysics, polar infrastructure, and preservation of geological resources and heritage. This demonstrates that the polar region is a field of research with important clues to Earth's past, present, and future environments and is also a good teaching subject for geological education. However, an educational approach is needed for systematically laying emphasis on polar research. The implications of this study are manifold, such as the establishment of a cooperative system between polar scientists and educators, extraction of core concepts for polar literacy and content reconstruction, discovery of new polar topics associated with the curriculum, diversification of forms of presentation in textbooks, and development of an affective image that is based on correct cognitive understanding. Furthermore, through the continuance of polar topics in textbooks, students can improve their awareness regarding polar literacy and polar science culture, which in turn will serve as the driving force for sustainable polar research in the future.

The current state and prospects of travel business development under the COVID-19 pandemic

  • Tkachenko, Tetiana;Pryhara, Olha;Zatsepina, Nataly;Bryk, Stepan;Holubets, Iryna;Havryliuk, Alla
    • International Journal of Computer Science & Network Security
    • /
    • v.21 no.12spc
    • /
    • pp.664-674
    • /
    • 2021
  • The relevance of this scientific research is determined by the negative impact of the COVID-19 pandemic on the current trends and dynamics of world tourism development. This article aims to identify patterns of development of the modern tourist market, analysis of problems and prospects of development in the context of the COVID-19 pandemic. Materials and methods. General scientific methods and methods of research are used in the work: analysis, synthesis, comparison, analysis of statistical data. The analysis of the viewpoints of foreign and domestic authors on the research of the international tourist market allowed us to substantiate the actual directions of tourism development due to the influence of negative factors connected with the spread of a new coronavirus infection COVID-19. Economic-statistical, abstract-logical, and economic-mathematical methods of research were used during the process of study and data processing. Results. The analysis of the current state of the tourist market by world regions was carried out. It was found that tourism is one of the most affected sectors from COVID-19, as, by the end of 2020, the total number of tourist arrivals in the world decreased by 74% compared to the same period in 2019. The consequence of this decline was a loss of total global tourism revenues by the end of 2020, which equaled $1.3 trillion. 27% of all destinations are completely closed to international tourism. At the end of 2020, the economy of international tourism has shrunk by about 80%. In 2020 the world traveled 98 million fewer people (-83%) relative to the same period last year. Tourism was hit hardest by the pandemic in the Asia-Pacific region, where travel restrictions are as strict as possible. International arrivals in this region fell by 84% (300 million). The Middle East and Africa recorded declines of 75 and 70 percent. Despite a small and short-lived recovery in the summer of 2020, Europe lost 71% of the tourist flow, with the European continent recording the largest drop in absolute terms compared with 2019, 500 million. In North and South America, foreign arrivals declined. It is revealed that a significant decrease in tourist flows leads to a massive loss of jobs, a sharp decline in foreign exchange earnings and taxes, which limits the ability of states to support the tourism industry. Three possible scenarios of exit of the tourist industry from the crisis, reflecting the most probable changes of monthly tourist flows, are considered. The characteristics of respondents from Ukraine, Germany, and the USA and their attitude to travel depending on gender, age, education level, professional status, and monthly income are presented. About 57% of respondents from Ukraine, Poland, and the United States were planning a tourist trip in 2021. Note that people with higher or secondary education were more willing to plan such a trip. The results of the empirical study confirm that interest in domestic tourism has increased significantly in 2021. The regression model of dependence of the number of domestic tourist trips on the example of Ukraine with time tendency (t) and seasonal variations (Turˆt = 7288,498 - 20,58t - 410,88∑5) it forecast for 2020, which allows stabilizing the process of tourist trips after the pandemic to use this model to forecast for any country. Discussion. We should emphasize the seriousness of the COVID-19 pandemic and the fact that many experts and scientists believe in the long-term recovery of the tourism industry. In our opinion, the governments of the countries need to refocus on domestic tourism and deal with infrastructure development, search for new niches, formats, formation of new package deals in new - domestic - segment (new products' development (tourist routes, exhibitions, sightseeing programs, special rehabilitation programs after COVID) -19 in sanatoriums, etc.); creation of individual offers for different target audiences). Conclusions. Thus, the identified trends are associated with a decrease in the number of tourist flows, the negative impact of the pandemic on employment and income from tourism activities. International tourism needs two to four years before it returns to the level of 2019.

Evaluation of Bioassay Methods to Assess Bacterial Soft Rot Resistance in Radish Cultivars (무 품종의 세균성 무름병 저항성 생물검정법 평가)

  • Afroz, Tania;Hur, Onsook;Ro, Nayoung;Lee, Jae-eun;Hwang, Aejin;Kim, Bichsaem;Assefa, Awraris Derbie;Rhee, Ju Hee;Sung, Jung Sook;Lee, Ho-sun;Hahn, Bum-Soo
    • Journal of Life Science
    • /
    • v.31 no.7
    • /
    • pp.609-616
    • /
    • 2021
  • Bacterial soft rot, caused by Pectobacterium carotovorum subsp. carotovorum (Pcc), is one of the destructive diseases of radish (Raphanus sativus) in Asian countries. The objective of this study was to establish an efficient bioassay method for the evaluation of bacterial soft rot resistance in commercial radish cultivars. First, an efficient bioassay method for examining resistance to bacterial soft rot in commercial radish cultivars was investigated. Six commercial radish cultivars were tested under various conditions: two temperatures (25℃ and 30℃), three inoculations methods (drenching, spraying, and root dipping), and two growth stages (two- and four-leaf stages). The results suggested that spraying with 1×106 cfu/ml of bacterial inoculums during the four-leaf stage and incubating at 30℃ could be the most efficient screening method for bacterial soft rot resistance in commercial radish cultivars. Second, we investigated the degree of resistance of 41 commercial radish cultivars to five Pcc isolates, namely KACC 10225, KACC 10343, KACC 10421, KACC 10458, and KACC 13953. KACC 10421 had the strongest susceptibility in terms of moderately resistant disease response to bacterial soft rot. Out of the 41 radish cultivars, 13 were moderately resistant to this pathogen, whereas 28 were susceptible. The moderately resistant radish cultivars in this investigation could serve as resistance donors in the breeding of soft rot resistance or could be used to determine varietal improvement for direct use by breeders, scientists, farmers, researchers, and end customers.

Phytohydrographic Plankton Studies during the First Half of the 20th Century in Korean Neritic Seas (20세기 전반 한국 근해역 플랑크톤의 식물수문학적 연구)

  • PARK, JONG WOO;KIM, HYUNG SEOP;YIH, WONHO
    • The Sea:JOURNAL OF THE KOREAN SOCIETY OF OCEANOGRAPHY
    • /
    • v.24 no.3
    • /
    • pp.483-494
    • /
    • 2019
  • From the cosmopolitan superiority of the as the first world map completed in 1402 with surprisingly detailed images and contents on the Africa Continent it is reasonable to think that the Koreans in early fifteen century were already with highly up-to-date perspectives on the universe and world history and cultures. However, some 490 year later the first phytohydrographic plankton investigation in the neritic seas of Korea was performed by a Japanese company with sampling points covering from Tokyo Bay through Jeju neritic waters to Shanghai estuary, which was in turn preceded by the first oceanographic investigation other than the simple mapping Koreans seas by using two French sailboats. The first phytohydrographic plankton investigation in Korean seas were behind the world first oceanic plankton exploration, the German Plankton Expedition, by 25 years. Starting from the oceanographic investigation including phytohydrographic samplings in the whole Yellow Sea in 1915 the full-scale phytohydrographic plankton studies were tried in Korean seas which is well represented by the 1921 oceanographic investigation on the whole East Sea with 80 sampling stations. In 1932 two separate oceanographic investigations followed, one in the East Sea where 78 stations from Busan to southern Sakhalin Island were simultaneously visited by 50 research vessels for the physical, chemical, and biological oceanographic studies, and the other one in southern coast and western East Sea of Korea where ocean current observation as well as plankton sampling were made in 120 stations to understand the relationship between the ocean current and plankton distribution in the region. In 1933-1934 more intensified investigations on phytohydrography were carried out particularly in the East Sea as an integral part of the basic marine ecosystem studies for the Myeong-Tae (Alaska Pollock) resources estimation. Scientists' attitude for the marine investigation and research activities seemed to be almost unchanging even to the year 1943, which could be reflected by the fact that publication of the results from the investigations performed in 1945 were finally done in 1967 at Tokyo. Some 70 years later from the mid-twenty century we might be standing on the turning-point of "need to be prepared" for the new era of changing paradigm by reviewing, archiving, and analyzing the prior information big data from the previous ocean observation and biohydrographic investigations. At the same time each professional societies for the above mentioned sciences might trigger a continuous project to reorganize and update the records on related bibliography and its history every 30 years.