Hi all,
My net-snmp's version is 5.2.1. When the table is huge, which is up to 20k 
rows,the table-iterator is very very slow.
I have check the flow, as below:
when it gets the first row, it uses get_first_data_point, and when it gets the 
second row, it uses get_first_data_point and then get_next_data_point. So when 
there is many many rows, it uses a get_first_data_point and a series of 
get_next_data_point.
The performance is very very bad and I can not afford it. I have used the flag 
NETSNMP_ITERATOR_FLAG_SORTED, but it does not work yet.
Is there some other modes than table-iterator, which have good performance 
under huge table?




陇昕翼 A-01
Skype : lxyscls Mobile phone : 13198525721 
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to