Thx all.
Ok, let me explain the problem more deeply...
I am curruntly doing the analysis for a web content management system that would be a package for managing the content in any site without using any other software except the browser.
When somebody want to install this package (in future) in his site, there is 2 possibilities (during the installation process):
1- This application should read all the files inside the site and store the file's information only (not the files them selfs) in a table in the database called "FILES", but the problem is that if the site has too much files, the installation process will take too much time..
OR
2- No need to store the file's information in the database. This will reduce the time for the installation process, but the problem is that you can't get statistical information about the files from the site.
Which option is recommended ???
Thx 🙂