• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

orneryd / NornicDB / 27998617703
89%

Build:
DEFAULT BRANCH: main
Ran 23 Jun 2026 02:56AM UTC
Jobs 1
Files 478
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Jun 2026 02:45AM UTC coverage: 88.547% (-0.3%) from 88.891%
27998617703

push

github

orneryd
perf(cypher): optimize CALL-tail retrieval hot paths

Add generic fast paths for Graphiti-shaped CALL tail retrieval without making
the implementation Graphiti-specific. Relationship fulltext wildcard and field
presence queries now apply skip/limit during bounded edge streaming instead of
materializing every matching relationship before pagination. CALL-tail projection
plans also compile simple variable, property, id/type/labels/properties access
into direct resolvers and avoid copying row maps for identity WITH projections.

This removes the generic executeInternal/evaluateExpression hot path from common
CALL db.index.fulltext.queryRelationships(...) YIELD ... WITH/WHERE/RETURN tails
while preserving fallback behavior for unsupported query shapes.

Benchmarks:
- BenchmarkGraphitiRelationshipFulltextCallTailProjectionFilter:
  ~13.5ms/op, 19.8MB/op, 302k allocs/op ->
  ~0.86ms/op, 0.573MB/op, 10,776 allocs/op

- BenchmarkGraphitiRelationshipFulltextCallTail:
  ~28-30ms/op, 82.4MB/op, 1.49M allocs/op ->
  ~1.14ms/op, 0.874MB/op, 13,897 allocs/op

316 of 969 new or added lines in 4 files covered. (32.61%)

19 existing lines in 8 files now uncovered.

142590 of 161033 relevant lines covered (88.55%)

1.04 hits per line

Uncovered Changes

Lines Coverage ∆ File
636
73.42
-15.06% pkg/cypher/call.go
9
91.45
-0.81% pkg/cypher/call_compat.go
6
85.92
-0.99% pkg/cypher/call_fulltext.go
2
72.26
-0.04% pkg/cypher/executor_hotpath_trace.go

Coverage Regressions

Lines Coverage ∆ File
6
91.67
-0.52% pkg/nornicdb/db_admin.go
3
81.67
-0.21% pkg/nornicdb/db.go
3
81.23
-0.02% pkg/search/search.go
2
89.12
0.0% pkg/cypher/match_rows.go
2
91.62
-1.05% pkg/linkpredict/hybrid.go
1
91.45
-0.81% pkg/cypher/call_compat.go
1
86.58
-0.27% pkg/search/vector_query_spec.go
1
86.86
-0.04% pkg/storage/badger_transaction.go
Jobs
ID Job ID Ran Files Coverage
1 27998617703.1 23 Jun 2026 02:56AM UTC 478
88.55
GitHub Action Run
Source Files on build 27998617703
  • Tree
  • List 478
  • Changed 13
  • Source Changed 0
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e478e760 on github
  • Prev Build on main (#27995462246)
  • Next Build on main (#28033826034)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc