I'm running into an issue where running
hou.hipFile.save(path)
I've tried both on a local and network file system and it doesn't really change, so I don't think it's a hardware issue.
I've also tried running performance monitor right before saving, but it doesn't seem to record what's happening during the save process.
The HOUDINI_BUFFEREDSAVE environment variable is set to 1.
len(hou.node('/').allSubChildren(recurse_in_locked_nodes=False))
How else can I profile this?
Another thing I noticed is when I save as v001, it will take about 4 minutes, but if I save again as v002, it takes about 3 seconds, so this is leaving me scratching my head.
Currently testing with Houdini 20.0.688 on Windows 10.