-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add option to prevent full refreshes every month #93
Labels
Comments
A real incremental import is quite difficult because of the data denormalization across tables. We can be smarter however to do less work on a per event basis. Proposed changes follow (new indices needed).
|
pierre
added a commit
that referenced
this issue
Jun 5, 2019
Only refresh invoice and associated invoice item rows for INVOICE_CREATION and INVOICE_ADJUSTMENT events. This depends on killbill/killbill#1143 for accuracy with CBA items. See #93. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As data grows over time, refreshes take more and more time. Can we implement incremental refreshes?
The text was updated successfully, but these errors were encountered: