Avatar

Correct answer by
Community Advisor

Hi,

If you are using autopk="true" or pkSequence="xtkNewId" then yes both tables are using same sequence.

To resolve issue of sequence filling up fast you can do:

1) Define custom sequence and use the same in your table. or

2) Find gaps in your sequence and point your sequence to start from that point.

Thanks.

View solution in original post