You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I am confused, because the Indices for ForeignKeys are missing. This bug has big performance issue when deleting or selecting rows in the database.
In my opinion the index should be generated after the call of createJoinedTable.
The text was updated successfully, but these errors were encountered:
The deegree CLI and its underlying API provides functions to generate SQL DDL scripts based on GML application schemas. Currently there is no function or option available to enable the creation of database indexes by default. Users are advised to manually add indexes appropriate to the usage scenario.
You may consider to post your feedback also to issue #977 which is about performance improvements for SQLFeatureStore based WMS.
We appreciate any contribution to the deegree code base which adds this kind functionality.
Hi,
I am generating the DDL with the DDL-Creator from Deegree-Project like this
But I am confused, because the Indices for ForeignKeys are missing. This bug has big performance issue when deleting or selecting rows in the database.
In my opinion the index should be generated after the call of createJoinedTable.
The text was updated successfully, but these errors were encountered: