An open API service indexing awesome lists of open source software.

https://github.com/casantosmu/postgresql-benchmarks

PostgreSQL benchmark tests on various clients, ORMs, and queries.
https://github.com/casantosmu/postgresql-benchmarks

node node-postgres nodejs pg postgres sequelize sql

Last synced: 10 months ago
JSON representation

PostgreSQL benchmark tests on various clients, ORMs, and queries.

Awesome Lists containing this project

README

          

# Playground for PostgreSQL Benchmarks

This repository serves as a playground for conducting PostgreSQL benchmark tests on various clients, ORMs, and queries. The goal is to compare performance metrics and identify the most efficient tools for interacting with PostgreSQL databases.

## node-postgres Left Join

```
Avg Latency: 2237.53 ms
Avg Req/Sec: 4
50 requests in 10.79s, 107 MB read
```

## Sequelize Eager Loading

```
Avg Latency: 3775.52 ms
Avg Req/Sec: 3,13
35 requests in 11.08s, 66.9 MB read
```