Minimize File Read & Write
General best practice in programming applies to API AutoFlow.
For example, I/O (input/output) devices such as hard drives are generally slower than the processor.
That is why file read/write takes much longer.
It is better to use a database that is optimized to handle frequent access to data