Re: REINDEX backend filtering

From: mariakatosvich <loveneet(dot)singh(at)redblink(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: REINDEX backend filtering
Date: 2021-02-24 14:33:53
Message-ID: 1614177233729-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From what I heard on this topic, the goal is to reduce
the amount of time necessary to reindex a system so as REINDEX only
works on indexes whose dependent collation versions are not known or
works on indexes in need of a collation refresh (like a reindexdb
--all --collation -j $jobs).

--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message gkokolatos 2021-02-24 14:34:25 Re: PATCH: Attempt to make dbsize a bit more consistent
Previous Message Greg Nancarrow 2021-02-24 14:11:36 Re: Parallel INSERT (INTO ... SELECT ...)