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

LibPQ.async_execute's overhead is around 3ms #281

Open
pankgeorg opened this issue Sep 3, 2023 · 2 comments
Open

LibPQ.async_execute's overhead is around 3ms #281

pankgeorg opened this issue Sep 3, 2023 · 2 comments

Comments

@pankgeorg
Copy link

pankgeorg commented Sep 3, 2023

image

According to the Profile.jl, that's mostly completely spent at file watching (which is very sad and probably a FileWatching.jl issue)

@pankgeorg
Copy link
Author

This is actually consistent with python's psycopg/asyncio, so I guess that's the cost of doing async 🤷🏾
image

@iamed2
Copy link
Owner

iamed2 commented Sep 5, 2023

Can you test with psycopg3? I'm curious whether they have addressed this.

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

No branches or pull requests

2 participants