Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any benchmark about this framework? #246

Open
puny-d opened this issue Nov 18, 2017 · 5 comments
Open

Any benchmark about this framework? #246

puny-d opened this issue Nov 18, 2017 · 5 comments

Comments

@puny-d
Copy link

puny-d commented Nov 18, 2017

I have noticed that it use lib/pg as the driver, maybe it have better performance with the pgx

@robsonpeixoto
Copy link

robsonpeixoto commented Aug 27, 2021

This package is effectively in maintenance mode and is not actively developed. Small patches and features are only rarely reviewed and merged. We recommend using pgx which is actively maintained.
lib/pq project status

@avelino
Copy link
Member

avelino commented Aug 27, 2021

@robsonpeixoto thanks for bringing this information and rescuing this issue, given this warning I will put it in the roadmap of improvements

@avelino avelino added this to the API Server - v2.0.0 milestone Aug 27, 2021
@robsonpeixoto
Copy link

robsonpeixoto commented Aug 27, 2021

IMHO this change the be break in 2 phases.

  1. use sqlx + github.com/jackc/pgx/v4/stdlib
  2. remove sqlx and use pgx directly to use the postgres binary protocol.

pgx already cache all statement, so is not necessary use the PrepareStatement directly.

Just a suggestion =D

@gnpkrish
Copy link

Hey, it is planned?

@avelino
Copy link
Member

avelino commented Nov 16, 2021

Hey, it is planned?

@gnpkrish we need support from new people to assist in the evolution of pREST, we don't have an expected date for this issue yet, but it will be done at some point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants