Nick Seidenman writes:
> 
> Apparentlly there's a 4 GB limit to a MyISAM file when the table it contains 
> has VARCHAR, TEXT, or BLOB columns.  In order to get around this limitation I 
> was looking to switching to InnoDB table types.  As this looks like a 
> relatively new subsystem I'm wondering if it is stable enough for production 
> systems, or is it still too new (and too "feature-prone".)  I'd appreciate 
> hearing feedback on this.  If I do wind up switching, it won't be for at 
> least a month.
> 
> TiA,
> 
> nick
>  
> ----------------------------------------------------  
>  Nick Seidenman, CISSP  
>  Director of Software Development  
>  Hyperon, Inc.  
>  www.hyperon.com

There is no 4 Gb limit in MyISAM with later 3.23 versions.

This limit is imposed by a filesystem only.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   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