Skip to content

chore(personhog-replica): add more chunking#60125

Merged
z0br0wn merged 1 commit into
masterfrom
zbrown/personhog-bulk-read-chunking
May 27, 2026
Merged

chore(personhog-replica): add more chunking#60125
z0br0wn merged 1 commit into
masterfrom
zbrown/personhog-bulk-read-chunking

Conversation

@z0br0wn
Copy link
Copy Markdown
Contributor

@z0br0wn z0br0wn commented May 26, 2026

Problem

add chunking to a few of the most expensive bulk read ops

Changes

  • get_persons_by_ids — chunks by person ID
  • get_persons_by_uuids — chunks by UUID
  • get_persons_by_distinct_ids_in_team — chunks by distinct ID, merges the hashmap across chunks
  • get_distinct_ids_for_persons — chunks by person ID, handles both the limit_per_person and unlimited variants

@z0br0wn z0br0wn requested a review from a team May 26, 2026 18:08
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 26, 2026

Reviews (1): Last reviewed commit: "chore(personhog-replica): add more chunk..." | Re-trigger Greptile

@z0br0wn z0br0wn merged commit 82a42a6 into master May 27, 2026
167 checks passed
@z0br0wn z0br0wn deleted the zbrown/personhog-bulk-read-chunking branch May 27, 2026 16:07
@deployment-status-posthog
Copy link
Copy Markdown

deployment-status-posthog Bot commented May 27, 2026

Deploy status

Environment Status Deployed At Workflow
dev ✅ Deployed 2026-05-27 16:49 UTC Run
prod-us ✅ Deployed 2026-05-27 17:03 UTC Run
prod-eu ✅ Deployed 2026-05-27 17:06 UTC Run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants