Session
Moving From Flat File Storage to RDBMS
David Aldrich, UNT Health Science Center
Track: PostgreSQL
Date: Thursday, July 26
Time: 11:30am
- 12:15pm
Location: Bel Aire South
The advent of the open source relational database has dramatically changed the method of storing and retrieving information for web based applications. This presentation focuses on applications that utilize PostgreSQL for this purpose. One application, originally written in all flat files, migrated to dbm style hash databases for access speed, and then to an SQL based data implementation for flexibility, and now on to PostgreSQL for both. Other applications are implemented with PostgreSQL and other Open Source software throughout.