Skip to content

Using a shared remote db for development #15462

Closed Answered by brandonkelly
thupsi asked this question in Q&A
Discussion options

You must be logged in to vote

It’s been done, but we don’t recommend it:

  • The performance is terrible. It adds a significant lag to each database query, so expect to spend a lot of time waiting around for page loads.
  • Project config YAML will get pretty messy, because any time it’s generated, you’re going to end up seeing more changes than you were expecting, since it will also include whatever changes other developers have made (likely for things they haven’t even committed yet). You‘d probably end up just opting out of automatic project config YAML generation, and forgoing the entire project config workflow.
  • It wouldn’t be possible to work on features in their own branches, since everyone is sharing the same database.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@thupsi
Comment options

Answer selected by brandonkelly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants