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

  • Home
  • SEARCH
  • 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 3241086
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T18:09:31+00:00 2026-05-17T18:09:31+00:00

I like to normalize things the most I can in a database. This isn’t

  • 0

I like to normalize things the most I can in a database. This isn’t obviously the best thing for performance, but it helps with flexibility, reporting, etc. I’ve found it hard to justify in a recent case though which has caused me to build a model that has 25 fields in it. Is this “too big”? Or, is that quite normal. Of course the obvious answer is, “Whatever works best for you scenario.”, but I intend to sell the software eventually, and I want whoever buys it to like the code (pay more for it).

  • 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-05-17T18:09:31+00:00Added an answer on May 17, 2026 at 6:09 pm

    Well, like you said: does it work in your scenario?

    But to answer your question in a more appropriate way: it really depends. Since you haven’t provided any information about the field you define in your model, it’s hard for us to guess if it’s normal.

    If it really bothers you, you can try to create some extra models. For example:

    class User(model):
        username = Charfield()
    
        # Settings for this user
        showdebug = Boolean()
        regexsearch = Boolean()
        .....
        colour = HexColor()
    

    could become:

    class UserSettings(model):
        showdebug = Boolean()
        regexsearch = Boolean()
        ......
        colour = HexColor()
    
    class User(model):
        username = Charfield()
    
        settings = ForeignKey(UserSettings)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What are most important things you know about generics: hidden features, common mistakes, best
What are most important things you know about templates: hidden features, common mistakes, best
I am wondering how to normalize table like this: field1|field2|field3 text1 |txt2 | 1,2,5
Like many others on this site I am considering a move to ASP.NET MVC
Like the Delicious submission bookmark-let, I'd like to have some standard JavaScript I can
Like most *nix people, I tend to play with my tools and get them
Like most developers, I'm a business developer, which in essence consists of slapping a
I have a base Color class that looks something like this. The class is
I have an xml that looks something like this <para> text text text <b>text</b>
I am using only slug to identify a page on the website, like: example.tld/view/this-fancy-slug

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.