qutech / QuMADA

Measurement Abstraction and Database Access layer for QCoDeS
GNU General Public License v3.0
6 stars 5 forks source link

Saving array data from buffered measurements as binary blob? #104

Open newton-per-sqm opened 1 month ago

newton-per-sqm commented 1 month ago

Changing the dataset saving procedure from currently beeing "numeric" to "array" should save the data as a binary blob instead of each individual point as numeric float. This should speed up saving (from seconds to milli-seconds for shuttling experiments) and also somewhat reduce the database size.

newton-per-sqm commented 1 month ago

https://microsoft.github.io/Qcodes/examples/DataSet/Dataset_Performance.html