Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Push Dataset is empty when reached the 200K limit

Hi,

 

I'm using a Push Dataset which received data from Stream Analytics.

The Dataset is created with de default values (basicFIFO). But from the weekend I have some problems, it works well before this weekend.

Now, when the Dataset reach the 200K records limit (a bit more of that 200K), the Dataset became empty. All content is deleted, not only the oldest as FIFO had to do.

Is this the normal functioning?

 

Thanks

Raúl

4 REPLIES 4
lbendlin
Super User
Super User

yes, there are a number of events that can cause the dataset to flush out. If you need the history then you should use a hybrid streaming dataset instead.

Anonymous
Not applicable

How can I do it from Stream Analytics?

I thought this is the type created by default from Stream Analytics, a mix between push and streaming.

Hi @Anonymous ,

Please check if the solution in the following thread can help you.

What happens when you reach the size limit of a Push Dataset with Historical Analysis Enabled

Best Regards

Rena

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thanks @v-yiruan-msft,

 

I saw theis thread before ask this question. But I think is not my case.

The retention policy of my Dataset is basicFIFO, I have enabled the 'Historical data analysis', and each record has few information, something like name-value, then I never reach the size limit before reach the 200K records limit.

Last week the dataset is working as the documentation said, when the 200K records limit is reached, the oldest are deleted but keep information in the dataset.

But now, the same dataset, with the same configuracion, when reach the 200K limit, delete all data, let the dataset without any record. This is not what I read in the documentation for basicFIFO, and I cannot delete old records of the dataset from Stream Analytics because it is not allowed to write 'delete' in que query.

I think my dataset has the same configuration, but it seems that it does not work the same as the solution in the other thread.

 

My dataset receive information every minute from Stream Analytics, and I need to have the last hour of records (around 60K records and size less than 10MB). Deleting all records in the dataset, It's an hour with wrong informacion in the reports.

 

Regards

Raul

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors