Replies: 2 comments 2 replies
-
That 404 is not generated by FROST. You probably have an incorrect URL that does not go to FROST at all. |
Beta Was this translation helpful? Give feedback.
-
How many Observations your database can handle reliably depends on the speed of the disks in the machine, the amount of memory the database has available and which indices you added. https://airquality-frost.k8s.ilt-dmz.iosb.fraunhofer.de/v1.1/ has about 670e6 Observations on a very under-powered server, but with SSD disks. Visualisation: https://api4inspire.k8s.ilt-dmz.iosb.fraunhofer.de/servlet/is/127/ https://iosb-airquality.apps.bauhausmobilitylab.de/FROST-Server/v1.1 has about 930e6 Observations, with slightly better hardware. |
Beta Was this translation helpful? Give feedback.
-
Hi,
i'm currently analysing our FROST-Server in terms of performance. As it seems, our Observations currenlty do not return values anymore. No matter, what type of query i'm creating (select, orderby, top), the result is always 404 - not found. I am using the REST-API path /Observations. Inserts seem to work fine.
Could it be, that we have reached a limit on our database? Is it possible to tweak some settings?
I've checked the row count on our PROD and DEV instance, and their both around 600Million rows. I have seen this Discussion-Thread Discussion: FROST-Server and TimescaleDB and was wondering if we might need to migrate to another DB?
Beta Was this translation helpful? Give feedback.
All reactions