If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > table and column organization for snmp OIDs

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-19-10, 06:42
tetra tetra is offline
Registered User
 
Join Date: Dec 2010
Posts: 4
table and column organization for snmp OIDs

Hello,
We have got an applications where we query about 50 types of snmp OIDs. The types of OIDs are drops into several types such as integer, double, date, string and float.

We are planning a structure to keep type information in a different table and keep the data in single column in a different table. Our aim is to build an architecture flexible to be able to add new OIDs in future.

Some of the OID needs to be pulled a lot more than the others.

Our question is what will be the performance figures as oppose solution. The oppose solution would be to have each OID in a table column with its type known.

I hope description is enough for you to see the problem.

Regards
Reply With Quote
  #2 (permalink)  
Old 12-19-10, 07:07
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
probably best to ask this in the concepts section

Usually it helps to give an indication of the target platform if known
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Tags
generic column, oid

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On