kohera-logo-regular.svg

Small Multiples: a new smart feature in Power BI

Recently, a long-awaited feature was added to Power BI: Small Multiples. If you’re not a reporting specialist, chances are a big question mark popped up above your head when you read that.

De Tijdloze van StuBru: Kohera’s voorspelling voor 2020

Deze eindejaarsperiode is er een waarbij heel wat tradities gesneuveld zijn. Gezellig samenzijn met de hele familie of lekker gaan eten op restaurant zitten er niet in dit jaar. Gelukkig zijn er ook nog zekerheden, zoals De Tijdloze van StuBru, die ook dit jaar voor muzikaal vertier zorgt in de laatste dagen van het jaar. En daarbij hoort natuurlijk ook onze voorspelling.

We’ve taken Azure Synapse for a spin

Microsoft has recently taken us on a word lingo with the launch of Azure Synapse Analytics. At Kohera, we’ve experienced some confusion in the market between Azure Synapse as a standalone product and Azure Synapse Analytics as a SaaS platform.

Caching in Databricks? Yes, you can!

Sometimes, Databricks can be a bit sluggish. Especially when working with many small parquet files on Azure Data Lake. This sluggishness is often due to the security and read/write access requests that the Databricks cluster needs to maintain.

The magic of Scalar-valued function inlining in SQL 2019

When one of my clients asked me for a reason to upgrade to SQL 2019, the first thing that came to mind is Scalar-valued function inlining. Reason? Well, for some reason developers like stuffing their SQL with SVFs, and that… makes… it… so… slow. Are SVFs really that bad? And is scalar-valued function inlining useful at all? Let’s walk through it together and find out!

XML fun on Azure SQL

For a client project I was recently asked how to efficiently handle translations in SQL Server. As, in this particular case, the client application was very proficient in processing XML data I chose in cooperation with the development team to use XML as the datatype to handle this specific case.

When tempdb becomes permanentdb

What can go wrong when you combine memory-optimized tempdb with the resource governor? In-memory tempdb metadata If you are using SQL Server 2019 you’ll see that one of the new features allows you to convert some tempdb system tables in in-memory OLTP.

Een inleiding tot Partitioning, deel 1

Naar aanleiding van een migratieproject bij een van onze klanten, kreeg ik inspiratie om enkele zaken rond Partitioning uit te klaren. Partitioning is geen performance feature, maar is voornamelijk een methode om het management van grote tabellen te vergemakkelijken. Dat betekent dat het geen invloed kan hebben op de performance. Wel integendeel, het kan zowel positieve als negatieve impact hebben op de query’s.