Changes between Version 2 and Version 3 of Ticket #18650, comment 2
- Timestamp:
- Nov 2, 2023, 9:41:26 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18650, comment 2
v2 v3 6 6 7 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. 8 9 10 Edit 2: Some [https://gist.github.com/OscarL/353a05572ac5736384860154f2dd5748 timing results] on my system (sounds on par with what I get on my 32 bits beta4, 5 GB partition, with similar amount of small files).