The default random importer implementation create a File document with:
- a random text blob with a configured size in KB + a content filename
- a title equals to the filename
It should be extended to add
- a random title
- additionals dublincore properties
- support empty file (no blob)
The impacts comparing to classic import can be seen here (around 30% decrease in sync throughput):
–
The nuxeo-importer random has a new option withProperties=true that generates random dublincore value creating more realistic random import.
- is required by
-
NXBT-1059 B10b: Adapt importer and test on AWS
- Resolved