Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Materialize view feature in Polypheny UI #407

Open
nodermatt opened this issue Mar 16, 2022 · 2 comments
Open

Materialize view feature in Polypheny UI #407

nodermatt opened this issue Mar 16, 2022 · 2 comments
Labels
A-db Area: DB A-ui Area: UI C-enhancement Category: An issue proposing an enhancement P-low Priority: Low

Comments

@nodermatt
Copy link

Operating System (Polypheny-DB)

Windows

Polypheny-DB Version

5e41a00 master

Affected Areas

UI

Browser

Chrome

Client Operating System

Windows 10

Bug Description

I was looking for the button to materialize a view in the Polypheny UI. Wasn't there such a feature before the last release?
Polypheny-materialize-view

@isabelge @datomo Would you happen to know anything about this?

Reproduction Steps

Start Polypheny
Go to the UI http://localhost:8080/
Create a new view in the Console, e.g. CREATE VIEW HIGH_PAYED2 as select name from emps where salary > 5000;
Navigate to the schema tab and select the view

Expected Behavior

After running the reproduction steps above there should be a button to materialize the view.

Relevant Log Output

No response

@nodermatt nodermatt added the C-bug Category: This is a bug. label Mar 16, 2022
@isabelge
Copy link
Member

@nodermatt I am not sure if I understand the issue correct. You created a view and now you would like to materialize it?

There is no possibility to create a view or materialized view within the schema editing. In the schema editing for views only information about the underling tables is shown and for materialized views information about the freshness and it is possible to update the materialized view.

The easiest way to materialize a view is:

  • Graphical Querying
  • select all columns from the view you would like to create a materialized view of
  • execute the query
  • now there is a button at the top right to create a materialized view from the result

materialized

@isabelge isabelge added C-enhancement Category: An issue proposing an enhancement and removed C-bug Category: This is a bug. labels Mar 16, 2022
@isabelge
Copy link
Member

The option to transform a view to a materialized view within the schema editing does not exist at the moment. However, this can be added in the future.

@vogti vogti added A-ui Area: UI A-db Area: DB P-low Priority: Low labels Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-db Area: DB A-ui Area: UI C-enhancement Category: An issue proposing an enhancement P-low Priority: Low
Projects
None yet
Development

No branches or pull requests

3 participants