Re: Help on Query with DATE BETWEEN not performant
It is to return the list of all the IDs that are later filtered by the date,
which represents the "main" list on which other groupings are done ...
For our needs we have 4 queries ... they all are based on the "main" query but just the output is different ....
For one query we show all the media types grouped by the type of media
Another is grouped by the contract id
Then in another, we show all the keywords from all articles that were fetched in some period
and the last one shows real articles, 10 per page ... by using LIMIT x,y
We also show the number of all articles in this search ... first, we hade another query for the count , but now we just sum-up everything we get from media type query, cause this is actually the total of all articles anyway ... this way we removed the need for one additional query ...
As I said above, the "main" query we were talking about was/is the foundation of all other queries ... and cause that one was slow, everything was slow ...
Thank you.
Kris
Subject
Views
Written By
Posted
2502
February 02, 2020 06:51PM
877
February 02, 2020 07:13PM
872
February 02, 2020 10:30PM
876
February 03, 2020 04:16AM
825
February 03, 2020 08:12AM
1380
February 03, 2020 10:45AM
893
February 03, 2020 11:20AM
825
February 03, 2020 12:02PM
849
February 03, 2020 12:26PM
850
February 03, 2020 04:19PM
1510
February 03, 2020 06:21PM
863
February 03, 2020 08:38PM
Re: Help on Query with DATE BETWEEN not performant
1406
February 04, 2020 01:03PM
938
February 04, 2020 01:42PM
1585
February 04, 2020 02:48PM
1431
February 04, 2020 05:26PM
1147
February 04, 2020 05:27PM
815
February 06, 2020 04:21PM
1037
February 06, 2020 04:31PM
1420
February 06, 2020 10:57PM
1152
February 09, 2020 08:46AM
863
February 09, 2020 11:48AM
1462
February 09, 2020 05:04PM
786
February 04, 2020 04:12PM