Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
manfromnowhere
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
manfromnowhere
3y ago
Notion does something similar, sharding postgres grouped by their tenants. It takes a huge effort and preparation to get it right, both at the application and infra level. Link: https://www.notion.so/blog/sharding-postg
2.
▲
by
manfromnowhere
3y ago
Data isolation, recovery, backups are a big problem in the world of SaaS, especially at huge scale. Companies end up hiring a dedicated infra team to handle such issues.
3.
▲
by
manfromnowhere
3y ago
How does the vector embedding work? Do you store the embeddings per tenant and let the application search for it?