Benchmark incremental const prop update while indexing
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 642
- Forks
- 70
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 21
Description
test what happens when you have a large bulk index creation and you are throwing lots of updates at the graph at the same time (do any updates get lost) -- can be added to the benchmarks
https://github.com/Pometry/Raphtory/pull/2158#discussion_r2177177456
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked pull request discussion and locating Raphtory's existing benchmark suite. Add a benchmark for bulk index creation running alongside frequent incremental const-property updates, then verify whether updates are lost and record the result in the benchmark output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases, performance, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100