Hi everyone !
This is a first time I post a message here. If I post my message in a
wrong group. Please ignore it.
I am trying to build a website which allows users (can be thousands of
users, supposedly) to upload their files to their designaged
directories (max 15 files for each user). A super user (can be more
than one) want to search for a particular file name and also a
particular textual part of a file of all user's files in all directory.
My questions are :
1. How fast would this searching method compare to searching in a
database (let's say mysql)?
2. Can PHP have any tool to search directories of files? If it does
have a tool, how fast would it be ?
3. Would someone point to an examples, or hints on how to complete this
task ?
Any help would be greatly appreciated !!!
Thank you in advance !
John
This is a first time I post a message here. If I post my message in a
wrong group. Please ignore it.
I am trying to build a website which allows users (can be thousands of
users, supposedly) to upload their files to their designaged
directories (max 15 files for each user). A super user (can be more
than one) want to search for a particular file name and also a
particular textual part of a file of all user's files in all directory.
My questions are :
1. How fast would this searching method compare to searching in a
database (let's say mysql)?
2. Can PHP have any tool to search directories of files? If it does
have a tool, how fast would it be ?
3. Would someone point to an examples, or hints on how to complete this
task ?
Any help would be greatly appreciated !!!
Thank you in advance !
John
Comment