September 29, 2025 at 12:00 am
Comments posted to this topic are about the item How to Use SQL Server Features to Cut Web App Latency in Half
September 29, 2025 at 2:50 pm
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.
September 29, 2025 at 2:53 pm
This stinks of AI.
September 29, 2025 at 3:04 pm
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.
September 30, 2025 at 10:09 am
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