On Mon, Dec 22, 2003 at 04:57:00PM +0200, Eli Hen wrote:
> Hello,
> 
> My HDD is running low and I MyISAM tables are keep crashing...

Are the MyISAM tables crashing *because* you're low on space?  If so,
you need more space, *not* a new table type.

> I think that converting to InnoDB will be more stable, but what
> about the data files sizes? convertion to InnoDB will need more or
> less disk space than MyISAM?

More space.  InnoDB has a larger per-row overhead than MyISAM tables
do.

Jeremy
-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to