1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/src
Jaanus Sellin 708183ce26
feat: optimize search store by removing inline EXISTS (#7394)
Instead of running exists on every row, we are joining the exists, which
runs the query only once.
This decreased load time on my huge dataset from 2000ms to 200ms.

Also added tests that values still come through as expected.
2024-06-14 10:26:12 +03:00
..
lib feat: optimize search store by removing inline EXISTS (#7394) 2024-06-14 10:26:12 +03:00
mailtemplates
migrations feat: adding full creator information to view used by feature read (#7356) 2024-06-11 14:19:32 +02:00
test feat: Max strategies metrics (#7392) 2024-06-14 09:20:43 +02:00
migrator.ts
server-dev.ts feat: clean up command bar props (#7368) 2024-06-12 09:24:16 +03:00
server.ts