Tech Tip: How are LOB’s journaled?
PRODUCT: 4D | VERSION: 14.0 | PLATFORM: Mac & Win
Published On: March 21, 2014
Preface: LOB means "large object" aka BLOB, Picture, or Text.
Reminder: there are 4 possible storage options:
- LOB in record
- LOB outside record, in data file
- LOB outside data file, 4D-managed path
- LOB outside data file, custom path
For option 1, 2, and 3 if the LOB is modified (including creating new records) it is journaled. If the LOB is not modified, it is not journaled.
For option 4 you need to establish your own backup and/or replication strategy to manage these resources. The LOB’s themselves will not be journaled, only the custom path that points to the LOB will be journaled. Further explanation here: https://www.youtube.com/watch?v=vVej7SwI-uM&t=40m10s