Kartais dirbdami su MySQL galite pamatyti šią keistoką klaidą: ERROR 1213 (40001): Deadlock found when trying to get lock; try restarting transaction Ši klaida praneša
Read moreMySQL Deadlocks 101
Sometimes when dealing with MySQL you might come across this slightly frustrating error: ERROR 1213 (40001): Deadlock found when trying to get lock; try restarting
Read moreMySQL Lėtų Užklausų Identifikavimas: Lėtų Užklausų Įrašų Pagrindai
Atsiradus MySQL veikimo problemoms, vienas iš pagrindinių triktis šalinančių veiksmų yra nustatyti ilgai veikiančias užklausas ir jas optimizuoti. Apžvelgsime MySQL funkciją, padedančią nustatyti ilgą laiką
Read moreIdentifying Slow Queries in MySQL: Slow Query Log 101
When MySQL performance issues are encountered, one of the first things troubleshooting developers do is identify long running queries and optimize them. We will take
Read moreSuprasti MySQL: Indeksų Galia
Kai kalbame apie užklausų optimizavimą, indeksavimas yra viena iš pirmų temų, kuri yra paliečiama. Aptarkime indeksų rūšis, jų svarbą, jų pranašumus ir trūkumus. Nors viename
Read moreUnderstanding MySQL: The Power of Indexing
When talking about query optimization, indexing is one of the first topics that gets covered. In this post we will cover the types of indexes,
Read moreLėtos SQL Užklausos? (Kol kas) nekaltinkite MySQL
Lėtos SQL užklausos yra vienas iš pagrindinių pagalių, kišamų į MySQL ratus. Kodėl užklausos lėtos? Kas daro SQL užklausas lėtomis? Kaip padaryti užklausas greitesnėmis? Šiame
Read moreSlow SQL Queries? Don’t Blame MySQL (yet)
SQL queries being slow is one of the main complaints directed at MySQL. Why are queries slow? What’s making SQL queries slow? How to make
Read more