SQL: Shared hosting and innodb support

2002-11-29 Thread Peter M. Perchansky
Greetings: I've seen posts in a variety of forums where it states a lot of hosting companies do not offer support for Innodb SQL type tables. Is there a reason for this issue? What are the reason(s)? Thank you! - Before

SQL: Shared hosting and innodb support

2002-11-29 Thread Peter M. Perchansky
Greetings: I've seen posts in a variety of forums where it states a lot of hosting companies do not offer support for Innodb SQL type tables. Is there a reason for this issue? What are the reason(s)? Thank you! - Before

Re: SQL: Shared hosting and innodb support

2002-11-29 Thread Michael T. Babcock
On Fri, Nov 29, 2002 at 08:59:22AM -0500, Peter M. Perchansky wrote: I've seen posts in a variety of forums where it states a lot of hosting companies do not offer support for Innodb SQL type tables. AFAIK, there is no easy way to do space management on a per-customer basis with InnoDB

Re: SQL: Shared hosting and innodb support

2002-11-29 Thread Peter M. Perchansky
Greetings Michael: Thank you for your prompt response. When you state, With InnoDB tables, all the data is stored in monolithic files does that mean every database, every database table, etc. all reside within the same file systems? Thank you. At 10:17 AM 11/29/2002 -0500, you wrote: On Fri,

Re: SQL: Shared hosting and innodb support

2002-11-29 Thread Michael T. Babcock
On Fri, Nov 29, 2002 at 10:32:10AM -0500, Peter M. Perchansky wrote: When you state, With InnoDB tables, all the data is stored in monolithic files does that mean every database, every database table, etc. all reside within the same file systems? Same files, not file systems. (See MySQL