Bradley Kemp
08/26/2020, 3:25 PMSELECT * FROM file where path like "%%"
because it was including the working directory. It wasn’t actually including all files.
There is still seemingly a difference between file
and extended_attributes
globbing behaviour though. On a fairly clean test VM:
• select count(*) from file where path like "/%%"
returns 3432
• select count(*) from extended_attributes where path like "/%%"
returns only 69