arcadedb
https://github.com/arcadedata/arcadedb
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
not yet supported1 Subscribers
Add a CodeTriage badge to arcadedb
Help out
- Issues
- checkEdges flags a missing IN endpoint as a corrupted record but a missing OUT endpoint as nothing, and flagging either contradicts the RECORD-scope principle
- moveEdge deletes the old edge record without cleaning its index entries, and stays correct only by slot reuse
- A manual index reports isAutomatic() = true, so REBUILD INDEX * targets an index it can never rebuild
- The TypeIndexBuilder half of the guarded-create METADATA comparison (#5765) has no test coverage
- fix(serializer): validate headerEndOffset bounds in deserializeProperties to detect misaligned reads (#5774) [fj4WqyCCw3C5ShR1RfB7MoBPTpkRrBFYP1uT35g3MvT]
- ci: add continue-on-error to dorny/test-reporter steps (#5763)
- fix(engine): apply groupBy cap on score-sorted result set instead of HNSW traversal (fixes #5761) [fj4WqyCCw3C5ShR1RfB7MoBPTpkRrBFYP1uT35g3MvT]
- fix(engine) #5747: do not rebuild a persisted HNSW graph on close
- Graph Analytical View is rebuilt by a full graph scan on every open, and is never READY in time to serve the query that triggered it
- DISTINCT and UNION treat `1` and `1.0` as distinct even though `1 = 1.0` is true
- Docs
- not yet supported