Borehole level hydraulic not responding
@sarsonl Borehole ST1 exists in bedretto-hydws and has ~15 sections: http://bedretto-hydws.ethz.ch:8080/hydws/v1/boreholes/c21pOmNoLmV0aHouc2VkL2JoL1NUMQ==
querying the hydraulic data for all sections is easily a lot of data. However I can specify a short timerange which should make payload small: http://bedretto-hydws.ethz.ch:8080/hydws/v1/boreholes/c21pOmNoLmV0aHouc2VkL2JoL1NUMQ==?level=hydraulic&starttime=2021-10-21T06:00:00&endtime=2021-10-21T06:31:00
Nevertheless, the query is loading infinitely.
BUT the hydraulics query for just one section with the same parameters works almost instantaneous: http://bedretto-hydws.ethz.ch:8080/hydws/v1/boreholes/c21pOmNoLmV0aHouc2VkL2JoL1NUMQ==/sections/c21pOmNoLmV0aHouc2VkL2JoL1NUMS9zZWN0aW9uXzE0/hydraulics?starttime=2021-10-21T06:00:00&endtime=2021-10-21T06:31:00
Seeing how efficient the request on a section level is, it makes me think that there is something not quite right with how the queries are handled in the borehole case?
working on this as of 5/1/22