Re: Maximum Nos of table in hive

2011-08-24 Thread Edward Capriolo
On Wed, Aug 24, 2011 at 7:32 PM, Ashutosh Chauhan wrote: > Vikas, > > You are bounded by database used by metastore which usually is mysql. On a > modern machine, mysql easily scales for few millions of rows, so I will > expect that you should be able to create atleast those many tables. > > Thank

Re: Maximum Nos of table in hive

2011-08-24 Thread Ashutosh Chauhan
Vikas, You are bounded by database used by metastore which usually is mysql. On a modern machine, mysql easily scales for few millions of rows, so I will expect that you should be able to create atleast those many tables. Thanks, Ashutosh On Wed, Aug 24, 2011 at 03:45, Chinna wrote: > Hi,

RE: Maximum Nos of table in hive

2011-08-24 Thread Chinna
Hi, Any number of tables u can create and as of i know there is no configuration to set the max no of tables. Thanks Chinna Rao Lalam _ From: Vikas Srivastava [mailto:vikas.srivast...@one97.net] Sent: Wednesday, August 24, 2011 1:54 PM To: user@hive.apache.org Subject: Maxi