repo.or.cz
/
Seppo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
example.com -> example.org
[Seppo.git]
/
doc
/
00019_--_arch_design.txt
blob
648bb910ba01f8eb7fb6de435a359ebe79452b8f
1
2
Q: cdb or single files?
3
4
A:
5
cdb:
6
- ugly keys
7
- potentially many
8
- quick, cheap lookups
9
single files:
10
- volatile
11
- direct visibility
12
- single or very few
13
14
e.g.
15
cdb:
16
- ip bans
17
- block (peer)
18
- notify
19
- subscribed
20
single files:
21
- queued jobs
22
- incoming (subscribed to) posts