Re: reindex script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Silvio Brandani  wrote:
 
> Is it possible to use a reindex in a share lock mode ??
 
Check out the CONCURRENTLY keyword in CREATE INDEX:
 
http://www.postgresql.org/docs/current/interactive/sql-createindex.html
 
You could create a duplicate index concurrently, drop the old index,
and rename the new one to the old name.
 
-Kevin

-- 
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux