Big Data What is an MPP Database? Intro to Massively Parallel Processing We dive into what an MPP Database is, how it works, and the strengths and weaknesses of Massively Parallel Processing. Abe Dearmer Read More
Cloud Integration Redshift vs Hadoop & Hadoop Hive: A Brief Comparison We examine the history and capabilities of Redshift and Hadoop, and how they compare across price, performance, and ease of use. Donal Tobin Read More
Cloud Integration How to Sync Data from Amazon Aurora to Redshift We break down what these two databases are, why should you be using them, and how to sync your data from Amazon Aurora to Redshift quickly and easily and keep... Abe Dearmer Read More
Cloud Integration Redshift Create Table | How to Create a Redshift Table First up, we break down how to use the Redshift Create Table command as quickly and succinctly as possible, leaving out all the extra stuff you probably don’t need to... Donal Tobin Read More
Cloud Integration Redshift Table Size: How to find the size of a table in Redshift SVV_TABLE_INFO is a Redshift systems table that shows information about user-defined tables (not other system tables) in a Redshift database. The table is only visible to superusers. Abe Dearmer Read More
Cloud Integration Redshift Show Tables | How to List Redshift Tables In order to list or show all of the tables in a Redshift database, you'll need to query the PG_TABLE_DEF systems table. An interesting thing to note is the PG_... Donal Tobin Read More
Cloud Integration Redshift Unload: Amazon Redshift’s Unload Command Redshift’s UNLOAD command is a great little tool that complements Redshift’s COPY command, by doing the exact reverse function. While COPY grabs data from an Amazon s3 bucket and puts... Abe Dearmer Read More
ETL Learning about ETL - a founding engineer's personal account In this article, I want to share some of the lessons learned in the hope that they are useful to you in your own engineering journey. Donal Tobin Read More
ETL 26 min Top 14 ETL Tools (Updated Jaunary 2025) Integrate.io lists the 14 best ETL software tools for 2024 based on features, user review scores, and more. Which ETL tool should you choose? Abe Dearmer Read More
ETL 11 min SFTP to Salesforce – Guide to a Secure Integration Integrating data from your systems into Salesforce is a critical process. Here is a guide featuring the SFTP to Salesforce process. Donal Tobin Read More
Data Integration 10 min What Is Operational ETL? Delving into Operational ETL: Learn how it transforms business data handling for enhanced productivity. Donal Tobin Read More