Application Properties
# 1. Thread pool configuration |
---|
# 1.1. Processing thread pool |
# 1.2. Read thread pool |
# 1.3. Batch persistence thread pool |
# 1.4. Write thread pool |
# 2. Persistence manager configuration |
# 2.1. Persistence mode (can be either 'batch' or 'default') |
#2.2. If in batch mode, specifies the batch size of value objects to persist (applies only to lowest streamed levels) |
# 2.3. If in batch mode, specifies the time in milliseconds that the persistence manager will wait before interrupting a final flush |
# 3. Properties for the runtime-generated Spring application contexts for streaming formats. |
# 3.1. Buffer directory that is used to store temporary data on disk. |
# 3.2. Format error collector size. Specifies the maximum number of warnings/errors to col- lect. Default value is 0 (unlimited). |
# 3.3. Queue size for the pull streamer. This queue is shared between the read thread and the processing threads. |
# 3.4. Batch size for value object iterator (used for streaming persisted value objects from the database) |
# 3.5. Schema cache directory where XSD files are extracted and stored temporarily on disk. |
File 91 Application Properties