budibase/packages/builder/src/components/deploy
mike12345567 3d82bcef6c Formatting. 2021-02-23 16:31:33 +00:00
..
CreateWebhookDeploymentModal.svelte Formatting. 2021-02-23 16:31:33 +00:00
DeploymentHistory.svelte Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 2021-02-18 13:38:57 +00:00