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.

Reply via email to