UseXattrs specifies whether the collection stores metadata in xattars or inline. This is controlled at a database level.
()
| 343 | |
| 344 | // UseXattrs specifies whether the collection stores metadata in xattars or inline. This is controlled at a database level. |
| 345 | func (c *DatabaseCollection) UseXattrs() bool { |
| 346 | return c.dbCtx.Options.EnableXattr |
| 347 | } |
| 348 | |
| 349 | // numIndexPartitions returns the number of partitions for the collection's indexes. This is controlled at a database level. |
| 350 | func (c *DatabaseCollection) numIndexPartitions() uint32 { |
no outgoing calls
no test coverage detected