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
Currently the inherited fields data (is field inherited and inheritance origin) are calculated on the GET data request.
In order to possibly improve performance we could re-think this approach
Suggestion
Create a table and store data on save of the data object (maybe consider using GEE if possible) - object ID, field key, isInherited, originId
When getting data for the data object, query data forms table instead
The text was updated successfully, but these errors were encountered:
lukmzig
changed the title
[Improvement] Re-think how inherited fields data is used
[Improvement] Re-think how inherited fields data is created
Jan 10, 2025
Currently the inherited fields data (is field inherited and inheritance origin) are calculated on the GET data request.
In order to possibly improve performance we could re-think this approach
Suggestion
Create a table and store data on save of the data object (maybe consider using GEE if possible) - object ID, field key, isInherited, originId
When getting data for the data object, query data forms table instead
The text was updated successfully, but these errors were encountered: