-
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
feat(tenant): add opt-in multi-tenancy with per-tenant key isolation
#2325
opened Jul 23, 2026 by
ErfanMomeniii
Contributor
Loading…
2 tasks done
fix: prevent data race between sendToWriteCh and DB close (#2249)
#2324
opened Jul 22, 2026 by
adityeah8969
Loading…
2 tasks done
feat(db): add GetBatch API for batched point lookups
#2322
opened Jul 21, 2026 by
shiva-istari
Contributor
Loading…
2 tasks
fix: reduce virtual address space usage to support 32-bit (386) architectures
#2321
opened Jul 19, 2026 by
adityeah8969
Loading…
2 tasks done
bugfix(cli): don't require --dir for completion commands
#2317
opened Jul 15, 2026 by
prabhavdogra
Loading…
fix(vlog): upgrade discardStats to RWMutex and secure Iterate read path (#19431)
#2309
opened Jun 22, 2026 by
HarshalPatel1972
Loading…
2 tasks done
perf(txn): reduce per-commit allocations on the write path
#2307
opened Jun 22, 2026 by
shaunpatterson
Contributor
Loading…
feat(options): byte-rate IO limiter for compaction
#2306
opened Jun 22, 2026 by
shaunpatterson
Contributor
Loading…
feat(table): optional prefix bloom filters for prefix-scan pruning
#2305
opened Jun 22, 2026 by
shaunpatterson
Contributor
Loading…
feat(table): per-block/table version-range metadata for scan skipping
#2304
opened Jun 22, 2026 by
shaunpatterson
Contributor
Loading…
perf(iterator): seek-ahead MVCC version skipping
#2303
opened Jun 22, 2026 by
shaunpatterson
Contributor
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
Contributor
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
Contributor
Loading…
2 tasks done
perf(iterator): elide y.ParseKey in hasPrefix fast path
#2293
opened May 26, 2026 by
shaunpatterson
Contributor
Loading…
2 tasks done
perf(iterator): lazy-allocate Item.slice
#2292
opened May 26, 2026 by
shaunpatterson
Contributor
Loading…
2 tasks done
perf(db): eliminate closure allocation in getMemTables cleanup
#2291
opened May 26, 2026 by
shaunpatterson
Contributor
Loading…
2 tasks done
perf(iterator): pre-size iters slice in Txn.NewIterator
#2290
opened May 26, 2026 by
shaunpatterson
Contributor
Loading…
2 tasks done
perf(db): pre-size memtable slice in getMemTables
#2289
opened May 26, 2026 by
shaunpatterson
Contributor
Loading…
2 tasks done
perf(skl): embed Iterator by value in UniIterator
#2288
opened May 26, 2026 by
shaunpatterson
Contributor
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
Contributor
Loading…
4 of 5 tasks
perf(table): collapse branches in MergeIterator.fix
#2284
opened May 23, 2026 by
shaunpatterson
Contributor
Loading…
2 of 3 tasks
perf(y): same-length fast path in CompareKeys
#2283
opened May 23, 2026 by
shaunpatterson
Contributor
Loading…
2 of 3 tasks
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.