Re: [Catalog-sig] Sorting and grouping by multilink properties disabled
[oops, meant for a different mailing list] Sorry, Martin ___ Catalog-SIG mailing list Catalog-SIG@python.org http://mail.python.org/mailman/listinfo/catalog-sig
[Catalog-sig] Sorting and grouping by multilink properties disabled
While investigating the load hit on roundup, we found that Google somewhy issued queries that group by "nosy". "nosy" being a multilink property, the implementation is a really lame "download the entire database, sort in Python" approach. Therefore, I have disabled sorting and grouping by multili