Results 1 to 3 of 3

Thread: need advice on inventory structure

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2010
    Posts
    377

    need advice on inventory structure

    I am going to use FIFO inventory method.


    Will my db get big faster using this method?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: need advice on inventory structure

    If you're asking that question then there must be some reason that you think it could happen. What is that reason? Do you intend storing some extra data that you wouldn't otherwise? Obviously your database is going to get bigger if you store more data and not if you don't.

  3. #3
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,226

    Re: need advice on inventory structure

    Quote Originally Posted by iamresearcher View Post
    I am going to use FIFO inventory method.


    Will my db get big faster using this method?
    How are is FIFO related to that question?

    Every database has some storage area allocated to it. Till that storage area is consumed the database does not get BIGGER. Once it has reached the limit, the database size will have to be increased to accommodate more data.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width