Sample Header Ad - 728x90

Does Postgres have anything analogous to Microsoft SQL Server's Batch Mode?

1 vote
1 answer
115 views
In traditional usages of Microsoft SQL Server, exactly one row flows from one operator in a query plan to the next. In Batch Mode, huge performance gains are obtained by moving thousands of rows at a time between operators. SQL Server has supported this since SQL Server 2012. Does Postgres have anything like this?
Asked by J. Mini (1269 rep)
Sep 23, 2024, 09:53 PM
Last activity: Sep 25, 2024, 02:47 PM