What Is Marketing Analytics and Why It Matters

Most companies have a wealth of user data at their fingertips. This data can provide insights to inform marketing strategies, boost customer satisfaction, retain and attract customers. The key, however, lies in the way marketers collect, analyze, and leverage that data to reach desired goals. Marketing analytics enables marketers to gain actionable insights that drive results.
This article reviews the basic concepts of marketing analytics, including best practices and tools..

7 Reasons You Should Consider Using Kubernetes

Kubernetes provides the automation, orchestration and scalability necessary to maximize cloud ecosystems and productivity in modern companies. More than 5000 companies are now running Kubernetes in production. This article walks you through the main components of Kubernetes and gives you some tips on how to use it in production.

Kubernetes and Big Data: A Gentle Introduction

As more developers shift to cloud-native practices, more applications are developed and deployed using containerization. The goal is typically to to enable micro-services architecture, which is highly scalable.

To manage containerization, developers use container orchestration platforms, like Kubernetes. However, it is not only developers who can make use of Kubernetes. Read on to learn how to use Kubernetes for big data.

Why EDR Can Prevent the Next Data Breach

EDR-Data-Breach"

Endpoints are devices connected to your network, such as smartphones, laptops, routers, and Internet of Things (IoT) sensors. Endpoints enable users to access the network from different physical locations and devices. However, this benefit can turn into a risk when attackers take advantage of endpoints to breach the network. Read on to learn how to secure endpoints with EDR practices and tools..

HPC on Azure: A Quick Guide

High-Performance Computing (HPC) enables you to leverage cloud-based supercomputing with the scalability of the cloud. Most major cloud vendors offer HPC services, including Azure, Google, and AWS. In this article, you’ll learn what HPC is and how it works on Azure. You’ll also learn how to deploy and manage Azure-based HPC.

 

Everything You Need to Know About Azure Backup and Recovery

Cloud backup recovery

Backup and recovery are two important mechanisms designed for the purpose of ensuring the continual health of your data. Backups are typically divided into categories that measure level of usage, such as cold storage for archives. The purpose of recovery is to ensure that you have a backup to restore if and when your data is lost. This article offers a review of key Azure backup and recovery services..

Detecting indexes, tables and packages not used on DB2

DB2, from version 9.7, allows to know easily what indexes are not being used in a Database. The query is also for tables and packages.

This is a useful tool for tuning indexes and detecting problems in their use.

After version 9.7 DB2 includes a new LASTUSED field in the SYSCAT.INDEXES, SYSCAT.TABLES and SYSCAT.PACKAGES tables.

This field indicates the date of last use of indexes, tables or packages.

For example, to query unused indexes since 1/1/2019, you could use this simple query: