…an eye on to prevent a problem before it occurs. For example, if you see a large number of long…why would you ever want to use MySQL…insert a few rows into an InnoDB table, but trying to run a simple mysqlslap just hung on me, so…
Post: Is Synchronous Replication right for your app?
…long as they don’t touch the same row. Row locks are held for modifications until the transaction commits and that takes an…MySQL replication from this instance, since MySQL replication is asynchronous. What about semi-sync MySQL…so we don’t need to update the parent group row so often? INSERT…
Post: Benchmarking Percona Server TokuDB vs InnoDB
… – it is an insert-intensive workload (which… experiment that long. So there we see…take into account: TokuDB results are not quite stable, that is why I also show 5-minute moving averages to TokuDB. So…, as TokuDB does time-based checkpoints….mysql/libjemalloc.so [mysqld] gdb datadir=/mnt/data/mysql …
Post: Distributed Set Processing with Shard-Query
…work on rows! Why would you break… is naturally an INSERT-only workload. The insertions into the… sets Shard-Query takes relational algebra to … that Shard-Query does not have to…database administrator. As long as all of… right now only MySQL storage nodes are …algebra rewrites So, here is an example of…
Post: Heikki Tuuri answers to Innodb questions, Part II
…workload. So benchmark…why to use a flash memory at all, when a battery-backed disk controller write-back cache does…MySQL bugs opened about multi-core scalability (concurrent queries, autoincrement, concurrent inserts, instrumentation, etc.). Rather than treat each defect as an…how long will this take…
Post: Slow Query Log analyzes tools
…INSERT…take most time to execute combined. There is a tool mysqldumpslow in MySQL distribution which kind of does…so you will be able to see if only in certain cases query takes long…
Comment: Database problems in MySQL/PHP Applications
… (NCPK – an auto_increment column… however it > does not always bring…so you do > not have all these problems with loosing data etc. Read more in my > Why MySQL… time to inserts, updates, and deletes…why you can’t remove the foreign key references on the slave(s) as long… columns will take up tremendous…

