current position:Home>Configuration (enable_*) parameter related to execution plan in PG
Configuration (enable_*) parameter related to execution plan in PG
2022-06-24 12:46:40【PHP Development Engineer 】
ENABLE_* Parameters
stay pg in , Some with “ENABLE_*” Parameters at the beginning , These parameters provide methods that affect the query optimizer's choice of different execution plans .
If the execution plan chosen by the optimizer for a particular query is not optimal , These parameters can be set to force the optimizer to choose a better execution plan to solve this problem in the near future ,
But generally not in pg Change the default values of these parameter values in .
enable_seqscan:boolean
Whether to select full table scanning . In fact, full table scanning cannot be completely disabled , But turning this variable off will give the optimizer priority over other methods when they exist
enable_indexscan:boolean
Whether to select index scan
enable_bitmapscan:boolean
Whether to select bitmap scanning
enable_tidscan:boolean
Whether to select bitmap scanning
enable_nestloop:boolean
When multiple meters are connected , Whether to select nested loop connection . If set to “off”, The execution plan can only be connected by nested loops , The optimizer can only choose this path ,
But if there are other ways to connect , The optimizer will give preference to other methods .
enable_hashjoin:boolean
When multiple meters are connected , Whether to choose hash Connect
enable_mergejoin:boolean
When multiple meters are connected , Whether to choose merge Connect
enable_hashagg:boolean
Whether to use hash polymerization
enable_sort:boolean
Use explicit sort , If set to “off”, When there is only one way to sort the execution plan , The optimizer can only choose this path ,
But if there are other ways to connect , The optimizer will give preference to other methods .
Complete example :http://github.crmeb.net/u/defu
come from “ Open source world ” , link :http://ym.baisou.ltd/post/617.html, If you want to reprint , Please indicate the source , Otherwise, the legal liability will be investigated .
copyright notice
author[PHP Development Engineer ],Please bring the original link to reprint, thank you.
https://en.chowdera.com/2022/175/20210526103538926h.html
The sidebar is recommended
- [Tencent cloud 618 countdown!] Promotion strategy of the promotion activities
- Simple and flexible permission design?
- Making daily menu applet with micro build low code
- 99% of the students can't write good code because of this problem!
- Istio practical skills: using prism to construct multi version test services
- Kubernetes practical technique: setting kernel parameters for pod
- A scheme for crawlers to collect public opinion data
- Essential key steps in the construction of e-commerce live broadcast source code
- How do websites and we media tap user needs? Deeply expose the secrets behind the keywords!
- From theory to practice, decipher Alibaba's internal MySQL optimization scheme in simple terms
guess what you like
Continuous testing | key to efficient testing in Devops Era
It's settled! Bank retail credit risk control just does it!
Encapsulate the method of converting a picture file object to Base64
The pod is evicted due to insufficient disk space of tke node
Post processing - deep camera deformation effects
Tencent released credit risk control results safely: it has helped banks lend more than 100 billion yuan
Interesting erasure code
Five minutes to develop your own code generator
How to make secruecrt more productive
About me, a 19 line programmer
Random recommended
- Kubernetes practical skill: entering container netns
- [programming navigation] the practical code summarized by foreign great God, learned in 30 seconds!
- Design and implementation of high performance go log library zap
- Ghost, a synonym for blog system
- Engage in audio and video development? Several things I have to say about SRT live broadcast protocol
- IOMMU (VII) -vfio and mdev
- [highlights] summary of award-winning activities of Tencent cloud documents
- The programmer's graduation project is still bald after a year
- How to solve the problem that MBR does not support partitions over 2T, and lossless transfer to GPT
- Another prize! Tencent Youtu won the leading scientific and technological achievement award of the 2021 digital Expo
- Use txvideoeditor to add watermark and export video card at 99%? No successful failed callback?
- Reset the password, and the automatic login of the website saved by chrome Google browser is lost. What is the underlying reason?
- [log service CLS] Tencent cloud log service CLS accesses CDN
- [live broadcast of celebrities] elastic observability workshop
- Smart Policing: how to use video intelligent analysis technology to help urban policing visual comprehensive supervision and command system
- SMS SMS
- WPF from zero to 1 tutorial details, suitable for novices on the road
- Dingding, Feishu, and enterprise wechat: different business approaches
- [2022 national tournament simulation] BigBen -- determinant, Du Jiao sieve
- How to do research on plant endophytes? Special topic on Microbiology
- Mlife forum | microbiome and data mining
- 105. simple chat room 8: use socket to transfer pictures
- Parse NC format file and GRB format file dependent package edu ucar. API learning of netcdfall
- Reading notes of returning to hometown
- Generate the NC file of 4-D air pressure and temperature, and then read the code (provide the code)
- Codereview tool chain for micro medicine
- Babbitt | metauniverse daily must read: 618 scores have been announced. How much contribution has the digital collection made behind this satisfactory answer
- On the value foam of digital copyright works from the controversial nature of "Meng Hua Lu"
- Use the open source tool k8tz to gracefully set the kubernetes pod time zone
- How does Argo family bucket make Devops easier?
- A hero's note stirred up a thousand waves across 10 countries, and the first-line big factories sent people here- Gwei 2022 Singapore
- MySQL foreign key impact
- Common special characters in JS and TS
- The text to voice function is available online. You can experience the services of professional broadcasters. We sincerely invite you to try it out
- Who said that "programmers are useless without computers? The big brother around me disagrees! It's true
- what the fuck! I'm flattered. He actually wrote down the answers to the redis interview questions that big companies often ask!
- Concept + formula (excluding parameter estimation)
- [database] final review (planning Edition)
- Troubleshooting and optimization of files that cannot be globally searched by ordinary users in easydss video platform customization project
- How can ffmpeg streaming to the server save video as a file through easydss video platform?