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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:19:51+00:00 2026-05-31T04:19:51+00:00

This problem is very simple i think… I dont have experience with big scalable

  • 0

This problem is very simple i think…

I dont have experience with big scalable databases, and im working in a project and im facing this design problem:

I have a table for subscriptors and have a table for the services they could be subscribed to, both tables will grow, the subscriptors can be subscribed to how many services they want, the problem is to estore the relation subscritor -> service i dont know wich would be the proper way, i think it should be one of this options:

  • Create a table per service to estore the subscriptor list.
  • Create a table for the subscriptors and dinamically add new columns to represent the service.
  • Create a table for the subscritors and use a Binary Mask to store the list of services the user is subscribed to.

Wich way would be the best and more practical, and scalable solution? any other options are apreciated. thanks beforehand.

PS: Im using MySQL

  • 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-31T04:19:53+00:00Added an answer on May 31, 2026 at 4:19 am

    This is a classic many-to-many relationship – in relational databases, the standard way to deal with this is one table for each side of the relationship and one to store the links between them – like so:

    Subscriber
    ----------
    SubscriberID (PK)
    SubscriberName
    etc...
    
    Service
    -------
    ServiceID (PK)
    ServiceName
    etc...
    
    SubscriberService
    -----------------
    SubscriberID (PK)
    ServiceID    (PK)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have fully isolated this problem to a very simple play app I think
This should be a very simple problem you would think. I have a box
I have what I think is a very simple problem. I'm coming from a
Hi I think this is very simple problem but I am not able to
This may be a very simple problem, but I couldn't find an answer googleing
This seems like a very simple and a very common problem. The simplest example
I am sure this is a very simple problem, but I am new to
Very odd problem as this is working perfectly on our old Classic ASP site.
I have an issue that seems like very flaky behavour, is this a problem
I have a very simple problem. I have an application which is written in

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.