Polypheny-DB icon indicating copy to clipboard operation
Polypheny-DB copied to clipboard

A self-adaptive Polystore that provides cost- and workload aware access to heterogeneous data.

Results 106 Polypheny-DB issues
Sort by recently updated
recently updated
newest added

## Summary This PR adds support for spatial functions from MongoDB and Neo4j to the document and graph model respectively. This PR extends the backend, while [Polypheny-UI: Add the Map-Based...

## Summary This PR adds AUTO_INCREMENT keyword support to both primary and non-primary columns of relational models which have integer or long types. ### Changes - Added AUTO_INCREMENT keyword ###...

This pull request adds features related to the labeled property graph model to the prism interface. Most notably: - Executions of graph queries returning graph results (includes relational ones) -...

## Summary This PR enhances the CoWHashIndex implementation with significant performance optimizations and memory usage improvements, addressing the Copy-on-Write hash index performance issues identified in the codebase. **Fixes:** #484 ###...

This PR removes unused config options and improves their naming and description. Todo: - [ ] UI_NODE_AMOUNT

Automated schema discovery for heterogenous data stores implementation.