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

Avoid pollution of 3DCityDB schema with temporary tables #190

Merged
merged 1 commit into from
May 17, 2021

Conversation

clausnagel
Copy link
Member

Whenever the Importer/Exporter terminates abnormally, the last executed operation might not be able to clean up temporary tables anymore. Thus, temporary tables of name TMP_* remain in the 3DCityDB database schema. They don't contain data but nevertheless pollute the schema over time. This PR proposes to solve this issue by simply not committing the DDL statements that are used for creating temporary tables. Thus, they only "live" during the session they are created in.

@clausnagel clausnagel requested a review from yaozhihang May 14, 2021 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants