[TIMOB-25412] Hyperloop: iOS - Improve metabase caching
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Hyperloop 2.2.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Jan Vennemann |
Assignee | Unknown |
Created | 2017-10-19T11:52:36.000+0000 |
Updated | 2018-02-28T19:55:05.000+0000 |
Description
Hyperloop will currently always regenerate the metabase. Depending on how extensively Hyperloop is used, this can take a few seconds. There is a partial caching for subsequent processes that prevents further processing of the metabase if the resulting JSON doesn't change. This needs to be improved so that the metabase generation will be entirely skipped if no input parameters to the metabase generator changed compared to the last run.
No comments