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.
- Host: GitHub
- URL: https://github.com/casantosmu/postgresql-benchmarks
- Owner: casantosmu
- Created: 2023-12-16T16:47:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T23:04:36.000Z (about 2 years ago)
- Last Synced: 2025-01-24T21:17:59.756Z (about 1 year ago)
- Topics: node, node-postgres, nodejs, pg, postgres, sequelize, sql
- Language: JavaScript
- Homepage:
- Size: 54.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```