Skip to content

Commit cb7fbf9

Browse files
committed
docs: document production performance improvements
1 parent d64ffd7 commit cb7fbf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ postgres query: 867ms
5959
postgres-bridge query: 871ms
6060
```
6161

62+
While these benchmarks do not show meaningful difference between `pg` and `postgres`, in production, in a large codebase, we noticed average response time improve by 30%. It means that in real-world scenarios, `postgres` overhead is significantly lesser than that of `pg`.
63+
6264
## Development
6365

6466
Running `postgres-bridge` tests requires having a local PostgreSQL instance.

0 commit comments

Comments
 (0)