Database Design Advice

Yitzchak Scott-Thoennes sthoenna at gmail.com
Fri Nov 8 17:22:13 GMT 2013


On Fri, Nov 8, 2013 at 12:38 AM, Mark Stringer <mark at repixl.com> wrote:
> I'd guess that the date_created is being stored in the table, so could be
> used to order the records without the need for a serial, if ordering is the
> only concern.

Never use date/times as unique identifiers/sort keys.


More information about the london.pm mailing list