Auto ID vs Mendix Sequencer

0
Hi there, I have a question that might be a little silly. I am working on a project where the Database is used to perform mass bulk operations directly on the Database, but the database structure is created in Mendix. The problem I am having is that when having an AutoNumber attribute created by Mendix, you need to use the sequencer to seed this number, but for very large bulk processing, this is not ideal performance wise. Is there anyway to have an attribute created in the Mendix model, that will auto increment on the database side, like a normal AutoID, without having to use the Mendix sequencer?
asked
1 answers
0

if you insert the records you can create you own sequential number.

answered