DEV Community

Discussion on: The Ultimate Postgres vs MySQL Blog Post

Collapse
 
davidolrik profile image
David Jack Wange Olrik

MySQL also lacks proper sequences, and the build in serial which mimics it has some "funny" behaviour when a table is truncated.

A truncate of a table in MySQL also resets the serial 🙄