Hi,<br>    I am thinking about adding the ONE list APIs to Nebula, and here is the problem.<br>take &quot;onehost list&quot; as an example, after allocating (by onehost create &lt;...&gt; &lt;...&gt; ...) a host, the host record is inserted into the db, but the host object is not inserted into the map&lt;int,PoolObjectSQL *&gt; of HostPool, so is that to say i have to search the database instead of just foreach the map?<br>