• Title/Summary/Keyword: MariaDB

Search Result 19, Processing Time 0.027 seconds

Performance Comparison and Analysis between Open-Source DBMS (오픈소스 DBMS 성능비교분석)

  • Jang, Rae-Young;Bae, Jung-Min;Jung, Sung-Jae;Soh, Woo-Young;Sung, Kyung
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2014.10a
    • /
    • pp.805-808
    • /
    • 2014
  • The DBMS is a database management software system to access by people. It is an open source DBMS, such as MySQL and commercial services, such as ORACLE. Since MySQL has been acquired by Oracle, MariaDB released increase demand. NoSQL also are increasing, the trend is of interest, depending on the circumstances. Based on the same type of mass data, Depending on the performance comparison between the open source DBMS is required, and The study compared the performance between MariaDB and MongoDB. This paper proposes a DBMS for big data to process.

  • PDF

Comparison of performance between MariaDB and PostgreSQL in terms of CPU overhead (CPU 오버헤드 분석을 통한 MariaDB와 PostgreSQL 성능 비교)

  • Lee, Dong-Ho;Song, Min-Chang;Cho, Young-Tae;Kim, Seung-Won
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2018.05a
    • /
    • pp.297-299
    • /
    • 2018
  • IT기업뿐만 아니라 다양한 기업들이 빅데이터, 인공지능, 블록체인 등 많은 양의 컴퓨터 자원 (CPU, RAM 등)을 요구하는 기술들을 서비스화 하고 있다. 따라서 한정된 차원으로 효율적인 서비스를 운영하는 것도 주요 이슈가 되고 있다. 본 논문에서는 오픈소스 RDBMS 인 MariaDB와 PostgreSQL을 프로파일링하여 CPU 자원 효율성 관점에서 비교한다. 연구 결과 인터넷 서비스 환경에서 MariaDB가 PostgreSQL보다 버퍼 풀로 인해 페이지 캐시 참조율이 낮고, page fault 수가 적어 CPU 오버헤드가 더 작다는 것을 입증하였다.

Storage I/O Subsystem for Guaranteeing Atomic Write in Database Systems (데이터베이스 시스템의 원자성 쓰기 보장을 위한 스토리지 I/O 서브시스템)

  • Han, Kyuhwa;Shin, Dongkun;Kim, Yongserk
    • Journal of KIISE
    • /
    • v.42 no.2
    • /
    • pp.169-176
    • /
    • 2015
  • The atomic write technique is a good solution to solve the problem of the double write buffer. The atomic write technique needs modified I/O subsystems (i.e., file system and I/O schedulers) and a special SSD that guarantees the atomicity of the write request. In this paper, we propose the writing unit aligned block allocation technique (for EXT4 file system) and the merge prevention of requests technique for the CFQ scheduler. We also propose an atomic write-supporting SSD which stores the atomicity information in the spare area of the flash memory page. We evaluate the performance of the proposed atomic write scheme in MariaDB using the tpcc-mysql and SysBench benchmarks. The experimental results show that the proposed atomic write technique shows a performance improvement of 1.4~1.5 times compared to the double write buffer technique.

Trend Analysis of Open Source RDBMS (오픈 소스 RDBMS 동향 분석)

  • Jung, Sung-Jae;Bae, Yu-Mi;Park, Jeong-Su;Sung, Kyung
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2014.05a
    • /
    • pp.631-634
    • /
    • 2014
  • When to build a Web and Cloud Computing environment, it is essential to used a database system. Database systems includes commercial programs, such as Oracle and MS-SQL, but also similar to the performance of commercial applications, there are many free programs. In particular, PostgreSQL, MySQL, MariaDB are no costs, but the source is open to the public can be applied to a variety of environments. This paper presents an open source relational database management system, the trends are examined.

  • PDF

Implementation of Smart Devices and Applications for Monitoring the Load Power of Industrial Manufacturing Machine (산업용 생산 장비의 부하 전력 모니터링을 위한 스마트 디바이스와 애플리케이션의 구현)

  • Wahyutama, Aria Bisma;Yoo, Bongsoo;Hwang, Mintae
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.26 no.3
    • /
    • pp.469-478
    • /
    • 2022
  • This paper contains the results of developing smart devices and applications to monitor the load power of the industrial manufacturing machine and evaluate its performance. The smart devices in this paper are divided into two functionalities, which are collecting load power along with operating environment data of industrial manufacturing machines and transmitting the data to servers. Load power data collected from the smart devices are uploaded to MariaDB inside the Amazon Web Service (AWS) server. Using the RESTFul API, the uploaded power data can be retrieved and shown on the web and mobile application in the form of a graph to provide monitoring capability. To evaluate the performance of the developed system, the response time from MariaDB to web and mobile applications was measured. The results is ranging from 0.0256 to 0.0545 seconds in a 4G (LTE) network environment and from 0.6126 to 1.2978 seconds in a 3G network environment, which is considered a satisfactory result.

Evaluating the Performance Quality of Open Source Database Management Systems (오픈소스 DBMS의 성능 품질 평가)

  • Min, Meekyung
    • Journal of Korean Society for Quality Management
    • /
    • v.45 no.4
    • /
    • pp.933-942
    • /
    • 2017
  • Purpose: The purpose of this paper is to evaluate the performance quality of the open source DBMSs. Performance quality is defined as processing time for Join queries. Query processing time is measured and compared in the most widely used open source DBMSs and commercial DBMS. Methods: By varying the number of tuples of two relations to be joined, the average processing time(seconds) of a Join query in each DBMS was obtained experimentally. ANOVA and Tukey HSD test were used in order to compare the performance quality of DBMSs. Results: There was a significant difference between the performance qualities of the three DBMSs at all experimental levels where the number of tuples was 100, 1,000, 2,000, 10,000, and 50,000. As a result of the Tukey HSD test, two open source DBMSs (MariaDB, MySQL) were classified in the same group only at the tuple level of 100. The commercial DBMS (MS-SQL Server) belonged to another group. At level of more than 1,000 tuples, all three DBMSs belonged to different groups. Conclusion: Within the open source DBMS group, MariaDB showed the better performance quality except for a small number of tuples. Thus the results show that MariaDB can be the alternative to MySQL which is currently most widely used. Between open source DBMS and commercial DBMS groups, MS-SQL Server always shows the best performance quality, but the less number of tuples, the less the difference.

An Analysis of the Overhead of Multiple Buffer Pool Scheme on InnoDB-based Database Management Systems (InnoDB 기반 DBMS에서 다중 버퍼 풀 오버헤드 분석)

  • Song, Yongju;Lee, Minho;Eom, Young Ik
    • Journal of KIISE
    • /
    • v.43 no.11
    • /
    • pp.1216-1222
    • /
    • 2016
  • The advent of large-scale web services has resulted in gradual increase in the amount of data used in those services. These big data are managed efficiently by DBMS such as MySQL and MariaDB, which use InnoDB engine as their storage engine, since InnoDB guarantees ACID and is suitable for handling large-scale data. To improve I/O performance, InnoDB caches data and index of its database through a buffer pool. It also supports multiple buffer pools to mitigate lock contentions. However, the multiple buffer pool scheme leads to the additional data consistency overhead. In this paper, we analyze the overhead of the multiple buffer pool scheme. In our experimental results, although multiple buffer pool scheme mitigates the lock contention by up to 46.3%, throughput of DMBS is significantly degraded by up to 50.6% due to increased disk I/O and fsync calls.

In Vitro/In Vivo Development of Mouse Oocytes Vitrified by EFS (EFS로 초자화 동결된 생쥐 미수정란의 체내/외 발달)

  • Kim, M.K.;Kim, E.Y.;Yi, B.K.;Yoon, S.H.;Park, S.P.;Chung, K.S.;Lim, J.H.
    • Clinical and Experimental Reproductive Medicine
    • /
    • v.25 no.1
    • /
    • pp.87-92
    • /
    • 1998
  • This study was carried out to investigate in vitro/in vivo development of vitrified mouse oocytes. Mouse oocytes were vitrified using EFS30, 35 and 40 (30, 35 and 40% ethylene glycol, 18% ficoll and 0.5 M sucrose in M2 medium). After being exposed or vitrified-thawed, oocytes of normal morphology were inseminated in vitro by $1-2\times10^6/ml$ of epididymal sperm. The rates of fertilization, in vitro/in vivo development and cell number (inner cell mass and tropectoderm cell) of blastocysts in each treatment group were examined. The results obtained in these experiments were summarized as follows: The cleavage rates were obtained in EFS35 containing 35% ethylene glycol higher than in EFS30 and EFS40. The development rate of vitrified-thawed oocytes to two-cell stage after in vitro fertilization (51.1%) was significantly different compared to that of exposed to vitrification solution without cooling (60.0%) and control (68.2%) (p<0.05). However, there were no differences in the blastocyst formation from the cleaved embryos among groups (75.0, 73.3 and 80.0%). Also, the mean number of cells per blastocysts of vitrified group $(92.5{\pm}2.9)$ was similar to that of the exposed $(98.5{\pm}5.3)$ and control $(100.9{\pm}4.8)$. In vivo development of the blastocysts derived from vitrified-thawed oocytes resulted in fetal development (50.7%) and implantation rates (80.0%) which are very similar to those of control (58.2, 78.2%). These results suggest that mouse oocytes could be cryopreserved using vitrification solution (EFS35) based on ethylene glycol.

  • PDF

Fractal dimension analysis as an easy computational approach to improve breast cancer histopathological diagnosis

  • Lucas Glaucio da Silva;Waleska Rayanne Sizinia da Silva Monteiro;Tiago Medeiros de Aguiar Moreira;Maria Aparecida Esteves Rabelo;Emílio Augusto Campos Pereira de Assis;Gustavo Torres de Souza
    • Applied Microscopy
    • /
    • v.51
    • /
    • pp.6.1-6.9
    • /
    • 2021
  • Histopathology is a well-established standard diagnosis employed for the majority of malignancies, including breast cancer. Nevertheless, despite training and standardization, it is considered operator-dependent and errors are still a concern. Fractal dimension analysis is a computational image processing technique that allows assessing the degree of complexity in patterns. We aimed here at providing a robust and easily attainable method for introducing computer-assisted techniques to histopathology laboratories. Slides from two databases were used: A) Breast Cancer Histopathological; and B) Grand Challenge on Breast Cancer Histology. Set A contained 2480 images from 24 patients with benign alterations, and 5429 images from 58 patients with breast cancer. Set B comprised 100 images of each type: normal tissue, benign alterations, in situ carcinoma, and invasive carcinoma. All images were analyzed with the FracLac algorithm in the ImageJ computational environment to yield the box count fractal dimension (Db) results. Images on set A on 40x magnification were statistically different (p = 0.0003), whereas images on 400x did not present differences in their means. On set B, the mean Db values presented promising statistical differences when comparing. Normal and/or benign images to in situ and/or invasive carcinoma (all p < 0.0001). Interestingly, there was no difference when comparing normal tissue to benign alterations. These data corroborate with previous work in which fractal analysis allowed differentiating malignancies. Computer-aided diagnosis algorithms may beneficiate from using Db data; specific Db cut-off values may yield ~ 99% specificity in diagnosing breast cancer. Furthermore, the fact that it allows assessing tissue complexity, this tool may be used to understand the progression of the histological alterations in cancer.

The Research for Generating Independent Multimedia Title in Display Environment (재생 환경에 독립적인 멀티미디어 타이틀 생성 방법에 관한 연구)

  • Park, Dae-Hyuck;Kang, Eui-Sun;Hong, Maria;Seo, Jeng-Man;Lim, Young-Hwan
    • Journal of the Korea Society of Computer and Information
    • /
    • v.11 no.1 s.39
    • /
    • pp.55-61
    • /
    • 2006
  • Multimedia title needs player that depends upon operate system. This raises problems of data compatibility and resource consumption by overlapping development of player. To solve problems, we propose a method which produce multimedia title contents to internet document and then display on internet browser. Contents in multimedia title are transcoded to internet pages, having greate quality, based on CSS Layer for spatial synchronization of multimedia data. This method converts existing DB into XML for multimedia title including personal information. Therefore, XML data and resource information is playable by private multimedia player. Consequently, user can display multimedia content without player using internet browser in anytime.

  • PDF