Open ctroupin opened 1 month ago
Hi,
This is an error message that basically indicates that the current query you're trying to do is too large. This is a safety mechanism to prevent everyone querying terabytes worth of data.
We will be making the error message more clear in the next release of Beacon.
thanks Robin, I think the message is clear enough, but what caught my attention is that just changing the time period by a few days from min: 21915, 'max': 22280
to 'min': 21915, 'max': 22600
triggered the error.
In this case, isn't query limit too low?
Hey Charles,
The current way Beacon is processing the queries is quite memory intensive. Robin is working on a feature where it doesn't use that much memory, which will solve this error.
Another limit is how many datasets are matching your query, which you haven't ran into yet, but all the limits we have are configurable and we are able to adjust them if needed.
Kind regards,
Paul
Hi all,
agreed with all what you said, no surprise concerning the limits etc,
just surprising that a query working with SeaDataNet
or World Ocean Database
(quite large datasets) fails with CORA Time Series
(which I would not expect to be so large), that was my point.
So let's close it if that's an expected behaviour! Thanks.
Error
The request doesn't work for some values of the selected time period.
How to reproduce
This works
This one fails
(the only difference is the maximal value for the time)