Re: Help on Query with DATE BETWEEN not performant
Hi,
Yes I did try forcing it ... but what it is doing is it fetches articles from earticles table first and then filter it by the date... and that was 1.3mil rows,
instead of filtering only the 41k articles got from earticle_contract table and do the filtering only on that set ...
I did create a new index as you suggested already, with date & id, but the result was the same ...
The thing is that the database is working the same as before where we had no buffer pool size and only 1 instance by default ...
I will try with fewer instances ... and disable cache ...
Is there anything I should look for in my database like using more disk then memory, i/o operations, hard parses, etc ...
that would explain why joins are so slow in this situation or why explain plan is showing wrong estimations?
Thanks,
Kris
Subject
Views
Written By
Posted
2139
February 02, 2020 06:51PM
825
February 02, 2020 07:13PM
821
February 02, 2020 10:30PM
819
February 03, 2020 04:16AM
778
February 03, 2020 08:12AM
887
February 03, 2020 10:45AM
Re: Help on Query with DATE BETWEEN not performant
827
February 03, 2020 11:20AM
771
February 03, 2020 12:02PM
793
February 03, 2020 12:26PM
804
February 03, 2020 04:19PM
1300
February 03, 2020 06:21PM
809
February 03, 2020 08:38PM
891
February 04, 2020 01:03PM
858
February 04, 2020 01:42PM
1297
February 04, 2020 02:48PM
931
February 04, 2020 05:26PM
861
February 04, 2020 05:27PM
755
February 06, 2020 04:21PM
887
February 06, 2020 04:31PM
885
February 06, 2020 10:57PM
909
February 09, 2020 08:46AM
803
February 09, 2020 11:48AM
844
February 09, 2020 05:04PM
736
February 04, 2020 04:12PM