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
- The column projection push-down in ScanWithFilterStep is unreachable
- [Cypher] the count push-downs cannot anchor on an unlabelled node, and buildValidBuckets still returns null for two different things
- [Cypher] a correlated COUNT/COLLECT body loses the count push-down, where a bound anchor makes it an O(degree) CSR read
- LSM_VECTOR: groupBy spends its distinct-group budget in traversal order, so a grouped search returns the wrong groups
- 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(engine): apply groupBy cap on score-sorted result set instead of HNSW traversal (fixes #5761) [fj4WqyCCw3C5ShR1RfB7MoBPTpkRrBFYP1uT35g3MvT]
- 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
- Docs
- not yet supported