Stored Procedures - End of days

前端 未结 20 1658
轻奢々
轻奢々 2021-01-31 08:51

I’m listening to the Hanselminutes Podcast; \"StackOverflow uses ASP.NET MVC - Jeff Atwood and his technical team\". During the course of the Podcast they are speaking about SQL

20条回答
  •  甜味超标
    2021-01-31 09:25

    Judging from the lackluster performance of this site, I'm going to wager the major bottleneck is the database.

    I'm not convinced in any way that the LINQ 2 SQL ORM they are using is one bit faster than a sproc.

提交回复
热议问题