[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Advice on restricting SIZE of InetAddress in INDEX?
Would a hybrid approach be any better: one InetAddress and an
arbitrary integer, i.e., would one InetAddress reduce the
"potentially thousands of entries" into a practical number ?
Keith.
> >4. change your mind and use an arbitrary integer as the INDEX :-).
>
> But then either:
> - I need another table mapping InetAddress's to these arbitrary integers,
> (similar to the RTP MIB's rtpSessionInverseTable) raising the OID-length
> problem in that table, or
> - A simple lookup turns into a walk of a table with potentially thousands
> of entries.
>
> Bill
>
>