انضم إلى نوستر
2026-01-16 16:57:23 UTC
in reply to

jb55 on Nostr: you can do that if the data you're using is only in the index. I'm building up ...

you can do that if the data you're using is only in the index. I'm building up multiple reports for a bunch of different data (client tags, etc). so I need every note. makes sense to just walk the notes table.

I added a query plan that does this walk only for empty filters atm.

I am going to add index-only folds for if you don't need the note data (like for counts)