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

Spike/rdmp-132 migrate to log file #1727

Merged
merged 13 commits into from
Jan 23, 2024
Merged

Conversation

JFriel
Copy link
Collaborator

@JFriel JFriel commented Jan 22, 2024

Experimental feature that user settings option to log to file rather than database.

There is a suspicion that long extractions are slowed by the progress log getting stuck waiting for write access.
The current thinking is that bypassing this and writing directly to file should speed this up.
This PR allows for the Progress, FatalError and DataSource logs to be written to file.
The DataLoadrun, DataLoadTask, DataSet, RowError and TableLoadrun logs are still to be migrated

Also adds some robustness for non varchar(max) log columns

@JFriel JFriel marked this pull request as ready for review January 22, 2024 10:43
rdmp-client.xml Outdated Show resolved Hide resolved
@JFriel JFriel merged commit 17f45f3 into develop Jan 23, 2024
7 checks passed
@JFriel JFriel deleted the spike/RDMP-132-migrate-to-log-file branch January 23, 2024 10:14
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.

None yet

2 participants