https://pulumi.com logo
Title
f

faint-article-37196

12/02/2022, 2:59 AM
Hi folks , I have a quick question. As we are know, the speed of terraform plan is depend on the size of state file. It will be significant slow if the size of state file is large. Do we have same problem when using pulumi? Much appreciated!
w

worried-rain-74420

12/02/2022, 3:22 AM
Yes, unfortunately so! There's current work implementing an experimental protocol speedup to mitigate this problem. Additionally, you can skip checkpointing to further increase the speed of state transfer. We have a design for a protocol where state transfer has constant overhead (i.e. transfer time does not slow when state transfers are large) but we're planning to evaluate the current protocol speedup before making any further moves.
f

faint-article-37196

12/02/2022, 6:24 AM
Thanks @worried-rain-74420