peterbaker
08-28-02, 07:50
| i am designing a database to store various types of logfile lines, which record proxy-server activity on firewall machines. Because the lines are not related, it is hard to come up with a model that groups them into categories. In addition to this, it seems more efficient to create tables for fields which contain long strings, like the path to a resource on a domain, and use integer IDs to index them, then post these as foreign keys in a logfile table. I am designing this db for Oracle8i here is my data model http://www.geocities.com/pjam001/index.html |