Questions tagged [large-data-volumes]
302 questions
-1
votes
1 answer
How to append data to an existing .mat file without loading the existing data from that mat file in MATLAB?
I have a very huge chunk of data say about 3GB. When I try to load it and save it in a mat file, my laptop hangs as I have only 4GB RAM. Now I figured if I can divide my original data in smaller chunks and do whatever processing i need to do and…

Abhishek Jain
- 1
- 1
-2
votes
1 answer
Storing and searching 4+ million documents
I am expected to implement a storage and search solution for large dataset which has more than 4 million of documents. Each document will have 40 or more fields (or search criteria)
I have worked with Lucene and Solr before, so I tend to use them…

denizdurmus
- 1,289
- 1
- 13
- 39