Harsh Daiya's Blog

Harsh Daiya's Blog

Follow
Follow
homeResumebadges
Tag

Databases

#databases

More content

Read more stories on Hashnode


Articles with this tag

ScyllaDB - Getting started

Mar 12, 20236 min read1.0K views

Recently I read this article where Discord migrated its messages cluster from Cassandra to ScyllaDB, it reduced message latencies from 200...

ScyllaDB - Getting started

Advanced SQL - The next frontier

Jan 12, 20235 min read99 views

Advanced SQL is a powerful tool that allows you to retrieve, analyze, and manipulate large amounts of data in a structured and efficient way · Advanced...

Advanced SQL - The next frontier

Apache Cassandra w/ Python

Jan 11, 20235 min read156 views

Apache Cassandra is a highly scalable, high-performance, and fault-tolerant NoSQL database. It is designed to handle large amounts of data across many...

Apache Cassandra w/ Python

Idempotency in Data pipelines - Overview

Jan 11, 20235 min read488 views

Idempotency is an important concept in data engineering, particularly when working with distributed systems or databases. In simple terms, an...

Idempotency in Data pipelines - Overview

Data Lake on AWS

Dec 22, 20223 min read24 views

A data lake is a central repository that allows you to store all your structured and unstructured data at any scale. You can store your data as-is,...

Data Lake on AWS

Setting up dbt with Snowflake

Dec 22, 20224 min read34 views

dbt (data build tool) is an open-source command-line tool that helps data analysts and data engineers automate the process of transforming and loading...

Setting up dbt with Snowflake