-
Notifications
You must be signed in to change notification settings - Fork 534
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
[Refactor][core]Data inflation when using postgres #8142
Comments
After reading some code,I organizaed a table to show when we updading the progress of sub tasks.
Seems that the progress updating calling is not always under control, so we need to decrease db operation automatically. |
[Refactor][core]Data inflation when using postgres apache#8142
[Refactor][core]Data inflation when using postgres apache#8142
[Refactor][core]Data inflation when using postgres apache#8142
[Refactor][core]Data inflation when using postgres apache#8142
[Refactor][core]Data inflation when using postgres apache#8142
[Refactor][core]Data inflation when using postgres apache#8142
[Refactor][core]Data inflation when using postgres apache#8142
[Refactor][core]Data inflation when using postgres #8142
…e#8152) [Refactor][core]Data inflation when using postgres apache#8142
- add env SKIP_SUBTASK_PROGRESS to decide wether skip subtask progress updating to db apache#8142
What and why to refactor
As a software engineer, I am using devlake to collect developer data since long time ago. Recently we find that the
_devlake_subtasks
table occurs a data inflation. It used 750MB after a week from we upgrading devlake v1.0, but there were only 1000 records in the table.Describe the solution you'd like
Solutions from @klesh
Related issues
No
Additional context
The text was updated successfully, but these errors were encountered: