Hi,
I have relational data growing in volume which a database like MySql wont
be able to handle it in the future. I just do a lot of reads involving
complex joins on the data.
Will there be a performance difference between :
- Querying on Hbase alone, compared to Impala alone, compared to Impala on
top of Hbase?
- Or will any RDBMS support unlimited data? Postgres?
Pls suggest me a platform for my scenario.