I read many threads in stackoverflow and also googled but i still have one confusion
Please Tell me which will be better for me if i will have following
Database : MYSQL
- 10 000 Records in about 10 tables
- 100 tables
- 100 requests per second
i want to make website in which above details can be occur in future
if there are 100 users are viewing my site concurrently which will be best PDO or mysqli
The Choosing an API chapter in the PHP manual says this:
To sum up: if performance is your only concern, it’s irrelevant which one you choose. (Not to mention that database size or complexity is basically MySQL Server’s problem.)