See [this Python PR](https://github.com/hazelcast/hazelcast-python-client/pull/472): Currently the entire `SqlRow` is deserialized when retrieved, we could deserialize each column lazily.