Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

PostgreSQL DBA (12)-Application of statistics in calculating the selection rate # 2

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This section briefly introduces the application of statistical information (frequency MCV and histogram HISTOGRAM) in PG database to calculate the selection rate of multi-conditional query in the form of examples.

First, calculate the selection rate

The test data generation script is detailed in the previous section and will not be repeated here.

SQL scripts and execution plans:

< 2312 and c1 >

500 QUERY PLAN-Seq Scan on public.t_int (cost=0.00..2040.00 rows=18375 width=9) Output: C1 C2 Filter: (t_int.c1

< 2312) AND (t_int.c1 >

500) (3 rows)

The SQL statement has two constraints: C1

< 2312 和 c1 >

PG is actually the selection rate of ">" to "500" = "C1 < 2312" selection rate-"C1"

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report