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

Is it faster for mongodb to use connection pool? #45

Open
qianhh opened this issue Oct 29, 2021 · 1 comment
Open

Is it faster for mongodb to use connection pool? #45

qianhh opened this issue Oct 29, 2021 · 1 comment

Comments

@qianhh
Copy link
Contributor

qianhh commented Oct 29, 2021

mgoClient, err := mongo.NewClient(options.Client().ApplyURI(cfg.Uri))

I recommend using mongodb's connection pool for this process, which might be a nice speed boost.

@beeleelee
Copy link
Contributor

@qianhh Agree with the idea of using connection pool, if you can patch on that and submit a pr would be wonderful!^_^

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