Hi,
We are currently testing the queries performance of an hosted feature layer (Big Datastore) . We implemented the FAA flight geoevent and BDS tutorial available here : https://www.arcgis.com/home/item.html?id=870b1bf0ad17472497b84b528cb9af00 to create the featureservice
Our Big Data Store is now hosting more than 1 million points, here is the exact count by querying the feature layer :
We were not able to query the data beyond the 10 000th record by using the result offset. For an example if we want to retrieve the 2 000 records between 9 000-11 000, the feature layer will only fetch 1 000 records.
the service is configured by default with Maxrecordcount=10 000 but I assume using a Result Offset, I do not have to change this setting to fetch the 1000 records missing in our example.
Has anyone experienced the same issue with BDS ?
(We do not have this issue when using postgresql based featurelayer.)
Hello @Yann-EricBoyeau
You could try modifying the maxResultWindow parameter for the STBDS hosted feature layer from the default 10,000 to a larger value to see if this changes the behavior. I would strongly recommend doing this on a test feature service first:
I hope this helps!
Best,
Calvin