I'm currently testing Railway as a possible host for my existing app that has both a high write and read volume.
I made a copy of my production database set up and the results are VERY worrisome. I’ve run VACUUM ANALYZE on the whole DB right after the DB transfer.
Right now I have 0% of my write load and less than 1% of my read load but requests often time out (especially after a few hours of site inactivity). Even with no hot cache, the DB should be able to fullfil requests in time. Especially since it has about double (8GB) the max RAM (4GB) and more CPU than the database I currently have at Heroku (Standard 0).