throwaway296273
No user record in our sample, but throwaway296273 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 throwaway296273 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
I agree. It also makes queries simpler. It's easier to handle WHERE id = 123 compared to WHERE site = 'HN' and username = 'hot_grill' The last query is easier to write when you are querying the database manually, but I…