server icon indicating copy to clipboard operation
server copied to clipboard

[ENHANCEMENT]: Use aggregation fieldsets by default

Open Eric-Wasson opened this issue 1 month ago • 2 comments

Description

As mentioned in PR #1715: make aggregations only happen when its queried for. When implementing this the frontend has to be changed too, to still include the aggregated data where it's needed.

Eric-Wasson avatar Dec 03 '25 07:12 Eric-Wasson

Another enchancement, but this can be complex since the ORM needs to be changed, is that instead when fieldsets are used, is to not strip them of the object, but specifically only query the database for the fields the user is intrested into. This should be a slight speed up on the database.

jessevz avatar Dec 04 '25 15:12 jessevz

Agreed, I created issue #1809 for that

Eric-Wasson avatar Dec 05 '25 11:12 Eric-Wasson