On 26 Nov 2005 10:03:36 -0800, in mailing.database.mysql "BPDudeMan"
<bpdudeman@hotmail.com> wrote:
[color=blue]
>| Hi There,
>| I've got one table that is constantly being added to (every few
>| seconds). I've got a bunch of users that need to report from this
>| table.[/color]
What interface (web/desktop app) are you using to display the data?
How frequently does the user need to see this updated information?
What is the range of data required - minutes/hours/days/weeks/months?
Are you displaying raw data or converting to graphs or other display
items?
Do you require comparisons between date/time sets?
[color=blue]
>| What's the best way to setup the tables? Create a second table
>| and updates it with tblLive data every let's say 15 minutes and then
>| report off of that? Is there a way to synch tables that doesn't have
>| a lot of over head? Or just report off of tblLive directly? Any
>| suggestions would be much appreciated.
>| Regards,
>| BP Dude Man[/color]
I would do it the other way - archive your old data (more than 30 days
old) into another table.
---------------------------------------------------------------
jnorthau@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------