#191 Engine: Optimize DurableContext variable serialization

closed low Created 2025-11-30 05:01 · Updated 2025-11-30 07:19

Description

Edit
'ctx.set_variable' currently holds the object, its JSON string, and the internal state copy in memory simultaneously. Investigate using 'psycopg.types.json.Json' more efficiently or alternative serialization strategies to reduce this 3x memory multiplier.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...