kkland
No user record in our sample, but kkland has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but kkland has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
That's great. Otherwise, it just wastes IDs unless one figures out a workaround for it.
I think the way MySQL works in doing "INSERT ... ON DUPLICATE KEY UPDATE" is to delete the old row and insert a new row if there's an auto incremental column (mostly it's ID column). Being curious if Postgres works the…