Maggie Nelson

Going to Atlanta (via php|works)!

by maggie on Jul.02, 2007, under entry

Two of my proposals were accepted to the php|works 2007 conference! w00t!
The talks that were accepted were:
You Don’t Need a DBA or What Every PHP Developer Should Know about Database Development
No amount of optimizing can be a substitute for proper design. This talk will focus on good practices when designing a database, ranging from learning how to preserve referential integrity, through proper indexing to optimizing techniques such as denormalization. This talk is meant for developers who would like to make the jump from writing basic SQL queries to more advanced database tasks.
How to Optimize a Database Query
Through a series of examples, this talk will explore how a database query can be optimized for the specific task it is meant to perform. Common themes when optimizing queries: learning what kind of data to expect, assessing your needs, finding the balance between not enough and too many indexes, and utilizing alternate solutions such as denormalization. As the sample queries are dissected to make them better and faster, I will use Oracle’s EXPLAIN PLAN to illustrate how the database is attempting to retrieve data.
Now I gotta go practice public speaking…

No comments for this entry yet...

Comments are closed.

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Tags

RSS Planet PHP

  • Module Bootstraps in Zend Framework: Do's and Don'ts
    I see a number of questions regularly about module bootstraps in Zend Framework, and decided it was time to write a post about them finally. In Zend Framework 1.8.0, we added Zend_Application, which is intended to (a) formalize the bootstrapping process, and (b) make it re-usable. One aspect of it was to allow bootstrapping of individ […]
    Matthew Weier O'Phinney
  • Webinar - New in Zend Framework 1.10!
    Zend Framework 1.10 sports a ton of new features, as well as completely revamped online documentation. In this webinar, Matthew Weier O’Phinney, Framework Project Lead, and Ralph Schindler, Zend Framework Software Engineer, will present a synopsis of the new features, discuss the new online documentation system and how it’s built, and answer your questions a […]
    Zend Developer Zone
  • ConFoo PHP 5.3 == Awesome! Slides
    Finally managed to upload my slides from my ConFoo PHP 5.3 == Awesome! talk. Slides Thanks for all the attendees, especially those who asked questions […]
    Ilia Alshanetsky
  • ConFoo PHP 5.3 == Awesome! Slides
    Finally managed to upload my slides from my ConFoo PHP 5.3 == Awesome! talk. Slides Thanks for all the attendees, especially those who asked questions […]
    Ilia Alshanetsky
  • Slides from my Confoo.ca talk now online
    I’ve just uploaded the slides from my confoo.ca talk “Making software management tools work for you”. You can download the slides from here. Thanks again to everyone who attended! Please give me feedback on joind.in. […]
    John Mertic