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
1595
February 02, 2020 06:51PM
649
February 02, 2020 07:13PM
636
February 02, 2020 10:30PM
609
February 03, 2020 04:16AM
618
February 03, 2020 08:12AM
633
February 03, 2020 10:45AM
Re: Help on Query with DATE BETWEEN not performant
619
February 03, 2020 11:20AM
598
February 03, 2020 12:02PM
629
February 03, 2020 12:26PM
629
February 03, 2020 04:19PM
873
February 03, 2020 06:21PM
632
February 03, 2020 08:38PM
595
February 04, 2020 01:03PM
630
February 04, 2020 01:42PM
970
February 04, 2020 02:48PM
599
February 04, 2020 05:26PM
618
February 04, 2020 05:27PM
561
February 06, 2020 04:21PM
666
February 06, 2020 04:31PM
621
February 06, 2020 10:57PM
606
February 09, 2020 08:46AM
614
February 09, 2020 11:48AM
569
February 09, 2020 05:04PM
567
February 04, 2020 04:12PM