Nirium

MySQL After a Data Breach

As we all know, data breaches occur all too often. After a data breach occurs, we are used to seeing…

4 years ago

InnoDB iš Vidaus: ibdata1 ir Log Failai

ibdata1 failas yra vienas pačių svarbiausių failų visoje InnoDB infrastruktūroje. Be šio failo InnoDB tiesiog negalėtų funkcionuoti - šiame įraše…

5 years ago

InnoDB From the Inside: ibdata1 and the Log Files

The ibdata1 file is arguably the most important file in the entire InnoDB infrastructure. Without the file InnoDB simply could…

5 years ago

MySQL Užklausų Efektyvumo Optimizavimas Naudojant DESCRIBE ir EXPLAIN

DESCRIBE ir EXPLAIN užklausos yra vieni labiausiai paplitusių MySQL našumo problemų sprendimo būdų. Jei paklaustumėte žmonių kaip optimizuoti Jūsų SQL…

5 years ago

Optimizing MySQL Query Performance with DESCRIBE and EXPLAIN

DESCRIBE and EXPLAIN statements are two of the most common statements that concerns MySQL performance issues. When you ask people…

5 years ago

InnoDB ir MyISAM – Kurį Turėtumėte Pasirinkti?

InnoDB ir MyISAM yra vieni populiariausių MySQL variklių. Kiekvienas iš jų turi savo privalumų ir trūkumų - pamėginsime juos peržvelgti.…

5 years ago

InnoDB vs. MyISAM – Which One Should You Choose?

InnoDB and MyISAM are two of the most widely used MySQL storage engines. Each of them has its own pros…

5 years ago

MySQL Aklavietės 101

Kartais dirbdami su MySQL galite pamatyti šią keistoką klaidą: ERROR 1213 (40001): Deadlock found when trying to get lock; try…

5 years ago

MySQL Deadlocks 101

Sometimes when dealing with MySQL you might come across this slightly frustrating error: ERROR 1213 (40001): Deadlock found when trying…

5 years ago