If you have some experience using databases, it is very likely you have used joins at least once in your career. Joins can be used for a bunch of different reasons, from selecting data from other tables to limiting the matches of your query.
Using SingleStore as a JSON Document Database
Continuing our series on the multi-model capabilities of SingleStoreDB, we'll discuss SingleStoreDB's support for JSON data in this article.
Maintain statistics about your database tables using Laravel and triggers
In this article, I’ll explore why I created a package to easily maintain accurate statistics for database tables by using triggers.
How to find the slowest query in your application
Is your website slow? does it take ages to load? Are the users complaining that it's almost unusable?. You should check your database queries.