Description
This is consistent with the legacy multi-insert behavior, but not with fire-and-forget write behavior. Basically, if a client batches 1000 insert into a single write command, the server will only use PageFaultException to avoid locking during page faults for the first insert in the batch.