-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Description
When I try to get data from my big table, there is not enough memory.
I am using StreamRead.
$streamRead = new StreamRead($stream);
$this->clickHouseManager->streamRead(
$streamRead,
'SELECT {columns} FROM {table_name} FORMAT CSVWithNames',
[
'table_name' => $tableName,
'columns' => $columns,
]
);
In the public function execOne(CurlerRequest $request, $auto_close = false)
after curl_exec($h); all data is buffered
Metadata
Metadata
Assignees
Labels
No labels