In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
These two terms in the Predicate Information section indicate when the data source is reduced. Simply, access means only retrieve those records meeting the condition and ignore others. Filter means after you already got the data, go through them all and keep those meeting the condition and throw away the others.
1 access: directly obtain those data that meet the conditions, and discard other data that are not satisfied
2 filter: you already have some data, apply filter to the existing data and get the data that meets the filter.
Many blog forums have the following conclusions:
Access indicates that the value of this predicate condition will affect the access path of the data (table or index), while filter indicates that the value of the predicate condition does not affect the data access path, but only acts as a filter.
But this conclusion is vague and easily ambiguous. Many people think that oracle does not have the choice of access index path as soon as it shows filter, and must take a full table scan for data selection. Is that true?
You can simulate the following scenarios:
Create table test (aa int, bb int) as select rownum,rownum from dba_objects; (10w data volume)
Create index.... Create an index on aa
Select count (aa) from test where aa
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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.