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

feat: Consider MySQL & Planetscale switch #3

Open
mosesintech opened this issue Mar 27, 2024 · 0 comments
Open

feat: Consider MySQL & Planetscale switch #3

mosesintech opened this issue Mar 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mosesintech
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently we are using Vercel's free postgres database option for our staging deployment (staging.thesynaxis.com), but Planetscale offers great scaling solutions that include recommendations on how to increase the performance of your queries.

The barrier here is that Planetscale no longer offers a free tier.

Describe the solution you'd like to see

If we decide to use Planetscale, then we will need to switch from PostgreSQL to MySQL.

Describe alternate solutions

It seems like whatever option we use for our production database will be a paid option. Even Railway is at least $5/month.

And while $5 is cheaper than $39, if we are paying for this layer of the app we might as well go all in. Chances are we will eventually outgrow that $5/month anyway but jumping to Planetscale will give us a lot more value than any other current option.

Self-hosting is also a possibility, but we would have to manage scaling, optimization, and security entirely on our own and we will still have to pay for this option.

Additional information

No response

@mosesintech mosesintech added the enhancement New feature or request label Mar 27, 2024
@mosesintech mosesintech self-assigned this Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant