Not exactly a beginner, but I need help none the less. I am a webmaster, both designing and hosting my client's sites (and please don't comment on the hosting I am Net+ certified). I have written my own set of PHP libraries for dynamic pages, but before space becomes an issue(despite the raided 2TBs of storage I use very little-per-client thanks to my php lib), I need to know what takes up more space: many, sometimes up to 100 very tiny files, one flat file with added regex filters (such as a ":" to seperate entries which would be in the smaller files), or just a mysql database? I know the smaller files take up a little more room thanks to iNodes, but that shouldn't make a difference. By the way this is all on a 1TB RAID 5 drive utilizing the ext3 file system.