That title may be setting off alarm bells, because there aren’t many good reasons to want to do this. But please put that concern on the back burner for the moment…
If I have two jobs running parallel, and both of them write to the same Dynamic Buffer (but always to unique indices of that buffer), is that thread safe?
Does writing to a Dynamic Buffer index only alter that spot in ram? Or does writing to any part of the DB overwrite the entire DB?
Many thanks!