gristlabs_grist-core/app
Florent 866ec66096
Optimize sql query for workspace acl (#824)
Without this optimization, we fetched loads of entries from the database, which led to database and nodejs overloads.

We could go further, this is a modest patch towards better performance.

We use two queries: one fetches the workspaces, the second the organization that the workspace belongs to.

---------

Co-authored-by: Florent FAYOLLE <florent.fayolle@beta.gouv.fr>
2024-01-31 14:04:22 -05:00
..
client (core) updates from grist-core 2024-01-29 09:16:55 -05:00
common Make ISEMAIL and ISURL more flexible for longer TLD (#834) 2024-01-31 13:58:50 -05:00
gen-server Optimize sql query for workspace acl (#824) 2024-01-31 14:04:22 -05:00
plugin (core) Forms improvements 2024-01-19 10:34:03 +01:00
server (core) updates from grist-core 2024-01-29 09:16:55 -05:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00