Search code examples
MySQL(5.7.26) query optimization, why select * is much faster that select id in my leading wildcard ...


mysqlquery-optimizationsql-likesql-execution-planexplain

Read More
postgresql query taking 3 min to execute ,how can i reduce the time to within 60 seconds...


sqlpostgresqlperformanceoptimizationexplain

Read More
EXPLAIN ANALYZE within PL/pgSQL gives error: "query has no destination for result data"...


sqlpostgresqlplpgsqlexplain

Read More
What does Type "ref|filter" mean in mariaDB Explain Output...


mariadbsql-execution-planexplain

Read More
MariaDB does not select according to partition on partitioned table...


mariadbpartitioningexplain

Read More
Postgresql explain analyze actual time not adding up...


postgresqlexplain

Read More
What does MySQl explain Extra "Using where" really mean?...


mysqlsql-execution-planexplain

Read More
What is the "filtered" column in MySQL EXPLAIN telling me, and how can I make use of it?...


mysqlsqlsql-execution-planexplain

Read More
Postgres: (how) can I output EXPLAIN <query> to a file?...


postgresqlpsqlexplain

Read More
Does index range scan cause 'Using index condition'?...


mysqlindexingexplain

Read More
Postgresql output EXPLAIN ANALYZE to file...


postgresqlfileoutputexplain

Read More
Multiple MATCH-AGAINST clauses results in no FULLTEXT index being used...


sqlmariadbfull-text-searchexplain

Read More
MariaDB very simple MATCH-AGAINST query not using FULLTEXT index?...


sqlmariadbfull-text-searchexplain

Read More
Misunderstanding about postgresql temp files...


postgresqlexplain

Read More
What is DEPENDENT UNION in select_type column from explain command?...


mysqlsqlunionexplain

Read More
Why does Mysql change query execution plan based on query parameters?...


mysqlsql-execution-planexplain

Read More
How do I use DB2 Explain?...


sqldb2query-optimizationexplain

Read More
index is used with SELECT COUNT(1) but not with SELECT *...


sqlmysqlindexingquery-optimizationexplain

Read More
Is it possible to modify data with an SQL statement that starts with `EXPLAIN EXTENDED ...`?...


mysqlexplain

Read More
Explain Plan in PostgreSQL does not execute when provided with placeholders unlike Oracle...


javapostgresqlsql-execution-planexplain

Read More
What does eq_ref and ref types mean in MySQL explain...


mysqldatabaseoptimizationexplain

Read More
How to execute an `explain select` on a laravel builder...


phpmysqllaravelexplain

Read More
SQLite: optimize query with union...


sqlperformancesqliteunionexplain

Read More
Unnest (pivot) arrays in Postgres pg_stats view...


arrayspostgresqlsql-execution-planexplainpg-catalog

Read More
What does Using join buffer (Block Nested Loop) mean with EXPLAIN mysql command in the Extra column?...


mysqlexplain

Read More
Postgresql - is setting max_parallel_workers_per_gather higher could even make query slower?...


sqlpostgresqlquery-optimizationworkerexplain

Read More
Understanding SQL EXPLAIN on a JOIN query...


sqlpostgresqlexplain

Read More
EXPLAIN (ANALYZE, SETTINGS) display wrong tablespace parameters...


postgresqlexplainpostgresql-12tablespace

Read More
Why EXPLAIN SQL result for KEY is NULL...


mysqlexplain

Read More
EXPLAIN ANALYZE not working with ALTER TABLE...


sqlpostgresqlexplain

Read More
BackNext