Forum Discussion
Stream Analytics/Power BI Integration Clearing PushStreaming Dataset
Anonymous
I have the same problem with you, three weeks have passed and I have not found the solution.
When my streaming data set has 225-230k rows it goes back to 215-220k rows, deleting the first 10k rows I sent. I have two other streaming dataset with more than 2 million rows, and they work perfectly.
I tried create a new test account to test with another streaming dataset on another account to eliminate the chances of reaching the pro account data limit, and I had the same problem.
Could it be a problem generated after the October update? Or does my dataset need some configuration that I don't know about?
The behavior of the 250k back down to 215k is the default behavior for PushStreaming datasets when FIFO is the Default Retention Mode.
When SA creates a dataset it creates the Default Retention as FIFO which enforces the 200k limit. If you create a PushStreaming dataset via the API it does not default to FIFO which allows you to push well over 250k but then you hit API data streaming restrictions and your real-time Dashboards will start to slow down.
- ralmeida5 years agoNew Member
Anonymous
I created a new dataset via API and now it works, thanks man!!!
But I don't understand why the other streaming data sets work and this one doesn't. All data sets were created using the same method.