-
Bug
-
Resolution: Obsolete
-
Major
-
DM 3.4.1
-
None
-
5
All collections in Product and ProductVersion JPA objects are marked as FetchType.EAGER which means that everything is always loaded from the DB, even if not used (eg. in REST API /available operation). We should change it to FetchType.LAZY, mainly for collection of ProductVersion in Product, to optimize DB load as number of versions for distinct products will increase. But it is necessary to test GUI not to break something there
- is related to
-
CGW-517 Improve "Available Products" REST endpoint to allow more efficient data obtaining
- Done