-
Notifications
You must be signed in to change notification settings - Fork 119
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
Improving Trip Segmentation #953
Improving Trip Segmentation #953
Conversation
Replaced loop for DB query with bulk_write method
Moving transition_Df and motion_df calls upstream in trip_segmentation to improve performance.
Tested. Will fail. |
@humbleOldSage can ypu:
This will let me chose which of the improvements to merge. Making server changes can introduce code churn, and I am not convinced that the invalidating raw entry change (which involves a change to the timeseries interface) is worth it. |
Sure. I'll create two separate PRs for these two changes. |
@humbleOldSage if this has been replaced by other calls, can you please close this PR? |
Sure. |
Reducing DB calls. Using more in memory operations.