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

The Archive Base Latest Questions

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

I am developing a web application that will allow people to keep track of

  • 0

I am developing a web application that will allow people to keep track of products that they will move around.

Example:
I have 10 cups in my warehouse. I move 5 cups to ShopA and 5 cups to ShopB. I then move 3 cups from ShopA back to my warehouse.

In terms of my db structure, i thought of having a products table that looked something like this:
product_id
location_id
quantity

But it seems a little clumsy. In the example i would have 1 record in products table for this product, then 2, then 3.

My question is:
Is it better in this case to have 10 rows (1 row per item instead of a quantity field) for this product and change location of each product? But if this table stores the products for lots of users, in a very short period of time, the table will have millions of rows… should i be worried about that?

I am very interested in what is considered the best practice in this kind of situation.

thank you!

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

    I agree with Ollie Jones’ answer, but I would like to add that the “Double Entry Bookkeeping” method would be to have rows like this:

    CREATE TABLE [Transactions] (
        [FromLocationId] /* foreign key to the locations */,
        [ToLocationId] /* ditto */,
        [Amount]
    )
    

    This way, there is only one row per transaction.

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

Sidebar

Related Questions

Greetings friends, I am developing a web application that will allow the customer to
We have plans of developing a web application that will have to communicate with
We are developing a web application that will be sold to many clients. There
I'm developing a Web application that will let users upload images. My concern is
I am developing a single web application that will dynamically change its content depending
I'm designing (and developing) web software that will allow the general public to sign
I am developing a web application that will redirect users to an outside web
I'm developing a web application that will need to be localized to English and
I'm writing a web application that will have plugins. The plugins will be .DLL
I am developing a Windows application that will allow SharePoint administrators to copy a

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.