Shared compute for two completely different projects
I have two completely different projects (different sites, different tasks) that get less than a hundred thousand requests per day, so the CPU is only used at 0.02-0.05 percent, but 24/7. Does it make sense to combine it into one project, but two different databases, to make a compute shared?
2 Replies
sunny-green•15mo ago
Hey! While this is possible, we don't recommend it because the restore operation will roll back all databases (which is most likely not what you want)
That's why we recommend one Neon project per app
quickest-silverOP•15mo ago
understood, thanks!