3 | | Also... doesn't this has to do more with PackageFS than BFS? I mean... on BFS the indexes are "there" in the disk, but for activated packages those need to be computed/gathered on each boot, or I'm just mistaken on how that works? |
| 3 | ~~Also... doesn't this has to do more with PackageFS than BFS? I mean... on BFS the indexes are "there" in the disk, but for activated packages those need to be computed/gathered on each boot, or~~ I'm just mistaken on how that works ~~?~~ |
| 4 | |
| 5 | Edit: did some tests, I see that /boot/system only indexes: last_modified, size, name, and BEOS:APP_SIG. |
| 6 | |
| 7 | So my slow queries are down to being either for non-indexed attributes, or the difference between using exact match vs "glob" queries (eg. `name=test` vs `name=*test*`), plus my slow hardware and number of files. |