Closed ukd1 closed 6 years ago
Hey @ukd1, as far as I know, there's not a great way to backfill UUIDs while inserts are happening since UUIDs aren't guaranteed to be inserted in order (even time-based UUIDs won't necessarily be in order if they are generated on multiple machines). I'm happy to accept a PR if there's a reliable way to do it with little additional complexity.
@ankane I just ended up inserting all the rows back in to the partitioned table in one go, which was slow, but fine for our us. I've no time to fix this I'm afraid.
No worries.