BEGIN:VCALENDAR
X-WR-CALNAME:O'Reilly MySQL Conference & Expo 2011
VERSION:2.0
PRODID:Expectnation
CALSCALE:GREGORIAN
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110411T170000
DTSTART;TZID=US/Pacific:20110411T090000
DTSTAMP:20110418T192551
LOCATION:Ballroom A
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17156
UID:http://mysqlconf.com/--s2011-04-11-09:00--17156
SUMMARY:Mastering MySQL, MariaDB and Drizzle Plugin Development
DESCRIPTION:Presented by Sergei Golubchik (MariaDB), Andrew Hutchings (H
 ewlett-Packard). MySQL Plugins - first introduced in 5.1 - are server ex
 tensions that can be loaded into the running MySQL on the fly, without r
 estart. This tutorial will teach what tasks can be solved with plugins, 
 what a plugin consists of, and how to write a plugin that helps with you
 r specific problem. Basic C/C++ and MySQL knowledge is expected, but no 
 deep familiarity with either is required.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T094000
DTSTART;TZID=US/Pacific:20110412T090000
DTSTAMP:20110419T122849
LOCATION:Ballroom EFGH
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/18530
UID:http://mysqlconf.com/--s2011-04-12-09:00--18530
SUMMARY:State of the Dolphin
DESCRIPTION:Presented by Tomas Ulin (Oracle), Duleepa Wijayawardhana (Em
 pire Avenue). Join Tomas Ulin, Oracle’s Vice President of MySQL Engineer
 ing, as he summarizes MySQL’s first year under Oracle’s stewardship, dis
 cusses the current and ongoing engagement with the MySQL user community 
 and offers insights into future roadmaps and commitment to MySQL product
 s.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T100000
DTSTART;TZID=US/Pacific:20110412T094000
DTSTAMP:20110415T203242
LOCATION:Ballroom EFGH
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/19739
UID:http://mysqlconf.com/--s2011-04-12-09:40--19739
SUMMARY:The State of the Elephant
DESCRIPTION:Presented by Ed Boyajian (EnterpriseDB), Bruce Momjian (Ente
 rpriseDB). In the State of the Elephant keynote, Ed Boyajian, CEO of Ent
 erpriseDB, and Bruce Momjian, Co-Founder of The Global PostgreSQL Develo
 pment Group, will present an overview of the PostgreSQL Community.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T102000
DTSTART;TZID=US/Pacific:20110412T100000
DTSTAMP:20110419T125305
LOCATION:Ballroom EFGH
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/20172
UID:http://mysqlconf.com/--s2011-04-12-10:00--20172
SUMMARY:2011 MySQL Awards
DESCRIPTION:Presented by David Axmark (Me, MySelf and I), Michael Wideni
 us (Monty Program Ab). Join us for the annual MySQL Awards, as we recogn
 ize excellence in Community Contributor, MySQL Application, and Corporat
 e Contributor categories.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T115000
DTSTART;TZID=US/Pacific:20110412T105000
DTSTAMP:20110418T192654
LOCATION:Ballroom E
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17119
UID:http://mysqlconf.com/--s2011-04-12-10:50--17119
SUMMARY:Using MySQL 5.5 Performance Schema
DESCRIPTION:Presented by Peter Zaitsev (Percona Inc). MySQL Performance 
 Schema is a new performance analyzes tool in MySQL 5.5, learn how to use
  it for Performance Optimization tasks.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T124000
DTSTART;TZID=US/Pacific:20110412T115500
DTSTAMP:20110415T183121
LOCATION:Ballroom C
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17236
UID:http://mysqlconf.com/--s2011-04-12-11:55--17236
SUMMARY:Understanding Indexing
DESCRIPTION:Presented by Zardosht Kasheff (Tokutek). We present some sim
 ple rules to understand effective indexing techniques without requiring 
 an understanding of the underlying data structures that store the data.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T150000
DTSTART;TZID=US/Pacific:20110412T140000
DTSTAMP:20110413T013220
LOCATION:Ballroom A
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17475
UID:http://mysqlconf.com/--s2011-04-12-14:00--17475
SUMMARY:A New Approach For Dealing with Complex Database Schemas
DESCRIPTION:Presented by Ori Herrnstadt (Akiban). Complex normalized sch
 emas can make database systems slow and inefficient. This presentation e
 xplores a storage layer that eliminates most joins in such systems by pr
 e-joining the data. Data in this storage layer can be accessed using an 
 object API without the overhead of an object-relational mapping layer. I
 t can also be accessed using standard SQL for efficient complex multi-ta
 ble reporting.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T155000
DTSTART;TZID=US/Pacific:20110412T150500
DTSTAMP:20110413T203003
LOCATION:Ballroom E
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17544
UID:http://mysqlconf.com/--s2011-04-12-15:05--17544
SUMMARY:Securing PostgreSQL From External Attack
DESCRIPTION:Presented by Bruce Momjian (EnterpriseDB). This talk explore
 s the ways attackers with no authorized database access can steal Postgr
 es passwords, see database queries and results, and even intercept datab
 ase sessions and return false data. Postgres supports features to elimin
 ate all of these threats, but administrators must understand the attack 
 vulnerabilities to protect against them.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T171000
DTSTART;TZID=US/Pacific:20110412T162500
DTSTAMP:20110413T203013
LOCATION:Ballroom E
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17652
UID:http://mysqlconf.com/--s2011-04-12-16:25--17652
SUMMARY:Introduction to HBase
DESCRIPTION:Presented by Tom Hanlon (Cloudera). HBase is an open source 
 column store built on top of Hadoop.  In this 45 minute session you will
  get a brief introduction into the design of HBase, and the underlying f
 ramework along with some usage examples.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T180000
DTSTART;TZID=US/Pacific:20110412T171500
DTSTAMP:20110414T213832
LOCATION:Ballroom D
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17134
UID:http://mysqlconf.com/--s2011-04-12-17:15--17134
SUMMARY:MQL-to-SQL: a JSON-based Puery Language for  RDBMS Access from A
 JAX Applications
DESCRIPTION:Presented by Roland Bouman (XCDSQL Solutions / Strukton Rail
 ). MQL-to-SQL is open source software that lets you query a RDBMS over H
 TTP using MQL (Metaweb Query Language). MQL is the native query language
  of www.freebase.com. There are good reasons to want MQL also as RDBMS q
 uery language, instead of SQL. This talk explains what MQL is, how it co
 mpares to SQL, why MQL is great for AJAX apps, and how MQL-to-SQL allows
  you to query RDBMSes like MySQL & Postgres
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T190000
DTSTART;TZID=US/Pacific:20110412T180000
DTSTAMP:20110415T005213
LOCATION:Exhibit Hall A
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17819
UID:http://mysqlconf.com/--s2011-04-12-18:00--17819
SUMMARY:Expo Hall Reception
DESCRIPTION:Visit the exhibitors, mingle with other attendees, and enjoy
  great refreshments and drinks at the evening reception.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T230000
DTSTART;TZID=US/Pacific:20110412T190000
DTSTAMP:20110419T122948
LOCATION:See BoF Schedule for Locations
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/19814
UID:http://mysqlconf.com/--s2011-04-12-19:00--19814
SUMMARY:Tuesday Night BoFs
DESCRIPTION:Birds of a Feather (BoF) sessions provide face to face expos
 ure to those interested in the same projects and concepts. BoFs are happ
 ening at MySQL Conference & Expo Tuesday from 7:00p - 11:00pm and Wednes
 day from 6:00p - 11:00p.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110412T210000
DTSTART;TZID=US/Pacific:20110412T190000
DTSTAMP:20110406T181835
LOCATION:Lobby Bar
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/20169
UID:http://mysqlconf.com/--s2011-04-12-19:00--20169
SUMMARY:MySQL Conference & Expo Meetup
DESCRIPTION:Join fellow MySQL Conference & Expo participants at this fun
  and exciting event. Come together, meet each other face to face, and di
 scuss things in real time over a drink at the bar at this year's MySQL C
 E Meetup.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T093000
DTSTART;TZID=US/Pacific:20110413T090000
DTSTAMP:20110419T123131
LOCATION:Ballroom EFGH
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17805
UID:http://mysqlconf.com/--s2011-04-13-09:00--17805
SUMMARY: State of MariaDB
DESCRIPTION:Presented by Michael Widenius (Monty Program Ab). Monty, the
  co-founder of MySQL and now project lead of MariaDB, discusses what Mar
 iaDB is all about. MariaDB is now 2 years old, and has made 2 releases i
 n 2010. He’ll also present an overview of the future of this community d
 eveloped branch of the MySQL database.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T100000
DTSTART;TZID=US/Pacific:20110413T093000
DTSTAMP:20110419T123136
LOCATION:Ballroom EFGH
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17807
UID:http://mysqlconf.com/--s2011-04-13-09:30--17807
SUMMARY:Data in the Cloud
DESCRIPTION:Presented by Mårten Mickos (Eucalyptus Systems). Elasticity 
 is a key characteristic of public, private and hybrid clouds. Virtual ma
 chines can be spun up and spun down at a moment's notice. But how do dat
 abases behave in clouds?
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T102000
DTSTART;TZID=US/Pacific:20110413T100000
DTSTAMP:20110419T123149
LOCATION:Ballroom EFGH
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17806
UID:http://mysqlconf.com/--s2011-04-13-10:00--17806
SUMMARY:State of Drizzle
DESCRIPTION:Presented by Brian Aker (HP). What’s the forecast for Drizzl
 e, a database optimized for Cloud and Net applications? Brian provides a
 n overview of the Drizzle project’s current state as well as what’s ahea
 d.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T115000
DTSTART;TZID=US/Pacific:20110413T105000
DTSTAMP:20110415T120022
LOCATION:Ballroom D
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17315
UID:http://mysqlconf.com/--s2011-04-13-10:50--17315
SUMMARY:Update on the PBXT Storage Engine
DESCRIPTION:Presented by Paul McCullagh (PrimeBase Technologies GmbH). L
 earn about the latest developments in and around the PBXT Storage Engine
 . Emphasis will be placed on technical aspects, discussing how things wo
 rk, and giving practical examples. I will also present the latest perfor
 mance results for PBXT which reveal a particular sweet spot when running
  a new benchmark called the “Provider Benchmark”.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T150000
DTSTART;TZID=US/Pacific:20110413T140000
DTSTAMP:20110414T002845
LOCATION:Ballroom D
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17383
UID:http://mysqlconf.com/--s2011-04-13-14:00--17383
SUMMARY:Openstreetmap -> (PostGIS|MySQL|SpatiaLite) -> OpenLayers: From 
 Map to Web
DESCRIPTION:Presented by Hartmut Holzgraefe (...???...). OpenStreetMap r
 aw data for any non-trivial area comes as a massive amount of XML data. 
 Processing that XML data directly is possible, importing it into into a 
 spatial database provides for much more interesting processing options t
 hough, especially when it comes to producing on demand map data for web 
 applications with acceptable performance.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T155000
DTSTART;TZID=US/Pacific:20110413T150500
DTSTAMP:20110418T114655
LOCATION:Ballroom G
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17829
UID:http://mysqlconf.com/--s2011-04-13-15:05--17829
SUMMARY:Dynamic Columns
DESCRIPTION:Presented by Michael Widenius (Monty Program Ab), Oleksandr 
 Byelkin (Monty Program). New feature of Maria DB which makes schema-less
  part of table possible will be described for database users with some d
 etails of its implementation on the server.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T171000
DTSTART;TZID=US/Pacific:20110413T162500
DTSTAMP:20110419T123221
LOCATION:Ballroom F
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17289
UID:http://mysqlconf.com/--s2011-04-13-16:25--17289
SUMMARY:NoSQL with MySQL
DESCRIPTION:Presented by Yekesa Kosuru (Nokia), Peter Zaitsev (Percona I
 nc). The “NoSQL” movement is typically related to key-value systems and,
  lacking a formal definition, can be interpreted many ways. NoSQL discus
 sions that focus on availability and scalability highlight ACID issues b
 ut not really SQL.  The key-value systems can be built many ways and rel
 ational databases as a back end is a serious contender.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T180000
DTSTART;TZID=US/Pacific:20110413T171500
DTSTAMP:20110512T212542
LOCATION:Ballroom F
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17226
UID:http://mysqlconf.com/--s2011-04-13-17:15--17226
SUMMARY:Using MySQL As NoSQL - Introduction to HandlerSocket Plugin
DESCRIPTION:Presented by Yoshinori Matsunobu (DeNA), Kazuho Oku (DeNA). 
 Most of high scale web applications use memcached + MySQL or NoSQL. It i
 s said that NoSQL performs better than MySQL for simple access patterns 
 such as primary key lookups. But things are changing. DeNA recently deve
 loped HandlerSocket plugin, a MySQL plugin speaking NoSQL protocols. We 
 got 750,000+ qps in our benchmarks and runs pretty well on our productio
 n. We'd like to share our experiences.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T190000
DTSTART;TZID=US/Pacific:20110413T180000
DTSTAMP:20110414T040654
LOCATION:See BoF Schedule for Locations
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/19815
UID:http://mysqlconf.com/--s2011-04-13-18:00--19815
SUMMARY:Wednesday Night BoFs
DESCRIPTION:Birds of a Feather (BoF) sessions provide face to face expos
 ure to those interested in the same projects and concepts. BoFs are happ
 ening at MySQL Conference & Expo Tuesday from 7:00p - 11:00pm and Wednes
 day from 6:00p - 11:00p.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T203000
DTSTART;TZID=US/Pacific:20110413T190000
DTSTAMP:20110419T084515
LOCATION:Ballroom EFGH
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/19409
UID:http://mysqlconf.com/--s2011-04-13-19:00--19409
SUMMARY:Ignite MySQLconf
DESCRIPTION:Presented by Brian Aker (HP). If you had five minutes on sta
 ge what would you say? What if you only got 20 slides and they rotated a
 utomatically after 15 seconds? Would you pitch a project? Launch a web s
 ite? Teach a hack? We’ll find out this year at Ignite MySQLconf. Ignite 
 MySQLconf will happen on Wednesday, April 13 at 7:00pm. The call for Ign
 ite MySQLconf talk proposals now closed.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T230000
DTSTART;TZID=US/Pacific:20110413T203000
DTSTAMP:20110314T203941
LOCATION:See BoF Schedule for Locations
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/19817
UID:http://mysqlconf.com/--s2011-04-13-20:30--19817
SUMMARY:Wednesday Night Bofs, con't
DESCRIPTION:Birds of a Feather (BoF) sessions provide face to face expos
 ure to those interested in the same projects and concepts. BoFs are happ
 ening at MySQL Conference & Expo Tuesday from 7:00p - 11:00pm and Wednes
 day from 6:00p - 11:00p.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110413T210000
DTSTART;TZID=US/Pacific:20110413T203000
DTSTAMP:20110419T133235
LOCATION:Techmart Santa Clara Dining Room
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/20193
UID:http://mysqlconf.com/--s2011-04-13-20:30--20193
SUMMARY:MySQL Community Reception by Oracle
DESCRIPTION:Join the MySQL Team at Techmart Santa Clara (next door to th
 e Convention Center) on April 13, 2011, as we celebrate the health and g
 rowth of the MySQL community.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110414T093000
DTSTART;TZID=US/Pacific:20110414T090000
DTSTAMP:20110419T125517
LOCATION:Ballroom EFGH
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17808
UID:http://mysqlconf.com/--s2011-04-14-09:00--17808
SUMMARY:Building on Strengths, Learning from Differences
DESCRIPTION:Presented by Baron Schwartz (VividCortex Inc). The last few 
 years have brought technological and market shifts that have disrupted o
 pen-source databases.  These include cloud computing, solid-state storag
 e, non-SQL databases, and MySQL's acquisition.  In this keynote presenta
 tion, Baron Schwartz will discuss the new reality that faces open-source
  database users and developers.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110414T100000
DTSTART;TZID=US/Pacific:20110414T093000
DTSTAMP:20110419T123302
LOCATION:Ballroom EFGH
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/19703
UID:http://mysqlconf.com/--s2011-04-14-09:30--19703
SUMMARY:The Next Decade in Data Management
DESCRIPTION:Presented by Mike Olson (Cloudera). The meteoric growth of M
 ySQL through the 1990s and 2000s were marked by some big in the enterpri
 se database market -- a willingness to adopt open source software for cr
 itical business applications, and the emergence of a new class of databa
 se-backed web applications that needed a simpler, cheaper and more flexi
 ble storage model than the established vendors provided.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110414T102000
DTSTART;TZID=US/Pacific:20110414T100000
DTSTAMP:20110419T084551
LOCATION:Ballroom EFGH
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/20166
UID:http://mysqlconf.com/--s2011-04-14-10:00--20166
SUMMARY:Best of Ignite
DESCRIPTION:If you missed Ignite MySQLconf on Wednesday evening, come ch
 eck out the Best of Ignite - several fun, high-energy “speed presentatio
 ns” given by people like you.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110414T115000
DTSTART;TZID=US/Pacific:20110414T105000
DTSTAMP:20110419T125532
LOCATION:Ballroom C
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17349
UID:http://mysqlconf.com/--s2011-04-14-10:50--17349
SUMMARY:InnoDB: Status, Architecture, and Latest Enhancements
DESCRIPTION:Presented by Inaam Rana (Oracle), John Russell (Oracle Corpo
 ration). InnoDB becomes the default storage engine in MySQL 5.5. At this
  session, you will learn the current state of InnoDB and the latest enha
 ncements to the InnoDB storage engine in MySQL 5.5; plus how InnoDB work
 s.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110414T124000
DTSTART;TZID=US/Pacific:20110414T115500
DTSTAMP:20110418T193513
LOCATION:Ballroom E
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17340
UID:http://mysqlconf.com/--s2011-04-14-11:55--17340
SUMMARY:Metadata locking and deadlock detection in MySQL 5.5
DESCRIPTION:Presented by Konstantin Osipov (MySQL). MySQL 5.5 features a
  new transactional lock manager, available to all storage engines. The n
 ew subsystem allowed to solve a number of old MySQL architecture problem
 s, such as lack of transactional awareness of data definition language, 
 as well as opened the door for a number of new performance and scalabili
 ty improvements.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110414T144500
DTSTART;TZID=US/Pacific:20110414T140000
DTSTAMP:20110414T215315
LOCATION:Ballroom D
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17493
UID:http://mysqlconf.com/--s2011-04-14-14:00--17493
SUMMARY:Finally! How Drizzle Does the Things You've Always Wanted to Do
DESCRIPTION:Presented by Monty Taylor (HP). Drizzle has a rich plugin sy
 stem, which means that Drizzle has a rather large set of available plugi
 ns which do things. Some of those plugins implement functionality that p
 eople have been asking for in the MySQL ecosystem for quite some time - 
 such as LDAP or PAM based authentication, extremely flexible logging and
  direct use of Memcached. Come see how to actually do these things and m
 ore.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110414T153500
DTSTART;TZID=US/Pacific:20110414T145000
DTSTAMP:20110208T100913
LOCATION:Ballroom C
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17216
UID:http://mysqlconf.com/--s2011-04-14-14:50--17216
SUMMARY:Introducing kewpie - a feedback-based query generation and testi
 ng framework
DESCRIPTION:Presented by Patrick Crews (HP Cloud Services). Kewpie is a 
 random testing tool for database systems.  Based on research by Microsof
 t's SQL Server team, it utilizes feedback from the system under test to 
 help drive query generation.  This design provides a greater degree of c
 ontrol and accuracy than purely random systems. This talk will discuss t
 he motivations behind the system as well as providing several applicatio
 ns for testing.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110414T163500
DTSTART;TZID=US/Pacific:20110414T155000
DTSTAMP:20110419T123357
LOCATION:Ballroom EFGH
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/20121
UID:http://mysqlconf.com/--s2011-04-14-15:50--20121
SUMMARY:Big and Small Data at @Twitter
DESCRIPTION:Presented by Jeremy Cole (Twitter). Keynote by Jeremy Cole, 
 DBA Team Lead and MySQL Architect, Twitter.
END:VEVENT
BEGIN:VEVENT
DTEND;TZID=US/Pacific:20110414T171500
DTSTART;TZID=US/Pacific:20110414T163500
DTSTAMP:20110419T130047
LOCATION:Ballroom Foyer
URL:http://en.oreilly.com/mysql2011/public/schedule/detail/17820
UID:http://mysqlconf.com/--s2011-04-14-16:35--17820
SUMMARY:Ice Cream Social Closing Reception
DESCRIPTION:Join us in Exhibit Hall A immediately following the general 
 sessions to celebrate four fantastic days of MySQL Conference & Expo. Ta
 ke the opportunity to network one last time at this closing event, enjoy
  some ice cream and other tasty refreshments.
END:VEVENT
END:VCALENDAR
