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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T16:46:14+00:00 2026-05-12T16:46:14+00:00

I’m planning to have 20 or more sites in the same database tables. Like

  • 0

I’m planning to have 20 or more sites in the same database tables.

Like a structure similar to this:
cms_config
cms_pages
cms_users
cms_modules

I have been thinking that each of these tables should have a customer_id column, so I easily could select and call rows that is for the given customer. But is this the best way of doing it when it comes to load time, memory use and all that stuff?

I want a setup that is easy to update and fix, so I thought running seperate databases with same stucture would be a bad idea?

  • 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-12T16:46:14+00:00Added an answer on May 12, 2026 at 4:46 pm

    Having everything in the same database, if you are in charge of maintenance, is the easiest path to do updates, maintenance and backups.

    Having each database separated increases security and privacy (because each customer database user would have access to every other customer data, by the fact of being able to read/write cms_pages) at the price of (bit of) a higher maintenance cost. Having separated databases also eases performance scaling, where you can move the customer who outgrew expectations to his own server more quickly. Remember updates and backups can be automated, so that isn’t that big of a deal.

    Performance wise, the customers with lots of data will impact performance of the customers with less data (because the index scan time will grow proportional to the total amount of pages, even if it could be mitigated by the use of multi column indexes.)

    So it kind of makes sense to have a separate database per customer and pay the price, unless you are sure these will be small sites with not too much traffic that they are all friends or will never find out their own database username :-).

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

Sidebar

Related Questions

No related questions found

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.