article thumbnail

SQL Server on Linux: Scatter/Gather == Vectored I/O

SQL Server According to Bob

.” – Example writev SQL Server on Linux takes full advantage of vectored I/O, retaining the performance and design benefits. On Linux the total number of buffers that can be read or written, in a single ABI request, is capped at 2048. Bob Dorr – Principal Software Engineer SQL Server. On Linux there is one small twist.

Servers 40