INCATools / semantic-sql

SQL and SQLite builds of OWL ontologies
https://incatools.github.io/semantic-sql/
BSD 3-Clause "New" or "Revised" License
38 stars 3 forks source link

Materialize views #9

Closed cmungall closed 3 years ago

cmungall commented 3 years ago

semsql provides multiple views for convenience of querying, but performance wise this is the same as translating the query to a more complex query over base triple tables

We should provide a flexible mechanism for taking a view def and turning into a table, possible with indexes