Recent Tweets for #database

Recent Articles for #database

#eloquent #database

Eloquent power joins

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.

Read full article [kirschbaumdevelopment.com]

#database #json

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.

#database #triggers

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.

#performance #database

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.

Read full article [laravel.io]