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

Allow user to refresh etypes cache #149

Closed
DavidLeoni opened this issue Jan 5, 2016 · 1 comment
Closed

Allow user to refresh etypes cache #149

DavidLeoni opened this issue Jan 5, 2016 · 1 comment

Comments

@DavidLeoni
Copy link
Member

If in step 2 there is no good enough target etype available, the user will open an external etype editor to add it to the knowledge base (or modify an exisiting one). At this point he should be able to tell odr to refresh etypes cache to be able to use it. Also, clients (open data schema matcher, column recognizers, disi client), should refresh eventual cache.

A good system would automatically refresh cache periodically, but for now that introduces a dangerously parallel thread which we don't really need. For fixing the old version of the clients, I have to think about what to do.

@DavidLeoni
Copy link
Member Author

Closed in branch-0.3

Added button in the upper right corner to both refresh etypes and invalidate cached concepts. Overall, Schema matcher performance seems to be improved.

Integrated with

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment