Y
Hacker News
new
|
ask
|
show
|
jobs
by
retakeming
682 days ago
If you're a Postgres pg_search user, partial indexes (
https://docs.paradedb.com/search/full-text/index#partial-bm2...
) can solve.
1 comments
bastawhiz
682 days ago
If you're creating one Postgres index per user, you're going to have a bad time really fast.
link
sroussey
681 days ago
Would eat up inodes? Not sure how these work, does it create separate files for each one?
link
rco8786
681 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