Managing Hierarchical Data in MySQL
Interesting way of using nested sets to represent hierarchical data in a database, and reduce the number of self joins needed to display the full tree. [via mysql.com]
Boulderer, iPhone developer, photographer and designer at Fog Creek Software in NYC.
Interesting way of using nested sets to represent hierarchical data in a database, and reduce the number of self joins needed to display the full tree. [via mysql.com]