Archive for the “MySQL” Category


I didn’t know that it’s possible to work with MySQL using Visual Studio. Apparently MySQL AB is developing a good integration tools for it, definitely targeting corporate markets.

See it on TechPresentations.org: Developing for .NET using Visual Studio

Comments No Comments »

Tons of presentations from MySQL Conference and Expo 2007 (and more coming).

Comments No Comments »

Google Talk by Jay Pipes on Performance tuning in MySQL (video). Given in many other places as well. Slides from different presentation available (PDF).

Comments No Comments »

Google TechTalks presentation by Stewart Smith, MySQL AB (video) on April 28, 2006

Interesting quotes:

  • Variable (really) size VARCHAR
  • Significantly different and faster index add/drop (coming in 5.1)
  • User defined cluster partitioning:
    • by key
    • by range (might not be in 5.1 but in future releases)
    • by list (future, not 5.1)
  • Replicate one cluster to another cluster (note node-to-node replication)
  • much more … really for MySQL powerusersDBAs and large setups.

Comments No Comments »