EF Core creates `PK` using clustered index on the field with type `Guid`. When App generates not consecutive GUIDs that will cause high I/O on DB side.
EF Core creates
PKusing clustered index on the field with typeGuid. When App generates not consecutive GUIDs that will cause high I/O on DB side.