Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InnoDB #10

Open
pavel-pimenov opened this issue Oct 20, 2014 · 0 comments
Open

InnoDB #10

pavel-pimenov opened this issue Oct 20, 2014 · 0 comments

Comments

@pavel-pimenov
Copy link
Owner

http://habrahabr.ru/post/108457/#comment_3435584
странно что InnoDB - настолько тормознее..

for ($i=0; $i<10000; $i++) {
$storage->set($i, $i);
$storage->check($i);
$storage->delete($i);
}

С Memory-таблицей — почти 5 секунд, с MyISAM — 7, и может я что-то сделал неправильно, но на InnoDB скрипт работал дольше 30 сек.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant