innodb-optimized-uuid
JSON →Generates non-standard UUIDs optimized for fast writes in MySQL InnoDB tables. Current stable version is 1.1.1, released under an MIT license. The library transforms standard UUID v1 values by transposing the time components and removing dashes to create a compact binary(16) format, which reduces index fragmentation and improves insert performance. It is distributed as a single file usable in both Node.js (via npm) and browsers (via Bower or direct script include). Unlike typical UUID generators, it prioritizes database write speed over uniqueness or standard compliance.
Resources
packageinnodb-optimized-uuid ↗
API endpoints
full doc /v1/registry/innodb-optimized-uuid