about summary refs log tree commit diff
path: root/users/Profpatsch/whatcd-resolver/src/WhatcdResolver.hs
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2024-05-16T19·48+0200
committerclbot <clbot@tvl.fyi>2024-06-03T14·55+0000
commitc5555f25da1bd836f4a98cda0905d66e2c6aeb91 (patch)
tree3e2bc1f3695c5b4cbf0ec76d41b87911dbba1711 /users/Profpatsch/whatcd-resolver/src/WhatcdResolver.hs
parent5da968070e739d75ff3614b088cf7ab593a13fed (diff)
fix(users/Profpatsch/whatcd-resolver): speed up table query r/8204
This took a while to figure out, but essentially sorting a thing with
one million queries takes a long time, as compared to doing it on a
small subset of things and then joining against the final ordering.

The generated column helps, too.

Change-Id: I1bf283e2be060748eebda92576e3d062c51a6777
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11681
Autosubmit: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/whatcd-resolver/src/WhatcdResolver.hs')
0 files changed, 0 insertions, 0 deletions