Pages
Portfolio
Categories
Archives
- February 2012 (1)
- January 2012 (1)
- November 2011 (1)
- October 2011 (5)
- August 2011 (9)
- July 2011 (7)
- May 2011 (13)
Most Popular
- Interesting result - 1,006 views
- World’s Whiniest: Batman or Superman - 962 views
- MySQL Type Performance (varchar vs text) - 846 views
- Project Euler Problem 8 (PHP) - 694 views
Category Archives: Databases
Learning To Program
Walk into any bookstore, and you’ll see how to Teach Yourself Java in 7 Days alongside endless variations offering to teach Visual Basic, Windows, the Internet, and so on in a few days or hours … The conclusion is that … Continue reading
MySQL Type Performance (varchar vs text)
Great article about the difference between the varchar type and the text type in MySQL. To quote (emphasis added): [L]et’s start out with the two new VARCHAR(30000) columns. In a normal MyISAM table, with a dynamically sized row, these two … Continue reading
Posted in Databases
Comments Off
