Category: Additional Data Storage Topics

Implement a Partition Strategy for Analytical Workloads – The Storage of DataImplement a Partition Strategy for Analytical Workloads – The Storage of Data

When you begin to brainstorm the storage of data for an analytical workload, terms such as hybrid transaction/analytical processing (HTAP) and online analytical processing (OLAP) might come to mind. Both [...]

Implement a Partition Strategy for Streaming Workloads – The Storage of DataImplement a Partition Strategy for Streaming Workloads – The Storage of Data

Chapter 7, “Design and Implement a Data Stream Processing Solution,” discusses partitioning data within one partition and across partitions. Exercise 7.5 features the hands‐on implementation of partitioning streaming workloads. Partitioning [...]

Azure Synapse Analytics Develop Hub Notebook – The Storage of DataAzure Synapse Analytics Develop Hub Notebook – The Storage of Data

df = spark.read.option(“header”,”true”) \ .csv(‘abfss://@.dfs.core.windows.net/EMEA/brainjammer/in/2022/04/01/18/*’) display(df.limit(10)) FIGURE 4.21 Azure Synapse Analytics Develop hub load Notebook FIGURE 4.22 Azure Synapse Analytics Develop hub write Notebook Parquet files In this exercise you [...]