At 16:58 14/01/2002 +0100, Peter Arnold wrote:
Hi!

>Hi,
>
>is it right, that the max. size of a table is 4 GB on WindowsOS ?
>I am using MySql from a Java - Program for a Log-Database and I get
>the Message: The table 'LOG4_FFE' is full.

For this issue there are two options:

1- Use an OS of the family NT with NTFS file system. The size of the
    file is limited to the volume size.
2- Use table type InnoDB on FAT32 file system. This table uses the
    space table architecture.

Regards,
Miguel

>Is there another way to get around the Problem as using then to use
>the MERGE - utility?
>
>I am using My Sql 4.0.0-alpha and MyIsam Tables!
>
>Best Regards
>Peter
>ff-eCommerce softwareengineer
>
>Tel.: +49 69 95 63 47 57
>http://www.ff-ecommerce.de
>Mailto:[EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
>To request this thread, e-mail <[EMAIL PROTECTED]>
>To unsubscribe, e-mail <[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-- 
For technical support contracts, goto https://order.mysql.com/
    __  ___     ___ ____  __
   /  |/  /_ __/ __/ __ \/ /    Miguel A. Solórzano <[EMAIL PROTECTED]>
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Mogi das Cruzes - São Paulo, Brazil
        <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to