Skip to content

blog: How We Made Jac-Scale Graph Traversals 5x Faster#7

Merged
marsninja merged 3 commits intojaseci-labs:mainfrom
asimsalim:blog/batch-get-benchmarks
Apr 10, 2026
Merged

blog: How We Made Jac-Scale Graph Traversals 5x Faster#7
marsninja merged 3 commits intojaseci-labs:mainfrom
asimsalim:blog/batch-get-benchmarks

Conversation

@asimsalim
Copy link
Copy Markdown
Contributor

Summary

  • New blog post covering the N+1 query elimination work from jaseci PR #5270
  • Documents both approaches tested: structured metadata columns (rejected) and batch_get (validated)
  • Includes cold-start MongoDB benchmarks showing 3-5x API improvement, 18-23x raw improvement
  • Added author entry for Asim Salim

Test plan

  • Built and previewed locally with mkdocs serve
  • Categories validated against allow list
  • Author entry added to .authors.yml

asimsalim and others added 3 commits March 24, 2026 11:11
Covers the N+1 query elimination work from PR #5270 — structured
metadata columns (rejected, 9x write regression) vs batch_get
(validated, 3-5x cold-start improvement). Includes benchmarks,
methodology, and lessons learned.
@marsninja marsninja merged commit d385024 into jaseci-labs:main Apr 10, 2026
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