May 22, 2012

Post: Trying Archive Storage Engine

… 310MB 40% better than compressed by gzip. I wish Archive storage engine would specify archiving method and compression level. Some people may like fast…_size used by MyISAM. Summary: Archive storage engine does compresses your data and should be good for log storage or storing something which needs…

Post: Power of MySQL Storage Engines

… other databases. MEMORY storage engine is old timer of this type, ARCHIVE, CSV are other good examples. There are also storage engines out where to read sensor data, talk to memcache or external search engine

Post: Updated msl (microslow) patch, installation walk-through!

…’ ‘–with-ndbcluster’ ‘–with-innodb’ ‘–with-csv-storage-engine‘ ‘–with-archive-storage-engine‘ ‘–with-blackhole-storage-engine‘ ‘–with-example-storage-engine‘ ‘–with-federated-storage-engine‘ ‘–without-bench’ ‘–with-zlib-dir=bundled’ ‘–with…’ ‘–with-ndbcluster’ ‘–with-innodb’ ‘–with-csv-storage-engine‘ ‘–with-archive-storage-engine‘ ‘–with-blackhole-storage-engine‘ ‘–with-example-storage-engine‘ ‘–with-federated-storage-engine‘ ‘–without-bench’ ‘–with-zlib-dir=bundled’ ‘–with…

Post: Using MyISAM in production

… have the same view on Storage Engines – Innodb is my oppinion is better choise for general purpose storage engine – it better matches what you… performance requirements, not to mention different load: Log tables. Now Archive storage engine can be even better. Read only data, especially packed with…

Comment: 5.0.75-build12 Percona binaries

…-b12′ ‘–without-embedded-server’ ‘–with-innodb’ ‘–with-csv-storage-engine‘ ‘–with-archive-storage-engine‘ ‘–with-blackhole-storage-engine‘ ‘–with-federated-storage-engine‘ ‘–without-bench’ ‘–with-zlib-dir=bundled’ ‘–with…

Comment: MySQL Crash Recovery

… both speed AND safety in many cases. Though MyISAM, MEMORY, ARCHIVE storage engines all can be faster for some workloads. Indeed you’re…

Comment: Binaries of MySQL 5.0.33 Community release for AMD64 / EM64T

…) – build www.mysqlperformanceblog.com\” \ –with-server-suffix=’%{server_suffix}’ \ –with-archive-storage-engine \ –with-innodb \ –with-big-tables I took it from generic…

Comment: Binaries of MySQL 5.0.33 Community release for AMD64 / EM64T

…-dir=bundled’ ‘–with-big-tables’ \ ‘–with-yassl’ ‘–with-readline’ ‘–with-archive-storage-engine‘ ‘–with-innodb’ ‘–with-extra-charsets=complex’ ‘CC=gcc’ ‘CXX=gcc’

Post: Should you move from MyISAM to Innodb ?

… is important to consider them. How about Mixing Storage Engines ? Sure you can mix storage engines but I suggest you doing is wisely. It… storage engines may not be well balanced or replication of mixed table types which is quite complicated. I prefer to pick one storage engine… 5% performance improvement but I can perfectly use MyISAM (or Archive) for logging. Innodb Needs Tuning As a final note about…

Post: Give me 8 hours, and I'll help you build a better application

… them — read on for the details. 1. Archive or Purge Your Database Data archiving is crucial. There is a difference between data… growing. The simplest way is to prevent it from growing. Archiving and purging unnecessary data is probably one of the highest… unused rows can bloat and dilute your indexes and tables. Storage engines such as InnoDB also don’t have features such as…