Hi. I am fairly new to mysql, and just had a question about organizing some information.
What i wanted to do was store information about approximately 15000 objects. There are 5 pieces of information i need to store for each object.
Where the problem comes in is updating the table. Of those 5 pieces of information, 3 of them change daily, so i need to somehow add those into the database, without replacing the old values. I basically need to keep a historical record of this information.
Does that make sense?
Im not even sure if this is viable, so any input is appreciated
Thanks in advance,
Dan.