Archiving

I have almost completely finished the archiving feature that I have been working on for a while now. It should be up and running by tonight or tomorrow. My next goal is to do a redesign of the database structure and see if I can tweak to fit my needs a little more.

I am dissappointed because my host does not allow InnoDB table types and I don’t want to use PostgreSQL to do my work. Why InnoDB you ask? I want to be able to use true foreign keys to cascade a table when a record is deleted in another. With MyISAM I have to manage the deletion of records through PHP which is cumbersome and from a systems design point of view, flat out wrong.

Leave a Reply

Your email address will not be published. Required fields are marked *