Database normalizations — 1NF, 2NF, 3NFNormalizations help remove redundancies in data which lead to anomaliesMar 24, 2024Mar 24, 2024
DBT — Incremental strategiesIncremental strategy optimises data transformations by processing only new or updated data, saving time and resources. s take a look at…Feb 25, 2024Feb 25, 2024
Snowflake — Clustering, Cloning, Query history and TagsClustering,Cloning, Query history and TagsJan 1, 20241Jan 1, 20241
Snowflake — Grants, Storage Integration and StagesGrants, Storage Integration and StagesDec 31, 2023Dec 31, 2023
Apache Spark — How it runs on a cluster?To know about how spark runs on a cluster we need to know aboutDec 22, 20202Dec 22, 20202
Apache Spark — ReferencesCollating different articles that help gain insights into spark.Dec 19, 2020Dec 19, 2020
Binary Indexed Tree (BIT)Also called Fenwick tree named after its inventor Peter Fenwick. It is widely used for Range queries(sum/update mostly). Let’s take an…Jul 15, 2017Jul 15, 2017