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

Entities should be cached #6

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

Entities should be cached #6

DavidLeoni opened this issue Jan 26, 2016 · 1 comment

Comments

@DavidLeoni
Copy link
Member

The schema matcher fetches entities to make better predictions about the columns, but such entities are not cached and are fetched every time, so we need a mechanism to cache them (and possibly refresh them). Also, the fact it is not possible to GET many instances in one shot with sweb api doesn't help (see opendatatrentino/disi-open-data-client#30 )

@DavidLeoni DavidLeoni self-assigned this Jan 26, 2016
@DavidLeoni DavidLeoni added this to the 0.0.2 milestone Jan 26, 2016
DavidLeoni added a commit that referenced this issue Jan 27, 2016
- decreased fetched entities from 100 to 10
- no refreshing mechanism is implemented
- removed empty TestCachedEtypes
@DavidLeoni
Copy link
Member Author

Roughly implemented in branch-0.0 (without refreshing)

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

No branches or pull requests

1 participant