Eww, let me rephrase that:

> So, let's suppose we have a sequential auto-incrementing column:
> 1 11 21 31 41 51
> 
> Now we fail-over to the secondary node and the column ends up
> non-sequential:
> 1 2 11 12 21 22 31 32 41 42 51 52 62 72 82

The resulting column's keys are sequential, but the correct order of
inserted messages can't be derived from this anymore.
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to