Hi Everyone,
I´m developing a project where I have my information in TXT files (It´s about 400 files with 6000 lines each).
With this amount of Information, i need to make some math calculations (Averages, Regressios, Statistic Calcs etc).
My first shot was to make it in VBA for Excel but it´s really slow. So i´m looking for another language to make the analisys. Im thinking about making it in C as I already have some experience in it.
My question is: Is it interesting just to analize the data direct from the TXT files and generate TXT files for the conclusions I need, or is it interesting to use some DBMS like MySql, PostgreSql etc. If yes, which one would you suggest (preferred one embedded with C) ?
Thanks,
André.
I´m developing a project where I have my information in TXT files (It´s about 400 files with 6000 lines each).
With this amount of Information, i need to make some math calculations (Averages, Regressios, Statistic Calcs etc).
My first shot was to make it in VBA for Excel but it´s really slow. So i´m looking for another language to make the analisys. Im thinking about making it in C as I already have some experience in it.
My question is: Is it interesting just to analize the data direct from the TXT files and generate TXT files for the conclusions I need, or is it interesting to use some DBMS like MySql, PostgreSql etc. If yes, which one would you suggest (preferred one embedded with C) ?
Thanks,
André.