June 19, 2013

Post: Falcon Storage Engine Design Review

We should however see how “compact” they would be in real world cases and how muchdata (it is not implemented in MySQL anyway though). Very interesting to see how this one will compare to transparent gzip page compression… typical for MySQL use of Databases just as directories it can be the problem…

Post: MySQL Users Conference - Innodb

data and for various indexes. How many “fragmented” pages do we have in the index with current compression settings. The same utility could be useduses dynamic or static record format ? (static record format for sort used by MyISAM may cause sort files to be much… many MySQL patches so we can call …

Post: Trying Archive Storage Engine

mysql mysql 9162 Nov 12 11:00 requests_061111.frm Can‘t say I’m impressed we have only about 2 times compressionhow much table would take if compressed with bzip2 – it took a while to compress but result was 310MB 40% better than compressed

Post: To pack or not to pack - MyISAM Key compression

…. First lets see how key compression works. Key compression applies on the …compression applies to data pointer for the same key value. It also can be usedCompressed blocks need to be treated differently. For uncompressed index blocks MySQL can… 1.26s So we can see theory goes pretty much in hand with…

Post: Detailed review of Tokutek storage engine

… form, but OS Cache can keep compressed pages in memory. For the data set we tested, TokuDB used 6.2x less disk space… schema, in two modes – 1. data size is much more then memory and 2. data fits into memory. As you see… going to be fixed in MySQL 6.0, but I can‘t yet say how it will work with mix of…

Post: Distributed Set Processing with Shard-Query

… systems are much farther from …, I learned how to distribute …data from all the nodes. A single temporary table is used to store the results from all the nodes. Since wedata on which your queries operate. It can, however, use… now only MySQL storage nodes … items * IN list compression is not required…

Post: To UUID or not to UUID ?

we want – if we access “recent” items more frequently and data set is large auto_increment would work muchcan do them pretty efficient by using binary compression. Plus they should be stored in optimized sort order to minimize how

Post: Intro to OLAP

using MySQLcompression of data which can improve performance. Loading datadata, much more than a spreadsheet can usually handle. MOLAP servers usually require that all, or almost all of the data

Post: How does MySQL Replication really work?

we have one that covers the very basics of how MySQL replication really works on the high level. Or it’s been so long ago I can…file stores data that …’s used for … slave compressed protocol. …can do much more IO operations per second even with a single thread – fastest traditional disks can

Post: Blob Storage in Innodb

…But before we look into how BLOBs…use external blob storage pages. For example 7KB blob canMuch better decision in many cases could be combine data in the single large Blob (and potentially compresswe‘ll come to implementing this in XtraDB :) So BLOB storage was not very efficient in REDUNDANT (MySQL