Tags database optimization data structures indexing Written by Dgraph Labs, Inc. B Tree vs B+ Tree: Which to Use You might be wondering whether to use a B-tree or a B+ tree for your database needs. Both data structures ... Learn more
Tags acid transactions distributed systems database integrity Written by Dgraph Labs, Inc. What Is An ACID Transaction You’ve probably heard the term ACID transaction thrown around in database discussions. It’s one of those ... Learn more
Tags database clustering distributed systems optimization Written by Dgraph Labs, Inc. What is Database Clustering You might have heard about database clustering but wondered what it actually means. In simple terms, it&r ... Learn more
Tags compliance data management graph databases Written by Dgraph Labs, Inc. How to Use a Compliance Graph for Data Visualization You’re probably wondering how to keep up with the ever-changing landscape of regulations and standards. M ... Learn more
Tags beginner denormalization data redundancy performance Written by Dgraph Labs, Inc. What is Denormalization in Databases You’ve probably heard about database normalization, but what about denormalization? It’s a concept that f ... Learn more
Tags distributed systems cap theorem Written by Dgraph Labs, Inc. CAP Theorem and the Role of Partition Tolerance You’ve likely heard about the CAP theorem if you deal with distributed systems. Understanding it can help ... Learn more
Tags beginner database recovery disaster planning data backup Written by Dgraph Labs, Inc. Database Disaster Recovery Strategies You’ve probably heard the horror stories. A server crash wipes out critical data, or a cyberattack locks ... Learn more
Tags beginner data management graph databases relational databases Written by Dgraph Labs, Inc. Graph Databases vs. Relational Databases: Pros, Cons, and Use Cases You might be wondering about the differences between graph databases and relational databases. Both have ... Learn more
Tags beginner indexing query optimization bitmap index Written by Dgraph Labs, Inc. What is a Bitmap Index You might have heard about different types of database indexes, but what exactly is a bitmap index? If yo ... Learn more