server icon indicating copy to clipboard operation
server copied to clipboard

[ENHANCEMENT]: When using sparse fieldsets, only query the required fields in the DB

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

Description

Improvement of issue #1152: don't strip the non-requested data of the object, but specifically only query the database for the fields the user is interested into. This should be a slight speed up on the database.

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