2006-08-03から1日間の記事一覧

Alternatives to innerHTML

js

MySQL Performance Blog » Returning to InnoDB scalability

マルチCPUなマシンで、同時実行スレッドが増えるとパフォーマンスががた落ちする。 理由は、スレッド間でグローバルなmutex(buffer_pool_mutex)のロック獲得の取り合いになってるからっぽい。 とりあえずの対応は、innodb_thread_concurrencyを2とか4にす…

MySQL Performance Blog » MySQL Crash Recovery

Binary log corruption - Binary log may become corrupted and out of sync with database content. This will sometimes break replication but if you’re just planning on using binary log for point in time recovery it can go unnoticed. sync_binlo…