[MySQL] UPDATE takes too long ...
#1

Hey there, i have a problem with my mysql query,

im using this query here:

Код:
	new start = GetTickCount();
	mysql_query("UPDATE `Accounts` SET `Online` = '0' WHERE `Username` = 'Momo'");
	printf("Time used: %ims", GetTickCount() - start);
this query needs 40ms to execute...

is this normal? could you test it how long this code needs on your computer?

im using XAMPP with MySQL.
PC: i7 2600K, 16GB DDR3
Reply
#2

****** says 40 ms = 0.04 seconds

thats pretty fast imo
Reply
#3

40ms slow? Are you light?
Reply
#4

so is this okay?
Reply
#5

yep... no worries
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)