2 messages in com.mysql.lists.mysql-esRe: Limite tamño tablas innodb| From | Sent On | Attachments |
|---|---|---|
| Claudio Morales | 09 May 2005 18:25 | |
| Carl...@caaarem.org.mx | 09 May 2005 18:34 |
| Subject: | Re: Limite tamño tablas innodb![]() |
|---|---|
| From: | Carl...@caaarem.org.mx (Carl...@caaarem.org.mx) |
| Date: | 05/09/2005 06:34:27 PM |
| List: | com.mysql.lists.mysql-es |
Pues hasta donde yo se debes de usar una opcion que es el autoextend, esto yo lo configuro en el archivo my.ini
#This File was made using the WinMySQLAdmin 1.4 Tool #28/01/2004 02:41:17 p.m.
#Uncomment or Add only the keys that you know how works. #Read the MySQL Manual for instructions
[mysqld]
# ********* General Parameters **************** #Port number to use for connections. port=3307 #Path to installation directory. All paths are usually resolved relative to this. basedir=C:/mysql4020a #Path to the database root datadir=C:/mysql4020a/data #Path to the temporary directory. tmpdir=C:/mysql4020a/tmp
# ********* innoDB **************** #Paths to individual datafiles and their sizes. innodb_data_file_path=ibdata1:10M:autoextend #The common part of the directory path for all InnoDB datafiles. Leave this empty if you want to split the data files onto different drives. innodb_data_home_dir=C:/mysql4020a/innoDB #Directory path to InnoDB log files. innodb_log_group_home_dir=C:/mysql4020a/logs #Directory path where log archives should be stored. innodb_log_arch_dir=C:/mysql4020a/logs # Helps in performance tuning in heavily concurrent environments. innodb_thread_concurrency=8
# ********* logFiles **************** #Enter a name for the binary log. Otherwise a default name will be used. log-bin=C:/mysql4020a/logs/bin.log #Enter a name for the query log file. Otherwise a default name will be used. log=C:/mysql4020a/logs/qry.log #Enter a name for the error log file. Otherwise a default name will be used. log-error=C:/mysql4020a/logs/My4020a.log #Enter a name for the slow query log. Otherwise a default name will be used. log-slow-queries=C:/mysql4020a/logs/slw.log #Enter a name for the update log file. Otherwise a default name will be used. log-update=C:/mysql4020a/logs/upd.log #Enter a name for the isam logfile. Otherwise a default name will be used. log-isam=C:/mysql4020a/logs/isam.log
# ********* Replication **************** # Uniquely identifies the server instance in the community of replication partners. server-id=3
# ********* NetWorking **************** #Name of the socket file to use. socket = C:/mysql4020a/tmp/my4020.sock #Max packetlength to send/receive from to server. max_allowed_packet=15M #The number of simultaneous clients allowed. max_connections=100
# ********* Advanced **************** #Client error messages in given language. May be given as a full path. language=C:/mysql4020a/share/spanish #Set the default character set. default-character-set=latin1 #Path to the character-sets directory. character_sets-dir=C:/mysql4020a/share/charsets #If set to 1 table names are stored in lowercase on disk and table names will be case-insensitive. lower_case_table_names #IP address to bind to. bind-address=127.0.0.1 #Use concurrent insert with MyISAM. skip-concurrent-insert
-------------------------------------------------------------------------------- Carlos Pérez Domínguez
--------------------------------------------------------------------------------
Claudio Morales <clau...@yahoo.com.mx> 09/05/2005 07:26 p.m.
Para mysq...@lists.mysql.com cc
Asunto Limite tamño tablas innodb
Hola a todos
La ayuda que me dieron con mi duda de que es mysql me sirvio vastante, pero ahora me preocupa otra cosa un poco mas critica que es la siguiente:
Utilizo las tablas Inoodb por que pudes poner reglas de relaciones entre ellas y por que segun son de mas tamaño, pero revizandolas con programa de mysql administrator me di cuenta que me marca como que espacio
libre de la tabla de como de 3 megas y me preocupa por que apenas tiene dos meses de uso y esta destinada para mas de dos años de vida y ya tiene mucho espacio ocupado esto se debe a que tiene datos de tipo blob y son archivos pdfs
segun yo sabia que estas tablas crecian de tamaño automaticamente lo cual no creo y no quiero esperarme a que ya me diga que no pueden mas.
por cierto uso una version de mysql 4.0.23
gracias de antemano
--------------------------------- Do You Yahoo!? Yahoo! Net: La mejor conexión a internet y 2GB en tu buzón de Correo Yahoo! por $100 al mes.
Correo entrante verificado por Servidor de Antivirus
Correo saliente verificado por Servidor de Antivirus
Nota Importante: Este mensaje (incluyendo cualquier archivo anexo) es
confidencial y personal. En caso de que usted lo reciba por error favor de
notificar a weba...@caaarem.org.mx regresando este correo electrónico y
eliminando este mensaje de su sistema. Cualquier uso o difusión en forma total o
parcial del mensaje así como la distribución o copia de este comunicado esta
estrictamente prohibida. Favor de tomar en cuenta que los e-mails son
susceptibles de cambio.
Disclaimer: This message (including any attachments) is confidential and may be
privileged. If you have received it by mistake please notify
weba...@caaarem.org.mx by returning this e-mail and delete this message from
your system. Any unauthorised use or dissemination of this message in whole or
in part and distribution or copying of this communication is strictly
prohibited. Please note that e-mails are susceptible to change.




