Support a "step" value for autoinc fields
Consider making auto-inc fields capable of taking an incremental value other than 1, ie: step the autoinc by a 2, 3, 10, whatever. This would help greatly create low overhead replication IDs, instead of huge GUID/ID values 4bytes vs. 16+).
2
votes