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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:26:28+00:00 2026-05-17T21:26:28+00:00

How do you split up your data for an application based on a database?

  • 0

How do you split up your data for an application based on a database? A lot of software will have tables named something like Auth_Users, Auth_Whatever, Auth_Something, and then Admin_Something, Admin_Whatever, etc. Essentially the tables all exist in one database but they are organized by a naming convention. The other option would be to split some of this data into several databases. What are the pros and cons of doing one or the other?

  • 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-17T21:26:29+00:00Added an answer on May 17, 2026 at 9:26 pm

    When your data is split up as you suggested, you start having to jump through hoops to get at it, and to be able to use it in queries or applications. You also have increased maintenance concerns such as permissions, synchronization, backups, enforcing business rules, etc. One instance where you’ll likely run into this scenario is when there are multiple off-the-shelf applications already in use and you need to relate the information in all of them.

    I’m sure there are other instances where it’s simply not feasible to have everything together in one place. In those cases, creating a new database for the express purpose of linking to data in multiple other sources by using views, stored procedures, functions, etc, can help make the data appear integrated when it isn’t. But it will be more work, and you won’t have a lot of control over integrity features, resulting in flimsy linkage schemes to your other data sources. “We link on first name and last name, but we get all kinds of false positives because DataEntry Dude fat-fingered the entry a dozen times, so we have multiple mispelled copies that appear to sort of maybe match”. You don’t want any more of that scenario than you have to have.

    In my opinion, a good rule of thumb is to try and keep related data (or data you think may at some point be related) in one database as much as possible, and spend a lot of time thinking about appropriate naming schemes, relationships, and keys/indexes. An exception to this may be data that’s very generic, like zip code data the gov’t provides from census results. Data like that may end up being used in all sorts of other databases you have, but it’s not really related to any of them. In that case, unless you’re lucky enough to have just one database, I’d create another database to put all the oddball data into, and then link to it from the other databases that need the info. This isn’t always ideal either, though, hence some people characterizing database design as an art as much as a science.

    There are always curve-balls that have to be handled, but just keep the mindset that you care about the data you’re handling, which means always thinking about how to maintain the integrity of the information (i.e. business rules, relationships, keeping duplicates out, etc).

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

Sidebar

Related Questions

One thing I have continually found very confusing about using an object database like
Our application is well structured (well we did our best!) and we have split
I have already created a report using list of data from my database. i
I want to split a command line like string in single string parameters. How
I have my sources split up in several directories, so for each directory I
How do you split a string? Lets say i have a string dog, cat,
Possible Duplicate: Split string in SQL I have seen a couple of questions related
I'm working on creating a membership-based web application. In order to become a member,
I have a .NET application with a web front-end, WCF Windows service back-end. The
I wanted to split out my controllers from my main application to a dedicated

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.