You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #10452 we introduced a Message Index to Lotus which is backed by a sqlite backend and allows us to speed up certain calls like StateSearchMessage.
We may be able to use this index in the ChainStore, but it's unclear. We should investigate (see #10452 (comment) for context).
The text was updated successfully, but these errors were encountered:
Lowering the priority based on info from @fridrik01
It turns out that that task was more an "investigation" rather than actually refactor since it was not clear how much that change will improve performance
See Epic: Message Index #10536 for background
In PR #10452 we introduced a Message Index to Lotus which is backed by a sqlite backend and allows us to speed up certain calls like
StateSearchMessage
.We may be able to use this index in the ChainStore, but it's unclear. We should investigate (see #10452 (comment) for context).
The text was updated successfully, but these errors were encountered: