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

Idempotent indexing of profiled documents into elastic #116

Open
raulcf opened this issue Apr 4, 2018 · 1 comment
Open

Idempotent indexing of profiled documents into elastic #116

raulcf opened this issue Apr 4, 2018 · 1 comment

Comments

@raulcf
Copy link
Contributor

raulcf commented Apr 4, 2018

Indexing the same relation more than once should update the profiles associated to that relation, but not duplicate them.

@raulcf
Copy link
Contributor Author

raulcf commented Jul 2, 2018

This is the relevant info: https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html

Basically, this requires having an 'id' generated by aurum in a consistent way, so when a document is reindexed, we assign the same id as before, and the document gets updated correctly.

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

No branches or pull requests

1 participant