Modernization

ApacheCon, Upgrading Cassandra Using Automation

Upgrades using cstar - A presentation from ApacheCon @Home 2020

Valerie Parham-Thompson
I recently did an upgrade of 200+ nodes of Cassandra across multiple environments sitting behind multiple applications using the cstar tool. I chose the cstar tool because, out of all automation options, it has topology awareness specific to Cassandra. I will share my experience with this upgrade, including observations and surprises, as well as a walk-through of the process using a Cassandra cluster provisioned in Docker.

Upgrading a Large Cassandra Cluster with cstar

Simplify large Cassandra cluster upgrades using cstar's topology-aware command execution to reduce downtime and risk

Valerie Parham-Thompson
Upgrading large Cassandra clusters is simplified with cstar, which discovers cluster topology and executes commands in a topology-aware manner. This reduces downtime and risk, and practical tips include using verbose output and ensuring all nodes are up before starting. cstar’s automation and resilience make it ideal for complex, large-scale operations.

Postgres Security Patches Related to the Search Path

Protect your PostgreSQL installation from search_path vulnerabilities by implementing security patches and best practices

Valerie Parham-Thompson
Security vulnerabilities in PostgreSQL related to the search_path setting can allow malicious users to inject trojan-horse functions or objects. Remediation includes removing the public schema from the default search_path and restricting object creation in public. Practical commands and best practices help secure PostgreSQL installations against these exploits.

Battle of the Online Schema Change Methods

MariaDB Conference, NYC - overview and comparison of different methods for performing online schema changes in databases

Valerie Parham-Thompson
I presented on online schema change methods in MySQL and MariaDB with my colleague at the M|18 conference at the Conrad in NYC.

Enabling InnoDB Compression

Improve storage efficiency and performance by implementing InnoDB compression with balanced configuration options

Valerie Parham-Thompson
Enabling InnoDB compression in MySQL improves storage efficiency and can boost performance for certain workloads. Configuration options and best practices help administrators implement compression effectively, balancing space savings with processing overhead.

Data Encryption at Rest in Oracle MySQL 5.7

Protect sensitive data using key management and encryption algorithms in MySQL 5.7 to secure against unauthorized access

Valerie Parham-Thompson
Data encryption at rest in Oracle MySQL 5.7 protects sensitive information using key management and encryption algorithms. Configuring and managing encryption settings helps secure databases against unauthorized access and meets compliance requirements.

New MySQL File System Vulnerabilities

Learn about recent MySQL file system vulnerabilities and how to protect your data through patches and configuration

Valerie Parham-Thompson
Recent vulnerabilities in MySQL related to file system access pose risks to data security. Understanding affected versions and applying recommended patches or configuration changes helps mitigate these threats and protect sensitive information.

Data Encryption at Rest in MariaDB

Configure encryption options and manage keys to protect sensitive data and maintain compliance in MariaDB environments

Valerie Parham-Thompson
Implementing data encryption at rest in MariaDB involves configuring encryption options and managing keys. Best practices ensure that sensitive data remains protected, supporting security and compliance in database environments.