Skip to content

Testing the performance of YottaDB against Mysql in a flask framework using Postman/newman

Notifications You must be signed in to change notification settings

RamSailopal/YottaDBvsMysql

Repository files navigation

YottaDBvsMysql

Testing YottaDB against Mysql in a Python Flask framework using Postman/newman

This repo utilises separate repos for Flasks/mysql and Flask/YottaDB

Provisioning

Open in Gitpod

Locally:

git clone https://github.com/RamSailopal/YottaDBvsMysql.git
cd YottaDBvsMysql
docker-compose up

Once provisioning is fully completed, two newman html reports will be generated with API GET/POST request results (see below for more info).

Testing

The results of the tests can be found here:

YottaDB - https://htmlpreview.github.io/?https://github.com/RamSailopal/YottaDBvsMysql/blob/main/newman/YottaDB-report.html

Mysql - https://htmlpreview.github.io/?https://github.com/RamSailopal/YottaDBvsMysql/blob/main/newman/Mysql-report.html

A complete (side by side) report - https://htmlpreview.github.io/?https://github.com/RamSailopal/YottaDBvsMysql/blob/main/newman/Complete-report.html

In summary, YottaDB GET requests are quicker than Mysql taking 5ms against 10ms for Mysql. Mysql is quicker with regards to POST requests though, registering 314ms against 552ms for YottaDB

About

Testing the performance of YottaDB against Mysql in a flask framework using Postman/newman

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published