Re: maximum number of tables supported in a mysql database

2005-12-11 Thread sunaram patir
No, thanks! It's, in fact, more than enough! On 12/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > As I read the docs, yes! Is that going to be a limitation for you? > > Shawn Green > Database Administrator > Unimin Corporation - Spruce Pine > > sunaram patir <[EMAIL PROTECTED]> wrote on

Re: maximum number of tables supported in a mysql database

2005-12-11 Thread SGreen
As I read the docs, yes! Is that going to be a limitation for you? Shawn Green Database Administrator Unimin Corporation - Spruce Pine sunaram patir <[EMAIL PROTECTED]> wrote on 12/11/2005 05:50:58 AM: > So you want to mean that i can create (4TB/average_table_size) number > of tables in a linu

Re: maximum number of tables supported in a mysql database

2005-12-11 Thread sunaram patir
So you want to mean that i can create (4TB/average_table_size) number of tables in a linux(2.6 kernel) operating system assuming i have that much hard disk space? On 12/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > sunaram patir <[EMAIL PROTECTED]> wrote on 12/11/2005 12:10:52 AM: > >

Re: maximum number of tables supported in a mysql database

2005-12-10 Thread SGreen
sunaram patir <[EMAIL PROTECTED]> wrote on 12/11/2005 12:10:52 AM: > hi, > what is the maximum no of tables supported in a mysql database? > That mostly depends on how large your hard drives are... Except for the InnoDB engine (in default mode) and the NDB engine, all other database engines

maximum number of tables supported in a mysql database

2005-12-10 Thread sunaram patir
hi, what is the maximum no of tables supported in a mysql database? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Maximum number of tables

2002-09-02 Thread Heikki Tuuri
Jose, - Original Message - From: ""JSL"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Monday, September 02, 2002 11:49 PM Subject: Maximum number of tables > > - Original Message - > From: "JSL" <[EMAIL PROT

Maximum number of tables

2002-09-02 Thread JSL
- Original Message - From: "JSL" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 5:05 PM Subject: Maximum number of tables > > Subject: Maximum number of tables > > > Does anyone know what the maximum numbe

Maximum number of tables

2002-09-02 Thread JSL
Subject: Maximum number of tables > Does anyone know what the maximum number of tables a > INNODB can store is? > > Thanks, > > José Lourenço> > - > Before posting, please check: >http://w

Re: Maximum number of tables

2002-08-14 Thread Thomas Spahni
On Wed, 14 Aug 2002, Jean-Pierre Georgin wrote: > I saw in the MySQL documentation that the myISAM tables maximal size was 8 > millions TB. But I couldn't find any information about the maximum number of > tables it can support. Can you give me this information ? Bonjour Jean

Re: Maximum number of tables

2002-08-14 Thread Roger Baklund
* Jean-Pierre Georgin > I saw in the MySQL documentation that the myISAM tables maximal size was 8 > millions TB. But I couldn't find any information about the > maximum number of tables it can support. Can you give me this information ? There is no limit in mysql, but there may be

Maximum number of tables

2002-08-14 Thread Jean-Pierre Georgin
I saw in the MySQL documentation that the myISAM tables maximal size was 8 millions TB. But I couldn't find any information about the maximum number of tables it can support. Can you give me this information ? Thanks