Have question this states the GUID is the text Hex value form a UUID if so that 36bytes long vs integer that is 128bits if that is the case convert this GUID to UUID type
Marcel Ruff <ruff@netwake.com> writes: > my btree index for > guid | character varying(255) > is currently 6.9GB (almost all guid entries are of size 37bytes) > If I would change the data type to > guid | text > would the index size be reduced (without hitting performance)?