Why createCountCommand does not have applyLimit ?
I want to sql limit execution for max count in CActiveDataProvider
A solution given by qiang
But for many rows of the table may it slow down the performance (count uses createCountCommand)
Is there any other solution ?