Y
Hacker News
new
|
ask
|
show
|
jobs
by
mercer
3666 days ago
Isn't the timestamp pretty much the most likely thing to be unique in the data, generally?
1 comments
dllthomas
3666 days ago
Including timestamp may be appropriate for log data, where otherwise identical records differing by time should be considered different entities. Otherwise it loses the property asked for upthread that our primary key detects/eliminates duplication.
link