> I am writing an application that will poll up to 500 devices every 5
> minutes. For this application I need to keep at least 6 months of data. If
> I were to use a single record for every update, I would have ~25 million
> records. Obviously this is not an ideal solution.
>
> I am intereste
> I am writing an application that will poll up to 500 devices every 5
> minutes. For this application I need to keep at least 6 months
> of data. If
> I were to use a single record for every update, I would have ~25 million
> records. Obviously this is not an ideal solution.
Why not? Given
I am writing an application that will poll up to 500 devices every 5
minutes. For this application I need to keep at least 6 months of data. If
I were to use a single record for every update, I would have ~25 million
records. Obviously this is not an ideal solution.
I am interested in gettin