#productivity
Read more stories on Hashnode
Articles with this tag
If you are familiar with MySQL, you probably already know that it comes with multiple character encodings. One of the main encodings in the MySQL...
Indexes are there to simplify our work when searching for data: they speed up SELECT queries at the expense of slowing down other kinds of queries...
Today we look at three best-practice database designs to store data in multiple languages and easily scale to new markets. Reaching millions of users...
In this article, you will learn how to use the semantics behind your data when you partition your database. This can drastically improve your...