MySQL Forums
Forum List  »  NDB clusters

Re: I got Non-continuous auto increment ids, why?
Posted by: Martin Sköld
Date: February 12, 2021 03:41AM

Hi!
Ndb guarantees that autoincrement values are monotonically growing, but not
necessarily continuous. The reason for this is performance. Values are prefetched
for each client connection. See
https://dev.mysql.com/doc/translation-refman/8.0/en/mysql-cluster.html#sysvar_ndb_autoincrement_prefetch_sz

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: I got Non-continuous auto increment ids, why?
308
February 12, 2021 03:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.