sakaikの日々雑感~日常編

sakaikの日々の雑記。食べ物、読み物、お出かけ(旅行)などなど

MySQL Conferene 1日目午後の部(4/14)

MySQL Conference & Expo 2008 第1日目午後(行ってない人によるメモ)

===========================================

  • 1.8 Writing MySQL UDFs
    • Architecture and Technology, General, LAMP, PHP and MySQL, Tutorial
    • 講演者: Roland Bouman (MySQL社)
    • 2008/04/14(月) 14:00-17:30
  • 1.9 Memcached and MySQL
    • Architecture and Technology, Performance Tuning and Benchmarks, Storage Engine Development and Optimization, Tutorial
    • 講演者: Brian Aker (MySQL社), Alan Kasindorf (Six Apart)
    • 2008/04/14(月) 14:00-17:30
  • 1.10 SQL Antipatterns
    • Architecture and Technology, General, Performance Tuning and Benchmarks, Tutorial
    • 講演者: Bill Karwin (Karwin Software Solutions)
    • 2008/04/14(月) 14:00-17:30
  • 1.11 Real World Web: Performance & Scalability, MySQL Edition
    • Architecture and Technology, Performance Tuning and Benchmarks, Replication and Scale-Out, Tutorial, Web 2.0, Ajax, and Emerging Technologies
    • 講演者: Ask Bj〓rn Hansen (Develooper)
    • 2008/04/14(月) 14:00-17:30

===========================================

(MEMO: 午前ぶんで力尽きた。。あとでチカラが回復したら書く)


■1.8 Writing MySQL UDFs


■1.9 Memcached and MySQL

  • Memchached についてイチから説明するよ。
    • Start with the basics: Memcached’s Client/Server architecture.
    • Pick your poison: There are many clients for bridging MySQL and Memcached, pick one (or more!).
    • Get it out there: Tips for deploying Memcached in production.
    • What it all means: Master the mythical slab allocator, and tune the settings precisely for what you need.
    • Drive code: Work your MySQL data queries into Memcached. Avoid stale data, keep it fast.
    • Don’t get caught: There are limits!
    • Keep up to date: Where to go to stay up to date.
    • Learn how to integrate Memcached with MySQL through functions and MySQL’s Storage Engine Layer

■1.10 SQL Antipatterns

■1.11 Real World Web: Performance & Scalability, MySQL Edition

.