What would be the best db schema for storing thousands, if not millions of items in a method that could accurately show exact aisle and shelf data in a physical store?
So if i were to have a db with EVERY item at my local walmart, whats the best way to record aisle and shelf location?
I know things are going to move.
Things will be added and removed.
There's no predetermined amount of shelves OR number of items/slots per shelf/aisle.
I was thinking of using the length of the aisle and converting to a metric unit.
Or possibly a numerical representation relating to the entire length (so .25 would be 1/4 of the way down the aisle)
any advice?
mysql will be my rdbms
So if i were to have a db with EVERY item at my local walmart, whats the best way to record aisle and shelf location?
I know things are going to move.
Things will be added and removed.
There's no predetermined amount of shelves OR number of items/slots per shelf/aisle.
I was thinking of using the length of the aisle and converting to a metric unit.
Or possibly a numerical representation relating to the entire length (so .25 would be 1/4 of the way down the aisle)
any advice?
mysql will be my rdbms