필터 지우기
필터 지우기

Working on large .db file (database file) using MapReduce?

조회 수: 6 (최근 30일)
Jørgen Fone Pedersen
Jørgen Fone Pedersen 2021년 3월 3일
I have a very large signal file stored in a sqlite database file, it over 100 gb. I have the code section for extracting the data over to a matrix in matlab and storing it in a ,mat file, which has worked fine for small signals. However, I would like to do this to the large signal also but the signal is too large for memory.
I read that you can work on large files using MapReduce, however i only see how to use this with .csv files or other types of table data.
Is it possible to use MapReduce with this type of file? Or are there any other method to work on this signal without loading it into memory in its entirety?

답변 (0개)

카테고리

Help CenterFile Exchange에서 MapReduce에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by