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
2488
February 02, 2020 06:51PM
875
February 02, 2020 07:13PM
872
February 02, 2020 10:30PM
875
February 03, 2020 04:16AM
822
February 03, 2020 08:12AM
1368
February 03, 2020 10:45AM
Re: Help on Query with DATE BETWEEN not performant
892
February 03, 2020 11:20AM
823
February 03, 2020 12:02PM
847
February 03, 2020 12:26PM
850
February 03, 2020 04:19PM
1499
February 03, 2020 06:21PM
862
February 03, 2020 08:38PM
1391
February 04, 2020 01:03PM
935
February 04, 2020 01:42PM
1574
February 04, 2020 02:48PM
1409
February 04, 2020 05:26PM
1138
February 04, 2020 05:27PM
813
February 06, 2020 04:21PM
1028
February 06, 2020 04:31PM
1399
February 06, 2020 10:57PM
1135
February 09, 2020 08:46AM
862
February 09, 2020 11:48AM
1434
February 09, 2020 05:04PM
785
February 04, 2020 04:12PM