Wednesday, December 14, 2005

Designing Databases

By Reuven Lerner on Sat, 2000-04-01 02:00. Software

Structuring tables can improve database performance-- here's how to do it.

Relational databases are becoming increasingly popular for web applications. This is generally a good thing, allowing us to focus on the way in which our data is structured, rather than the way it is stored on disk. Offloading data storage and retrieval tasks to a relational database server means our programs can be smaller and easier to maintain. Designing Databases | Linux JournalAqui