Postgress DB resources
adarshmishra07
HOBBYOP

a year ago

Hey i am working on an application, the frontend is on Nextjs with prisma, and i am using postgress on railway.
I am expecting over 100k - 200k registrations/traffic, i just store user detaills 5 records string and retrurn it to the user upon login more like a pre registraion.

Is Hobby plan sufficient for landing such or what's recommended ?

Solved

26 Replies

adarshmishra07
HOBBYOP

a year ago

a08f7d7d-760f-41c8-8002-b417a6adf583


a year ago

so given this isn't a Hobby use case, it's not a question of if Hobby is sufficient.

this is not a hobby use case, you should be on the pro plan for this.


adarshmishra07
HOBBYOP

a year ago

Okay so i am okay to upgrade to Pro
Just want to ensure the load will be handled and will be able to proceed smoothly


a year ago

the only bottleneck would be your own code


a year ago

and if that's the case, then you can simply horizontally scale out your app


adarshmishra07
HOBBYOP

a year ago

okay amazing, thanks for confirming - i have configured the Nextjs app on vercel with pro plan as well so hope it should be fine.

Thanks for confirming regarding Postgress on railway.

I actually read somewhere it could only store 10k records which made me worried


a year ago

only 10k records in Postgres?


adarshmishra07
HOBBYOP

a year ago

yes


a year ago

Postgres on railway?


maddsua
HOBBY

a year ago

<:wat:786868710791053312>


adarshmishra07
HOBBYOP

a year ago

Right ser,
I read on some forum that Postgres on railway could only store 10k records and hence was worried just want to make sure this is not the case


maddsua
HOBBY

a year ago

railway literally just hosts your containers and there aren't any artificial limitations like that


maddsua
HOBBY

a year ago

it ain't a saas that's billed per request or entry stored or whatever


a year ago

i have a postgres database on railway with a few million rows, we do not have any such limits, the only limit for rows stored would be what you want to pay for storage haha


adarshmishra07
HOBBYOP

a year ago

Yes i understand - it's just what i read could be misinformation.

Thanks for clarifying appreciate it


a year ago

also, if you want more confidence in running nextjs on railway, railway.com is a nextjs app, and its ran on railway


adarshmishra07
HOBBYOP

a year ago

Aha amazing!
Def helps :))


adarshmishra07
HOBBYOP

a year ago

One last question - do i need to increase the volume size or does it automatically increase on demand?

Currently i can see it's 5GB


a year ago

volume increases are a manual process on your part, on pro, they start off at 50, and go to a self-serve max of 250gb, but get in touch with us via slack and we can increase it


adarshmishra07
HOBBYOP

a year ago

okay understood
Based on your experience do you think this will be sufficient for my use case ?


adarshmishra07
HOBBYOP

a year ago

I have a small problem @Brody - i upgraded to pro and moved this project to the team but the database is now paused and it says i don't have an active plan


a year ago

absolutely


adarshmishra07
HOBBYOP

a year ago

Thank you


a year ago

happy to help, any more questions? otherwise ill mark as solved


adarshmishra07
HOBBYOP

a year ago

All good, thanks
Can close it.


a year ago

!s


Status changed to Solved brody about 1 year ago


Loading...