azos icon indicating copy to clipboard operation
azos copied to clipboard

Review `FiberMemory` and `FiberMemoryDelta` - may not use custom types, must only use byte[]

Open itadapter opened this issue 1 year ago • 0 comments

Related: #813

The "FiberMemoryDelta" may not expect shard servers to materialize business-custom types, therefore it can only store changes as blobs.

The .Net assemblies with custom types should only be deployed on processor nodes, not on shard storage nodes

itadapter avatar Feb 03 '23 17:02 itadapter