Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8602121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T02:00:17+00:00 2026-06-12T02:00:17+00:00

Here’s the situation: Let’s say I have a Dog model and a Vaccination model

  • 0

Here’s the situation:

Let’s say I have a Dog model and a Vaccination model (so, a table storing rows of Dogs and a table storing rows of Vaccinations that was given to a Dog).

So, a Dog has_many Vaccinations and a Vaccinations belongs_to a Dog.

I want to be able to answer quickly the question: “When was the last time Dog A got a Vaccination?” There are two ways to store this data:

1) Normalized database way: let the Vaccine table store everything. To answer the question, search the DB for all Vaccinations given to Dog A, and return the most recent one.

2) Not normalized database way: Have a field in Dog called “last_vaccination”, and maintain this field every time a Vaccination is given to Dog A.

The pros of #1 are: you get database normalization and don’t have to worry about maintaining accurate data.

The pros of #2 are: performance– you don’t have to search the Vaccine database every time.

What’s the right way to do this???

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T02:00:18+00:00Added an answer on June 12, 2026 at 2:00 am

    I’m a big fan of a saying I heard from a DB guy at a software symposium years ago:

    “Normalize til it hurts, denormalize til it works.”

    Lots of truth in that.

    FWIW, I think there’s a hole in the layout above – a “Vaccinations” table needs to be there that, in effect, ties the Dog to the Vaccine. Vaccinations != vaccines. That’s a more accurate representation of the normalized version. IMO.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's a basic regex technique that I've never managed to remember. Let's say I'm
Here is the problem that I am trying to solve. I have two folders
Here is my scenario. I have a website running under AppPool1 and that works
Here are the tables I have: Table A which has entries with item and
Here's the code I have. It works. The only problem is that the first
Here is the issue I am having: I have a large query that needs
Here's my scenario - I have an SSIS job that depends on another prior
Here's a coding problem for those that like this kind of thing. Let's see
Here is what I'm trying to do. I have a table with user assessments
Here is the code: create table `team`.`User`( `UserID` bigint NOT NULL AUTO_INCREMENT , `Username`

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.