Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Dataset/Data storage capacity

In my scenario I have configured a Stream Analytics to write in a pbi dataset  (PRO license). A dataset is automatically created with the historic data analysis option enabled. I've found many info...
  • Anonymous's avatar
    Anonymous
    7 years ago

    This is what applies to your scenario:

    In this documentation page it's specified 5.000.000 max rows stored in a non retention policy dataset (it seems I cannot configure it using Stream Analytics).

     

    Does the dataset store new data using FIFO retention policy? Yes

    Are these considerations applied to CosmosDB data source too? To streaming datasets, Cosmos falls into the 10GB as it is not a Direct Query supported data source.

     

    For the streaming if you want to save the data you need to split it off and have stream analytics dump the data in a storage location in order to retain it. The cool thing with this scenario is that you can use Power BI to recieved the live data and show it in a dashboard, have a report that uses the FIFO of the retained storage, then connect other reports on the storage location where you would be piping the SA data to.