Y
Hacker News
new
|
ask
|
show
|
jobs
by
bastawhiz
684 days ago
If you're creating one Postgres index per user, you're going to have a bad time really fast.
2 comments
sroussey
684 days ago
Would eat up inodes? Not sure how these work, does it create separate files for each one?
link
rco8786
683 days ago
Index per
tenant
but yes, if you have hundreds or thousands of tenants that becomes a more difficult problem to manage but not at all unmanageable.
link