I am storing all historical data using MySQL on my PC (Dell XPS) and analyzing them using some Python scripts on the same PC.
I never gave MapReduce (Hadoop) any thought as I have the impression that it is for data spread across multiple computers for use by multiple users. MySQL is working so far, but as I try to learn NoSQL, specially HBase, they seem to relate to Big Data and Distributed Processing so Hadoop constantly comes up in my reading.
For an independent trader using one PC for both database/analysis/trading, is there anything to gain from a distributed architecture?
I never gave MapReduce (Hadoop) any thought as I have the impression that it is for data spread across multiple computers for use by multiple users. MySQL is working so far, but as I try to learn NoSQL, specially HBase, they seem to relate to Big Data and Distributed Processing so Hadoop constantly comes up in my reading.
For an independent trader using one PC for both database/analysis/trading, is there anything to gain from a distributed architecture?
