This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c4b828416a
budibase
/
packages
/
builder
/
src
/
components
/
deploy
History
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