Skip to content

feat(StreamSearch): add stream search on stores - #496

Open
forshev wants to merge 2 commits into
mainfrom
483-stream-search-stores
Open

feat(StreamSearch): add stream search on stores#496
forshev wants to merge 2 commits into
mainfrom
483-stream-search-stores

Conversation

@forshev

@forshev forshev commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Description

Add StreamSearch method on stores
Add Executors
Serve StreamSearch with executors

Fixes #483


  • I have read and followed all requirements in CONTRIBUTING.md;
  • I used LLM/AI assistance to make this pull request;

If you have used LLM/AI assistance please provide model name and full prompt:

Model: {{model-name}}
Prompt: {{prompt}}

@forshev forshev changed the title StreamSearch stores feat(StreamSearch): add stream search on stores Aug 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

PR Title Validation Failed
Please refer to CONTRIBUTING.md

@forshev
forshev marked this pull request as draft August 13, 2026 14:07
@codecov-commenter

codecov-commenter commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 68.47405% with 407 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.10%. Comparing base (a73114c) to head (6edf847).

Files with missing lines Patch % Lines
proxy/search/stream_search.go 53.44% 88 Missing and 20 partials ⚠️
storeapi/grpc_stream_search.go 60.68% 78 Missing and 25 partials ⚠️
storeapi/client.go 0.00% 69 Missing ⚠️
proxyapi/grpc_stream_search.go 56.63% 42 Missing and 7 partials ⚠️
query/exec/datasource.go 81.15% 16 Missing and 10 partials ⚠️
query/exec/merger.go 88.81% 12 Missing and 5 partials ⚠️
query/record.go 78.00% 8 Missing and 3 partials ⚠️
parser/seqql_pipes.go 77.77% 4 Missing and 4 partials ⚠️
query/exec/aggregator.go 95.29% 3 Missing and 1 partial ⚠️
query/exec/filter.go 92.30% 2 Missing and 2 partials ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #496      +/-   ##
==========================================
- Coverage   71.33%   71.10%   -0.23%     
==========================================
  Files         233      243      +10     
  Lines       18999    20192    +1193     
==========================================
+ Hits        13552    14358     +806     
- Misses       4419     4732     +313     
- Partials     1028     1102      +74     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

Copy link
Copy Markdown
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
Indexer-4 a73114 bedad6
678752766.00 B/op 758284750.00 B/op 1.12 🔴
MutexListAppend-4 a73114 bedad6
194.53 MB/s 167.62 MB/s 0.86 🔴
83148539.00 ns/op 95451518.00 ns/op 1.15 🔴

@forshev
forshev force-pushed the 483-stream-search-stores branch from d37021e to cc4aa61 Compare August 14, 2026 10:16
@github-actions

Copy link
Copy Markdown
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
Indexer-4 a73114 d1db91
678752766.00 B/op 780674889.00 B/op 1.15 🔴

@forshev
forshev force-pushed the 483-stream-search-stores branch from cc4aa61 to c407209 Compare August 14, 2026 14:27
@forshev
forshev marked this pull request as ready for review August 14, 2026 14:27
@forshev
forshev force-pushed the 483-stream-search-stores branch 2 times, most recently from 0225e10 to b64b851 Compare August 14, 2026 19:30
@github-actions

Copy link
Copy Markdown
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
Indexer-4 a73114 a92f9b
678752766.00 B/op 762860470.00 B/op 1.12 🔴
MutexListAppend-4 a73114 a92f9b
194.53 MB/s 164.33 MB/s 0.84 🔴
83148539.00 ns/op 97365690.00 ns/op 1.17 🔴

@forshev
forshev force-pushed the 483-stream-search-stores branch from b64b851 to 6edf847 Compare August 14, 2026 19:50
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.

Stream search on stores

2 participants