Sharing an auto_increment value across multiple MySQL tables (revisited)

October 27, 2010
Author
Morgan Tocker
Share this Post:

A couple of weeks ago I blogged about Sharing an auto_increment value across multiple MySQL tables. In the comments, a few people wrote in to suggest alternative ways of implementing this.  I just got around to benchmarking those alternatives today across two large EC2 machines:


(Measured in transactions/second – higher is better)

What is the conclusion?  With the exception of my original option2, they actually all perform fairly similar.  The Flickr and Option1 tests perform marginally better.  Test “arjen2” is option2, but with a MyISAM table — it suffers a little because EC2 can be a little high for latency, and there’s one additional round trip.  Test arjen2005 is not too dissimilar from the Flickr solution, but uses a MySQL stored function.

Full Disclosure.

0 0 votes
Article Rating
Subscribe
Notify of
guest

7 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
ryan king
15 years ago
Shlomi Noach
15 years ago

Hi Morgan,
Thumbs up for revisiting and comparing solutions.

Roland Bouman
15 years ago

Hi Morgan,

thanks for the comparison.

Just one little thing – could you place add titles and measurement units to the axes so it is completely clear what the numbers mean?

TIA, Roland.

Roland Bouman
15 years ago

Morgan, thanks for the update!

jason
jason
15 years ago

Dear Sir,

Seeking your advice, can we use this method in mysql master to master replication?
As for master to master, normally we will have the duplicate primary key issues,
if we are using this method sharing the autoincrement key among all the application,
then we will solve the duplicate primary key issues.
Am I right? Is this the common practice for master to master replication?

Hope to hear from you soon.
Thanks.

regards,
jason

Far
Enough.

Said no pioneer ever.
MySQL, PostgreSQL, InnoDB, MariaDB, MongoDB and Kubernetes are trademarks for their respective owners.
© 2026 Percona All Rights Reserved