|
|
|
|
|
by syntheticcdo
1405 days ago
|
|
I wonder what the performance improvement would be to simply add an index to the created_at column, or alternatively sort on the id column (under the assumption that the id column is indexed and essentially correlated 1:1 to created_at). |
|