Applied Sciences (Jul 2021)

Performance Impact of Optimization Methods on MySQL Document-Based and Relational Databases

  • Cornelia A. Győrödi,
  • Diana V. Dumşe-Burescu,
  • Robert Ş. Győrödi,
  • Doina R. Zmaranda,
  • Livia Bandici,
  • Daniela E. Popescu

DOI
https://doi.org/10.3390/app11156794
Journal volume & issue
Vol. 11, no. 15
p. 6794

Abstract

Read online

Databases are an important part of today’s applications where large amounts of data need to be stored, processed, and accessed quickly. One of the important criteria when choosing to use a database technology is its data processing performance. In this paper, some methods for optimizing the database structure and queries were applied on two popular open-source database management systems: MySQL as a relational DBMS, and document-based MySQL as a non-relational DBMS. The main objective of this paper was to conduct a comparative analysis of the impact that the proposed optimization methods have on each specific DBMS when carrying out CRUD (CREATE, READ, UPDATE, DELETE) requests. To perform the analysis and performance evaluation of CRUD operations for different amounts of data, a case study testing architecture based on Java was developed and used to show how the databases’ proposed optimization methods can influence the performance of the application, and to highlight the differences in response time and complexity. The results obtained show the degree to which the proposed optimization methods contributed to the application’s performance improvement in the case of both databases; based on these, a detailed analysis and several conclusions are presented to support a decision for choosing a specific approach.

Keywords