lundi 9 novembre 2015

Best and fastest way to store sensor data in C# UWP app

I have a custom sensor, connected via Bluetooth, that streams data to my UWP app. I need to store this data locally somehow, however my problem is that it is streaming at 100Hz, so the data is arriving at the app very quickly.

I have tried to store the data into a SQLite database, as it will be easier to work with the data later. e.g. searching the data. However the SQLite database cannot keep up with the data stream and starts to lag behind considerably overtime.

So does anyone have any advice or recommendations to the best approach for storing large amounts of data very quickly in C# UWP apps?

Many thanks for the help.

Aucun commentaire:

Enregistrer un commentaire