Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Optimization of Transaction Database Design with MySQL and MongoDB

View through CrossRef
Database is one of the most important parts in running an application. Databases can be used to store data. However, in running an application, the selection of an appropriate database needs to be considered, so that the resulting information can be in accordance with user needs. In developing applications, more people use RDBMS design which has a very structured nature, but technological developments have introduced NoSQL as a database development method. In this research, MySQL and MongoDB databases will be tested in transaction processing. The tests carried out include comparisons of database designs, comparisons of defining table structures, comparisons of running time in the insert, update, delete, search processes. The test results show that MongoDB has a simpler table description structure than MySQL. The results of the running time test show that MongoDB has a faster running time difference than MySQL. In the insert process there is a time difference of 0.005625 sec, update 0.001688 sec, delete 0.00075 sec and search 0.006875 sec.
Politeknik Ganesha
Title: Optimization of Transaction Database Design with MySQL and MongoDB
Description:
Database is one of the most important parts in running an application.
Databases can be used to store data.
However, in running an application, the selection of an appropriate database needs to be considered, so that the resulting information can be in accordance with user needs.
In developing applications, more people use RDBMS design which has a very structured nature, but technological developments have introduced NoSQL as a database development method.
In this research, MySQL and MongoDB databases will be tested in transaction processing.
The tests carried out include comparisons of database designs, comparisons of defining table structures, comparisons of running time in the insert, update, delete, search processes.
The test results show that MongoDB has a simpler table description structure than MySQL.
The results of the running time test show that MongoDB has a faster running time difference than MySQL.
In the insert process there is a time difference of 0.
005625 sec, update 0.
001688 sec, delete 0.
00075 sec and search 0.
006875 sec.

Related Results

COMPARISONAL ANALYSIS OF MYSQL AND MONGODB RESPONSE TIME QUERY PERFORMANCE
COMPARISONAL ANALYSIS OF MYSQL AND MONGODB RESPONSE TIME QUERY PERFORMANCE
Query is the ability to display and or request data that is used to access data in the database system by using certain commands. Where a data obtained from one or more tables in t...
A highly efficient time-series database approach for monitoring infrastructures
A highly efficient time-series database approach for monitoring infrastructures
(English) The rising interest in extracting value from data has led to a broad proliferation of monitoring infrastructures, most notably composed by sensors, intended to collect th...
Perbandingan Kinerja MongoDB dan MySQL pada Aplikasi dengan Beban Data Besar
Perbandingan Kinerja MongoDB dan MySQL pada Aplikasi dengan Beban Data Besar
Penelitian ini bertujuan untuk membandingkan kinerja dua sistem basis data populer, yaitu MySQL sebagai database relasional dan MongoDB sebagai database NoSQL berbasis dokumen, ket...
RELATIONAL DATABASE MANAGEMENT SYSTEM (RDBMS)
RELATIONAL DATABASE MANAGEMENT SYSTEM (RDBMS)
Buku berjudul "Relational Database Management System" ini mencoba membahas MySQL secara praktis, disajikan secara terstruktur dan disertai contoh‐contoh dan latihan untuk membantu ...
Mastering NoSQL with MongoDB
Mastering NoSQL with MongoDB
The fast-paced development of the data-intensive applications has changed the manner, in which organizations store, process, and analyse data. With the continued generation of larg...
Design
Design
Conventional definitions of design rarely capture its reach into our everyday lives. The Design Council, for example, estimates that more than 2.5 million people use design-related...
A cashless payment transaction (CPaT) using RFID technology
A cashless payment transaction (CPaT) using RFID technology
<span>Virtual money is an actual money that a person own but in a form of a plastic card, an online account and a token or a ticket. Referring to the cash-base system, it is ...
Islamic Business Ethics of Small Industries in Blitar District
Islamic Business Ethics of Small Industries in Blitar District
Islam was revealed as a code of moral and ethical behavior for life. The sources of values ​​and ethics in all aspects of human life as a whole, including in the business world, ar...

Back to Top