Database - Large Structure of arrays :: BigData
Afficher commentaires plus anciens
Hello Everyone,
I would like to ask a suggestion to find an efficient way to manage a big amount of data (>2GB) organised in a structure of array and saved on .mat file.
I am working on a big structure of arrays that reppresent a collection of components data (e.g. Database.ElectricMotor.ComponentName.EfficiencyMap.400V.25degC.[large matrix]).
Which is the best way to save and load a big collection of data, keeping them orgaised and easy accessible on matlab?
I have found just couple 'rough' way to speed-up the code and lower memory allocation effort:
- split the large mat file into smaller ones arranged inside a 'database' repository
- use 'matfile' function and associate the mat file to an object
(not very efficient either way).
Thanks in advance!
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Data Type Conversion dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!