I am going to use FIFO inventory method.
Will my db get big faster using this method?
Printable View
I am going to use FIFO inventory method.
Will my db get big faster using this method?
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.
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.