On larger systems the auto increment causes a table lock, which decreases performance. With UUIDv4 primary keys the whole UoW can be built and then flushed without any back-and-forth to the database.
I'm guessing one of the challenges can be sorting. However, a precise microsecond time stamp could solve it easily.
WDYT about such an addition?
On larger systems the auto increment causes a table lock, which decreases performance. With UUIDv4 primary keys the whole UoW can be built and then flushed without any back-and-forth to the database.
I'm guessing one of the challenges can be sorting. However, a precise microsecond time stamp could solve it easily.
WDYT about such an addition?