wagnerbianchi.com

Archive for novembro, 2011

Cache de Threads – thread_cache_size

segunda-feira, novembro 28th, 2011 Posted in MySQL Tuning | No Comments »

Um dos pontos mais críticos para o workload do MySQL é a criação contínua de threads e sabendo-se que a cada conexão que uma aplicação ou um cliente qualquer realiza ... Read more..

Analisando o InnoDB Buffer Pool

quinta-feira, novembro 24th, 2011 Posted in MySQL Manutenção | No Comments »

A primeira coisa a se fazer ao se trabalhar com o InnoDB é utilizar as variáveis de status para checar se a configuração atual do Buffer Pool, definida em innodb_buffer_pool_size, ... Read more..

InnoDB Buffer Pool

terça-feira, novembro 22nd, 2011 Posted in MySQL Manutenção | No Comments »

Os exemplos deste artigo contam com uma instalação completamente nova do MySQL, na versão 5.5.18, rodando em CentOS 6.0, conforme exibido abaixo: [root@mgm01 ~]# rpm -ivh MySQL-server-5.5.18-1.rhel5.i386.rpm Preparing...             ... Read more..

Monitorando discos do servidor

quarta-feira, novembro 16th, 2011 Posted in MySQL Manutenção | 1 Comment »

Pode ser que esse post não tenha haver com o fato de este ser um blog focado em MySQL, mas, pelo contrário, tudo que está em torno de tal software ... Read more..

Manutenção do MySQL – mysqlcheck

domingo, novembro 13th, 2011 Posted in MySQL Manutenção | No Comments »

Uma das tarefas mais interessantes e que envolve mais pontos a serem analisados são as rotinas de manutenção dos bancos de dados e com o MySQL não é diferente. Tais ... Read more..

Little comments about InnoDB

terça-feira, novembro 8th, 2011 Posted in MySQL A&D | No Comments »

Hello everyone, here we go for a new blog post and now treating about InnoDB inside MySQL 5.5 and as you should now, this new version uses InnoDB Plugin version ... Read more..

Compressão de dados entre Storage Engines

terça-feira, novembro 8th, 2011 Posted in MySQL A&D | No Comments »

Muitos são os problemas quando se tem uma empresa que utiliza qualquer um dos produtos de bancos de dados existentes no mercado e não libera os investimentos necessários em estrutura, ... Read more..

Starting with MySQL Cluster

terça-feira, novembro 8th, 2011 Posted in MySQL HA | No Comments »

MySQL Cluster originates from a product called Network DataBase from Ericson Telco, located on Swedish.  Ericson's intention was to have a database running on network as a service. Today's MySQL ... Read more..

MySQL Cluster Storage Nodes

terça-feira, novembro 8th, 2011 Posted in MySQL HA | No Comments »

Going on with our MySQL Cluster studies, now I am starting this new post to talk or write about the Storage or Data Nodes, that one is responsible to storage ... Read more..

MySQL Replication Topologies

terça-feira, novembro 8th, 2011 Posted in MySQL Replication | No Comments »

You should know that MySQL team has been doing a good job and that product naturally is being a great option when the chat is horizontal scale or Scale-Out too. ... Read more..

MySQL 5.6 and the new MySQL Partitioning resources

terça-feira, novembro 8th, 2011 Posted in MySQL A&D | No Comments »

There are lots of new features on MySQL 5.6 related to the MySQL Partition Engine that we can apply on database tables. With MySQL new version, besides the performance improvements ... Read more..