Hello,
Always on a journey to try to make geteventstore work properly - and official doc, sprayed around the web, is not helping.
At startup “Rebuilding” index is taking tons of time though the number of events i handle is extremely small (few hundreds events recorded).
The problem is that my data folder is 2.5 Gb which look out of control for such a few datas :
-rwxrwxr-x 1 eventStore eventStore 8 18 mars 06:14 chaser.chk
-r-xr-xr-x 1 eventStore eventStore 268430383 14 janv. 10:20 chunk-000000.000000
-r–r--r-- 1 eventStore
eventStore
268430554 20 janv. 04:14 chunk-000001.000000
-r–r--r-- 1 eventStore
eventStore
268420431 30 janv. 05:19 chunk-000002.000000
-r–r--r-- 1 eventStore
eventStore
268421026 4 févr. 22:40 chunk-000003.000000
-r–r--r-- 1 eventStore
eventStore
268434418 10 févr. 15:30 chunk-000004.000000
-r–r--r-- 1 eventStore
eventStore
268419822 16 févr. 06:51 chunk-000005.000000
-r–r--r-- 1 eventStore
eventStore
268425677 21 févr. 22:57 chunk-000006.000000
-r–r--r-- 1 eventStore
eventStore
268422287 27 févr. 15:47 chunk-000007.000000
-r–r--r-- 1 eventStore
eventStore
268435328 5 mars 08:47 chunk-000008.000000
-r–r--r-- 1 eventStore
eventStore
268432071 11 mars 01:50 chunk-000009.000000
-rw-r–r-- 1 eventStore
eventStore
268435712 18 mars 06:14 chunk-000010.000000
-rwxrwxr-x 1 eventStore eventStore 8 18 mars 06:13 epoch.chk
drwxrwxr-x 2 eventStore eventStore 4096 8 janv. 17:16 index
-rwxrwxr-x 1 eventStore eventStore 8 8 janv. 17:16 truncate.chk
-rwxrwxr-x 1 eventStore eventStore 8 18 mars 06:14 writer.chk
``
When i look inside the folder if have those huge “chunk-” files that take hours to “Rebuild”.
Does anyone know how i can fix this :
- Maybe i can keep only one chunk file to speedup “Rebuilding” ?
- If not maybe i can skip “Rebuilding” to have a working DB ?
Thanx in advance.