On Sun, Mar 22, 2020 at 4:48 PM Don Seiler <[email protected]> wrote: > > Here's the fun part. A lot of the tables use UUIDv4 strings for primary > keys. However these are stored in text/varchar columns. >
Actually, would I need to re-index on text columns that we know contain UUID strings? UUID characters seem to be pretty basic alphanumeric ASCII characters. -- Don Seiler www.seiler.us
