How to optimize this query if the table has more then 50,000 records per day? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to optimize this query if the table has more then 50,000 records per day?

select count(1) total from Leads where originaldate = curdate() and campaign=78;

12th Jul 2019, 7:10 AM
Muhammad Idrees
Muhammad Idrees - avatar
1 Answer
- 1
Think of normalizing it and apply knowledge management
17th Jul 2019, 6:29 AM
Da2
Da2 - avatar