-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🐛 Updated source-mongodb-v2 performance #7982
🐛 Updated source-mongodb-v2 performance #7982
Conversation
/test connector=connectors/source-mongodb-v2
|
/test connector=connectors/source-mongodb-v2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. we can proceed with publish/merge without airbyte review
/test connector=connectors/source-mongodb-v2
|
/test connector=connectors/source-mongodb-strict-encrypt
|
/publish connector=connectors/source-mongodb-v2
|
/publish connector=connectors/source-mongodb-strict-encrypt
|
I don't believe this resolves the issue. 0.1.5 is showing no difference in performance vs the previous version |
@JCWahoo, I opened this task again and see how else I can improve the performance. |
Thanks - Looking at the Mongo side it appears during schema discovery is
trying to parse the entire collection and not a sample of records
…On Thu, Nov 18, 2021 at 8:01 AM andriikorotkov ***@***.***> wrote:
@JCWahoo <https://github.com/JCWahoo>, I opened this task again and see
how else I can improve the performance.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7982 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUAW7TDXKC5UHU6OFFRG5NLUMT2JPANCNFSM5IB7GBWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
* updated source-mongodb-v2 performance * updated code style * fixed remarks * fixed remarks * fixed remarks * updated strict encrypt source mongodb version
What
Updated the method for reading unique document fields in a collection and their types. The task indicates that the processing of one stream with 10 thousand records took 20 minutes. After the changes have been made, the processing of the same stream takes 2 minutes and 30 seconds.
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/SUMMARY.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described hereUpdating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changes