Throughout the week, I read a lot of blog-posts, articles, and so forth, that has to do with things that interest me:

  • data science
  • data in general
  • distributed computing
  • SQL Server
  • transactions (both db as well as non db)
  • and other “stuff”

This blog-post is the “roundup” of the things that have been most interesting to me, for the week just ending.

##.NET

Streaming

Distributed Computing

SQL Server 2019

  • Introducing Scalar UDF Inlining. SQL Server 2017 introduced Intelligent Query Processing which is meant to improve the performance of existing workloads with minimal implementation effort. SQL Server 2019 further expands query processing capabilities, and this blog post discusses Scalar T-SQL UDF Inlining. The inlining of scalar UDF’s is a feature to improve the performance of queries that invoke scalar UDFs, where UDF execution is the main bottleneck.
  • SQL Server 2019 Big Data Cluster on Azure Kubernetes Service. This is a blog post by “yours truly”. As the title implies, it discusses how to deploy SQL Server 2019 Big Data Cluster to Azure Kubernetes Service (AKS).

~ Finally

That’s all for this week. I hope you enjoy what I did put together. If you have ideas for what to cover, please comment on this post or ping me.


comments powered by Disqus