>two days reindexing
fucking postgres needs a better upgrade process than dumping and restoring all the data base
@r how do you add it to the back up tho? I only ran "psql -f" the whole dump
@r it ran, but who knows what is still indexing right now. thanks
CREATE INDEX p_apid_follow_address ON public.users USING btree (ap_id, COALESCE(follower_address, ''));
It'll make the activities_visibility_index creation almost instantaneous.