-
Work Task
-
Resolution: Done
-
Critical
-
1.0.0-BETA1
-
None
Due to addition of dataset versions, the authorization checks on each file is taking a significant amount of time, each check is triggering a database query.
Primarily looking at 2 options to solve this problem:
1) Check if we can enable the hibernate 2nd level cache. This may be the most expedient solution given time constraints.
2) Rework how scripts are generated so they can just authorize on the corresponding datasets. (this solutiion is unlikely to make the friday code cutoff time for BETA2).
Primarily looking at 2 options to solve this problem:
1) Check if we can enable the hibernate 2nd level cache. This may be the most expedient solution given time constraints.
2) Rework how scripts are generated so they can just authorize on the corresponding datasets. (this solutiion is unlikely to make the friday code cutoff time for BETA2).