▲ | koakuma-chan 3 months ago | |
What is multi-tenancy? | ||
▲ | spennant 3 months ago | parent | next [-] | |
Just a fancy way of saying that multiple agents (with their own LLMs) can concurrently connect, also that pg-mcp can simultaneously connect to multiple Postgres servers as well. | ||
▲ | yroc92 3 months ago | parent | prev [-] | |
User isolation in a single data store. Basically, many customers sharing a single database securely without sharing their data. |