You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buckets and Keys are pattern matched in nextgenrepl replication binaries - so that they be treated within the memory management as sub-binaries. A reference will be kept for the Bucket/Key - potentially until the Bucket/Key is persisted to a L0 file - but this means that a reference to the replicated binary must be kept.
It would be more efficient to binary:copy/1 the Type/Bucket/Key when extracting so that the full replication object can be de-referenced once it has been decoded.
The text was updated successfully, but these errors were encountered:
Buckets and Keys are pattern matched in nextgenrepl replication binaries - so that they be treated within the memory management as sub-binaries. A reference will be kept for the Bucket/Key - potentially until the Bucket/Key is persisted to a L0 file - but this means that a reference to the replicated binary must be kept.
It would be more efficient to
binary:copy/1
the Type/Bucket/Key when extracting so that the full replication object can be de-referenced once it has been decoded.The text was updated successfully, but these errors were encountered: