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
-
Understanding the Whys, Whats, and Whens of ValueTask. The .NET Framework 4 saw the introduction of the
System.Threading.Tasks
namespace, and with it theTask
class. In this post, Stephen Toub, covers the newerValueTask
andValueTask<TResult>
types.
Streaming
- Flink SQL for powerful querying of data streams and data at rest. This post covers Flink SQL, and discusses how we can quickly explore data in streams or data at rest. Very interesting!
- Announcing the general availability of Azure Event Hubs for Apache Kafka. This post announces the general availability (GA) of Azure Event Hubs for Apache Kafka. So what does it mean? Well, it means that you can now stream events from applications using the Kafka protocol directly into Azure Event Hubs. Awesome!
Distributed Computing
- Who Is Running My Kubernetes Pod? The Past, Present, and Future of Container Runtimes. Container runtime choices are nowadays not only Docker as the “Open Container Initiative” (OCI) has successfully standardized the concept of a container and container image to guarantee interoperability between runtimes. This InfoQ article looks at the past, present, and future of container engine implementations.
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