Why You Should Replace ENUM With Something Else
Wednesday, November 25th, 2009One of the most hotly contested points of my article on database design was the suggestion that developers drop the use of ENUM and use something else instead. Lots of people argued in favor of ENUM; however, there are several good reasons why developers should reconsider ENUM and use it sparingly.
There are three core reasons [...]
Designing Databases: Picking The Right Data Types
Friday, November 20th, 2009When I started writing this blog post, I had titled it “Tips for Designing Databases” and I planned to talk about various database design techniques. However, as I did more and more research, it dawned on me that one of the most crucial, and most overlooked, components of database development, is the selection of data [...]
1:00 am | Comment (15) | Print | Categories: Best Practices, DatabasesFor The Love Of God, Use Keys!
Saturday, December 20th, 2008I recently worked on an application I built some time ago. It was built before I had regard for performance or cared about how a MySQL database should be built. As such, it had no indexes.
That changed, especially when I started playing with old data that I wanted to migrate. The read time on 15 [...]
Hitting the Database Less: Quick and Dirty Strategies for Database Efficiency
Friday, November 14th, 2008Below are a list of my top five quick-and-dirty strategies for improving database performance in web applications. These suggestions are culled from recent experience and mixed with some ideas that I’ve implemented in my own code. They’re not high level, but they are something we need consistent reminders about. Here they are…
5:03 pm | Comment (6) | Print | Categories: Best Practices, Databases, System Architecture
Web developer, amateur photographer, lover of the outdoors and travel. Expect to find me writing code, hiking or visiting new places. I own Blueprint DC and live in Washington, DC. Follow Me On Twitter!
- In Defense of Development Practices
- Upgrades In Open Source
- Taking A Look At Propel 1.5
- The Reasons To Attend PHP Conferences
- HipHop For PHP: Who Benefits, Who Doesn’t
- Some Soul Searching
- Cool DateTime Functions In PHP 5.3
- Testing: Making Sure Code Works Before Shipping It
- Build Systems: Relevancy of Automated Builds In A Web World
- How To Win Developers and Influence Code Quality