How to Use SQL Server Features to Cut Web App Latency in Half

  • Comments posted to this topic are about the item How to Use SQL Server Features to Cut Web App Latency in Half

  • This has nothing to do with a web page. This is just performance enhancements with SQL Server that have been around for a long while.

    Also Analytics aren't really needed to "make a sale". Columnstore indexes have limited use for specific reporting purposes for large tables. A commerce site is unlikely to need that. Query store may help some, but SQL already has a cache for recently used queries and the extra memory above would hold a larger cache.

    Many of the features offered are built in to SQL Server without any additional knowledge.

  • This stinks of AI.

  • agree with Andre .. AI stink - and mention of things that should no longer be used, while supplying some links that really should not be the ones being supplied.

  • We scan for AI content, and this didn't appear that way. It's a bit light, but it has been rewritten a few times to give a few ideas on how to improve performance.

     

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply