On Fri, Aug 17, 2012 at 12:36 PM, Wido den Hollander <[email protected]> wrote:
> Hi,
>
> I'm looking for the omap functions in librados.h, but they only seem to be
> implemented in librados.hpp?
>
> I want to store about 6000 objects in a RADOS pool, but I want to give them
> some attributes I can query for, this should be possible with the omap
> functionality, shouldn't it?
What do you mean, query for? You can look at an object and ask if it
has "foo=bar" in its omap, but you can't say "give me all objects with
'foo=bar'".


> Do to this I want to use phprados, but that is using the C-functions, so
> that's why I'm asking.
>
> Has this been forgotten or is there something blocking it?
It'll probably be inconvenient as always due to memory management, but
it's not blocked by anything that I'm aware of.
-Greg
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to