Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Php mysql
Name: yagu Date: February 18, 2009 at 02:56:02 Pacific OS: Windows XP Subcategory: MS SQL Server
Comment:
suppose in my site i'm getting 1 million query in a second and database is mysql so it may cause a problem to hang up the server ... how i avoid this thing
Name: David Perry Date: June 5, 2009 at 12:28:55 Pacific
Reply:
1M/second is quite a high number. You may be able to reduce some of the db load by normalizing the data as well as copying frequent data to temp tables. Avoid joins if you have the opportunity.
Summary: Hi everyone. Currently, I'm learning PHP/MySQL by writing a script for a simple blog. I need advice/opinion from anyone experience working with MySQL regarding my decision of storage engine and field ...
Summary: I have a rating script that works great. What I am tring to do, is each time a user votes, I will add some voting expierence to there account. This code seems to have a glitch in it. It works, and doe...