On Wed, 15 Jul 2015 06:32:03 +0000 Sofiya Parvin (Sofiya Parvin)
wrote: 
SSP> Yes we are using Table Iterator helper to sort the data.
SSP> 
SSP> Is any other Integrator is there to quick sort.

The table_data helper uses sorted containers (and was written by
the same person as the iterator helper, so style will be similar).

For 10,000+ rows, you probably want to store the container pointer
in a global after it's created by netsnmp_tdata_create_table, so
that you can turn off sorting and duplicate key checks while
loading the cache. (Don't forget to clear the unsorted flag once the
cache is loaded.)



Robert

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to