Reputation: 312
Currently, we have mysql based analytics in place. We read our logs after every 15 mins, process them & add to mysql database.
As our data is growing(In one case, 9 million rows added till now & 0.5 million rows are adding in each month), we are planning to move analytics to no sql database.
As per my study, Hadoop seems to be better fit as we need to process the logs & it can handle very large data set.
However, it would be great if I can get some suggests from experts.
Upvotes: 0
Views: 70
Reputation: 186
I agree with the other answers and comments. But if you want to evaluate Hadoop option then one solution can be following.
This is just one option. There can be multiple alternatives e.g. flume + hdfs + hive.
Upvotes: 1
Reputation: 25919
This is probably not a good q. for this forum but I would say that 9 million row and 0.5m per month hardly seems like a good reason to go to noSQL. This is a very small database and your best action would be to scale up the server a little (RAM, more disks, move to SSDs etc.)
Upvotes: 0