Y
Hacker News
new
|
ask
|
show
|
jobs
by
koakuma-chan
445 days ago
What is multi-tenancy?
2 comments
spennant
445 days ago
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.
link
yroc92
445 days ago
User isolation in a single data store. Basically, many customers sharing a single database securely without sharing their data.
link