When I am sorting tweets, can I just do a simple sort DESC on status_id instead of the creation date? I assume status_ids are created sequentially going up so sorting on status_id would be more efficient than trying to sort on the created_at field.
- [twitter-dev] Sorting by date Quy
- Re: [twitter-dev] Sorting by date John Kalucki
- [twitter-dev] Re: Sorting by date Quy
- Re: [twitter-dev] Re: Sorting by date John Kalucki