Roger Westin wrote:
> 
> Hi,
> Have a problem with big tables,
> Cant get them over 2GB
> Using mysql 3.23.33
> and ReadHat Linux 6.0 Kernel: 2.2.5
> 
> Need to biuld a table atleast 70Gb so Anyone?
> 

switch to a file system that supports very large files

The problem should be with linux no mysql.

there is an option to split tables to different 
files (see with-raid in the manual) but it won't
split indexes, and if you have 70gig of data you
probably have a very large index as well...

---------------------------------------------------------------------
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