DocumentCode
3433110
Title
A performance comparison of SQL and NoSQL databases
Author
Yishan Li ; Manoharan, Sathiamoorthy
Author_Institution
Dept. of Comput. Sci., Univ. of Auckland, Auckland, New Zealand
fYear
2013
fDate
27-29 Aug. 2013
Firstpage
15
Lastpage
19
Abstract
With the current emphasis on “Big Data”, NoSQL databases have surged in popularity. These databases are claimed to perform better than SQL databases. In this paper we aim to independently investigate the performance of some NoSQL and SQL databases in the light of key-value stores. We compare read, write, delete, and instantiate operations on key-value stores implemented by NoSQL and SQL databases. Besides, we also investigate an additional operation: iterating through all keys. An abstract key-value pair framework supporting these basic operations is designed and implemented using all the databases tested. Experimental results measure the timing of these operations and we summarize our findings of how the databases stack up against each other. Our results show that not all NoSQL databases perform better than SQL databases. Some are much worse. And for each database, the performance varies with each operation. Some are slow to instantiate, but fast to read, write, and delete. Others are fast to instantiate but slow on the other operations. And there is little correlation between performance and the data model each database uses.
Keywords
SQL; NoSQL databases; SQL databases; abstract key-value pair framework; big data; delete operations; instantiate operations; key-value stores; read operations; write operations; Abstracts; Data handling; Data models; Databases; Information management; Media; Time measurement; Database performance; NoSQL databases; SQL;
fLanguage
English
Publisher
ieee
Conference_Titel
Communications, Computers and Signal Processing (PACRIM), 2013 IEEE Pacific Rim Conference on
Conference_Location
Victoria, BC
ISSN
1555-5798
Type
conf
DOI
10.1109/PACRIM.2013.6625441
Filename
6625441
Link To Document