How much space does a database need... I mean: how can I calculate how much space a database is gonna need on my server.
I know that the datas are now stored in 1000 txt files of 10KB each... how big will the database with all data be?
It will take the size of the actual data (ofcourse) plus a few bytes to store the data, usually only a few bytes per record.
check your database manual for exact numbers