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

Feature data ingest #648

Merged
merged 19 commits into from
Dec 6, 2017
Merged

Feature data ingest #648

merged 19 commits into from
Dec 6, 2017

Conversation

afoucret
Copy link
Contributor

@afoucret afoucret commented Dec 6, 2017

Create additional indices to store data from the tracker :

  • tracking_log_event : Store individual tracking events

  • tracking_log_session : Store aggregated session data for easier parsing

@afoucret afoucret added this to the 2.5 milestone Dec 6, 2017
@romainruaud
Copy link
Collaborator

@afoucret I do not see any low priority or locking prevention system on your resource model responsible for event data saving. Is this normal ?

@afoucret
Copy link
Contributor Author

afoucret commented Dec 6, 2017

Locking should not be a problem there as the table should be kept small by deleting event when indexed. So every minute, events are indexed and deleted from the DB.

I will merge as it and we will see in the future we need some optimization of the ingest process.

@afoucret afoucret merged commit aee730c into Smile-SA:master Dec 6, 2017
@afoucret afoucret deleted the feature-data-ingest branch February 7, 2018 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants