Uzbek перевод

ПроектКонтекстСтатусОтправил(а)СодержитЛимит
Исходный текстПереводы
Query performance
Сўровларнинг унумдорлиги
The number of joins without an index; should be zero.
Количество присоединений, выполненных без использования индекса; должно быть нулем.
The number of sorts done without using an index; should be zero.
Количество сортировок, выполненных без использования индекса; должно быть нулем.
The number of times a lock could be acquired immediately.
Количество раз, когда блокировка была нужна немедленно.
The number of times the server had to wait for a lock.
Количество раз, когда серверу приходилось ожидать блокировку.
Query cache information
Сўровларнинг кеши тўғрисидаги ахборот
The MySQL query cache can improve performance of your site by storing the result of queries. Then, if an identical query is received later, the MySQL server retrieves the result from the query cache rather than parsing and executing the statement again.
The number of queries in the query cache.
Количество обращений в кеш запросов.
The number of times that MySQL found previous results in the cache.
The number of times that MySQL added a query to the cache (misses).