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
- postgresw: ErrorResponse is lost when the rollback after a failed simple query or Sync throws
- GROUP BY full scan: BucketIterator re-resolves each record through 2 extra page lookups (from #8260)
- SuffixIdentifier.execute() reads each property twice via hasProperty()+getProperty() (from #8260)
- Full-scan GROUP BY spends most of its time on per-record overhead: BucketIterator looks each record up two more times, and aggregate() rebuilds the default alias per record
- fix(#8231): Session Expired toast now clears itself on re-login
- fix(#8151): join sibling MongoDB filters with AND
- fix(#8260): GROUP BY no longer rebuilds the default projection alias per record
- [ha] Route every HA security mutation to the leader so peersMissingCapabilityNow's stale-cache and follow
- RemoteHttpComponent.httpCommand retries a POST on any IOException, so a command the server applied but could not answer is applied twice
- The per-database stale read floor (#6760) is in-memory only, so a restart unclamps LINEARIZABLE reads of a database a snapshot install gave up on
- Docs
- not yet supported