Tag:performance
All the articles with the tag "performance".
In php8.1 which one is efficient between switch and match and why?
Posted on:February 1, 2023 at 03:57 PMIn PHP 8.1, both the `switch` and `match` statements are available for conditional branching...
use of EXPLAIN in sql queries
Posted on:August 2, 2022 at 12:00 PMThe `EXPLAIN` keyword in SQL is used to analyze and understand the execution plan of a query...