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 7004129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:09:33+00:00 2026-05-27T21:09:33+00:00

This question is all about performance and I would appreciate if the answers are

  • 0

This question is all about performance and I would appreciate if the answers are specific to the case I provide.

Which is more appropriate performance-wise?

  • creating a table with too many fields
  • creating more than one table and distributing similar fields to them

CASE: An Extensive Web CMS Module

Pattern 1: Long but one table

cms
-----------------------------------------------
Id
Title
Description
Images
Order
Status
Publish
meta_keywords
meta_description
meta_author

Cleary, most the Open Source CMS like joomla use the above pattern. But i think, that pattern is killing the spirit of RDBMS. We can easily separate the content, configuration and meta of a particular article to different tables. Like the following

Pattern 2: Many but related table

Cms_content         cms_meta        cms_configuration
---------------------------------------------------------------------------
Id                  id              id          
Title               content_id      content_id
Description         keywords        status
Content             description     order
Images              author          publish

Note: Relations in this case is one-to-one

Which is the proper pattern to follow? Why choose a long but one table, or why not to choose distributed tables, over the single table?

  • 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-27T21:09:34+00:00Added an answer on May 27, 2026 at 9:09 pm

    The only possible plausible causes for having denormalized data (one table with many columns) I can think of, are:

    • laziness in writing SQL JOINs
    • possible performance improvements on read statements

    I like to go for the normalised version all the time, because:

    • I can be sure of data integrity
    • I can extract easily information from the DB (for example, how many posts have some meta, how many distinct metas there are, etc)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Well, first of all sorry about this question it must be pretty straight forward
Before you all get pissy about me posting this question again, let me explain
Unlike the other posts about the task delete all tables, this question is specifically
(This is a question about a vague problem. I try to present all relevant
first of all this is my third question about web services here and i
I've a question about weka as this person: Hi all: I felt really strange
This question Check all associations before destroy in rails suggests using :dependent => :restrict
First of all: This question is not directly programming related. However, the problem only
This question is similar to this one, but with an extra wrinkle: Auto-removing all
I read all topics related to this question in stackoverflow and whole internet and

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.