This repository was archived by the owner on Feb 10, 2025. It is now read-only.
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
client side reference expansion #971
Open
Description
- for some batch jobs server side reference expansion costs a lot of time and traffic, with client side reference expansion that could be saved
- so we could provide a sphere client decorator which removes the expansion paths out of the queries and then gets the JSON, the extracted expansion paths are used on the client side to add the fetched objects to the JSON and also put it into a cache, then the JSON deserialization will create the expanded Java objects.
@lauraluiz what do you think of it?