Jérôme Avoustin
Jérôme Avoustin
hi all, any idea about this ? would love to share about this !
The error is because of the lack of filename in the input. It doesn't support a directory as input
I managed to make something work, but I need to do more tests. I was also wondering if I should modify the existing redis implementation, or if I should apply...
Sure, but the store needs to be indexed, before any usage. It is done on `init`. And it can take quite a long time (I've indexed my 122K+ events store...
Yes sure, it's fully compatible. The events are not updated. Only some keys are added to better index events and snapshots. But once you switch to an indexed redis store,...
@TyGuy hi! Sorry, but I couldn't take some time to start something on this. You can do it, if you have time for it. The solution I suggested could be...
I still think about this issue. And I had performance issues, even after using snapshots (I had about 40K snapshots). It took a very long time (3 sec ?) loading...
ok thanks. As long as I'm using eventstore in a docker container, I'll try to test with a previous version (3.0.5).
Yes, I confirm there's a change between 3.0.5 (at least) and 3.4. After relaunching my test on a 3.0.5, here are my logs: ``` javascript { start: 0, count: 2147483647...