Hi Dave! >> I'm in the need to model a hash of tables. > > What exactly do you mean by "a hash of tables"?
A key value store where the values are tables (like the tables in SNMP) E.g. I want to query some data for some domains (e.g. "*.port25.com") The domain (pattern) would be the key to the table where each row would contain the data for a single domain that matches the pattern > No - that won't work. I suspected that :-( > But you could certainly have a table indexed by two values: > > baseOid.1.col."hashKey".hashIndex > > That would be implemented in the same way as any other > two-index table. Yes, but this has the problem that neither snmptable nor snmpwalk will give me all the data I'm interested in. I then need to query each table column separately (with snmpwalk). So I was looking for a smarter solution Jörg ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
