One table to contain all lookup data is not a good idea

One table to contain all lookup data is not a good idea

Elyse posted a design pattern (antipattern?) in AntiClue’s One table to contain all lookup data article and followed it up a few weeks later with an example.

I wrote an article called Repeat After Me: Healthcare Data Models Matter which was published over at IBM’s HealthNex and Tim’s HIStalk blogs because I wanted their audiences to hear what I wanted to say on the matter. In that article I said that you can not treat databases as a file cabinet – just letting your application toss whatever is necessary into a bunch of tables and then organizing it later is a recipe for disaster. The database is the heart of every information system, not the application. Design the data model right, make it extensible, protect it, nurture it, caress it, care for it, treat it like it’s the most important thing you own in your architecture — because it is. One of the reasons why so many health IT systems fail has nothing to do with the quality of applications or their UIs but their misunderstanding of data, data structures, data modeling, and use case analysis leading to poorly designed databases that are not extensible or robust. Now, don’t mistake me for a DBA — I’m not talking about physical models here, just logical ones.

Now back to Elyse’s post: the reason it’s probably a bad idea to keep all lookup data in one table because it leads to one solution fits all problems approach. Databases are not bit buckets and a table is not just a row storage concept. If you try to collapse multiple tables into a single one you get application developer productivity but you lose semantic meaning of data. Even if you add a little bit of type definition information you lose the ability to do constraint checking and data validation in the database.

Using a single table to manage lookup data will render all lookup data to be the same — but not all lookup data in a rich and complex field like healthcare is the same. Also consider this: if you do all your data management (relationships, etc) in the application and decide to use the database just for storage, what happens when you want to add another application to your system that uses the data in the first application’s database? Want to duplicate all that relationship information in the second app? Third app? Fourth app? Good luck.

Now, I don’t want to pick on Elyse because the problems being solved in that case might be small, the app could be a prototype, etc. There could be completely valid reasons to pick that pattern, but if I was in charge I would spend a bit more time on the entity relationship model and treat lookups with the same care as everything else. Even if developer productivity is impacted you’ll still get something that will be around much longer: good data.

Shahid N. Shah

Shahid N. Shah

Shahid Shah is an internationally recognized enterprise software guru that specializes in digital health with an emphasis on e-health, EHR/EMR, big data, iOT, data interoperability, med device connectivity, and bioinformatics.


Did you find this useful?

Medigy Innovation Network

Connecting innovation decision makers to authoritative information, institutions, people and insights.

Medigy Logo

The latest News, Insights & Events

Medigy accurately delivers healthcare and technology information, news and insight from around the world.

The best products, services & solutions

Medigy surfaces the world's best crowdsourced health tech offerings with social interactions and peer reviews.


© 2023 Netspective Media LLC. All Rights Reserved.

Built on Jan 17, 2023 at 9:26am