Created 07-20-2016 02:33 PM
There are three directories to be on NFS mount.
Conf directory should not take much space.
I checked retry directory and it was empty. Will it be automatically cleaned up?
I checked graph storage and I had under 1 mb since I have only a few feeds. Will it keep growing as
I add more feeds? How to get a good estimation on this?
Created 07-20-2016 10:15 PM
1. A retry file will be created when a retry is needed and be deleted after a retry finishes.
2. Graph storage file will record all the entities and instances to provide search and lineage information. It will grow as you create entities. The space complexity will be linear to the total number of entities and instances, assuming their dependency relations are sparse.
Created 07-20-2016 10:15 PM
1. A retry file will be created when a retry is needed and be deleted after a retry finishes.
2. Graph storage file will record all the entities and instances to provide search and lineage information. It will grow as you create entities. The space complexity will be linear to the total number of entities and instances, assuming their dependency relations are sparse.