Hi,
I am collecting data, using Perl, on a per minute basis from a large number of systems. The columns on the data I am pulling back are: server, process, day, time, value. For example: myserver, proc1, 2008/01/18, 09:00, 12345
There is a huge amount of this data that I now need to load into my Oracle 10g database. Given the sheer size of this data (in excess of 1 million rows) I am wondering if anyone could please advise on the best way of storing this data in my Oracle database.
Some considerations is that in future I may need to know a value for a specific time -- ie: I may need to know what the value was on 2008/01/18 at 10:35am. Also, I want to be able to get the max, min and average values etc. for the day.
Thanks for your help,
Toddyl
I am collecting data, using Perl, on a per minute basis from a large number of systems. The columns on the data I am pulling back are: server, process, day, time, value. For example: myserver, proc1, 2008/01/18, 09:00, 12345
There is a huge amount of this data that I now need to load into my Oracle 10g database. Given the sheer size of this data (in excess of 1 million rows) I am wondering if anyone could please advise on the best way of storing this data in my Oracle database.
Some considerations is that in future I may need to know a value for a specific time -- ie: I may need to know what the value was on 2008/01/18 at 10:35am. Also, I want to be able to get the max, min and average values etc. for the day.
Thanks for your help,
Toddyl