#databases
Read more stories on Hashnode
Articles with this tag
Database sharding is a method of horizontal partitioning where data is distributed across multiple databases or nodes to improve performance,...
Transparent Data Encryption (TDE) is a feature in SQL Server designed to protect data at rest by encrypting the database files on disk. This includes...
What Is Table Partitioning? Table partitioning in SQL Server divides a table into multiple horizontal partitions based on a defined range of data....
Overview In this article, we will go through the steps required to set up Prisma ORM in an Express.js project specifically for PostgreSQL. This setup...
What are Normal Forms? Normal forms are a set of rules applied to database design to minimize data redundancy and dependency. They ensure that data is...
What are Functions in PostgreSQL? In PostgreSQL, functions are named blocks of code that perform specific tasks. These functions can accept input...