Hive for registration process

2015-11-04 Thread Kunal Gaikwad
Hi, I have an e-commerce app which has a registration process(it is a 5 step registration process). On the submit button the data is pushed on the SQL db currently. I wanna know can Hive help me with 1000 or more user registrations at a time? If yes how can I go about it? and how fast will it be?

Re: Hive for registration process

2015-11-04 Thread Noam Hasson
Hi Kunal, It won't, Hive is not build for fast web access, but rather for heavy analytic. Working right with SQL server will give you very good result, when you start working with millions and do reach a limit try exploring No-Sql solutions like Cassandra, CouchBase etc. Noam. On Wed, Nov 4, 20

Hive for registration process

2015-11-03 Thread Kunal Gaikwad
Hi all, I have an e-commerce app which has a registration process(it is a 5 step registration process). On the submit button the data is pushed on the SQL db currently. I wanna know can Hive help me with 1000 or more user registrations at a time? If yes how can I go about it? and how fast will it