At work we have a system that generates records for all calls made on our network. The system has 4 components with each component outputting records into a text file in CSV format. Each component outputs approximately 100,000 records daily.
I am trying to choose a database server where i can store these records so they can view so as get certain statistics about the calls being made ,and also details of the calls when they are requested .So far i have a couple of databases i am looking at such as Postgresql ,Mysql and MS SQL server 2005.
I am trying to choose a database server where i can store these records so they can view so as get certain statistics about the calls being made ,and also details of the calls when they are requested .So far i have a couple of databases i am looking at such as Postgresql ,Mysql and MS SQL server 2005.