Re: Max size and row numbers

2006-12-29 Thread Philip Mather
Olaf, That's a very broad question depending upon your exact requirements to be honest. So long as you've considered file size limitations and you've opted for a decent RAID system there's not too much more to worry about, try and buy the fastest disks possible obviously i.e. 15,000 RPM one

Re: Max size and row numbers

2006-12-29 Thread Philip Mather
Olaf, Thanks for the detailed answer. So basically the limitations come from the OS and the file system used. What is the best file system to use for mysql (not considering the filesize limitations)? Thanks Olaf The "best" is probably ZFS if you really are intent on make things huge, http:/

Re: Max size and row numbers

2006-12-29 Thread Olaf Stein
samchk -dv tbl_name. If your large table is read-only, > you can use myisampack to compress it. myisampack usually compresses a table > by at least 50%, so you can have, in effect, much bigger tables. > > Thanks > > Visolve DB Team > > - Original Message ----- > Fr

Re: Max size and row numbers

2006-12-28 Thread ViSolve DB Team
. myisampack usually compresses a table by at least 50%, so you can have, in effect, much bigger tables. Thanks Visolve DB Team - Original Message - From: "Olaf Stein" <[EMAIL PROTECTED]> To: Sent: Friday, December 29, 2006 4:14 AM Subject: Max size and row numbers

Max size and row numbers

2006-12-28 Thread Olaf Stein
CPU, 8GB Ram). I just read that the max size for a table is 256TB in a default installation. I have basically no experience with tables that big and mine is potentially growing to several hundred million records. First of all, are there theoretical limitations (if the 256TB are correct I would be

RE: max size of TEXT columns

2006-05-29 Thread Robert DiFalco
would probably prefer to call it a limitation. :) -Original Message- From: schlubediwup [mailto:[EMAIL PROTECTED] Sent: Monday, May 29, 2006 8:07 AM To: mysql@lists.mysql.com Subject: max size of TEXT columns hi listers, 1. environment: [EMAIL PROTECTED] ~> uname -a Li

Re: max size of TEXT columns

2006-05-29 Thread Paul DuBois
At 17:06 +0200 5/29/06, schlubediwup wrote: 2. problem according do the mysql docu TEXT/BLOB fields depend solely on the db environment and can grow to any length: 11.4.3. The |BLOB| and |TEXT| Types The maximum size of a |BLOB| or |TEXT| object is determined by its type, but "d

max size of TEXT columns

2006-05-29 Thread schlubediwup
hi listers, 1. environment: [EMAIL PROTECTED] ~> uname -a Linux myhost.mydomain.com 2.6.16-1.2080_2.rhfc5.cubbi_suspend2 #1 Wed Mar 29 12:54:32 CEST 2006 i686 i686 i386 GNU/Linux [EMAIL PROTECTED] ~> localhost.(none)> show variables like "version%"; +-+--

Re: fulltext max size

2005-08-24 Thread SGreen
Yui Hiroaki <[EMAIL PROTECTED]> wrote on 08/24/2005 12:38:18 PM: > Thank you for your reply. > > > sql>create table (test title longtext)TYPE=MyISAM; > > sql>alter table test add fulltext (title); > > Your SQL above does not define the word long. How much > character can I insert into "title"

Re: fulltext max size

2005-08-24 Thread Yui Hiroaki
Thank you for your reply. > sql>create table (test title longtext)TYPE=MyISAM; > sql>alter table test add fulltext (title); Your SQL above does not define the word long. How much character can I insert into "title" column? Yui What do you expedt the number in brackets to do? I cannot find any

Re: fulltext max size

2005-08-24 Thread Alec . Cawley
Yui Hiroaki <[EMAIL PROTECTED]> wrote on 24/08/2005 10:57:20: > I created table for fulltext. I publish SQL: > > sql>create table (test title longtext)TYPE=MyISAM; > sql>alter table test add fulltext title (4); > > > But title is so small to insert text. > what biggest text I can insert tit

fulltext max size

2005-08-24 Thread Yui Hiroaki
I created table for fulltext. I publish SQL: sql>create table (test title longtext)TYPE=MyISAM; sql>alter table test add fulltext title (4); But title is so small to insert text. what biggest text I can insert title column? When I publish SQL: alter table test add fulltext title(4294967295)

Re: innodb data file grew beyond the specified max size in config

2004-11-18 Thread Heikki Tuuri
Hristo, thank you for the bug report. I broke the :autoextend:max:2000M feature when I added multiple tablespaces in 4.1.1. The bug is fixed in 4.1.8. Unfortunately, InnoDB does not automatically add 2000 MB files if you specify the max. You have to add additional ibdata files manually, as explai

RE: innodb data file grew beyond the specified max size in config

2004-11-18 Thread Dathan Vance Pattishall
Pattishall http://www.friendster.com > -Original Message- > From: Hristo Chernev [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 18, 2004 9:14 AM > To: [EMAIL PROTECTED] > Subject: innodb data file grew beyond the specified max size in config > > Hi all > >

innodb data file grew beyond the specified max size in config

2004-11-18 Thread Hristo Chernev
Hi all I converted my 6GB MyISAM database to Innodb using ALTER TABLE table TYPE = INNODB. There was no errors in the err log and database is working ok. But after stopping mysql server It refuse to start again complaining: 041118 16:55:45 mysqld started 041118 16:55:45 [Warning] Asked for 10485

Re: Max size

2003-08-19 Thread Miguel Perez
[EMAIL PROTECTED] Subject: Re: Max size Date: Mon, 18 Aug 2003 23:43:19 -0700 On Mon, Aug 18, 2003 at 02:33:04PM -0500, Miguel Perez wrote: > > I have an ibdata file that its size is 4.5GB, and it will increase > every day the max size of the hard disk is about 330GB, the question > is shoul

Re: Max size

2003-08-18 Thread Jeremy Zawodny
On Mon, Aug 18, 2003 at 02:33:04PM -0500, Miguel Perez wrote: > > I have an ibdata file that its size is 4.5GB, and it will increase > every day the max size of the hard disk is about 330GB, the question > is should I split this ibdata file in several files in a way that I > can

Max size

2003-08-18 Thread Miguel Perez
Hi list: I would like to know some of the best practices to manage innodb tables. I have an ibdata file that its size is 4.5GB, and it will increase every day the max size of the hard disk is about 330GB, the question is should I split this ibdata file in several files in a way that I can

Re: MySQL on Mandrake 9 with EXT3 File system... Max Size?

2003-02-19 Thread Veysel Harun Sahin
You can see your max table size at the row "Max datafile length: 4294967294". This means that your UsedData table's max size is 4G. If you want to change it you have to use alter table command with the option max_rows. For example "ALTER TABLE UsedData MAX_ROWS = 100

MySQL on Mandrake 9 with EXT3 File system... Max Size?

2003-02-19 Thread Shannon Wynter
Hi, this is my first post here, I hope it's easily answered I've got Mandrake Linux 9, with the ext3 file system What is the absolute maximum table size I can have? And what do I need to change to achive that? I've spent half the night googling, and couldn't find a real answer so now I th

Re: index max size and replication question

2002-10-08 Thread Kevan Louou
--- Jeremy Zawodny <[EMAIL PROTECTED]> wrote: > On Tue, Oct 08, 2002 at 12:13:28PM -0400, Kevan > Louou wrote: > > > > what is the index max size for mysql 4.0? > > What's the largest file your operating system will > let you create? > Is your answer

Re: index max size and replication question

2002-10-08 Thread Jeremy Zawodny
On Tue, Oct 08, 2002 at 12:13:28PM -0400, Kevan Louou wrote: > > what is the index max size for mysql 4.0? What's the largest file your operating system will let you create? > is it possible to do replication with a master on linux and a slave > on windows? Yes. > if yes

index max size and replication question

2002-10-08 Thread Kevan Louou
what is the index max size for mysql 4.0? is it possible to do replication with a master on linux and a slave on windows? if yes, how can I make the slave work on linux if the master crashes? thanks in advance __ Post your

index max size and replication question

2002-10-08 Thread Kevan Louou
what is the index max size for mysql 4.0? is it possible to do replication with a master on linux and a slave on windows? if yes, how can I make the slave work on linux if the master crashes? thanks in advance __ Post your

max size of index file

2001-11-19 Thread takahara
n the error code 136 (HA_ERR_INDEX_FILE_FULL). I think that it is the error code that the mi_write function of myisam/ mi_write.c has returned. Are there any method or patch which change this maximum size by the safe method? I also think that I will shift to Windows2000 and MySQL4.0. What max si

RE: logs on nt4--Max Size

2001-06-28 Thread Mike
My Logs get pretty hefty with my PHP MySQL site, is there a Max log size or something that will start another log file by date or when a certain size is reached it's cleared. Had to ask Cheers -Original Message- From: Gerald Jensen [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001

Re: mysql max size

2001-02-28 Thread Thomas Spahni
On Tue, 27 Feb 2001, Markus H. Maussner wrote: > does anybody know the limitations of mysql ? i am planing to make a > big database. with big i mean something like 1,5TB ... the hardware > seems not to be the problem (we get a big RAID for that, and our > sysadmin sais that our linux system can ta

mysql max size

2001-02-27 Thread Markus H. Maussner
hi.. does annybody know the limitations of mysql ? i am planing to make a big database. with big i mean something like 1,5TB ... the hardware seems not to be the problem (we get a big RAID for that, and our sysadmin sais that our linux system can take that much hdd space (told me something of a