Skip to content

sql: add memory accounting for temporary memory usage for serialization/deserialization in inbox and outbox #67051

@jordanlewis

Description

@jordanlewis

The vectorized engine's inbox and outbox implementations need to do a good deal of serialization and deserialization, to transform the flatbuffer-encapsulated arrow batches into the vectorized engine's in-memory format.

The temporary memory used here is currently not memory accounted, which presents an issue because the temporary memory used can be quite large.

Metadata

Metadata

Assignees

Labels

C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.E-quick-winLikely to be a quick win for someone experienced.T-sql-queriesSQL Queries Team

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions