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

COMPARISONAL ANALYSIS OF MYSQL AND MONGODB RESPONSE TIME QUERY PERFORMANCE

View through CrossRef
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 the database according to what the user needs. The data can also interact with other data or tables with the aim of making it easier for the user to use it. The query response time is one of the considerations for testing databases. This journal will discuss two types of databases, namely MySQL (SQL) and MongoDB (NoSQL). Due to the increasing demand for data, data processors are competing to provide the right database with the best performance for applications or data processing. Then this journal provides a comparison analysis of MySQL and MongoDB databases in response time performance. This study uses the Query Runtime comparison execution test method between these databases. By using basic commands or DML queries, namely CRUD (Create, Read, Update, Delete). Several stages will be carried out, namely the determination of the dataset, implementation and testing, and analysis of the test results. In this study, trials were conducted on the insert, select, update, and delete processes with the data being tested were 100, 1000, 10000. After experimenting with MongoDB (NoSQL) and MySQL(SQL) databases. The MongoDB database has a faster query response time in the insert and delete process, for the query response time update and delete the MySQL database has a faster response time. Then it can be obtained that in query response time, the MongoDB database is superior in the update and delete processes with a runtime difference of 0.005 seconds and 0.017 seconds. MySQL database is superior in insert and select process with a difference of 4.137 seconds and 0.006 seconds.
Title: COMPARISONAL ANALYSIS OF MYSQL AND MONGODB RESPONSE TIME QUERY PERFORMANCE
Description:
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 the database according to what the user needs.
The data can also interact with other data or tables with the aim of making it easier for the user to use it.
The query response time is one of the considerations for testing databases.
This journal will discuss two types of databases, namely MySQL (SQL) and MongoDB (NoSQL).
Due to the increasing demand for data, data processors are competing to provide the right database with the best performance for applications or data processing.
Then this journal provides a comparison analysis of MySQL and MongoDB databases in response time performance.
This study uses the Query Runtime comparison execution test method between these databases.
By using basic commands or DML queries, namely CRUD (Create, Read, Update, Delete).
Several stages will be carried out, namely the determination of the dataset, implementation and testing, and analysis of the test results.
In this study, trials were conducted on the insert, select, update, and delete processes with the data being tested were 100, 1000, 10000.
After experimenting with MongoDB (NoSQL) and MySQL(SQL) databases.
The MongoDB database has a faster query response time in the insert and delete process, for the query response time update and delete the MySQL database has a faster response time.
Then it can be obtained that in query response time, the MongoDB database is superior in the update and delete processes with a runtime difference of 0.
005 seconds and 0.
017 seconds.
MySQL database is superior in insert and select process with a difference of 4.
137 seconds and 0.
006 seconds.

Related Results

Query expansion by relying on the structure of knowledge bases
Query expansion by relying on the structure of knowledge bases
Query expansion techniques aim at improving the results achieved by a user's query by means of introducing new expansion terms, called expansion features. Expansion features introd...
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...
A Survey of Query Auto Completion in Information Retrieval
A Survey of Query Auto Completion in Information Retrieval
In information retrieval, query auto completion (QAC), also known as type-ahead [Xiao et al., 2013, Cai et al., 2014b] and auto-complete suggestion [Jain and Mishne, 2010], refers ...
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...
Optimization of Transaction Database Design with MySQL and MongoDB
Optimization of Transaction Database Design with MySQL and MongoDB
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 data...
Named Entity Recognition in Statistical Dataset Search Queries
Named Entity Recognition in Statistical Dataset Search Queries
Search engines must understand user queries to provide relevant search results. Search engines can enhance their understanding of user intent by employing named entity recognition ...
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...
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 ...

Back to Top