What is Nostr?
you /
npub1z3d…fam3
2024-08-04 23:35:44
in reply to nevent1q…r0t4

you on Nostr: at least adding three minor indexes as suggested by https://github.com/ankane/dexter ...

at least adding three minor indexes as suggested by https://github.com/ankane/dexter seems to have lessened the read stampede

CREATE INDEX CONCURRENTLY ON "public"."nostr_events" ("created_at");
CREATE INDEX CONCURRENTLY ON "public"."nostr_events" ("pubkey", "created_at");
CREATE INDEX CONCURRENTLY ON "public"."nostr_tags" ("event_id");

although public.nostr_events (kind, content) isn't possible to add because that has txt longer than the 8191 size limit

Author Public Key
npub1z3dxdg6dk266c7r54e65wc5ksx8xvvqrzmntzg7e7cxrg00c7cfqrrfam3