Path: newssvr20.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!news.glorb.com!postnews1.google.com!not-for-mail From: jinglebells5555@yahoo.com (Jingle Bells) Newsgroups: comp.databases.theory Subject: Any new thoughts on OTLT (One True Lookup Table) Date: 3 Mar 2004 09:51:16 -0800 Organization: http://groups.google.com Lines: 11 Message-ID: NNTP-Posting-Host: 208.42.145.226 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1078336276 1382 127.0.0.1 (3 Mar 2004 17:51:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 3 Mar 2004 17:51:16 +0000 (UTC) Xref: newssvr20.news.prodigy.com comp.databases.theory:24372 I found a discussion in the archives that was a couple of years old. I'm one man development team working on a small website. I'm designing a database that will have scores of lookup tables and I'm thinking it will be much quicker for me to have one "generic" one than 40 individual ones that are almost completely identical except for the content. Since I'm using postgres I've also thought about using inheritance but that ties me to postgres. Any thoughts?