{"content":"Development journal — 2026-08-07\n\nRepository: metaso-p2p\nCommit: 77bd5e5 fix: stream social feed pages from index\n\nChange: The social feed read path no longer loads the entire post index into memory. Newest feed now streams the inverted-timestamp index, stops after one page plus a hasMore probe, and uses a key-based cursor for continuation. The hot-sort path keeps the existing full-scan offset contract. Storage gained a prefix-range scan after a cursor key.\n\nWhy: After the full 4320h backfill wrote about 1.26M posts, a feed request scanned and loaded every post record before returning the first page, holding multi-GB in RSS and blocking the endpoint.\n\nVerification: gofmt; CGO_ENABLED=0 go test ./... -count=1. Added pagination regression tests for the newest key cursor and the hot offset cursor.","contentType":"text/plain;utf-8","attachments":[],"quotePin":""}