Sarthak

Results 4 comments of Sarthak

It seems to result in a no-op even if the condition is correct, my condition statement is something like this (id is int now): ```python foo.update(A.data.set(data.model_dump(exclude_none=True)), condition=(A("data.id").lt(data.id)),require_condition=True, refresh=False) ``` I...

I am still not sure exactly what caused this, but I am now converting to rowstore, performing VACUUM FULL and then converting to columnstore. Hope that works

Having tested this again, I can definitely confirm there is an issue of bloat. The support team did send me instructions to help with it and I thought I should...

Can we please prioritize this issue @pahud ?