mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
The `rawQueryPathMatchesDecodedQuery` case called `store.rawQuery(filter)`, but `EventStore` only exposes the streaming `rawQuery(filters, onEach)` — the list-returning overload lives on the inner `SQLiteEventStore`. Point the check at `store.store.rawQuery(filter)` so the zero-decode path is actually exercised. Record the shipped k-way merge result in the plan doc: a fresh 1M relayBench run has geode `follow-feed` at 18.8 ms vs strfry 17.7 ms (down from 97.7 ms, now at parity) and 46,258 ev/s vs strfry 15,365 @8conn, both returning the same 500. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012EZeWww5TJnzBZKPoc6mvU