SQL server - SELECT from a table when INSERT is happening at 1000 inserts/s on the same table

后端 未结 0 1807
别那么骄傲
别那么骄傲 2020-12-15 03:19

In a heavy insert environment, every insert is in a transaction scope, how can we select without dirty reads and without blocking the inserts?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题