hello, for past workflow execution i have several questions.
will temporal clean past workflow execution records? using select count(*) from executions;
returns different results and the server seems removed serval past executions?
I find that web ui only shows part of the entire workflow executions. e.g. there are 80 executions in database table but only about 30-40 are shown. (early workflow executions were 3 days ago).
how can i change the setting to see more workflow executions? I tried export TEMPORAL_HISTORY_ARCHIVAL_QUERY_MAX_PAGE_SIZE=1000
but seems not working.
for 1) yes this will depend on your namespace retention period set. once an execution completes, and this completed execution hits namespace retention, it is removed from persistence
I tried export TEMPORAL_HISTORY_ARCHIVAL_QUERY_MAX_PAGE_SIZE=1000
are you looking at archived executions? trying to fully understand issue.
default page size for visibility records is 1K, ui should iirc show up to 100 records without having to paginate in the ui page