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
- LSMTreeIndexCursor: latent minor-key grouping bug on a null cursorKey, and hasMoreSources() still trusts a counter rather than the array
- [build] the benchmark exclusion CLAUDE.md describes is commented out, so mvn test runs benchmarks and loses the fork
- JSONL import restores FULL_TEXT and LSM_SPARSE_VECTOR indexes without their metadata
- Transaction retry uses a flat random delay with no backoff, so a losing transaction's odds never improve across attempts
- GraphBatch: Missing vertices (which is present in the jsonl file) after data loading
- Gremlin: DATETIME comparison seems broken across differing sub-second precision
- TypeIndexBuilder subclasses hand-copy the common fields, so a new field silently stops propagating through withType()
- Vector index: lay the location index out in primitive arrays (~20 bytes/id instead of ~90)
- Dense build: 93% of DEEP-10M build time is JVector graph construction, and the build pool is availableProcessors()/2 - is the halving deliberate?
- Upgrade TinkerPop to unlock the ANTLR and Groovy versions frozen in gremlin/pom.xml
- Docs
- not yet supported