Hi everyone, I have a very large dataset (18M rows) that I want to import and it takes too long. The query is already a grouped query so there is no unique ID. I am just trying to figure out if there is a way to import possibly a one time chunk (the data is for 2 years) and then maybe append the data after that. So maybe run a 2 year chunk, and then run a daily job that just gets the data that was there for a few days (maybe with an append). How can this be done without a unique ID?