Thomas-Sparber / wmi

Very simple C++ library to query WMI (even for MinGW)
Other
91 stars 24 forks source link

added methods to retrieve only certain columns from table #17

Closed zschroeder6212 closed 3 years ago

zschroeder6212 commented 3 years ago

added methods to query only specific columns from a table. This can drastically increase performance when working with large tables. In my case, when querying the "SoftwareLicensingProduct" table my query time went from 40 seconds to only 3.

Thomas-Sparber commented 3 years ago

Hi @zschroeder6212 , that looks like a great improvement, thank you very much for your effort!