-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Pull requests: dgraph-io/badger
Author
Label
Milestones
Reviews
Assignee
Sort
Pull requests list
fix(vlog): upgrade discardStats to RWMutex and secure Iterate read path (#19431)
#2309
opened Jun 22, 2026 by
HarshalPatel1972
Loading…
2 tasks done
perf(db): signal-based L0 write backpressure (replace busy-sleeps)
#2308
opened Jun 22, 2026 by
shaunpatterson
Loading…
perf(txn): reduce per-commit allocations on the write path
#2307
opened Jun 22, 2026 by
shaunpatterson
Loading…
feat(options): byte-rate IO limiter for compaction
#2306
opened Jun 22, 2026 by
shaunpatterson
Loading…
feat(table): optional prefix bloom filters for prefix-scan pruning
#2305
opened Jun 22, 2026 by
shaunpatterson
Loading…
feat(table): per-block/table version-range metadata for scan skipping
#2304
opened Jun 22, 2026 by
shaunpatterson
Loading…
perf(iterator): seek-ahead MVCC version skipping
#2303
opened Jun 22, 2026 by
shaunpatterson
Loading…
docs: add DeepWiki badge to README
#2299
opened Jun 12, 2026 by
solracsf
Contributor
Loading…
2 tasks
feat(txn): add Txn.MultiGet for batched all-versions point reads
#2297
opened Jun 8, 2026 by
shaunpatterson
Loading…
fix(in-memory): resolve orphaned skiplist arena leak on Close
#2295
opened Jun 5, 2026 by
parthbhanti22
Loading…
2 tasks done
perf(iterator): pre-seed waste pool with embedded Item slots
#2294
opened May 26, 2026 by
shaunpatterson
Loading…
2 tasks done
perf(iterator): elide y.ParseKey in hasPrefix fast path
#2293
opened May 26, 2026 by
shaunpatterson
Loading…
2 tasks done
perf(iterator): lazy-allocate Item.slice
#2292
opened May 26, 2026 by
shaunpatterson
Loading…
2 tasks done
perf(db): eliminate closure allocation in getMemTables cleanup
#2291
opened May 26, 2026 by
shaunpatterson
Loading…
2 tasks done
perf(iterator): pre-size iters slice in Txn.NewIterator
#2290
opened May 26, 2026 by
shaunpatterson
Loading…
2 tasks done
perf(db): pre-size memtable slice in getMemTables
#2289
opened May 26, 2026 by
shaunpatterson
Loading…
2 tasks done
perf(skl): embed Iterator by value in UniIterator
#2288
opened May 26, 2026 by
shaunpatterson
Loading…
3 tasks done
perf(iterator): -25% on dgraph-shaped scans via lockless isBanned, hoisted fill, internal-key skip, KeyOnly opt-in, user-key lastKey
#2285
opened May 23, 2026 by
shaunpatterson
Loading…
4 of 5 tasks
perf(table): collapse branches in MergeIterator.fix
#2284
opened May 23, 2026 by
shaunpatterson
Loading…
2 of 3 tasks
perf(y): same-length fast path in CompareKeys
#2283
opened May 23, 2026 by
shaunpatterson
Loading…
2 of 3 tasks
perf(table): word-wise LCP in Builder.keyDiff
#2282
opened May 23, 2026 by
shaunpatterson
Loading…
2 of 3 tasks
perf(table): skip redundant first bytes.Equal in MergeIterator.Next
#2281
opened May 23, 2026 by
shaunpatterson
Loading…
2 of 3 tasks
perf(table): fuse 3 allocate calls in Builder.addHelper into 1
#2280
opened May 23, 2026 by
shaunpatterson
Loading…
2 of 3 tasks
perf(table): remove defer/recover from blockIterator.setIdx
#2279
opened May 23, 2026 by
shaunpatterson
Loading…
2 of 3 tasks
fix: fix an issue where the compactor causes previously deleted data to reappear
#2278
opened May 22, 2026 by
yangchun0821
Loading…
2 tasks done
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.