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 readonly or partitioned clients by default #186

Open
ca-johnson opened this issue Sep 9, 2020 · 0 comments
Open

Use readonly or partitioned clients by default #186

ca-johnson opened this issue Sep 9, 2020 · 0 comments

Comments

@ca-johnson
Copy link
Contributor

ca-johnson commented Sep 9, 2020

From brief discussion on #185

Using writeable clients is usually not necessary in CI and can cause performance regression for 'real' users as the db.have table becomes fragmented over time.

Partitioned is a more balanced choice, but readonly may be the best default to ensure that files being opened in the workspace during CI is always done with an understanding of the potential consequences. (i.e. we try to support this, but its not the default mode)

Make sure to bump major semver

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