You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't use overviews tables to generate dataviews and maps. Also, in order to maintain performance, Dynamic aggregation has to be enabled for raster tiles (issue).
Remove MapConfigOverviewsAdapter from adapter list
The api-router creates a list of chained adaptars that transform the original MapConfig. The one related to the overviews is MapConfigOverviewsAdapter. It tries to transform the sql in order to make use of the overviews tables.
Context: [PROJECT] Deprecate raster overviews
Note: Don't merge into master until authorized.
Don't use overviews tables to generate dataviews and maps. Also, in order to maintain performance, Dynamic aggregation has to be enabled for raster tiles (issue).
Main steps:
Current - Dataview Factory with Overviews
Proposed - Dataview Factory without Overviews
The
api-router
creates a list of chainedadaptars
that transform the original MapConfig. The one related to the overviews isMapConfigOverviewsAdapter
. It tries to transform thesql
in order to make use of the overviews tables.The text was updated successfully, but these errors were encountered: