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 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
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 Taking a Closer Look at Snowflake Software A deep dive into Snowflake software. Discover how this cloud data warehouse benefits your teams. Then learn how to move data to Snowflake. Donal Tobin Read More
Cloud Integration The Ultimate Guide to Connecting Snowflake Looking to connect your Snowflake data warehouse for easier data integration? Here’s everything you need to know. Donal Tobin Read More
Cloud Integration How to Integrate MongoDB with Relational Databases Integrating data from MongoDB and a relational database sounds like a major headache. On one hand you have a schemaless NoSQL database containing JSON objects, and on the other, an... Integrate.io Read More