On Tue, Sep 11, 2018 at 12:43 PM, Benjamin Cherian <benjamin.cherian@xxxxxxxxx> wrote: > On Tue, Sep 11, 2018 at 10:44 AM Gregory Farnum <gfarnum@xxxxxxxxxx> wrote: >> >> <snip> >> In general, if the key-value storage is of unpredictable or non-trivial >> size, you should use omap. >> >> At the bottom layer where the data is actually stored, they're likely to >> be in the same places (if using BlueStore, they are the same — in FileStore, >> a rados xattr *might* be in the local FS xattrs, or it might not). It is >> somewhat more likely that something stored in an xattr will get pulled into >> memory at the same time as the object's internal metadata, but that only >> happens if it's quite small (think the xfs or ext4 xattr rules). > > > Based on this description, if I'm planning on using Bluestore, there is no > particular reason to ever prefer using xattrs over omap (outside of ease of > use in the API), correct? You may prefer xattrs on bluestore if the metadata is small and you may need to store the xattrs on an EC pool. omap is not supported on ecpools. -- Patrick Donnelly _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com