StackOverflow Questions for Tag: query-planner

TheMemeMachine
TheMemeMachine

Reputation: 423

Does the query execution planner in mysql v8 recognize that x=1 and x in(1) are the same

Score: 0

Views: 17

Answers: 0

Read More
Thor Samsberg
Thor Samsberg

Reputation: 2279

Why Planing time and Execution time are so different Postgres?

Score: 26

Views: 29630

Answers: 2

Read More
Nelson O
Nelson O

Reputation: 295

Resolving Poor Execution Plan in SQL Server with CLR Scalar Function

Score: 2

Views: 167

Answers: 1

Read More
paperskilltrees
paperskilltrees

Reputation: 382

Idiomatic way to push WHERE condition through OUTER JOIN in Postgres?

Score: 2

Views: 111

Answers: 1

Read More
Lawrence
Lawrence

Reputation: 797

SQLite query using TEMP B-TREE FOR ORDER BY instead of index

Score: 4

Views: 1962

Answers: 1

Read More
afarrell
afarrell

Reputation: 35

Why does the postgres planner create an all-vs-all join for some queries and not others?

Score: 2

Views: 79

Answers: 1

Read More
reflow
reflow

Reputation: 11

MongoDB seems to use different index than it chooses when using explain

Score: 0

Views: 183

Answers: 1

Read More
Han Qi
Han Qi

Reputation: 503

How do 2 query plans on the same table have large row estimation differences

Score: 0

Views: 28

Answers: 0

Read More
Maxim Mandrik
Maxim Mandrik

Reputation: 447

PostgreSQL CTE by id string is very cheap, but by id from query is very expensive

Score: 0

Views: 77

Answers: 3

Read More
Vijay Kansal
Vijay Kansal

Reputation: 839

Mysql index hints in Hibernate query

Score: 4

Views: 5392

Answers: 4

Read More

How can I tell the SQL planner that a WHERE condition in the main query should be executed in the subqueries?

Score: 0

Views: 75

Answers: 1

Read More
Mcscrag
Mcscrag

Reputation: 65

Postgres Query Planner expects 1 row for a join doing a Nested Loop Join

Score: 0

Views: 79

Answers: 0

Read More
Stefan FPF
Stefan FPF

Reputation: 33

Vastly different query performance on GIN indexed table using different search words

Score: 3

Views: 832

Answers: 1

Read More
Andrew
Andrew

Reputation: 1074

Postgres order of execution in query that computes a function and locks rows

Score: 1

Views: 43

Answers: 0

Read More
Julius Žaromskis
Julius Žaromskis

Reputation: 2255

Why is Postgres query planner affected by LIMIT?

Score: 4

Views: 1660

Answers: 1

Read More
J. Dieckmann
J. Dieckmann

Reputation: 43

bad performance of postgres query if on-clause of inner-join is positioned after following left-joins

Score: 2

Views: 82

Answers: 0

Read More
alyshan
alyshan

Reputation: 176

How can I update the statistics of a table in cockroachdb

Score: 0

Views: 347

Answers: 1

Read More
tim
tim

Reputation: 1

Postgresql chooses a slower plan for a query involving gin + btree index, after table update

Score: 0

Views: 171

Answers: 2

Read More
Viktor Egorov
Viktor Egorov

Reputation: 71

PostgreSQL Index Not Utilized for JSONB Field Filtering on Non-Equality: What Am I Missing?

Score: 1

Views: 435

Answers: 1

Read More
Adam
Adam

Reputation: 2440

Why does varchar(max) column in concat function cause query plan to blow up

Score: 2

Views: 79

Answers: 0

Read More
PreviousPage 1Next