Skip to main content
Solved

Alternative methods for feature cache of large datasets

  • October 17, 2023
  • 2 replies
  • 36 views

Feature cache works great as a method to inspect all transformers after a workbench has ran, but causes a few issues for me.

  1. it hurts performance to cache each and every transformer
  2. I lose all the cached data if FME crashes or I close the workbench.

I am looking for advice on ways to cache or otherwise save output from only a few transformers. My only idea is to write features out to a file, and later bring back in with a writer. are there other transformers I may not be aware of that can save/recall data after restarting the workbench?

 

Best answer by nielsgerrits

If I remember well, FME used to have a Recorder and a Player transformer for this.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • October 17, 2023

If I remember well, FME used to have a Recorder and a Player transformer for this.


hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • October 17, 2023

If I remember well, FME used to have a Recorder and a Player transformer for this.

Still does!