aurweb/aurweb/packages
Kevin Morris b4495a49bf
fix(rpc): improve type=search performance
This patch brings in the use of .with_entities on our
RPC search query. This primarily fixes performance issues
we were seeing with large queries.

That being said, we do see a bit of a slowdown on
large record count rpc queries, but it's quite negligible
at this point.

We still do aim to perform better than the older PHP
implementation, so this is not a finishing patch by
any means.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-14 00:50:39 -08:00
..
__init__.py implement /packages/{name} as its own route 2021-07-27 20:48:40 -07:00
requests.py fix(packages.request): fix autogenerated merge closure 2022-01-03 21:16:54 -08:00
search.py fix(rpc): improve type=search performance 2022-01-14 00:50:39 -08:00
util.py fix(FastAPI): add custom error templates for certain exceptions 2022-01-03 18:22:03 -08:00