Re: [Koha-devel] Database size with InnoDB

2009-01-16 Thread Nahuel ANGELINETTI
Hi, Le Fri, 16 Jan 2009 12:46:29 +0100, Zeno Tajoli a écrit : > > >[12 Jul 2004 15:51] Heikki Tuuri > > > >If you use MySQL-4.1.3, define > > > >innodb_file_per_table > > > >in my.cnf, and do OPTIMIZE TABLE, the operating system will get the > >disk space back. That > >is because the table is s

Re: [Koha-devel] Database size with InnoDB

2009-01-16 Thread Nahuel ANGELINETTI
Hi, Le Fri, 16 Jan 2009 12:46:29 +0100, Zeno Tajoli a écrit : > > >[12 Jul 2004 15:51] Heikki Tuuri > > > >If you use MySQL-4.1.3, define > > > >innodb_file_per_table > > > >in my.cnf, and do OPTIMIZE TABLE, the operating system will get the > >disk space back. That > >is because the table is s

Re: [Koha-devel] Database size with InnoDB

2009-01-16 Thread Zeno Tajoli
Hi to all, At 16.42 08/01/2009, Nahuel ANGELINETTI wrote: >I don't know if some people have a big experience from InnoDB >and MySQL. >We just see in mysql documentation innoDB does not >reallow the disk space of deleted datas. I'm try to find a solution of this problem. I'm still working but I t