Hello! Is this normal to get a jump in the autoincrement value while batch upserting? For instance, I batch insert the first time about 30k of rows. On the second request, I do the same but only 10k of rows are added this time (others are duplicates). But these new inserted are created with a id of starting at about 90k. I suppose it’s due to the batch that allocs an autogenerated id even though no row was inserted but wanted to confirm with you. Especially because it means I may need to reconsider the way I handle ids or I may reach my bigint faster than I anticipated 🙂