The temporal definition in MonetDB
says that:
"TIMESTAMP [ '(' posint ')' ]
date concatenated with unique time, precision"
That this mean that if two rows are created with a DEFAULT TIMESTAMP
that these timestamps are guaranteed to be unique, even if they are created during the same millisecond?