Nope, the Database is used to keep the processes safe. You need to understand that the processes will be stored each time that they reach a wait state (async task, like human tasks). If it's an in memory (all synchronous tasks) process it will not be persisted.
Cheers