tree: 51fd88396e2c7743b877feac45fc8b9e588083e3 [path history] [tgz]
  1. cfile.md
  2. codegen.md
  3. compaction-policy.md
  4. compaction.md
  5. consensus.md
  6. cpp-client.md
  7. doc-style-guide.adoc
  8. location-awareness.md
  9. master-perm-failure-1.0.md
  10. master.md
  11. multi-master-1.0.md
  12. non-covering-range-partitions.md
  13. old-multi-master-heartbeating.md
  14. raft-config-change.md
  15. raft-tablet-copy.md
  16. README.md
  17. rpc-retry-and-failover.md
  18. rpc.md
  19. scan-optimization-partition-pruning.md
  20. scan-tokens.md
  21. schema-change.md
  22. tablet-history-gc.md
  23. tablet.md
  24. triggering-maintenance-ops.md
docs/design-docs/README.md

Design Docs

This directory holds Kudu design documents. These documents are typically written from a point-of-time view, and do not necessarily represent the current state of the system. They are useful for learning why design decisions were made.

DocumentComponent(s)Discussion
Scan optimization and partition pruningClient, Tabletgerrit
CFile formatTabletN/A
Codegen API and impl. detailsServerN/A
Consensus designConsensusN/A
Raft config change designConsensusN/A
Tablet Copy designConsensusN/A
Master designMasterN/A
RPC design and impl. detailsRPCN/A
Tablet design, impl. details and comparison to other systemsTabletN/A
Tablet compaction design and impl.TabletN/A
Tablet compaction policyTabletN/A
Schema change designMaster, TabletN/A
Maintenance operation schedulingMaster, Tablet ServerN/A
C++ client design and impl. detailsClientN/A
(old) Heartbeating between tservers and multiple mastersMastergerrit
Scan Token APIClientgerrit
Full multi-master support for Kudu 1.0Master, Clientgerrit
Non-covering Range PartitionsMaster, Clientgerrit
Permanent failure handling of masters for Kudu 1.0Master
RPC Retry/Failover semanticsClient/TS/Mastergerrit
Tablet history garbage collectionTabletgerrit
Documentation Style GuideDocumentation