Jump to content

data storage


Ben Phelps

Recommended Posts

I need a good way to store data for each day, but it needs to be accessed easily.

 

data 1 - 125478

data 2 - 123549

 

Those numbers would change each day, and i need to store that value for each day.  It would be kinda like a stats archive.

 

I would need to refer back as far as one year from the first date.

 

Is there an easy way to do this?

Link to comment
Share on other sites

I would be storing hundreds of thousands of entry's that would each be updated every day, so it would need to be MySQL, but i need a simple way to store that in MySQL.

 

I just don't know how to store that data so it can be accessed to create a graph or plot a chart.

Link to comment
Share on other sites

i think i figured it out.

 

 

each data set will have its own table

 

i will use a unix timestamp to make the time

 

and i will update it every hour

 

then all i have to do is a loop to get the data for a graph and whatnot

 

is there a better way to do this ?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.