Skip to content

Commit 79421c5

Browse files
committed
Remove obsolete indexes and add an index for InboxMessage.
1 parent d0595f8 commit 79421c5

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

datastore/config/index.yaml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,10 @@ indexes:
1010
- name: type
1111
- name: created
1212

13-
- kind: spine.system.server.EntityHistory
13+
- kind: spine.server.delivery.InboxMessage
1414
properties:
15-
- name: aggregate_id
16-
- name: version
17-
direction: desc
18-
- name: created
19-
direction: desc
20-
- name: snapshot
21-
22-
- kind: spine.system.server.CommandLifecycle
23-
properties:
24-
- name: aggregate_id
25-
- name: version
26-
direction: desc
27-
- name: created
28-
direction: desc
29-
- name: snapshot
15+
- name: inbox_shard
16+
- name: when_received
3017

3118
# Indexes for the Aggregates.
3219
#

0 commit comments

Comments
 (0)