cmu-db / dbdb.io

The On-line Database of Databases
https://dbdb.io
Apache License 2.0
488 stars 39 forks source link

New keyword(s) to describe distributed database? #123

Open ghost opened 1 year ago

ghost commented 1 year ago

Dear team,

Is it a good idea to add a filter group or a tag to distinguish distributed database / single node database?

Is it a good idea to add a filter group / tag to describe fault tolerance features like Replication Synchronization, Quorum-based Replication, Conflict Resolution, and Read Repair?

apavlo commented 1 year ago
  1. "System architecture" is what you want to filter on for distributed databases. shared-everything, shared-memory, shared-disk, or shared-nothing.

  2. Yes, I need to add replication + sharding/partitioning feature groups.

I need to add documentation to explain what everything means too. I have a write-up here: https://15721.courses.cs.cmu.edu/spring2023/project2.html