smi2 / phpClickHouse

php ClickHouse wrapper
MIT License
741 stars 139 forks source link

Cannot use socket_timeout #185

Closed suchen9209 closed 1 year ago

suchen9209 commented 1 year ago

some big query ,can run in server it will be timeout when you select by sql in code, clickhouse give "socket_timeout=60000" ,like ''jdbc:clickhouse://127.0.0.1:8123/default?socket_timeout=60000' but i can't use this config in this project

isublimity commented 1 year ago

You try ?


$db->settings()->set('xxxx',yyy);