+ flush after each commit). 2 writes the log buffer to
the log file at every commit, but flush it once every second.
On 10/16/2010 05:03 PM, short cutter wrote:
Hello,
Does innodb_flush_log_at_trx_commit = 1 or 2 make a busy mysql server
bad performance?
We found that setting it to 0 will make
Hello,
Does innodb_flush_log_at_trx_commit = 1 or 2 make a busy mysql server
bad performance?
We found that setting it to 0 will make disk IO decrease a lot.
Thanks.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql
Hi,
InnoDB provides MySQL with a transaction-safe (ACID compliant) storage engine
that has commit, rollback, and crash recovery capabilities. MyISAM, the default
storage engine. Unless compiled with InnoDB, MySQL is not ACID compliant.
When innodb_flush_log_at_trx_commit
=0 the log buffer
hello all,
We do not run transactions at all on our db. All our queries are autocommit. So
what should be the value set to this variable : innodb_flush_log_at_trx_commit
We currently have it set to 1 and all our tables are Innodb. Since we are not
running any transactions at all, is it better
Hello,
As far as I understand, setting innodb_flush_log_at_trx_commit to 0
could lead to several problems (data loss ?, ...).
Can you tell me more about it ?
Regards.
Geoffrey Dufour
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http
Jeremy,
do we have the control as to WHEN to update the actual
tables???
Thanx..
Ritu Singla
--- Jeremy Zawodny <[EMAIL PROTECTED]> wrote: >
On Mon, Jun 03, 2002 at 07:07:29AM +0100, ritu
> singla wrote:
> > Hello,
> >
> > in InnoDB tables in MySQL, if
> &g
On Mon, Jun 03, 2002 at 07:07:29AM +0100, ritu singla wrote:
> Hello,
>
> in InnoDB tables in MySQL, if
> innodb_flush_log_at_trx_commit is set to 1, then on
> COMMIT, the buffer log is flushed to disk log...
Right.
> or the changes are reflected in the disk copy of the dat
Hello,
in InnoDB tables in MySQL, if
innodb_flush_log_at_trx_commit is set to 1, then on
COMMIT, the buffer log is flushed to disk log...or the
changes are reflected in the disk copy of the
database???
i mean what is flushed, the buffer-pool that contains
data and indexes or the log-buffer
On Wed, Jan 30, 2002 at 03:06:36PM -0800, Joseph Drozdik wrote:
> Hi all,
>
> I've been looking at the performance of mysql using innodb tables
> and I've noticed that I can get a huge benifit by setting
> innodb_flush_log_at_trx_commit = 0. The documentation warns me th
Hi all,
I've been looking at the performance of mysql using innodb tables and I've
noticed that I can get a huge benifit by setting
innodb_flush_log_at_trx_commit = 0. The documentation warns me that I can
loose a couple of seconds of transactions in system crash if I do this.
It se
10 matches
Mail list logo