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

Running bootstrap triggers a re-index of the entire schema #540

Open
jvanderen1 opened this issue May 9, 2024 · 0 comments
Open

Running bootstrap triggers a re-index of the entire schema #540

jvanderen1 opened this issue May 9, 2024 · 0 comments

Comments

@jvanderen1
Copy link

I notice that when I re-run boostrap, the schema re-indexes entirely. This is not ideal for a few reasons:

  • Nothing should have changed with boostrap being called multiple times. The appropriate triggers and replication slots should not be re-added.
  • Anytime we wish to add/remove a table or create a new index, the bootstrap command will re-index every schema. A partial solution for us is to break the schema.json into multiple files, which would not be ideal.
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

No branches or pull requests

1 participant