You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the server will read the results from the cached one in jobs directory (/docker-compose/jobs) whenever the sequence in query has already being processed once by the server. I guess the job id is some kind of hash of the sequence string.
Question: can this behaviour be overridden? so that the alignment is always performed instead of read from cache? The problem is that I would like to periodically remove queries to clean up the cache and not fill the disk. But if I do that with the current system, queries will start failing once they are not found in cache.
The text was updated successfully, but these errors were encountered:
It seems that the server will read the results from the cached one in jobs directory (
/docker-compose/jobs
) whenever the sequence in query has already being processed once by the server. I guess the job id is some kind of hash of the sequence string.Question: can this behaviour be overridden? so that the alignment is always performed instead of read from cache? The problem is that I would like to periodically remove queries to clean up the cache and not fill the disk. But if I do that with the current system, queries will start failing once they are not found in cache.
The text was updated successfully, but these errors were encountered: