Oracle 5.0 Reference Manual page 1267

Table of Contents

Advertisement

This variable is unused, and is deprecated as of MySQL 5.0.24. It is removed in MySQL 5.1
innodb_log_archive
Whether to log
InnoDB
Recovery from a backup is done by MySQL using its own log files, so there is no need to archive
log files. The default for this variable is 0.
InnoDB
innodb_log_buffer_size
Command-Line Format
Option-File Format
Option Sets Variable
Variable Name
Variable Scope
Dynamic Variable
The size in bytes of the buffer that
is 1MB. Sensible values range from 1MB to 8MB. A large log buffer enables large transactions to
run without a need to write the log to disk before the transactions commit. Thus, if you have big
transactions, making the log buffer larger saves disk I/O.
innodb_log_file_size
Command-Line Format
Option-File Format
Option Sets Variable
Variable Name
Variable Scope
Dynamic Variable
The size in bytes of each log file in a log group. The combined size of log files must be less than
4GB. The default value is 5MB. Sensible values range from 1MB to 1/N-th of the size of the buffer
pool, where
is the number of log files in the group. The larger the value, the less checkpoint flush
N
activity is needed in the buffer pool, saving disk I/O. But larger log files also mean that recovery is
slower in case of a crash.
innodb_log_files_in_group
Command-Line Format
Option-File Format
Option Sets Variable
Startup Options and System Variables
InnoDB
archive files. This variable is present for historical reasons, but is unused.
--innodb_log_buffer_size=#
innodb_log_buffer_size
Yes,
innodb_log_buffer_size
innodb_log_buffer_size
Global
No
Permitted Values
Type
numeric
Default
1048576
Range
1048576 .. 4294967295
InnoDB
--innodb_log_file_size=#
innodb_log_file_size
Yes,
innodb_log_file_size
innodb_log_file_size
Global
No
Permitted Values
Type
numeric
Default
5242880
Range
1048576 .. 4294967295
--innodb_log_files_in_group=#
innodb_log_files_in_group
Yes,
innodb_log_files_in_group
1247
[1247]
uses to write to the log files on disk. The default value
[1247]
[1247]

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents