If I would like to read using php, 100 lines, which is faster? Reading them from MySql table or from a simple Text File?
If I would like to read using php, 100 lines , which is faster?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use whatever suits you better.
For 100 lines, and a read-everything-at-once operation, the performance difference is going to be so minuscule it won’t matter at all.