First of all, i don't have much of a clue about databases, so please forgive me if this is a stupid question.
My company is receiving a torrent of positional data via TCP. Each packet consists of a few floats and a timestamp. Our task is to store the data into a database (MS SQL Server 2005), running on a modern PC.
Each blob has about 20 bytes. There are up to 1000 senders, each sending about 25 packages per second.
Is a single, normal PC able to cope with this amount of data? If not, how to deal with this problem? Should we set up a dedicated PC for each sender?