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

Use CREATE TABLE IF NOT EXISTS in Postgres insert trigger #44

Merged
merged 1 commit into from
Sep 14, 2017

Conversation

soyking
Copy link
Contributor

@soyking soyking commented Sep 13, 2017

As mentioned in #43 , I try to use CREATE TABLE IF NOT EXISTS to replace SELECT THEN CREATE TABLE for accelerating insert action.

I made a simple test on architect-pg-test, and got some results running on my computer. But I am not sure whether it is reasonable enough to prove that.

@maxtepkeev maxtepkeev merged commit d4eb81f into maxtepkeev:master Sep 14, 2017
@maxtepkeev
Copy link
Owner

Thanks!

@maxtepkeev maxtepkeev self-requested a review September 14, 2017 07:27
@maxtepkeev maxtepkeev self-assigned this Sep 14, 2017
@maxtepkeev maxtepkeev removed their request for review September 14, 2017 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants