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 100 Polypheny-DB issues
Sort by recently updated
recently updated
newest added

PolyPig is currently limited to the default schema. The language should be extended to support querying other schemas than public.

C-enhancement
A-db
E-medium
P-medium

Create a conversion matrix that gives information on which types can be converted to other types. This should also include information on how the conversion should happen, e.g. what boolean...

C-enhancement
A-db
P-medium

I noticed that Cottontail DB gets 'spammed' with statistics related queries quite frequently, which seems to be detrimental to the overall responsiveness of the system. I see two optimisations on...

There seems to be an issue when executing an EXISTS statement in a prepared statement: ```sql SELECT EXISTS(SELECT id FROM cineast.test_feature_vector WHERE id = '0') ``` The table `cineast.test_feature_vector` fully...

I think this should count as a bug, so I'll raise the issue. I found this bug while trying to fix [Dynamically load log lines from server](https://github.com/polypheny/Polypheny-DB/issues/293#issue-831147929). The specific performance...

Polypheny Control allows to view the log output of Polypheny-DB. The log lines are broadcasted to all connected clients (instances of the Control UI opened in a browser) and added...

C-enhancement
P-medium
E-good-first-issue
A-control

Print the query plan as relational algebra expression and allow executing multiple query plans.

C-enhancement
A-ui
E-easy
P-low

The current internal multimedia type of the PostgreSQL store is the BYTEA type. It has the drawback that it can only save up to 1GB of binary data. An alternative...

C-enhancement
A-db
E-medium
P-medium

Query-to-File requests multimedia files on demand when they are opened. The data is then kept in-memory. Media files larger than the available memory can therefore not be opened using Query-to-File....

C-bug
P-high
E-good-first-issue
A-qtf

It should be possible to reorder columns in the schema view of Polypheny-UI. Columns can be reordered using the following SQL command: ```ALTER TABLE [ schemaName . ] tableName MODIFY...

C-enhancement
A-ui
P-medium
E-good-first-issue