Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9243135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:44:33+00:00 2026-06-18T08:44:33+00:00

I am looking for a data storage option for storing ECG (1000 samples /sec)

  • 0

I am looking for a data storage option for storing ECG (1000 samples /sec) and other patient data (e.g. blood pressure, body temperature etc – sampled at much lower sampling rate) in a queryable storage for my C# application.

I have already evaluated SQLite (which is a great option in its own right), but I am looking for some option that would meet following requirements:

  1. Small storage space – ECG is typically sampled at 1000 samples/sec, and I need to store ECG data for 24 – 48 hours (~82 to ~162 million data samples). On SQLite it is taking huge amount of space.

  2. I should be able quickly read a portion of this data (from – to timestamps).

  3. I should be able to modify portions of the data without having to write the all the data from that point onwards.

I have also looked at HDF5, but haven’t really understood how to use it from C#.net.

Looking for practical suggestions.

Thanks,

Vikram

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T08:44:34+00:00Added an answer on June 18, 2026 at 8:44 am

    Your use case seems to be a perfect fit for HDF5.

    1. Small storage space – ECG is typically sampled at 1000 samples/sec, and I need to store ECG data for 24 – 48 hours (~82 to ~162 million
      data samples). On SQLite it is taking huge amount of space.

    HDF5 allows for very efficient and compact storage. Furthermore you can enable different compression algorithms/filters (gzip, bzip, etc) without too mich of a performance hit.

    1. I should be able quickly read a portion of this data (from – to timestamps).

    This is actually a main use case in HDF5. Slicing data from a dataset can easily be done very quickly.

    1. I should be able to modify portions of the data without having to write the all the data from that point onwards.

    It is possible to extend the dataset and also modify data in place (tough it’s not as convenient as an UPDATE statement in SQLite). However there are some caveats regarding deleting data. (see here for more infos)

    If you have a lot of meta-information you can think of storing them in SQLite and connect those recods to HDF5 files which contain the raw data. Alternatively you can also store those meta-information as attributes on your nodes/datasets in HDF5 and avoid using SQLite alltogether.

    The only big problem/challenge regarding HDF5 is concurrent write operations. So if you have the requirement of concurrent write operations on a single HDF5 file it becomes more complex.

    For using HDF5 in .NET you can check out this thread.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for some examples on storing some data into Google cloud storage
I'm looking for a data storage solution for a project with these requirements: The
For storing data offline WebApp can use: session storage, advanced version of cookies key/value
I am looking for optimal approach to use file system based data storage in
I am looking for a suitably efficient storage structure for processing data that arrives
i am looking for a form of data storage that will answer a few
I am looking for a NoSQL / key-value store / schemaless data storage system
I'm looking for fast and efficient data storage to build my PHP based web
I have a csv file with data looking like (see below). I need help
Looking to move data from a table A to history table B every X

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.