Commit 05237ce59ef0d39cea29340d969385ec89fb07ab
type + dest index: reorder index keys use asserted timestamps
Matt McKegg committed on 6/15/2017, 5:16:14 AMParent: 7f88a4b1fc7f5b240e746b46280538198e2cecf9
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -5,9 +5,9 @@ | ||
5 | 5 … | var matchChannel = /^#[^\s#]+$/ |
6 | 6 … | |
7 | 7 … | var indexes = [ |
8 | 8 … | { key: 'DTS', value: [['dest'], ['timestamp']] }, |
9 | - { key: 'DTY', value: [['dest'], ['value', 'content', 'type'], ['timestamp']] } | |
9 … | + { key: 'TDT', value: [['value', 'content', 'type'], ['dest'], ['value', 'timestamp']] } | |
10 | 10 … | ] |
11 | 11 … | |
12 | 12 … | var indexVersion = 0 |
13 | 13 … |
Built with git-ssb-web