Hello,
The data being returned from the SNMP servers are key->value pairs,
but each individual server that is polled will be giving back the same
keys, so you run into the same duplicate primary key issue if you try
to base your primary key off 'description' as in my sample database spec.
Why not define a primary key consisting of the three columns: colo,
server and description? Then there will be no duplicate primary key
issue and no hidden BIGINT primary key.
Does this mean that as old, lower-ordered keys are deleted and new,
higher-ordered keys are added to the database, the fields are actively
being shifted amongst the various NDB nodes?
Yes, it does, and yes, they are.