Skip to content

Multi-tenant Postgres DB Performance #7206

Answered by Adron
besh0y asked this question in General
Discussion options

You must be logged in to vote

Hey @besh0y! This would definitely effect performance, but primarily from the migrations and metadata perspective. The queries, and related interactions with the schemas once they're on your API/server/databases would work based on how they're structured.

However, my suggestion would be to limit the amount of schemas when there are that many. Most specifically limit them to the use cases expected from the GraphQL API calls.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Adron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
General
Labels
None yet
2 participants