Skip to content

Conversation

@uttam028
Copy link
Contributor

@uttam028 uttam028 commented Sep 8, 2025

  • updated snowflake connection library
  • connection pooling is by default enabled in the latest version
  • limited the pool size to 50
  • enabled multi threading in replication to process multiple replication simultaneously


// get previous golden record
List<string> previousRecordVersionIds;
if (await RecordExistsAsync(connFactory, goldenTable, record.RecordId))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RecordExists and GetRecord can be merged into one

@uttam028 uttam028 requested a review from roehlerw September 8, 2025 16:39
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

Successfully merging this pull request may close these issues.

5 participants