COUNT(id): query cost: 463
COUNT(*): query cost: 91.47
Can someone help me to understand why COUNT(id) is more expensive than COUNT(*)?
COUNT(id): query cost: 463
COUNT(*): query cost: 91.47
Can someone help me to understand why COUNT(id) is more expensive than COUNT(*)?