arielivandiaz / Mongo-vs-MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mongo vs MySQL single query

Single and simple queries

We made a simple benchmark with simple database query instructions.

Laguna

Results

insert select update

MySQL #1 : No indexed

MySQL #2 : Id's indexed with Primary Key

Requeriments

  • Node.js
  • MySQL
  • MongoDB

Start

Just open the command line and type:

git clone https://github.com/arielivandiaz/Mongo-vs-MySQL.git
cd Mongo-vs-MySQL
npm install
npm start

Autor Ariel Ivan Diaz

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%