Is there a way to enable feature caching between sessions, so that the workspace doesn't need to be re-run after closing Workbench? Thank you.
Tyler
FME Workbench 2020.2.1.0 Win64
Is there a way to enable feature caching between sessions, so that the workspace doesn't need to be re-run after closing Workbench? Thank you.
Tyler
FME Workbench 2020.2.1.0 Win64
Save your workspace as a template (.fmwt) (File > Save as Template...) and include feature caches:
then just open the template the next day. Your caches should be there for you.
@townest This is when judicious use of collapsed bookmarks is helpful. When you collapse a bookmark, feature caching for all the contents of the bookmark is turned off, so this will significantly improve performance, but also save on disk space when you store your workspace with caches as @tomf suggests.
@townest This is when judicious use of collapsed bookmarks is helpful. When you collapse a bookmark, feature caching for all the contents of the bookmark is turned off, so this will significantly improve performance, but also save on disk space when you store your workspace with caches as @tomf suggests.
Thanks @tomf and @Mark Stoakes. If I do use the fmwt what is the best practice for converting back to fmw? Thanks again. Tyler